Your new topic does not fit any of the above??? Check first. Then post here. Thanks.

Moderator: igrr

User avatar
By xose
#52408 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.
User avatar
By mrburnette
#52694
xose wrote:Looks like no-one is interested... or maybe I'm a bit naive on the subject.
Anyway I have written about it in my last blog post, just in case you want to know how or why I got to this...

http://tinkerman.cat/esp8266-calling-home/.


I think maybe you just posted in the wrong part of the forum ... this is the ArduinoIDE section and 'automatic firmware update' simply makes no sense in this context. In your blog you talk about an update to “add DHT22 support”, but in the ArduinoIDE compiler world, this simply does not make sense ... device usage, libraries, and program code are all integral.

For interpreters, it makes a bit more sense.

Ray