Page 1 of 1

problem with multiple ESP32 board connected to the same wifi

Posted: Sat Feb 24, 2018 10:13 pm
by carlopenna87
Hello

i'm trying to connect two ESP32 board on the same wifi network using arduino "wifi.h" library.

With the first ESP32 board there is no problem but i can't connect the second ESP32 board on the same wifi after the first one is connected

it seems like the "WiFi.begin" function can't handle a new connection to the same wifi network when a connection is already established

can you hel me?

Thank you

Re: problem with multiple ESP32 board connected to the same wifi

Posted: Mon Feb 26, 2018 9:23 am
by grasvezel
Connecting multiple devices to the same network works for me. Did you try compiling with debuging enabled? Do you have access to the wifi access point, could you maybe get some debugging info from there?