One Pico W board will connect to wifi, one other one will not #10416
Unanswered
MABeatty1978
asked this question in
RP2040 / Pico
Replies: 1 comment 1 reply
-
I just noticed something which leads back to there being a defective chip. Those same RSSI values are showing |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I have two Pico W boards. They are both running identical micropython firmware. They are both sitting right next to each other using the same power supply. One of the boards will connect to my Wifi (Google WiFi), one will not. I'm using the same basic program provided in the Pico W Datasheet on both of them and I'm getting a -1 return code from my wlan.connect(ssid, password) call after about 3 seconds of trying to connect on the bad one.
I've created a hotspot on my phone and the bad one will connect to that just fine. I've verified that the mac address are different. I've tried to disable power saving mode. Unfortunatley, Google doesn't give me much in the way of logs to look at for my router, so I don't think I can see what's going on in there.
Any help would be appreciated...I've been beating my head against a wall on this for a couple of days.
EDIT:
I just noticed something which leads back to there being a defective chip.
Durring my WLAN.scan(), I'm noticing that on the one that is not working, all of the RSSI values are coming back with really low numbers, -81, -94, -88, -92
Those same RSSI values are showing
-48, -55, -48, -43 respectively
Beta Was this translation helpful? Give feedback.
All reactions