-->
Page 1 of 1

upload sketch using Arduino IDE to ESP12

PostPosted: Sat May 21, 2016 2:35 pm
by Ohad Mercury
Hi
I'm using ESP01 for quite a while: I use the Arduino IDE to upload the sketch, keeping GPIO0 at low while uploading.
I'm trying to move to ESP12, but I can figure how to upload the sketch. Making the same wiring didn't seam to work, and I couldn't find anywhere how to hook it up for upload. I am not using external dev board, e.g. nodeMCU just the board itself, connected to RX/TX and 3.3v power supply.

Re: upload sketch using Arduino IDE to ESP12

PostPosted: Sun May 22, 2016 6:42 am
by Erni
You can find the various connections in the doc directory, for example this:

https://github.com/esp8266/Arduino/blob/master/doc/ESP_to_serial.png

Re: upload sketch using Arduino IDE to ESP12

PostPosted: Sun May 22, 2016 3:21 pm
by Ohad Mercury
Erni wrote:You can find the various connections in the doc directory, for example this:

https://github.com/esp8266/Arduino/blob/master/doc/ESP_to_serial.png



What is the logic level of RTS and DTR in upload / runtime?