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

Not working #276

Closed Leapingcactus closed 2 months ago

Leapingcactus commented 3 months ago

I used all of the files correctly and put them into the correct places, I followed a YouTube tutorial by Austin's lab, and then s tutorial bu network chuck, while following the tutorial by network chuck I deleted some files and cant get them back. Can I please have some help

dbisu commented 3 months ago

Your best bet is probably to reset the device with these instructions and then follow the install instructions here

Leapingcactus commented 3 months ago

Thanks I will let you know if it works, and are there any devices that it will not work on?

On Thu, 15 Aug. 2024, 1:38 pm Dave, @.***> wrote:

Your best bet is probably to reset the device with these https://github.com/dbisu/pico-ducky/blob/main/RESET.md instructions and then follow the install instructions here https://github.com/dbisu/pico-ducky/releases/tag/v2.0

— Reply to this email directly, view it on GitHub https://github.com/dbisu/pico-ducky/issues/276#issuecomment-2290533520, or unsubscribe https://github.com/notifications/unsubscribe-auth/BKQ7CTPXRG6BMKVXVHALATTZRQSSHAVCNFSM6AAAAABMQDAK6GVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEOJQGUZTGNJSGA . You are receiving this because you authored the thread.Message ID: @.***>

dbisu commented 3 months ago

This code has only been tested with RPi Pico and RPI Pico W boards. It might work with other similar boards that run CircuitPython.

Leapingcactus commented 3 months ago

Thanks I did it and now it works perfectly, I was using the newest version of circuit py instead of 8.0.0. Just a question, could I use this code on picks and sell them?

On Fri, 16 Aug. 2024, 11:14 am Dave, @.***> wrote:

This code has only been tested with RPi Pico and RPI Pico W boards. It might work with other similar boards that run CircuitPython.

— Reply to this email directly, view it on GitHub https://github.com/dbisu/pico-ducky/issues/276#issuecomment-2292578981, or unsubscribe https://github.com/notifications/unsubscribe-auth/BKQ7CTKHTWKIQRU5V2K3P63ZRVKQBAVCNFSM6AAAAABMQDAK6GVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEOJSGU3TQOJYGE . You are receiving this because you authored the thread.Message ID: @.***>

dbisu commented 3 months ago

You can, though keep in mind that the code is released as GPLv2 open-source, so you are really just selling the hardware. The code is released for free.

dbisu commented 2 months ago

closing, resolved.