|
Intro to Physical Computing Syllabus Research & Learning Other Class pages
ITP Help Pages |
DataloggingData Formating Conventions:When saving data to a flat file, separate values with a comma, ending with a linefeed character after each reading. Here's more on comma separated values comma separated values (CSV) Data Logging Methods:Mobile Logging
Hardware Devices that Log
Computer/ Logging
Data Smoothing and Filtering:Tom Igoe's examples illustrate how to filter out noise from sensor readings in software in a variety of ways:
From sensors to processing (without actually logging)On some occasions, you may want to just graph the data without logging it. If so, here are some code snippets.
|