1.

What is the resolution of analog readings on the Arduino Uno?(a) 5V/1023(b) 3.3V/1024(c) 5V/1024(d) 3.3V/100The question was posed to me in semester exam.The question is from Analog Input Output topic in chapter Arduino Programming of Arduino

Answer»

Correct choice is (C) 5V/1024

The best explanation: The Arduino converts all analog voltages (0V to 5V or 3.3V) taken as INPUT into a range of 0 to 1023. This is done by mapping the voltage LEVELS. On the Arduino Uno the MAXIMUM voltage level is 5V and the onboard ADC has a resolution of 10 bits which means it can divide the analog signal it receives into 210 levels.



Discussion

No Comment Found

Related InterviewSolutions