Automatic FOTA
Posted: Sun Aug 07, 2016 9:30 am
Hi
As the number of ESP8266 based devices keep growing at home I've been lately thinking on automatic updates. Since there is already an official library to handle them (ESP8266httpUpdate) that was my starting point and I've ended up wrapping it up in the same fashion the ArduinoOTA library does.
I wanted it to be easy to use and lightweight so I can still do OTA on 1Mb devices.
The project is currently in beta status, it works but I'm not 100% confident and I have doubts about the API of the service.
You ca check the project here:
https://bitbucket.org/xoseperez/nofuss.
Any comments will be welcome. Also, if you know of any similar project (ESPManager?) please let me know. I'm interested in knowing how they work out the definition of the server API.
As the number of ESP8266 based devices keep growing at home I've been lately thinking on automatic updates. Since there is already an official library to handle them (ESP8266httpUpdate) that was my starting point and I've ended up wrapping it up in the same fashion the ArduinoOTA library does.
I wanted it to be easy to use and lightweight so I can still do OTA on 1Mb devices.
The project is currently in beta status, it works but I'm not 100% confident and I have doubts about the API of the service.
You ca check the project here:
https://bitbucket.org/xoseperez/nofuss.
Any comments will be welcome. Also, if you know of any similar project (ESPManager?) please let me know. I'm interested in knowing how they work out the definition of the server API.