Hi,
I am using an LC-TECH 5v SD card module. Using the code and wiring from this tutorial:
sd-card-module-and-temperature-sensor\
I didnt have trouble initializing the sd card, but I had trouble writing to the file. I found out that I needed to use an external power supply because there wasn't enough current. Now everything is working fine.
This setup will be used on a moving vehicle, and what I would like to do, is figure out some way of letting me know if the arduino is not writing to the file - so for example light an LED.
I know it is possible to know if the sd cards hasn't initialized, but I dont know how to find out if println() to the file has failed or not.
Is this possible?