EmbeddedRelated.com
DS1307N+

ADIDS1307N+

Analog Devices Inc./Maxim Integrated
Real Time Clock (RTC) IC Clock/Calendar 56B I2C, 2-Wire Serial 8-DIP (0.300", 7.62mm)
Active392 in stock

Overview

The DS1307N+ is a low-power, full binary-coded decimal (BCD) real-time clock and calendar chip with 56 bytes of nonvolatile SRAM. It manages all timekeeping functions including seconds, minutes, hours, date, month, and year with leap-year compensation valid up to 2100. The device operates via an I2C serial interface and features a built-in power-sense circuit that detects power failures and automatically switches to the backup battery supply.

Why Choose This Part

The 8-DIP package makes it ideal for breadboarding and through-hole PCB designs without requiring surface-mount soldering. It simplifies system design by integrating 56 bytes of battery-backed RAM for storing critical system parameters alongside the time data. The automatic power-fail circuitry and extremely low standby current ensure long-term reliability when running from a small lithium coin cell.

Applications

Data Logging
Timestamping sensor readings in industrial or environmental monitoring systems that require non-volatile time tracking.
Embedded Systems Scheduling
Managing daily or weekly event triggers in equipment such as irrigation controllers or lighting systems.
Legacy Industrial Controllers
Providing timekeeping for 5V logic systems using the 8-DIP through-hole package for easy maintenance and replacement.
Point-of-Sale Terminals
Maintaining accurate transaction time and date records even during primary power interruptions.

Key Specifications

Type Clock/Calendar
Features Leap Year, NVSRAM, Square Wave Output
Interface I2C, 2-Wire Serial
Date Format YY-MM-DD-dd
Memory Size 56B
Time Format HH:MM:SS (12/24 hr)
Mounting Type Through Hole
Package / Case 8-DIP (0.300", 7.62mm)
Voltage - Supply 4.5V ~ 5.5V
Operating Temperature -40degC ~ 85degC
Supplier Device Package 8-PDIP
Voltage - Supply, Battery 2V ~ 3.5V
Current - Timekeeping (Max) 200uA @ 5V

Getting Started

To use the DS1307N+, connect a 32.768kHz crystal to the X1 and X2 pins and provide a 4.5V to 5.5V supply to VCC. Pull-up resistors are required on the SDA and SCL lines for I2C communication with a microcontroller. In the Arduino ecosystem, the RTClib library is a standard choice for interfacing with this IC and managing the BCD data registers.