Search found 3 matches

by rlezuo
Tue Jul 03, 2018 11:26 am
Forum: ESP-MDF
Topic: ESP32 mesh network manual assign root node
Replies: 9
Views: 16332

Re: ESP32 mesh network manual assign root node

This line: https://github.com/espressif/esp-idf/bl ... main.c#L91

The root node is looking for a WiFi Router, the example does not work if the WiFi Router is off.
Why is this?
by rlezuo
Wed Jun 27, 2018 4:45 pm
Forum: ESP-MDF
Topic: ESP32 mesh network manual assign root node
Replies: 9
Views: 16332

Re: ESP32 mesh network manual assign root node

My application only requires node-to-node communication.
It is desired to operate the mesh w/o any infrastructure and thus w/o router.
It would be okay to select a fixed node as the root.
Is this possible?
by rlezuo
Wed Jun 27, 2018 4:26 pm
Forum: ESP-MDF
Topic: ESP32 mesh network manual assign root node
Replies: 9
Views: 16332

Re: ESP32 mesh network manual assign root node

Is there any progress on router-less root-node selection?
I also just need node-to-node communication w/o a router.