Elecrow
Tiny RTC For Arduino
This tiny RTC module is based on the clock chip DS1307 which supports the I2C protocol. It uses a Lithium cell battery (CR1225). The clock/calendar provides ...
This tiny RTC module is based on the clock chip DS1307 which supports the I2C protocol. It uses a Lithium cell battery (CR1225). The clock/calendar provides seconds, minutes, hours, day, date,month, and year information. The end of the month date is automatically adjusted for months with fewer than 31 days, including corrections for leap year. The clock operates in either the 24-hour or 12-hour format with AM/PM indicator.
Please note that this module does not include the battery, the picture with the battery is just to show you how it works.
Features
- 5V DC supply
- Programmable Square-Wave output signal
- Automatic Power-Fail detect and switch circuitry
- Consumes less than 500nA in Battery-Backup Mode with Oscillator Running
- 56-Byte, Battery-Backed, Nonvolatile (NV)RAM for data storage
Wiki & External links
Jargon buster
Plain-language definitions for the technical terms used above.
- CR1225
- CR1225 is a specific size of 3 V coin cell battery, about 12 mm wide and 2.5 mm thick. Checking this code matters because coin cell holders only fit certain battery sizes, and battery capacity affects how long a beacon can run.
- I2C
- I2C is a two-wire communication bus used by many sensors and small modules. It matters because several I2C devices can share the same two wires, but each device needs a compatible address and your controller must support I2C.
- RAM
- RAM is temporary memory used while a device is running, and its contents are lost when power is removed. A “Run in RAM” mode is useful for testing settings without permanently programming the module, but it may not support every feature.
- RTC
- A Real-Time Clock keeps track of time even when the main processor is asleep or powered down, usually with a small backup battery. It matters for data logging and tracking projects that need accurate timestamps.
Find this product in
Brands
Related Tutorials
Free guides on learn.littlebird.com.au