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: 3 months ago
JSON representation
Dynamic Secure Mesh for Collaborative Nodes of IoT devices
- Host: GitHub
- URL: https://github.com/shariltumin/mesh-espnow-micropython
- Owner: shariltumin
- License: mit
- Created: 2023-05-18T11:33:04.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-03T16:29:28.000Z (about 1 year ago)
- Last Synced: 2024-04-22T12:33:07.233Z (7 months ago)
- Topics: custom-firmware, dynamic-mesh, espnow, micropython, multitask
- Homepage:
- Size: 10.1 MB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-micropython - mesh-espnow-micropython - Dynamic Secure Mesh for Collaborative Nodes of IoT devices. (Libraries / Communications)
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.pyDiagram1
![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)