dbisu / pico-ducky

Create a USB Rubber Ducky like device using a Raspberry PI Pico
GNU General Public License v2.0
2.43k stars 440 forks source link

Installed everything as told in the instructions, the web page doesn't load still #138

Closed linuzzx closed 1 year ago

linuzzx commented 1 year ago

I followed the instructions, added a secrets.py with secrets = {'ssid':'name','password':'pwd'} still not working PS: the led just blinks slowly

dbisu commented 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.

linuzzx commented 1 year ago

oh didn't know that. well I don't see any wifi APs though

dbisu commented 1 year ago

Please include a dump from the debug serial to help look at what is going on.

linuzzx commented 1 year ago

How?

dbisu commented 1 year ago

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)

linuzzx commented 1 year ago

Got it working, thanks

dbisu commented 1 year ago

If it is working now, please close this issue. Thanks.

dbisu commented 1 year ago

Closing, resolved.