Search found 2 matches
- Thu Nov 14, 2024 6:29 am
- Forum: General Discussion
- Topic: ESP-WIFI-MESH is not stable
- Replies: 1
- Views: 86
ESP-WIFI-MESH is not stable
hello, i have a project relating to mavlink based telemetry system that uses ESP-WIFI-MESH, i started my development on this project 4 months ago based on https://github.com/espressif/esp-idf/tree/v5.2.3/examples/mesh sample code, i tested the code on esp32-wroom-32d hardware with pcb antenna, i wor...
- Thu Aug 22, 2024 10:01 am
- Forum: ESP-IDF
- Topic: ESP-MESH without a router
- Replies: 12
- Views: 14167
Re: ESP-MESH without a router
Hello there, here is the answer... Yes it is possible to setup esp-wifi-mesh without a router, but Self-organized network, wont work for ROOT node, ie the mesh network cant set root because there is no router to connect to.. so we have to set root esp and node esp manually, here is the code snippet ...