MAKECourse
  • Home
  • About
  • Course Materials
    • Software
    • Course Kits
    • TA hours
  • Videos
    • Intro to Programming Videos
    • Advanced Topics >
      • DAC and ADC Tutorial
      • SD Card Data Logging
      • DC Motor Control
  • Schedule
    • Syllabus
  • Student Projects
    • Awesome Prizes
    • Fall 2020 Projects
    • Fall 2016 Awesome Prize Winners
    • Fall 2016 Projects
    • Spring 2016 Awesome Prize Winners
    • Spring 2016 Projects
    • Fall 2015 Awesome Prize Winners
    • Fall 2015 Projects
    • Spring 2015 Awesome Prize Winners
    • Spring 2015 Projects
    • Fall 2014 Projects
    • Spring 2014 Projects

Advanced Topics: Using SD Cards with the Arduino for Data Logging

This tutorial discusses:
  • How SD cards work
  • How to use the standard Arduino SD.h library.
  • How to use an SD card for data logging in a text file.
  • How to use timed interrupts for data logging.
  • How to import a data log file into an Excel spreadsheet.

Additional Information:
  • Visit the Arduino.cc SD card page.
  • Learn about the String class. Strings are very useful for converting numbers to text to generate 'human-readable' text data files, which can easily be imported into spread sheets and data processing software.
Additional Videos to Watch:
  • Using libraries with the Arduino.
  • SPI bus.
  • Timed interrupts.
This is the sketch that is featured in the video:
t20_sd_card.zip
File Size: 2 kb
File Type: zip
Download File

[Home] [Course Materials] [Syllabus] [Student Projects] [Contact]
Powered by Create your own unique website with customizable templates.