-->
Page 1 of 1

Does Arduino remain tethered to the ESP after upload sketch?

PostPosted: Wed Oct 14, 2015 5:31 pm
by allegrojm
Does the Arduino remain tethered to the ESP after uploading a sketch to the board or can you disconnect it and have the board run by itself? I have uploaded the web server example that comes with the Arduino IDE but when I disconnect the two the ESP stops working. I guess I'm not sure what the function of the Arduino is after uploading. I thought it was merely the UART serial connection to enable flashing.

thanks

Re: Does Arduino remain tethered to the ESP after upload ske

PostPosted: Thu Oct 15, 2015 8:29 pm
by Mmiscool
Make sure you don't still have GPIO 0 pulled low.

This is a possible source of your problem.