- Tue Jan 29, 2019 1:27 pm
#80334
leenowell wrote:1. I see it does differential ADC would this help in this scenario. I have the 1k in series with a resistor (1k I believe but can check).
I would not bother with the differential mode and just use the chip as an 11 bit A/D. That will give you more than enough precision for your application.
2. If I understand the amplifier correctly, is the idea that I would tune my voltage divider to have my temp range in the middle of the curve and then use the amplifier to extend that to full digital range?
Yes. The further from the middle produces less resolution, due to the logarithmic nature of the thermistor.
3. At the moment I have a 10k resistor between the ADC probe and ground which seems to have helped stabilise the onboard ADC reading. Would you suggest the same here?
No, because it will also reduce the sensitivity. What I would do is use a RC filter between the A?D input and the thermistor-resistor voltage divider. This will filter out some noise and provide a lower AC impedance to the A/D input.
The challenge I have is that my project is a meat thermometer and have not been able to source probes with a pointy end on their own and therefore with a data sheet. I have had to buy cheap sets (probe that plugs into a digital reader) and then try and manually calibrate them using the Steinhart Equations.
More work but perfectly acceptable. Calibration with the sensor is preferred, but not practical in a production context. I need tight tolerances for interchangeability.
The following is something I came across a while ago. I'm referring it based on what I remembered from it. About pull up resistor values for thermistors.
https://arduino.stackexchange.com/quest ... hermistorsI wish I had more time right now. I would like to try out the A/D with a food temperature probe. I have recently done more cooking and baking and I would like to have an electronic thermometer rather than the analog dial one I have.