#Trying to get a Pico W on WiFi and it
1 messages ยท Page 1 of 1 (latest)
which build are you using? Any errors in boot_out.txt?
if you just run a network scan, does the network show up?
CP 8 Beta 4, no errors. [I didn't know the MAC was in there, that's useful for later.] Let me try the network scan
Ok I thought I had a guide open on how to do that, but I don't -- how do I do the scan?
[I'm actually leaving work now and the project stays here, so we'll have to pick up tomorrow]
I shall run this quickly because I want to see if it works
that has some superflous stuff in it, but it works fine. It was a modified debugging script
are you using Enterprise WPA2 or whatever it's called?
WPA2, not sure if it's enterprise, let me check
we don't support enterprise yet
Ok, no, the network does not show up on the scan -- but should it if it's hidden?
Checking to see if enterprise
should not if it's hidden
can you just .connect() to it, without considering .env?
Checked, regular WPA2. Let me try that
this is a standard "can I connect and get through kind of script" https://learn.adafruit.com/adafruit-magtag/internet-connect
wifi.radio.connect(ssid, password)
wifi.radio.ipv4_address
Do I need quotes in the connect? It says [SSID] not defined
ah
do they have non-ascii characters?
Ok, yes, it's dual band. Other devices connect
I really wanna know why it isn't working XD laptop is 5GHz, checking phone...
Huh, phone doesn't say
Ok, so I don't have any devices connecting to this AP with 2.4GHz, but Meraki tells me other devices ARE using that band
can you force the laptop to use 2.4GHz only?
I don't see any settings for it in Windows
can you bring the board home and try it on your home router?
I originally set it up at home, but my network wasn't hidden
And it WILL connect to visible networks
I have not tried a hidden network, but I can set one up here later, will get back to you
Ok, sounds like a plan. In the meantime, home I go! Thanks in advance
yw - bye!
So I'm wondering if there's been either an interference change or an AP is having an issue with 2.4GHz -- I brought the Pico I had working back in, and it too refuses to connect now, despite having been able to do so earlier this week...
I didn't make any changes to the network tho
I made a hidden 2.4GHz network locally, on an unconnected router. I confirmed it was not visible via scanning from the ESP32-S2 or other devices. I was able to connect to it with wifi.radio.connect("HIDDEN", "hiddenpassword") , and also on a Mac. I am using a post 8.0.0-beta.5 build, but 8.0.0-beta.5 should work fine. (I saw last night you might be running an old build, at least at home.)
These are both 8 beta 4 -- let me try updating
Ugh, I tried flashing the one and now all my USB went out... and touch screen...
double check that the name of the UF2 corresponds to your board
It does, I think I'm just having USB issues... laptop might be dying...
brb, need to reboot to get USB to come back...
Man, whatever happened knocked the port on the switch I was connected to out -- had to reboot the switch too
Ok, it DID flash CP 8 beta 5 onto that Pico W -- same error
all I can say is that it's something about your network, then. I did something kind of bog standard here
if you have an old router you can play with, you could verify
The fact that it worked before for the one and isn't working now makes me agree
good luck on the diagnosis!
Thanks! I'll let you know if I figure it out