dbisu / pico-ducky

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

Twin-Duck Firmware #126

Closed gdz11223344 closed 1 year ago

gdz11223344 commented 1 year ago

I have a question, a payload I'm going to use need twin-duck firmware. So does pico-ducky allow it?

dbisu commented 1 year ago

Kind of. If you connect a button to GPIO22 and connect a jumper from GPIO0 to GND, you will get close. the payload will not deploy when plugged in, and then will run when you press the button.

gdz11223344 commented 1 year ago

So, the payload will start when the button is pressed? and also could you show a diagram? I am new with this thing

dbisu commented 1 year ago

yes, the payload will start when the button is pressed. I don't have a mock-up of a button.

dbisu commented 1 year ago

Closing, button capability added. Support for the WAIT_FOR_BUTTON command is covered in a different issue.