dbisu / pico-ducky

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

i tried all your steps but it doest works on my pico w #252

Closed AJAIY-PICO closed 1 month ago

AJAIY-PICO 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.

chaotux commented 7 months ago

@AJAIY-PICO is this the same errors you are getting

Auto-reload is on. Simply save files over USB to run them or enter REPL to disable. code.py output: ]0;🐍Wi-Fi: off | code.py | 8.0.0\Traceback (most recent call last): File “code.py”, line 14, in File “duckyinpython.py”, line 116, in NameError: name ‘GP29’ is not defined ]0;🐍Wi-Fi: off | 116@duckyinpython.py NameError | 8.0.0\ Code done running.

Press any key to enter the REPL. Use CTRL-D to reload.

AJAIY-PICO commented 7 months ago

ill try thanks

dbisu commented 5 months ago

Have you tried using one of the release bundles? https://github.com/dbisu/pico-ducky/releases/tag/v2.0

dbisu commented 1 month ago

Closing, no activity.