I am trying to use the SainSmart 4.3" Inch TFT LCD Screen SD Card Slot + TFT Shield For Arduino Due as a data logger for an analog sensor and some digital sensors, however I have not been able to get any example code to work. No matter the example SD code I try the SD card never passes the SD.begin(4) thus i get the failed message.
I am guessing that my hardware does not have the same pin out as the example code. (Although i dont know why it wouldn't)
On a side note i have gotten the screen to work perfectly, which i think means that the sd card is working inside of that code.
I guess I am looking for some example code that will work with my hardware or some advice on where to find more information. I am sure someone has used this exact setup for what i am doing.
There is not to much to show for a schematic since i am using a shield and the pictures of the setup are on the website. The code i am using is just some example code from the Arduino libraries.