Install
Install and have your USB Rubber Ducky working in less than 5 minutes.
-
Plug the device into a USB port while holding BOOTSEL. It will show up as a removable media device named
RPI-RP2. -
If using a Pico board:
Copy theadafruit-circuitpython-raspberry_pi_pico-en_US-10.0.3.uf2file to the root of the Pico (RPI-RP2). The device will reboot and after a second or so, it will reconnect asCIRCUITPY.
If using a Pico W board:
Copy theadafruit-circuitpython-raspberry_pi_pico_w-en_US-10.0.3.uf2file to the root of the Pico (RPI-RP2). The device will reboot and after a second or so, it will reconnect asCIRCUITPY.
If using a Pico 2 board:
Copy theadafruit-circuitpython-raspberry_pi_pico2-en_US-10.0.3.uf2file to the root of the Pico (RPI-RP2). The device will reboot and after a second or so, it will reconnect asCIRCUITPY.
If using a Pico 2W board:
Copy theadafruit-circuitpython-raspberry_pi_pico2_w-en_US-10.0.3.uf2file to the root of the Pico (RPI-RP2). The device will reboot and after a second or so, it will reconnect asCIRCUITPY. -
Copy the lib folder to the root of the
CIRCUITPY -
Copy
*.pyto the root of theCIRCUITPY -
Follow the instructions in README.md to enter setup mode
-
Copy your payload as
payload.ddto the root of theCIRCUITPY -
Unplug the device from the USB port and remove the setup jumper.
-
Enjoy your Pico-Ducky.