Page 1 of 1

mesh network + wifi

Posted: Tue May 18, 2021 6:37 am
by marcol
I made a mesh network with three esp32 devices using the painlessMesh.h library and everything is working fine.
When I connect only one esp32 to the wifi network, it often doesn't respond to the ping for several seconds.
What can it be?

Re: mesh network + wifi

Posted: Tue May 18, 2021 6:43 am
by marcol
sorry, I have the wrong section of the forum, I am using Arduino-Ide.

Re: mesh network + wifi

Posted: Wed May 19, 2021 2:17 am
by ESP_Sprite
No problem. Moved ESP-IDF -> Arduino.

Re: mesh network + wifi

Posted: Wed May 19, 2021 2:42 am
by lbernstone
Try WiFi.setSleep(false);

Re: mesh network + wifi

Posted: Wed May 26, 2021 2:38 pm
by marcol
The first problem was my fault, I was using bad a library.

I have created a mesh network with some esp32 devices.
The master device connects to the main wifi and communicates with the other mesh devices.
The maximum number of nodes is 10, so if I want to add other devices I have to create an additional root node that acts as a bridge.
Unfortunately I can't find any documentation about it. I'm using the Arduino IDE and I can't find any procedures on the library that help me.