i am working with an arduino uno wifi r2 board and i need to connect an sd reader to it.
the connection diagram i am using is as follows:
GND - GND
VCC - 5V (I have also tried 3.3V)
MISO - 12
MOSI -11
SCK -13
CS - 10 (I also tried pin 4)
my problem is that if i try to run the example scketch 'CardInfo.ino', the sd card is never found...
can anyone help me?
thanks a lot!