https://github.com/bcanozter/esp_mesh_lite_intelligence
No router esp mesh lite utilizing espnow
https://github.com/bcanozter/esp_mesh_lite_intelligence
esp-http-server esp-mesh esp-mesh-lite esp32 espnow
Last synced: 2 months ago
JSON representation
No router esp mesh lite utilizing espnow
- Host: GitHub
- URL: https://github.com/bcanozter/esp_mesh_lite_intelligence
- Owner: bcanozter
- License: apache-2.0
- Created: 2025-10-08T15:15:50.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-12-05T20:25:34.000Z (7 months ago)
- Last Synced: 2025-12-09T09:40:11.681Z (7 months ago)
- Topics: esp-http-server, esp-mesh, esp-mesh-lite, esp32, espnow
- Language: C
- Homepage:
- Size: 2.5 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# esp_mesh_lite_intelligence
## References
- [ESP-Mesh-Lite](https://github.com/espressif/esp-mesh-lite)
- [Async HTTP Server](https://github.com/espressif/esp-idf/blob/release/v5.5/examples/protocols/http_server/async_handlers/main/main.c)
## Build
`idf.py -DSDKCONFIG_DEFAULTS="sdkconfig.defaults.esp32" -p /dev/ttyUSB0 build flash monitor`