-->
Page 1 of 1

How to avoid every time Arduino loading code into esp8266

PostPosted: Sat Jan 28, 2017 9:45 pm
by JyotiRajSharma
Hi,
I once loaded my sketch from arduino uno to esp8266 .
tx arduino -----tx esp8266
rx arduino ----rx esp8266

GPIO_0 of esp8266 to GND to put into flash mode, CH_PD and RST to HIGH. It is now successfully flashed.
Now How can I run esp8266 just giving power to it and connect to the AP ? Tell me configuration.

Re: How to avoid every time Arduino loading code into esp826

PostPosted: Sun Jan 29, 2017 5:02 am
by schufti
to run program from flash:
gpio0 high
gpio2 high
gpio15 low
chpd high
rst high