Chat freely about anything...

User avatar
By aterentiev
#3812 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.
User avatar
By sfinx
#6032 So if you connect the two contacts near VCC/GPIO14 you should be able to use node.dsleep() from lua in NodeMcu?
User avatar
By sfinx
#6128
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.
User avatar
By hansaya
#6159 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.