-->
Page 2 of 6

Re: OTA update over internet

PostPosted: Thu Dec 22, 2016 7:57 am
by NickLD
[quote="ftheirs"]Could you share the tutorial or link that you've used?[/quote="ftheirs"]

Have you taken a look at the ESP8266 Arduino examples?

in the examples shows how to remotely update the running sketch from an HTTP server.

https://github.com/esp8266/Arduino/blob ... Update.ino

Also recommend reading the docs page on the "HTTP Server" update section https://github.com/esp8266/Arduino/blob ... ttp-server

Re: OTA update over internet

PostPosted: Mon Dec 26, 2016 7:51 am
by ftheirs
Hey, thanks for the answer! My problem is that I have no knowledge about servers and I need to configure one of them.. Is there an online HTTP server to use (just for test purpose) and if everything goes well I could focus on having a private server.


NickLD wrote:
ftheirs wrote:Could you share the tutorial or link that you've used?[/quote="ftheirs"]

Have you taken a look at the ESP8266 Arduino examples?

in the examples shows how to remotely update the running sketch from an HTTP server.

https://github.com/esp8266/Arduino/blob ... Update.ino

Also recommend reading the docs page on the "HTTP Server" update section https://github.com/esp8266/Arduino/blob ... ttp-server

Re: OTA update over internet

PostPosted: Mon Jan 30, 2017 9:42 am
by elanozturk
ftheirs wrote:Could you share the tutorial or link that you've used?


Sorry about the very late answer,i was preoccupied. If you still help i can share my sketch,just let me know.

Re: OTA update over internet

PostPosted: Mon Jan 30, 2017 12:34 pm
by NskNsk
This may be helpful


regards