Hello, i am trying to execute the SD CARD example because i want to safe my Data on an SD card. i am using this website as an example for me how to wire the arduino but everytime i am trying to start it it says that the Card mount is failed.
i tried to look into the documentation of
and tried a different type of wiring where i laid the Mosi output on PIN27 but it changed nothing.
unfortuanally i am not using the Same SD card reader as in the example. i am using this mikro SD reader:
i have tried different things now. I visited the randomnerdtutorials website again
and connected MISO MOSI and SCK like it was written on the website with the lora module. Than i connected the CS PIN to PIN Number 18 since it is shown as the lora default CS pin and tried the Code with SD.begin(18)
it showed:
Card mount failed
i tried it again by connecting the CS to pin 23 andc hanged to
SD.begin(23)
again card mount failed
i can safely say that it is a problem with the mounting of the SD card since i tracked the error in sd.begin but i dont know how to fix the error or how to find it....