dbisu / pico-ducky

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

How to put Pico Pi back to storage mode? #237

Closed jepunband closed 6 months ago

jepunband commented 7 months ago

Hello, i have setup the Pico Pi W to work as rubber ducky as described in the readme. Now i want to add other payload and also modify/edit files inside Pico Pi W. How do i do this since it only detects as HID. I want to be able to transfer files.

Anyone can help me on this?

dbisu commented 7 months ago

See the instructionshere.

jepunband commented 7 months ago

I tried pressing down the button and plugin the pico, this came up as storage but i don't see any of the files copied in it earlier.

dbisu commented 7 months ago

Storage mode doesn't require pushing the BOOTSEL button on the Pico. Holding that button will put it into bootloader mode. In that mode it behaves like you are seeing. The linked instructions how which pins to connect to make storage mode work on both Pico and Pico W. They behave slightly differently so make sure you looking at the right directions.

jepunband commented 7 months ago

Ok thanks i managed to get the jumper cable and use that to get into the storage mode to update the files.

dbisu commented 6 months ago

Closing, resolved.