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

pico w not executing payload.dd after all steps #243

Closed oferrr closed 1 week ago

oferrr commented 7 months ago

Describe the issue A clear and concise description of the symptoms

To Reproduce Steps to reproduce the behavior:

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Debug info 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)

Additional context Add any other context about the problem here.

oferrr commented 7 months ago

the device manager pick the pico w as hid device but nothing is happening, only the led starting to flesh.

oferrr commented 7 months ago

image got that error while executing putty.exe -serial com3

oferrr commented 7 months ago

I unplugged the pico completely and i got...the same error? wth

oferrr commented 7 months ago

so, i was dumb. i wanst on the correct COM. ops

sillymonkey87 commented 6 months ago

Im having an issue where i did everything the guide told me to, and my computer detects the pico w as a hid device. but no matter what. it wont run the payload

dbisu commented 6 months ago

Are you able to get a debug serial trace of the issue?

dbisu commented 1 week ago

Ensure you are using CircuitPython 8.x and not 9.x Closing.