#Trying to get a Pico W on WiFi and it

1 messages ยท Page 1 of 1 (latest)

robust pulsar
#

which build are you using? Any errors in boot_out.txt?

#

if you just run a network scan, does the network show up?

ancient goblet
#

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]

robust pulsar
ancient goblet
#

I shall run this quickly because I want to see if it works

robust pulsar
#

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?

ancient goblet
#

WPA2, not sure if it's enterprise, let me check

robust pulsar
#

we don't support enterprise yet

ancient goblet
#

Ok, no, the network does not show up on the scan -- but should it if it's hidden?

#

Checking to see if enterprise

robust pulsar
#

should not if it's hidden

#

can you just .connect() to it, without considering .env?

ancient goblet
#

Checked, regular WPA2. Let me try that

robust pulsar
#

wifi.radio.connect(ssid, password)

#

wifi.radio.ipv4_address

ancient goblet
#

Do I need quotes in the connect? It says [SSID] not defined

robust pulsar
#

wifi.radio.connect("yourssid", "yourpassword")

#

they are strings

ancient goblet
#

ah

robust pulsar
#

do they have non-ascii characters?

ancient goblet
#

Nope, all standard

#

Ok, that's giving "no network with that SSID" as well

robust pulsar
#

and it's a hidden network?

#

is it on 2.4GHz?

ancient goblet
#

Yes

#

Yes hidden, I think it's dual band

#

Let me check [I inherited this mess]

robust pulsar
#

can you connect to it with your laptop, etc?

#

and double-check freq, etc.

ancient goblet
#

Ok, yes, it's dual band. Other devices connect

robust pulsar
#

are they connecting on 2.4GHz?

#

feel free to go home ๐Ÿ™‚

ancient goblet
#

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

robust pulsar
#

can you force the laptop to use 2.4GHz only?

ancient goblet
#

I don't see any settings for it in Windows

robust pulsar
#

can you bring the board home and try it on your home router?

ancient goblet
#

I originally set it up at home, but my network wasn't hidden

#

And it WILL connect to visible networks

robust pulsar
#

I have not tried a hidden network, but I can set one up here later, will get back to you

ancient goblet
#

Ok, sounds like a plan. In the meantime, home I go! Thanks in advance

robust pulsar
#

yw - bye!

ancient goblet
#

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

robust pulsar
#

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.)

ancient goblet
#

These are both 8 beta 4 -- let me try updating

robust pulsar
#

I will try on a Pico W

#

connnects on Pico W as well

ancient goblet
#

Ugh, I tried flashing the one and now all my USB went out... and touch screen...

robust pulsar
#

double check that the name of the UF2 corresponds to your board

ancient goblet
#

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

robust pulsar
#

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

ancient goblet
#

The fact that it worked before for the one and isn't working now makes me agree

robust pulsar
#

good luck on the diagnosis!

ancient goblet
#

Thanks! I'll let you know if I figure it out