2019-09-30 04:40 PM
I am trying to work with photo diodes and need to measure 20mV or less with ADC. Whats the best resolution I can get with a single ended ADC (using ADC 3 channel 12 at the moment).
Whats the measurement range on that channel? When we have less than 10mv, Is the ADC likely to give out a 0 value ?
Solved! Go to Solution.
2019-09-30 06:00 PM
Generally VREF is the same as your VDD voltage, which is usually 3 or 3.3v, but it can be lower. Resolution would be VREF/4095. So 0.8mV or so.
10mV should definitely return a nonzero reading for a 12bit sample. Readings near zero are a bit more stable than higher values, but your resolution will be limited.
2019-09-30 06:00 PM
Generally VREF is the same as your VDD voltage, which is usually 3 or 3.3v, but it can be lower. Resolution would be VREF/4095. So 0.8mV or so.
10mV should definitely return a nonzero reading for a 12bit sample. Readings near zero are a bit more stable than higher values, but your resolution will be limited.
2019-09-30 06:57 PM
Looks like that 0.8mV is true. My VDD is 3.3V and my measurements seems to confirm the same. Thank you.