I am wondering if there is a place to find out the known to work devices. I am going to add a micro sd device to my project and before I buy one would like to know how much work I have to do to get it to work. I have a couple of them already and wonder if there is a place I can see if it is known that they work or not?
Known to work devices
(4 posts) (2 voices)-
Posted 3 years ago #
-
Do you mean Arduino Shields that will work on the Maple? It depends on how the shield was designed, can you link to a shield you'd like to use?
Check out compatible shields here:
http://wiki.leaflabs.com/index.php?title=Compatible_Shields
and here:
http://leaflabs.com/docs/arduino-compatibility.html#shield-and-device-compatibilityIt's not the greatest list but it should help. There is a SD library available for the Maple here:
http://forums.leaflabs.com/topic.php?id=112
http://code.google.com/p/maple-sdfat/Posted 3 years ago # -
This is the device that I have but I am willing to buy a different one if I have to start from scratch. I looked at the compatibility list and I guess I am not looking at a shield but a breakout board.
https://www.adafruit.com/products/254
Thanks for your help.
Posted 3 years ago # -
I took a look at the schematics of the device and that breakout board will work fine with the Maple. Hook up the board as follows:
Leave 5V unconnected (Or if you want, you can connect it to Vin if you're powering with USB)
3.3V to 3.3V/Vcc
GND to GND
CS to CS/NSS
DI to MOSI
DO to MISO
CLK to SCKPosted 3 years ago #
Reply
You must log in to post.