So you're a Noob? Post your questions here until you graduate! Don't be shy.

User avatar
By NickLD
#59827 [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
User avatar
By ftheirs
#59974 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
User avatar
By elanozturk
#61768
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.