Your new topic does not fit any of the above??? Check first. Then post here. Thanks.

Moderator: igrr

User avatar
By infinutius
#26470 Hello everyone,

it's my first post here. My name is Infinity buy friends call me infinutius :D :D :D .

Here is my problem: i know that there is a version of the arduino IDE that can be used to program the esp module but, i couldn't get it working.

I'm using a esp 12-e module, with a serial to usb converter. It is running nodeMCU firmware and it can run lua script with ESPlorer but with the arduino ide nothing works. I already followed this guide, and I have installed the stable version.

I'd like to know what firmware i need to use and what are the steps to get it running with the arduino IDE.


thanks everyone,
Infinity
User avatar
By schufti
#26513 Hi,
unfortunately you don't write WHAT isn't working. So an educated guess tells me that you might have wrong cabling between your esp12 and the usb/serial.
You need to connect
Code: Select allesp                    usb/serial
Rx                       Tx
Tx                       Rx
gnd                      gnd
rst                      rts
gpio0                    dtr
(vcc                     3V3)


see also here

if you want to use serial monitor you have to disconnect rst/gpio0 after flashing