I need to do the Analog to Digital conversion with a Sampling frequency of 100 hertz for a signal ranging from 0-5V .From the data sheet I understood it is not possible to get this sampling frequency by setting the prescalar.Can any one suggest a method for getting this frequency using arduino UNO?
You can do around 10000 ADC conversions per second, using the default settings. More if you tweak the prescaler. How does this not let you handle 100 Hz?
Thank you for your response.What I meant is that the minimum sampling frequency that we can get by setting the prescalar is 16/128/13=9.6 khz.My expected sampling frequency is 100 hertz.So I am asking about how to get that sampling frequency.