esp8266 updating firmware on another esp8266
-
Hi all,
I have some experience on esp12, been working with it for past one year now. My challenge now is for actually doing a burning platform, I want to use one esp8266 (or arduino, rasp, you name it) update the firmware of other(s) esp8266.
I've done some research, thought about maybe implement OTA/WebServer and send a binary via http, not sure if it's the best way. What do you think?Thanks in advance!
Fabrício Stein
-
I have been working on a project to do the FOTA through API. It is in workable state now. It can't be run on ESP, but you can run it on a raspberry or any linux/unix system.
Let me know if you need more help in using this project.
-
You could also consider the approach of iotappstory.con