-->
Page 1 of 20

ARDUINO IDE OTA EXAMPLE

PostPosted: Thu Oct 15, 2015 1:28 pm
by tlerdrden
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.

Re: ARDUINO IDE OTA EXAMPLE

PostPosted: Tue Oct 20, 2015 6:18 am
by galilei
Did you find any solution_? I looking for it 3 days ago and found nothing to work :(

Re: ARDUINO IDE OTA EXAMPLE

PostPosted: Sat Oct 31, 2015 8:27 pm
by tlerdrden
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,

Re: ARDUINO IDE OTA EXAMPLE

PostPosted: Sat Oct 31, 2015 11:26 pm
by WhiteHare
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