Example sketches for the new Arduino IDE for ESP8266

Moderator: igrr

User avatar
By tlerdrden
#31442 Hi,

Does somebody have any example of an OTA software upgrade to an ESP module through the Arduino IDE? Step by step guide? I would make a software upload through Internet.

Thanks, :D

A.
User avatar
By tlerdrden
#32704
galilei wrote:Did you find any solution_? I looking for it 3 days ago and found nothing to work :(


Well, I haven't tried yet, but I think you should, at least:

1. Install the Arduino IDE 1.6.5.

2. Add with the Boards manager the last git: http://arduino.esp8266.com/staging/pack ... index.json

3. Upload to the ESP8266 the following sketch> https://github.com/esp8266/Arduino/issues/268

4. Try to run this python script: https://gist.github.com/igrr/d35ab8446922179dc58c

I think that, once uploaded, you should see the ESP8266 IP to can upload sketches. I am not sure, but maybe the Python script is not more necessary (depending on installed git on your IDE)

Has anyone completed the last steps?

Thanks,
User avatar
By WhiteHare
#32710
tlerdrden wrote:Hi,

Does somebody have any example of an OTA software upgrade to an ESP module through the Arduino IDE? Step by step guide? I would make a software upload through Internet.

Thanks, :D

A.

+1