Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Duckduino-microSD bug? #10

Open
dead-null opened this issue Feb 12, 2018 · 6 comments
Open

Duckduino-microSD bug? #10

dead-null opened this issue Feb 12, 2018 · 6 comments

Comments

@dead-null
Copy link

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?

@zuhaib2002
Copy link

Hello @ChristopherAnders did you find a solution? we have final year project coming where we want to demonstrate this tech, but sd card is not reading i checked the connections 100 times. any help would be grateful @Seytonic

@dead-null
Copy link
Author

@zuhaib2002 - Nope. No fix.

@sasher91
Copy link

@ChristopherAnders I have had a very similar experience. I remember getting this to work approximately 1-2 years ago and it worked fine. Now however even though i do not believe i have changed any of the hardware, the scripts simply does not work. Have you found a fix or are you still looking? Thx

@dead-null
Copy link
Author

Actually I believe I found a fix. It's going to sound crazy but...

I had 5 readers and 5 arduinos... All dead. I got one more and was very careful on my soldering and it all worked. So... That's very frustrating!

@sasher91
Copy link

That seems correct as I have tried to run a test script to check whether the SD card reader worked and it could not even detect it. It's a shame that this is the only solution but thanks for the help.

@philipp-wienes
Copy link

format as FAT not as fat-32

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants