
Originally Posted by
ericgibbs
hi,
Looking at your figures show 0.453V at 0Cdeg and 0.766V at 300Cdeg.
Which is a range of 0.313V for 300C change
So for a 10bit ADC 1023, using a +5Vref, would give [0.453/5] *1023 =92 decimal.
and [0.766/5] * 1023 = 156 decimal.
Whats ideally needed is an amplifier with offset.
The offset voltage of 0.453V nulled to 0V and the 'range' of 0.313V multiplied by the amp to give +5V, a gain of 15.9
This would give the best resolution and span.
Do you follow.?
Loud and clear 
Just to summarise. Having an offset of 0.453v to 0, would make:
0.453v -> 0v
0.766v -> 0.313v
That's great, because then I can multiply by 16 and get:
Code:
0.453v [offset 0.453v] -> 0v [x 15] -> 0v
0.766v [offset 0.453v] -> 0.313v [x 15] -> 4.7v
This is great because it will almost give me the full range of 0v to 5v.
I know how to make the voltage amplifications (LM386 and co.), but how do you make the offset?