Using the new Arduino IDE for ESP8266 and found bugs, report them here

Moderator: igrr

User avatar
By durval
#89979 For the record, in the end I gave up on using the ESP8266 built-in ADC, and started using a sensor which returns the data already in digital format: a little more expensive, but much more reliable.

If I ever have to deal with analog data again, I will get a dedicated ADC like the ADS1115 and interface with it over I2C instead.

Cheers,
-- Durval.