-
Notifications
You must be signed in to change notification settings - Fork 108
Description
The Duckduino-microSD.ino is not working for me. Below are my specs:
Hardware
Everything off of http://seytonic.com/2016/12/03/links-to-buy-arduino-ducky-stuff/
- Arduino Micro pro
- Micro SD Storage Board Mciro SD TF Card Memory Shield Module SPI For Arduino DE
- 16GB Samsung EVO in FAT32 format
- The connection is solid. I've gone as far as soldering all the pins to the correct corresponding counterparts
VCC ---> VCC
D15 ---> SCK
D14 ---> MISO
D16 ---> MOSI
GND ---> GND
D4 ---> CS
Software
There's nothing to modify here just versions of libraries.. Otherwise it's upload to the Arduino. So here are my versions:
- keyboard.h (tried both 1.0.0 and 1.0.1)
- SD.h (tried 1.2.0, 1.2.1 and 1.2.2)
- SPI.h (1.0.0)
- string.h
- script.txt with basic ducky script and I've tried just printing strings to a text file for basic testing.
For whatever reason the SD card is not recognized (or that's the way it seems). My testing has been on both Linux (Kali) and MacOS platforms 10.13.3 and 10.11. I have 5 Arduino micro pros and 5 of the SD card readers. I've also tried multiple SD cards of different brands. I'm positive I can eliminate this as a hardware issue.
Here's the interesting part. I did this about 6 months ago and it worked!!! However, all of the sudden now I get nothing. My first reaction is library version but that doesn't seem to be the case. Any thoughts?