Arduino libraries
- SD - a new SD card library, if you're using v22 of the Arduino IDE you'll want to install this over the SD library that comes with v22. If you're using an earlier IDE then just install it as normal- download the .zip by clicking on Download Source (top right) and rename the uncompressed folder SD
- RTClib - a library for getting and setting time from a DS1307 (originally written by JeeLab, our version is slightly different so please only use ours to make sure its compatible!) - download the .zip by clicking on Download Source (top right) and rename the uncompressed folder RTClib
For detailed information on installing libraries, make sure to read our tutorial
The older library, not used as is anymore. Instead we use SD which wraps aroung sdfatlib to make it easier to use
- SDFATlib - a FAT16/FAT32 SD card library perfect for reading & writing from SD cards written by fat16lib
PCB files
These files are Creative Commons Attribution, Share-Alike - enjoy!
- Download the latest files from GitHub (click on the file name then right-click Raw and select Save as...)
- An image of the v1.0 schematic
Examples
