Arduino Class - Using An SD Card In Your Project


Details
Come join us at TheLab.ms Education Center in Plano TX to learn how to interface an SD Card with the Arduino.
SD cards have matured over the years. Their sizes have expanded to many gigabytes, and their prices have dropped to a few cents per gigabyte. Compared to build-in memory, SD cards offer a really good mass storage solution. On the Arduino, an SD card can be used with the appropriate hardware extension and with an easy to use library that comes with the IDE. Your Arduino Ethernet shield (http://amzn.to/2gO6AtX) comes with a micro-SD card slot, but you can also get them as a separate breakout board. In this class, we will use a dedicated, small and cheap break-out board.
Modules:
Reading and writing to an SD card, Part 1 of 3 (http://bit.ly/2hjfVYc) (13:50) In Part 1, I will show you how to connect the SD card module to the Arduino, format an SD card, and verify that it can be used.
Reading and writing to an SD card, Part 2 of 3 (http://bit.ly/2hsHkua) (10:30) In Part 2, I will show you how to store sensor measurement data to the SD card, and import to Excel for charting.
Reading and writing to an SD card, Part 3 of 3 (http://bit.ly/2hdPm9l) (9:45) In Part 3, I will show you how to use a recursive function in order to excaustively traverse files and directories. Parts Needed:
Arduino UNO (http://amzn.to/2guHM9Z) SD card mass storage using a cheap breakout. (http://amzn.to/2fSSh2y) Course work for this class comes from Arduino Step By Step (http://goo.gl/5Uv71ft) which has over 20 hours of content in 110 lectures. These classes are designed for anyone interested in learning electronic design and C programming. No experience is required. Access to the course material is free at our meetups. If you wish to access the material outside the meetup see our coupons page to get a discount from our sponsor (http://www.hackerspacetech.com/pages/coupons.html).

Arduino Class - Using An SD Card In Your Project