Arduino uno wifi rev 2 is connected to my wifi but cannot see the name

Hello.

After purchasing three Arduino Uno Wi-Fi Rev 2.0 I decided to test one of them and have got as far as only seeing a connection status via the monitor and my router but don't see this device either on my Android phone or iMac. I have included both monitor details from the Arduino editor (1) and a snap shot from my router (2).

Is this normal?

(1) Arduino Editor Monitor

Please upgrade the firmware
Attempting to connect to WPA SSID: BT-KNXXXX
You're connected to the networkSSID: BT-KNXXXX
BSSID: XX:XX:2E:DD:0F:XX
signal strength (RSSI):-40
Encryption Type:4

IP Address: 192.168.XX.XX XX
192.168.XX.XX
MAC address: XX:XX:BD:XX:B8:5C
SSID: BT-KNXXXX
BSSID: XX:XX:2E:DD:0F:XX
signal strength (RSSI):-44
Encryption Type:4

(2) Router snapshot

What would expect to see?

can you 'ping' the address from the MAC?

Hello.
I thought it would have advertised itself but I get your point, I don't see my mobile device listed where I see other networks including my own router broadcast.

I can ping the device yes.

PING 192.168.1.XX (192.168.1.XX): 56 data bytes

64 bytes from 192.168.1.XX: icmp_seq=0 ttl=255 time=131.060 ms

64 bytes from 192.168.1.XX: icmp_seq=1 ttl=255 time=45.667 ms

64 bytes from 192.168.1.XX: icmp_seq=2 ttl=255 time=426.712 ms

64 bytes from 192.168.1.XX: icmp_seq=3 ttl=255 time=342.244 ms

64 bytes from 192.168.1.XX: icmp_seq=4 ttl=255 time=124.666 ms

64 bytes from 192.168.1.XX: icmp_seq=5 ttl=255 time=34.630 ms

64 bytes from 192.168.1.XX: icmp_seq=6 ttl=255 time=4.051 ms

I ran the ConnectWithWPA and gave the code my SSID and Password and seems to have worked.
Do you happen to know of any code which will allow me to test send data from an ultrasonic sensor to some output, perhaps the monitor?
thank you

Hello. Thank you for help, the ping test has meant I could go on to other examples such as a wi-fi blink via webpage. I was a little confused as to what to expect at first. So thank you.
Rob

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.