Closed linuzzx closed 1 year ago
Are you able to connect to the AP on the Pico W? As the project is currently designed, the Pico W acts like an AP. You would need to change the wifi connection code if you want it to connect to an existing AP.
oh didn't know that. well I don't see any wifi APs though
Please include a dump from the debug serial to help look at what is going on.
How?
On Windows, use PuTTY, connect to the debug serial port (commonly COM3, but could vary)
On Linux, use minicom (minicom -b 115200 -o -D /dev/ttyACM0, where ttyACM0 corresponds to your device)
Got it working, thanks
If it is working now, please close this issue. Thanks.
Closing, resolved.
I followed the instructions, added a secrets.py with
secrets = {'ssid':'name','password':'pwd'}
still not working PS: the led just blinks slowly