ESP32 OTA firmware updates via WiFi mesh network. https://hendrikschutter.com
Go to file
Hendrik Schutter 0a32400a04 Merge branch 'master' into feature/mesh_network 2021-01-15 09:34:11 +01:00
components/mesh_ota added mesh paket and ported to newer IDF 2021-01-14 23:08:45 +01:00
main updated tests, changed file names, new mesh packet type 2021-01-11 22:56:39 +01:00
test added mesh paket and ported to newer IDF 2021-01-14 23:08:45 +01:00
.gitignore added test-framework 2021-01-02 00:30:13 +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 added mesh paket and ported to newer IDF 2021-01-14 23:08:45 +01:00
secure_boot_signing_key.pem fn check app version 2021-01-01 01:25:40 +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