Search found 4 matches

by TRUEcabbage
Sat Nov 16, 2024 12:06 pm
Forum: General Discussion
Topic: ESP-WIFI-MESH is not stable
Replies: 3
Views: 448

Re: ESP-WIFI-MESH is not stable

so this is todays compiled firmware of the same code, now it behaves different dropping connection, and losing packets this time, and i used fresh esp32-wroom-32UE's this time... one set with older firmware which i uploaded to this form yesterday, another set with newly compiled firmware... both beh...
by TRUEcabbage
Fri Nov 15, 2024 12:00 pm
Forum: General Discussion
Topic: ESP-WIFI-MESH is not stable
Replies: 3
Views: 448

Re: ESP-WIFI-MESH is not stable

i don't know what happened, i just did what you told and did full clean of my project build then uploaded the code, then it just works as normal, and i did it for the other hardware which i was facing issues with, they too functions as normal i didn't face any of the other issues mentioned before, b...
by TRUEcabbage
Thu Nov 14, 2024 6:29 am
Forum: General Discussion
Topic: ESP-WIFI-MESH is not stable
Replies: 3
Views: 448

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...
by TRUEcabbage
Thu Aug 22, 2024 10:01 am
Forum: ESP-IDF
Topic: ESP-MESH without a router
Replies: 12
Views: 14279

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 ...