ESP8266 ADC input
#11232
Replies: 1 comment 1 reply
-
The ADC of the ESP8266 is not overly precise, to be polite. You have to do your own calibration for the range. The lower end of the voltage range is fuzzy as well. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The spec for the ESP8266 states that 1v at the ADC input reads as 1024 (full 10bit scale). I've found the for the ESP8266 used in the ESP-07 module any voltage over 0.95v at the ADC input reads 1024; in other words 0.95v results in a full scale reading of 1024.
Has anyone else observed this discrepancy between the spec and actual?
Beta Was this translation helpful? Give feedback.
All reactions