Team-Guardian / ESP32-Rover-Controller

The "flight controller" project for the rover, hardware and software
1 stars 0 forks source link

ESP32 OTA Updates Software Module #17

Open cjinn opened 3 years ago

cjinn commented 3 years ago

Purpose

Uploading new firmware via OTA (Over-the-Air) using Wi-Fi connection rather than serial communication is extremely useful, especially if there is no physical accewss to the ESP32 board.

Expectations

Implement a software module that allows OTA updates using Wi-Fi.

cjinn commented 3 years ago

This issue is inspired by this post that talks about implement ESP32 OTA using VS Code and AsyncElegantota library. I'm not sure if this is the best way forward but it is a good start to look into.