- Mon Jun 22, 2015 3:07 pm
#21269
Thanks, yes there is some flakiness with my esp-03 board.
Some things I notice:
The RST line is extremely sensitive to noise.... I will try using a 1 kohm pullup with 100nF cap to ground.
The Arduino programmer seems to get the DTR and RTS signals right for pulling GPIO0 low and RST low to enter programming mode, however once programming is complete the DTR and RTS lines are still low and I have to manually pull those lines back up and reset the board to run my program.
I'm using a CP2102 USB to UART chip, how is the Arduino programmer controlling the DTR and RTS lines and can I change some code to get these lines to behave properly after programming is complete?
Thanks