Hello
Sorry if this is dumb. I'm using wifinina with an Arduino Uno WiFi rev2 in access point mode. I've configured devices to automatically connect to the created network if it's available.
Now on the Arduino side I'd like to regularly see how many devices are connected and what IP addresses have been assigned to them. How can I do that? I tried to go through the code but can't find a function returning that.
It should be "IPAddress ip = WiFi.localIP(); ".
But it hangs on my nano connect rp2040 when it is called on Pi Pico SDK (philhower). Works good when using MBED OS.
Hello Sorry if this is dumb. I'm using wifinina with an Arduino Uno WiFi rev2 in access point mode. I've configured devices to automatically connect to the created network if it's available. Now on the Arduino side I'd like to regularly see how many devices are connected and what IP addresses have been assigned to them. How can I do that? I tried to go through the code but can't find a function returning that.