arduino-libraries / WiFiNINA

139 stars 105 forks source link

Find used IP addresses #128

Open EvilGarfield opened 4 years ago

EvilGarfield commented 4 years ago

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.

remacbh commented 2 years ago

Same Problem here... is there a Way now?

rcds2 commented 2 months ago

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.