i'm trying to get the Arduino MKR NB 1500 running with an SD-Card Module that is 100% working on an Arduino Nano.
I've seen there is a special MKR SD Shield, but my board is just a normal SD-Card Module for the Arduino:
I'm using the standard DataLogger example sketch.
The output is the following: Initializing SD card...Card failed, or not present
The pins that are defined in the description of the sketch don't match the pins on my MKR.
I need to use pin 8,9,10 because these are the SPI pins on the MKR
On most boards the CS pin is pin 10, but there is some boards that it is different. I know on my maker zero that has a built in sd card reader it is pin 28.
On most older pinouts and schematics of hardware it is known as the SS pin.
I now understand that my module needs 5V and die MKR just provides 3.3V.
Good advice @srnet
@beau28713 i think the CS-pin isn't really the problem here. I need to buy an 3.3V module and then specify the correct CS-pin.
What really frustrates me is that Arduino never mentioned it anywhere that the MKR uses a different logic voltage. At least not where a beginner like me could find it.
You're right, but that little row in the TechSpecs didn't caught my attention.
Just would've wished it was stated more clearly that "standard 5v arduino modules" won't work with the MKR