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

User avatar
By MajorMadness
#26713 Hello together,
I started to play arround with some ESP Models a few weeks ago and run into a Problem with the ESP-13:
Normally there is a CH_PD Pin, but I only see EN, which is maybe the same. The other pin I wonder about is TOUT I can't figure out.
Before I burn the chip I wanted to ask if it's right to connect EN to VCC?
Thanks for help!
Greettings
You do not have the required permissions to view the files attached to this post.
User avatar
By kolban
#26730 I think your guesses are sound ... it is "likely" that EN is CH_PD (chip enable) and should be high for normal operation. The TOUT labeled pin matches what I know about the analog to digital converter which is called "TOUT" in the ESP8266 specs.

Neil
User avatar
By MajorMadness
#26851 Hi Neil,
Thx for the reply. I tested it and you are correct. En is ch_pd like I was guessing. Low for programming and high for normal operation.
Tout as AD converter I couldn't test yet but I'll check data sheet and try it later on.

Thx Moritz