-->
Page 4 of 7

Re: ESP-03 module reset pin

PostPosted: Tue Dec 02, 2014 7:58 am
by aterentiev
According to the schematics, you can use a wire or a 0-ohm resistor. Moreover this connection is necessary for deep sleep function according to the new AT firmware.

Re: ESP-03 module reset pin

PostPosted: Wed Dec 31, 2014 8:44 am
by sfinx
So if you connect the two contacts near VCC/GPIO14 you should be able to use node.dsleep() from lua in NodeMcu?

Re: ESP-03 module reset pin

PostPosted: Fri Jan 02, 2015 6:40 am
by sfinx
sfinx wrote:So if you connect the two contacts near VCC/GPIO14 you should be able to use node.dsleep() from lua in NodeMcu?

Tried it, this works fine. Module resets itself after period has passed.

Re: ESP-03 module reset pin

PostPosted: Fri Jan 02, 2015 9:29 pm
by hansaya
I put a 400ohm resistor since i can use gpio 16 with rst on the ftdi and gpio0 with dst on ftdi. This makes my so much easier so that i dont have to reset the chip manualy to upload.

Why 400 resistor? If you don't ftdi wont have enough current capacity to ground gpio16 to reset the chip. I tried didnt work. Deep sleep works fine too.