Remote OTA using YAOTA8266

All ESP8266 boards running MicroPython.
Official boards are the Adafruit Huzzah and Feather boards.
Target audience: MicroPython users with an ESP8266 board.
Post Reply
garudaone
Posts: 23
Joined: Fri Jul 08, 2022 9:10 am

Remote OTA using YAOTA8266

Post by garudaone » Mon Sep 12, 2022 3:45 am

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;

Post Reply