SODA Arudino library
 All Classes Files Functions Variables Macros Pages
The SODA library for datalogging with Olympia Circuit's SODA HE board.

Introduction

SODA is an Arduino library for data logging. It provides functions to simplify datalogging tasks using Olympia Circuit's SODA HE 1.0 board. SODA stands for Simple Open Data Acquisition. The goal of the project is to provide simple, high quality tools for the collection and analysis of environmental data. The library was built by Peter Gould (peter.nosp@m.@oly.nosp@m.mpiac.nosp@m.ircu.nosp@m.its.c.nosp@m.om). Some code was adapted from Petre Rodan's DS3231 library for Arduino. Additional thanks go to William Greiman for his SD_FAT library.

The SODA library consists of a single class SODA.

Dependencies

SdFat: library for SD card functions. This library needs to be added to your Arduino library along with SODA.

EEPROM: standard Arduino library for EEPROM functions (comes with your Arduino installation).

Wire: standard Arduino library for I2C communication (comes with your Arduino installation).

Installation

The contents of the SODA folder should be added to the library folder of your Arduino installation (e.g., C:\Program Files (x86)\Arduino\libraries). Arduino must be restarted after the library has been added.