Beginners: please read this post and this post before posting to the forum.
0 Members and 1 Guest are viewing this topic.
Have you thought about making your own? Because, correct me if I'm wrong, aren't all Arduino shields open source? If so take the schematic and make your own one for a cheaper price. Just a thought.
SD cards use the SPI protocol, [...]
Hi,Quote from: galannthegreat on September 29, 2010, 12:21:03 AMSD cards use the SPI protocol, [...]Just a minor correction... SD cards can use the SPI protocol, but it's not nearly as fast as the "real SD protocol" (which is only for the blessed few paying loads for it).
Quote from: Soeren on September 30, 2010, 02:00:53 PMHi,Quote from: galannthegreat on September 29, 2010, 12:21:03 AMSD cards use the SPI protocol, [...]Just a minor correction... SD cards can use the SPI protocol, but it's not nearly as fast as the "real SD protocol" (which is only for the blessed few paying loads for it).Thanks for the information Soeren. I'd be interested in learning how this method could be incorporated on a microcontroller. You have any links on this?