-->
Page 1 of 4

ESP updates another ESP using ESP8266HTTPUpdateServer

PostPosted: Mon Aug 21, 2017 1:13 pm
by diffstorm
Hi All,

I have a simple question I guess,

Is it possible an ESP to update (upload sketch) another ESP using /update web server of second ESP which is ESP8266HTTPUpdateServer.

Another way is to use ESP8266httpUpdate class, so this way the second ESP should download sketch from first ESP.

The idea is to share the "sketch" of first ESP with second one.

Is that possible? If this is a bad idea, can you point a better idea?

Thanks.

Re: ESP updates another ESP using ESP8266HTTPUpdateServer

PostPosted: Tue Aug 22, 2017 3:37 am
by diffstorm
Any ideas?

How can I upload sketch of ESP to another ESP over http upload using esp.url/update?

Thanks

Re: ESP updates another ESP using ESP8266HTTPUpdateServer

PostPosted: Thu Aug 24, 2017 7:23 am
by diffstorm
Really nobody have idea about a solution?

I need to know how to upload own sketch to other esp or how to share own sketch with other esp.

Re: ESP updates another ESP using ESP8266HTTPUpdateServer

PostPosted: Thu Aug 24, 2017 10:07 am
by martinayotte
It should be doable with one ESP running WebServer and the other pulling the file for OTA.