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

Moderator: igrr

User avatar
By bernd331
#18301 Hi,

downloaded newest Arduino IDE 1.6.4 (see here viewtopic.php?f=26&t=3094) plus ESP8266 Support via Board Manager. Then tryed analogread example. But I get only random values and the ESP8266 resets very often.

Can someone confirm?

Greetz, Bernd
User avatar
By bernd331
#18900 Hi,

I use the ESP-ADC. It have one analog in caled TOUT.

I think I use the right pin cause with a older realese analog in works fine.

Greets, Bernd
User avatar
By Tawhiz20
#20208 Yupppp....
I have the same problem.

Just switched from Lua to the Arduino-envirement and tested without rearranging my breadboard (so I am absolutely sure it works)
Started out with 1.6.4 - wrong values
1.6.3 - wrong values
1.6.0 - wrong values

I used the simpe analogToSerial example that was provided.
Sometimes it shows the "correct" values (I connected the port to gnd and it sometimes shows me 0 but most of the time 480-isch values)

sommmmmmewhere I read about switching off interrupts when reading analoge-values??
could this be causing the errors?

I hope someone can shed some light into my darkness.

THNX