ESP32 OTA firmware updates via WiFi mesh network. https://hendrikschutter.com
Go to file
Hendrik Schutter 94aa8751cb Mesh OTA Master & Slave 2021-01-19 17:20:16 +01:00
components/mesh_ota Mesh OTA Master & Slave 2021-01-19 17:20:16 +01:00
main added https ota code in task 2021-01-17 23:47:59 +01:00
test added mesh paket and ported to newer IDF 2021-01-14 23:08:45 +01:00
.gitignore added app demo code 2021-01-16 00:23:02 +01:00
CMakeLists.txt fix component include 2021-01-02 10:57:03 +01:00
LICENSE Initial commit 2020-12-01 20:04:24 +01:00
Makefile fix component include 2021-01-02 10:57:03 +01:00
README.md added WIP info 2020-12-02 18:04:03 +01:00
partitions.csv added https_client and menuconfig 2021-01-05 12:15:26 +01:00
sdkconfig completed demo app blinky_led 2021-01-16 18:23:10 +01:00
secure_boot_signing_key.pem fn check app version 2021-01-01 01:25:40 +01:00
style_code.sh added https ota code in task 2021-01-17 23:47:59 +01:00

README.md

ESP32-Mesh-OTA

Work in progress

code_example_output

Todo for first release

Refactoring

  • architecture
  • full error handling through all functions
  • export as a component library

Features

  • root node: Download new Firmware from HTTPS server instead using newest ota partition
  • add example main app