Hello every one
I want to log data in .txt file in sd card with Arduino due board. I use SD library for this but I can't save any file in sd card ... and then I found SdFat library ... again I can't run with sample codes
this appears to be the schematic of your SD module.
This module has a 5V to 3.3V converter, (chip TXB0104), for the SD card.
The arduino Due provides 3.3V at the pin output, so it may not work with this module.
Hi @mettiblack72
The problem doesn't seem to be one of library.
It appears to be voltage levels.
The output levels of the DUE pins are 3.3V and your module asks for 5V on the input pins.