Introduction
A real-time clock (RTC) is a computer clock (most often in the form of an integrated circuit) that keeps track of the current time.The term is used to avoid confusion with ordinary hardware clocks which are only signals that govern digital electronics, and do not count time in human units.
Compared with the cheap RTC module in the market now, this SD2403 Real-time clock module is low power consumption and high accurate solution. The typical power consumption is about 1.0uA. It intgerated the crystal and it ensure the accuracy of clock is about 5ppm.That means even if keep running one year, the deviation of this RTC module should be less than 2.5 minutes without the calibration. It supplies the time data via I2C interface and the time format is configurable to be switched between 12 hours and 24 hours. However, another good feature is the time alarm function via interrupt event output. So this RTC solution should be worth to try.
Specification
- External power range: 1.8~5.5v
- Integrated with 3v battery socket
- Battery type: CR1220
- Support work without external power supply
- Supply fixed time alarm via interrupt output
- Typical power consumption: 1.1uA
- Selectable 12/24 hours format
- Interface: I2C and interrupt output
- Accurancy: about ±5ppm
- Deviation: less than 2.5 minutes every year
- Pin ESD > 4KV
- 0.5s IIC Bus auto reset function to avoid from getting stuck
- Industrial grade
- Temperature range: -40~+85℃
- Switch for disconnecting the I2C pull-up resistors
- Size:36x36x14mm
Connection Diagram
Example Code
DataSheet
These RTC (Real time clock) registers are stored as binary-coded decimal BCD format.
Seconds and Minutes: range from 0 to 59;
Hour : can be set 12-hour or 24-hour mode;
day : from 1 to 31;
Month : from 1 to 12;
Year : from 0 to 99;
Day of the Week: from 0 to 6.
If 12_/24 bit of the Hour register is “1”, the RTC uses a 24-hour format. If the 12_/24 bit is “0”, the RTC uses a 12-hour format
For detail: