Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/shariltumin/mesh-espnow-micropython

Dynamic Secure Mesh for Collaborative Nodes of IoT devices
https://github.com/shariltumin/mesh-espnow-micropython

custom-firmware dynamic-mesh espnow micropython multitask

Last synced: 2 months ago
JSON representation

Dynamic Secure Mesh for Collaborative Nodes of IoT devices

Lists

README

        

# Dynamic Secure Mesh for Collaborative Nodes of IoT devices

1. esp32, esp32-c3, esp32-s2, esp32-s3
2. [Custom firmwares](https://github.com/shariltumin/mesh-espnow-micropython/tree/main/firmwares) MicroPython-V1.20.0-39 with ESP-IDF-V4.4.4
3. Exclude BLE, \_thread, and uasyncio
4. Include espnow and worker

[Example scripts](https://github.com/shariltumin/mesh-espnow-micropython/tree/main/examples)

1. espnow_init.py
2. mesh.py

Diagram1

![espnow-dynamic-mesh](https://github.com/shariltumin/mesh-espnow-micropython/blob/main/media/mesh_dia1.png)

Diagram2

![mesh-cloud-bridge](https://github.com/shariltumin/mesh-espnow-micropython/blob/main/media/Bridge.jpeg)

Links

[workers](https://github.com/shariltumin/workers-framework-micropython)

[CryptoXo](https://github.com/shariltumin/tscp/blob/main/CryptoXo.py)