Difference between revisions of "Interfacing with a Secure Digital (SD) card"

From Mech
Jump to navigationJump to search
 
Line 1: Line 1:
== Original Assignment ==
== Original Assignment ==


Establish SPI communication between your PIC and a Secure Digital (SD) card for data logging. Demonstrate the ability to store data on the card and to read it back later. Use projects documented on the web as a starting point. See, for example, [http://www.gedanken.demon.co.uk/gps-sd-logger/ this project].
Establish SPI communication between your PIC and a Secure Digital (SD) card for data logging. Demonstrate the ability to store data on the card and to read it back later. Use projects documented on the web as a starting point. See, for example, [http://www.gedanken.demon.co.uk/gps-sd-logger/ this project]. You may wish to display your results on the PC or using an LCD (see, e.g., [[C Example: Serial LCD]] or [[C Example: Parallel Interfacing with LCDs]]).

Revision as of 04:05, 25 January 2009

Original Assignment

Establish SPI communication between your PIC and a Secure Digital (SD) card for data logging. Demonstrate the ability to store data on the card and to read it back later. Use projects documented on the web as a starting point. See, for example, this project. You may wish to display your results on the PC or using an LCD (see, e.g., C Example: Serial LCD or C Example: Parallel Interfacing with LCDs).