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?
mesh network + wifi
Re: mesh network + wifi
sorry, I have the wrong section of the forum, I am using Arduino-Ide.
-
- Posts: 9711
- Joined: Thu Nov 26, 2015 4:08 am
Re: mesh network + wifi
No problem. Moved ESP-IDF -> Arduino.
-
- Posts: 826
- Joined: Mon Jul 22, 2019 3:20 pm
Re: mesh network + wifi
Try WiFi.setSleep(false);
Re: mesh network + wifi
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.
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.
Who is online
Users browsing this forum: No registered users and 29 guests