-->
Page 1 of 1

Using the "ck" reset method with a generic board

PostPosted: Wed Jul 13, 2016 7:34 am
by minils
Hi,

I designed a board featuring the ESP8266 and two sensors.
Everything is working right now apart from automatically resetting the esp using the "ck" method.

The board is connected in the following way:
Code: Select allESP   | USB-Converter
------+---------------
VCC   | 3V3
GND   | GND
RX    | TX
TX    | RX
GPIO0 | DTR
RST   | RTS


If I plug in the device and press "flash", the ESP reboots into bootloader mode and gets flashed.
But afterwards it does not boot normally. I measured the RTS pin and it is low which forces the ESP to reboot all the time. Is there anything I did wrong?

Thanks for your help!

Edit: I am using a CP2102 from amazon.