Use this forum to chat about hardware specific topics for the ESP8266 (peripherals, memory, clocks, JTAG, programming)

User avatar
By Stoney
#25976 also looking at the adafruit spec sheet ..
http://www.adafruit.com/datasheets/ESP8266_Specifications_English.pdf

page 15 .. Input high voltage is specced at 3.6V

so now, I am not sure whether 5v compatible or not. anyone got an actual data sheet link mentioning the snapback circuitry, I forgot where I saw that now.
User avatar
By martinayotte
#26004 Yes, but I think is mentioning what is written after the Table 6 in 3.1.1 :
Code: Select allAll digital IO pins are protected from over-voltage with a snap-back circuit connected between the
pad and ground. The snap back voltage is typically about 6V, and the holding voltage is 5.8V. This
provides protection from over-voltages and ESD. The output devices are also protected from
reversed voltages with diodes.

But we should NEVER rely on that, since this will short circuit the output from the other devices ...
User avatar
By tytower
#26005 Page 17 of that same document.
They are not 5V tolerant it is simply noted that
All digital IO pins are protected from over-voltage with a snap-back circuit connected between the
pad and ground. The snap back voltage is typically about 6V, and the holding voltage is 5.8V. This
provides protection from over-voltages and ESD. The output devices are also protected from
reversed voltages with diodes.

This implies then that the accidental application of 5V is not going to be disastrous .