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 #187

Closed Kaxpe4 closed 1 year ago

Kaxpe4 commented 1 year ago

I did everything step by step, but my pico-ducky doesnt work. The only way my device worked, is time when i used "Pico to bad usb converter", and it only worked once.

Payload should load, open notebook and type "Hello word", just like orginal payload

sorry for bad english

Sebastean2006 commented 1 year ago

Did you find out what was wrong? For me it didn't even work once.

Kaxpe4 commented 1 year ago

Did you find out what was wrong? For me it didn't even work once.

No, I abandoned this project on my pico

Sebastean2006 commented 1 year ago

i found another git that worked for me: https://github.com/OCEANOFANYTHINGOFFICIAL/RPI-PICO-TO-BAD-USB-CONVERTER

Kaxpe4 commented 1 year ago

i found another git that worked for me:

https://github.com/OCEANOFANYTHINGOFFICIAL/RPI-PICO-TO-BAD-USB-CONVERTER

As I said in issue description I already used it. It worked a few times and it's dead.

dbisu commented 1 year ago

If possible, include debug serial data. 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)

dbisu commented 1 year ago

closing, no activity.