Problem connecting Pro Micro (ATmega32U4) to SD card breakout board
i trying connect sd card pro micro.
i have attached 5v power (vcc) , ground (gnd) pro micro sd card module.
i attached:
pro micro <---> sd card module
10 <---> sdcs
16 <---> mosi
14 <---> miso
15 <---> sck
i loaded sketch "arduino-1.0.5/libraries/sd/examples/cardinfo/cardinfo.ino"
i changed
to
set tools --> board --> arduino leonardo
from serial monitor get:
has connected sd card pro micro?
i have attached 5v power (vcc) , ground (gnd) pro micro sd card module.
i attached:
pro micro <---> sd card module
10 <---> sdcs
16 <---> mosi
14 <---> miso
15 <---> sck
i loaded sketch "arduino-1.0.5/libraries/sd/examples/cardinfo/cardinfo.ino"
i changed
code: [select]
const int chipselect = 4;
to
code: [select]
const int chipselect = 10;
set tools --> board --> arduino leonardo
from serial monitor get:
code: [select]
initializing sd card...initialization failed. things check:
* card inserted?
* wiring correct?
* did change chipselect pin match shield or module?
has connected sd card pro micro?
hi. i´m having same problem @randallr 2 years ago, re-use thread. hope ok.
i´m trying same thing tried. have arduino pro micro , bought sd card adapter. after looking on internet, came same setup in different places, have test up, , got same error. however, don´t know why, has worked once (detected sd card, not formated in fat partition wanted), , getting again same error.
any idea can problem?
thanks in advance.
i´m trying same thing tried. have arduino pro micro , bought sd card adapter. after looking on internet, came same setup in different places, have test up, , got same error. however, don´t know why, has worked once (detected sd card, not formated in fat partition wanted), , getting again same error.
any idea can problem?
thanks in advance.
Arduino Forum > Using Arduino > Networking, Protocols, and Devices (Moderator: fabioc84) > Problem connecting Pro Micro (ATmega32U4) to SD card breakout board
arduino
Comments
Post a Comment