dbisu / pico-ducky

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

Unable to enter setup mode #262

Closed jw762 closed 5 months ago

jw762 commented 6 months ago

Hello, having an issue with getting setup mode to work. I've followed the instructions to get everything properly installed several times and everything seems to work fine, including pin 15 for USB Storage, the other pin options for switching payloads, but I cannot seem to enter into Setup mode by using pin 1 (GP0).

So, no matter what I do, I cannot seem to edit the files without executing payloads. Any ideas here? Or is it possible I don't understand how it's supposed to work?

Specs:

If you need anymore info let me know. Thank you.

dbisu commented 5 months ago

On a Pico W, you also need to enable USB storage mode. By default a Pico W will not show up as a USB drive. https://github.com/dbisu/pico-ducky?tab=readme-ov-file#usb-enabledisable-mode

jw762 commented 5 months ago

You're right, not sure why I didn't think about enabling both pins. Thank you for the quick response.