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

payload does not Start #273

Closed sarimwaniR closed 3 months ago

sarimwaniR commented 3 months ago

Describe the issue I do everthing but the payload does not work (I have a normal pie)

To Reproduce Steps to reproduce the behavior: here is the video from start (ignore the sound) https://drive.google.com/file/d/1mXAWOBFQyRVAzJwXiDy58AjDAMp6Xyhg/view?usp=sharing

Expected behavior To work

Debug info Nil

Additional context please help

Aftab700 commented 3 months ago

I think you are facing this issue because of the different versions of CircuitPython and Adafruit-circuitpython-bundle.

You are using CircuitPython 9.1.1 and adafruit-circuitpython-bundle-8.x.

Generally, CircuitPython X.* requires the X.x bundle. E.g., 8.2.9 required an 8.x bundle; 9.0.0 requires the 9.x bundle.

You can also try to debug this using PuTTY. Connect to the correct COM port using a serial connection type.

image

I had the same issue, and it was giving an error like below because of different versions:

code.py output:
Traceback (most recent call last):
  File "code.py", line 14, in <module>
  File "duckyinpython.py", line 9, in <module>
ValueError: incompatible .mpy file
image
Aftab700 commented 3 months ago

You can download this file: https://github.com/dbisu/pico-ducky/releases/download/v2.0/pico-ducky-v2.0-us.zip

or download the CircuitPython Version 8.x from here:

sarimwaniR commented 3 months ago

Issue solved ! make sure to follow INSTALL.txt