usb rubber ducky (sd card supported)
USB Rubber Ducky (SD card support)
Hello peeps ,
We already seen the usb rubber ducky usb version using arduino pro micro , now we are back with add-on to it , yea sd-card supported version of it .
Why do we need sd card support to it?
Yes can have larger scripts into the sd card and call the scripts as when we need it , this sd card support helps in many ways, we don't want to wait for converting the ducky script into arduino programming and compile and upload using arduino ide , this sd card support resolves these issues and helps in executing scripts
Yes let start building one , all we need is
- 1 x arduino pro micro ( link to arduino pro micro ) buy non-soldering version .
- 1 x arduino micro sd card module ( link to sd card module ) buy non-soldering version .
- Dual side tape - 5 cm .
- Soldering kit .
Pin configuration:
Arduino MicroSD module
VCC <-> VCC
GND
<->
GND
D15
<->
SCK
D4
<->
CS
Download from the Github-linkD14
<->
MISO D16
<->
MOSI
- Connect your arduino pro micro to your PC.
- Select the port and board from tools option.
- Open your arduino IDE and add the downloaded script from github.
- Compile and upload the script.
- Connect your sd card to your computer via sd card reader and create a text file as file.txt in the root folder paste ducky script.
Comments
Post a Comment