- All products
- Development Boards
- Arduino
- Shields
- Expansion
- Data Logging Expansion Shield with DS1307 for Nano 3.0
- Expansion
Features
- Designed for Arduino Nano and Arduino Micro development boards.
- Supports FAT16 and FAT32 formatted MicroSD cards.
- Integrated Real-Time Clock (RTC) for accurate timestamping.
- RTC continues operating using a backup battery when main power is removed.
- Built-in 3.3V voltage regulator for stable SD card operation.
- 3.3V logic level shifting protects the MicroSD card interface.
- Prototyping area for adding custom sensors and circuits.
- Compatible with Arduino SD and RTC libraries.
- Includes example code for quick project development.
- Ideal for long-term unattended data logging applications.
Principle of Operation
The Arduino collects measurements from connected sensors and stores the data as text or CSV files on the MicroSD card through the SPI interface. The integrated RTC provides the current date and time for every recorded entry, ensuring each measurement is accurately timestamped.
The onboard backup battery keeps the RTC running even when the Arduino is powered off, preventing time loss between recording sessions. The integrated voltage regulator and level-shifting circuitry protect the MicroSD card while providing reliable operation during continuous logging.
Applications
- Environmental data logging
- Weather stations
- Industrial monitoring
- IoT sensor nodes
- Temperature and humidity recording
- Energy monitoring systems
- Scientific experiments
- Agricultural monitoring
- Long-term data acquisition
- Arduino educational projects
Pinout

Wiring
The shield plugs directly onto an Arduino Nano or Arduino Micro without additional wiring. Communication with the MicroSD card uses the SPI interface, while the RTC communicates over the I²C bus.
| Interface | Arduino Pin |
|---|---|
| SPI MOSI | D11 |
| SPI MISO | D12 |
| SPI SCK | D13 |
| SD Card CS | Board Defined (Varies by Version) |
| I²C SDA | A4 |
| I²C SCL | A5 |
Specifications
| Product Type | Arduino Nano Data Logging Shield |
| Compatible Boards | Arduino Nano, Arduino Micro |
| Storage Media | MicroSD (TF) Card |
| Supported File Systems | FAT16, FAT32 |
| Real-Time Clock | Integrated RTC with Battery Backup |
| Logic Level Protection | 3.3V Level Shifting for MicroSD Interface |
| Voltage Regulator | Integrated 3.3V Regulator |
| Expansion Area | Prototype PCB Area |
| Programming Support | Arduino IDE Libraries and Examples |
Resources
- Arduino SD Library: https://docs.arduino.cc/libraries/sd/
- RTClib Library: https://github.com/adafruit/RTClib
- Arduino SPI Reference: https://docs.arduino.cc/learn/communication/spi/
- Arduino I²C (Wire) Reference: https://docs.arduino.cc/learn/communication/wire/
- Arduino IDE: https://www.arduino.cc/en/software
Features
- Designed for Arduino Nano and Arduino Micro development boards.
- Supports FAT16 and FAT32 formatted MicroSD cards.
- Integrated Real-Time Clock (RTC) for accurate timestamping.
- RTC continues operating using a backup battery when main power is removed.
- Built-in 3.3V voltage regulator for stable SD card operation.
- 3.3V logic level shifting protects the MicroSD card interface.
- Prototyping area for adding custom sensors and circuits.
- Compatible with Arduino SD and RTC libraries.
- Includes example code for quick project development.
- Ideal for long-term unattended data logging applications.
Principle of Operation
The Arduino collects measurements from connected sensors and stores the data as text or CSV files on the MicroSD card through the SPI interface. The integrated RTC provides the current date and time for every recorded entry, ensuring each measurement is accurately timestamped.
The onboard backup battery keeps the RTC running even when the Arduino is powered off, preventing time loss between recording sessions. The integrated voltage regulator and level-shifting circuitry protect the MicroSD card while providing reliable operation during continuous logging.
Applications
- Environmental data logging
- Weather stations
- Industrial monitoring
- IoT sensor nodes
- Temperature and humidity recording
- Energy monitoring systems
- Scientific experiments
- Agricultural monitoring
- Long-term data acquisition
- Arduino educational projects
Pinout

Wiring
The shield plugs directly onto an Arduino Nano or Arduino Micro without additional wiring. Communication with the MicroSD card uses the SPI interface, while the RTC communicates over the I²C bus.
| Interface | Arduino Pin |
|---|---|
| SPI MOSI | D11 |
| SPI MISO | D12 |
| SPI SCK | D13 |
| SD Card CS | Board Defined (Varies by Version) |
| I²C SDA | A4 |
| I²C SCL | A5 |
Specifications
| Product Type | Arduino Nano Data Logging Shield |
| Compatible Boards | Arduino Nano, Arduino Micro |
| Storage Media | MicroSD (TF) Card |
| Supported File Systems | FAT16, FAT32 |
| Real-Time Clock | Integrated RTC with Battery Backup |
| Logic Level Protection | 3.3V Level Shifting for MicroSD Interface |
| Voltage Regulator | Integrated 3.3V Regulator |
| Expansion Area | Prototype PCB Area |
| Programming Support | Arduino IDE Libraries and Examples |
Resources
- Arduino SD Library: https://docs.arduino.cc/libraries/sd/
- RTClib Library: https://github.com/adafruit/RTClib
- Arduino SPI Reference: https://docs.arduino.cc/learn/communication/spi/
- Arduino I²C (Wire) Reference: https://docs.arduino.cc/learn/communication/wire/
- Arduino IDE: https://www.arduino.cc/en/software

