-->
Page 1 of 1

Remote OTA?

PostPosted: Fri Sep 02, 2016 4:09 pm
by brolly759
Is there support for OTA updates remotely? Lets say at another site miles away, to OTA firmware update ?

I am assuming I would need to host a server that the ESP8266 checks for updates. Anyone accomplish this yet?

Re: Remote OTA?

PostPosted: Fri Sep 02, 2016 5:55 pm
by danbicks
Easily done by use of MQTT for remote command control and HTTP OTA to pull new file from a given server.

Dans