Micro SD TF Card Adapter Reader Module not working with Arduino UNO

Hi,

I have recently purchased the MIcro SD TF card adapter reader module and connected the module to Arduino UNo with this manual Arduino - Micro SD Card | Arduino Tutorial (arduinogetstarted.com). However, after few attempts and uploading the code, it does not recognize the micro SD card I have inserted.

I appreciate all the help.

Post links to the exact hardware you're using, so to the Micro SD card adapter and the Micro SD card you're trying. Also post a sharp picture of your setup with all wires visible.

Hello,

Attached are the pinouts that I have for my setup.

Codes used:
Number 1: Arduino - Micro SD Card | Arduino Tutorial (arduinogetstarted.com)
Number 2: SD example -> CardInfo from ArduinoIDE (chipselect was 4. Also tried chpselect 10)

This may help you:

A quick read suggests that the UNO WiFi isn't quite compatible with an UNO when it comes to the SPI pins.

I see that SPI pins are different between the UNO and UNO Wifi Rev2. The link did not quite help with which pinouts should I transfer my SCK, MOSI and MISO. I'd appreciate if you have any ideas about it.

I was able to figure the pinouts out. Thank you all for all the help.

The Arduino UNO WiFi isn't an Arduino UNO despite it's name. With the exception of the board layout and the voltage they have only the badly chosen name in common.

The only way to access the SPI pins is by the ICSP header.