Search found 1 match

by DavidC10
Thu Mar 21, 2019 2:33 pm
Forum: ESP32 Arduino
Topic: ESP32 Dynamically connecting Slaves in STA mode to a master in STA
Replies: 0
Views: 2232

ESP32 Dynamically connecting Slaves in STA mode to a master in STA

I am trying to have a master dynamically learn the addresses of slaves who are in station mode as they need to be able to send and receive data as well. I have tried multiple codes online, such as scanNetworks() but to no avail. I can post my code if needed but I have tried multiple different method...