-
Notifications
You must be signed in to change notification settings - Fork 13
Description
Description
I registered a Feather M0 MAC address on the UNR-IOT network and got a unique password, but it is unable to connect. It takes longer than other not-present SSIDs, but ultimately fails:
<<<<<<< Switching WiFi Networks >>>>>>>
Attempting to connect to SSID: EmotiNet
WiFi.begin() duration = 3
WiFi.status() = 6, total duration = 604
<<<<<<< Switching WiFi Networks >>>>>>>
Attempting to connect to SSID: UNR-IOT
WiFi.begin() duration = 3002
WiFi.status() = 0, total duration = 3602
<<<<<<< Switching WiFi Networks >>>>>>>
Attempting to connect to SSID: Produce Consume
WiFi.begin() duration = 2
WiFi.status() = 6, total duration = 603
UNR-EXT also fails, but without a delay:
<<<<<<< Switching WiFi Networks >>>>>>>
Attempting to connect to SSID: UNR-EXT
WiFi.begin() duration = 921
WiFi.status() = 6, total duration = 1522
<<<<<<< Switching WiFi Networks >>>>>>>
Attempting to connect to SSID: Produce Consume
WiFi.begin() duration = 942
WiFi.status() = 6, total duration = 1543
My computer can connect to UNR-IOT and UNR-EXT using the same procedure.
ipconfig /all:
UNR-EXT
Wireless LAN adapter Wi-Fi:
Connection-specific DNS Suffix . : external.local
Description . . . . . . . . . . . : Intel(R) Wi-Fi 6 AX200 160MHz
Physical Address. . . . . . . . . : B0-7D-64-25-4F-1D
DHCP Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
Link-local IPv6 Address . . . . . : fe80::5cdd:5c7b:3c27:98e5%10(Preferred)
IPv4 Address. . . . . . . . . . . : 192.168.226.14(Preferred)
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Lease Obtained. . . . . . . . . . : Friday, February 10, 2023 10:46:07 AM
Lease Expires . . . . . . . . . . : Saturday, February 11, 2023 10:46:06 AM
Default Gateway . . . . . . . . . : 192.168.226.254
DHCP Server . . . . . . . . . . . : 192.168.226.254
DHCPv6 IAID . . . . . . . . . . . : 95452516
DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-27-78-70-34-8C-8C-AA-56-F6-78
DNS Servers . . . . . . . . . . . : 208.67.222.222
8.8.8.8
NetBIOS over Tcpip. . . . . . . . : Enabled
TPLINK-A2290E (which the same Feather can connect to)
Wireless LAN adapter Wi-Fi:
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Intel(R) Wi-Fi 6 AX200 160MHz
Physical Address. . . . . . . . . : B0-7D-64-25-4F-1D
DHCP Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
Link-local IPv6 Address . . . . . : fe80::5cdd:5c7b:3c27:98e5%10(Preferred)
IPv4 Address. . . . . . . . . . . : 192.168.0.101(Preferred)
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Lease Obtained. . . . . . . . . . : Friday, February 10, 2023 10:53:00 AM
Lease Expires . . . . . . . . . . : Friday, February 10, 2023 12:53:00 PM
Default Gateway . . . . . . . . . : 192.168.0.254
DHCP Server . . . . . . . . . . . : 192.168.0.254
DHCPv6 IAID . . . . . . . . . . . : 95452516
DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-27-78-70-34-8C-8C-AA-56-F6-78
DNS Servers . . . . . . . . . . . : 192.168.0.254
NetBIOS over Tcpip. . . . . . . . : Enabled
There may be an issue with 5GHz
Next steps:
- Try an ESP32 on network

