Adafruit Assembled Data Logging Shield for Arduino
Here’s a handy Arduino shield: we’ve had a lot of people looking for a dedicated and well-designed data logging shield. We worked hard to engineer an inexpensive but well-rounded design. Not only is it easy to assemble and customize, but it also comes with great documentation and libraries.
Our latest version of this popular shield has all the features of the popular original, and is “R3” compatible so you can use it with just about any Arduino or compatible. You can be up and running with it in less than 15 minutes – saving data to files on any FAT16 or FAT32 formatted SD card, to be read by any plotting, spreadsheet or analysis program. We even have a tutorial on how to use two free software programs to plot your data The included RTC (Real Time Clock) can be used to timestamp all your data with the current time so that you know precisely what happened when!
Please note that this item does NOT come with an Arduino (you’ll need one to use with the shield), SD card or coin cell battery! The shield comes with all the components soldered on and tested but does not have headers installed. You’ll need some basic soldering skills to put it together, but even if you don’t have much experience you can get it done in under 15 minutes.
- SD card interface works with FAT16 or FAT32 formatted cards. 3.3v level shifter circuitry prevents damage to your SD card
- Real-time clock (RTC) keeps the time going even when the Arduino is unplugged. The battery backup lasts for years
- Included libraries and example code for both SD and RTC means you can get going quickly
- Prototyping area for soldering connectors, circuitry or sensors.
- The onboard 3.3v regulator is both a reliable reference voltage and also reliably runs SD cards that require a lot of power to run
With this new version, you can use it with:
- Arduino UNO or ATmega328 compatible – 4 analogue channels at 10-bit resolution, 6 if RTC is not used
- Arduino Leonardo or ATmega32u4 compatible – 12 analogue channels at 10-bit resolution
- Arduino Mega R3 or ATmega2560 compatible – 16 analogue inputs (10-bit)
- Arduino Zero or ATSAMD21 compatible – 6 analogue inputs (12-bit)
- Arduino Due – 12 analog inputs (12-bit)
Of course, you can log anything you like, including digital sensors that have Arduino libraries, serial data, bit timings, and more! For more information, including libraries, schematics and examples see the data logger shield webpage
Revision History
- As of July 15, 2024, we’ve updated this design slightly to add a 10K resistor + 10uF capacitor on the RTC input power pin to help avoid the RTC losing the date/time from a rapidly dropping power supply.
Specifications
- Dimensions (assembled): 70mm x 53mm x 17mm
- SD Card protrudes by 10mm (0.4in) when inserted
- Weight: 22g/0.8oz
- The RTC uses I2C 7-bit address 0x68.
Resources
- Tutorial and Downloads