Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ESP FTDI upload auto reset #2

Open
glynhudson opened this issue Jun 17, 2016 · 0 comments
Open

ESP FTDI upload auto reset #2

glynhudson opened this issue Jun 17, 2016 · 0 comments

Comments

@glynhudson
Copy link
Member

glynhudson commented Jun 17, 2016

If we want to be able to upload via FTDI without having to manually put the ESP into bootloader mode this circuit can be used to achieve this using the chip-power down pin (CH_PD):

ftdi-esp8266-auto-reset

This works with all ESP's and 3.3V and 5V FTDI. The B5819W Schotkey diode is used to convert 5V > 3.3V, we don't needs this on the HP monitor since we have a dedicated 3.3V voltage regulator onboard.

Upload should ber set to use ck method rather than nodemcu. For referance nodmcu reset uses 2 transistors and 2 resistors coupled with an USB/Serial chip. Each transistor is connected to one pin of the USB serial converter. One for RTS the other for DTR as follow:

nodemcu-autoreset

Design notes:

http://hallard.me/esp8266-autoreset/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant