Hi
I was wondering, how often can Arduino reliably take readings from analog pins? As long as it's below 10ms I'm fine in terms of my project's requirements, but still would like to know its limits and couldn't find that in manuals.
Hi
I was wondering, how often can Arduino reliably take readings from analog pins? As long as it's below 10ms I'm fine in terms of my project's requirements, but still would like to know its limits and couldn't find that in manuals.
I dont know how long, but 10ms should be easy.
I was wondering, how often can Arduino reliably take readings from analog pins? ... couldn't find that in manuals.
100 microseconds. The information is in the Arduino reference: http://www.arduino.cc/en/Reference/AnalogRead
Uu, should had spotted that myself
Thank you, at any rate