Page 1 of 1

Remote OTA using YAOTA8266

Posted: Mon Sep 12, 2022 3:45 am
by garudaone
Hi,
I need to OTA my esp8266 the micropython bin remotely. My code is quite big so I need to flash it into the bin.

I try this one and it's partly a solution. However, I need to update bin from the Internet so I need to make the esp8266 connect to server and download the bin file and update instead of esp8266(act as server) listening for update from server.
https://github.com/pfalcon/yaota8266

Is there anyway to do this, either HTTP or MQTT or a better solution?
Thanks;