-
Notifications
You must be signed in to change notification settings - Fork 109
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
Comments
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 |
@zuhaib2002 - Nope. No fix. |
@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 |
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! |
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. |
format as FAT not as fat-32 |
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/
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:
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?
The text was updated successfully, but these errors were encountered: