Microcontroller › AVR › how to reduce the resolution of adc › If you take continuous
September 13, 2014 at 4:35 am
#12170
AJISH ALFRED
Participant
If you take continuous reading from any kind of sensors the adc value can change within a rage of 50 to 100 each time when you take a rading. To get the average value of say 100 readings took in a short interval of time, keep on adding every single value to a single variable each time when you take a rading and once 100 readings are finished, divide that variable with 100 and you have the average value.