All Projects → MajicDesigns → MD_DS3231

MajicDesigns / MD_DS3231

Licence: LGPL-2.1 License
DS3231 Real Time Clock Library

Programming Languages

C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to MD DS3231

MCP7940
Arduino Library to access the MCP7940M, MCP7940N and MCP7940x Real-Time chips
Stars: ✭ 29 (+0%)
Mutual labels:  alarm, clock, rtc
time
The simplest but configurable online clock
Stars: ✭ 77 (+165.52%)
Mutual labels:  time, clock
ESP32Time
An Arduino library for setting and retrieving internal RTC time on ESP32 boards
Stars: ✭ 120 (+313.79%)
Mutual labels:  time, rtc
telltime
iOS application to tell the time in the British way 🇬🇧⏰
Stars: ✭ 49 (+68.97%)
Mutual labels:  time, clock
Rusty Clock
An alarm clock with environment stats in pure bare metal embedded rust
Stars: ✭ 269 (+827.59%)
Mutual labels:  alarm, clock
Eth Alarm Clock Dapp
Chronos - Ethereum Alarm Clock DApp
Stars: ✭ 42 (+44.83%)
Mutual labels:  alarm, clock
TimeContinuum
No description or website provided.
Stars: ✭ 28 (-3.45%)
Mutual labels:  time, clock
Aospdeskclock
Fork of aosp deskclock: alarm,clock, timer,stopwatch
Stars: ✭ 28 (-3.45%)
Mutual labels:  alarm, clock
ElevenClock
ElevenClock: Customize Windows 11 taskbar clock
Stars: ✭ 1,494 (+5051.72%)
Mutual labels:  time, clock
NeoPixel-60-Ring-Clock
Time displayed as a series of colored arcs on a 60 Ring NeoPixel
Stars: ✭ 15 (-48.28%)
Mutual labels:  clock, rtc
tm
timers and timeline
Stars: ✭ 31 (+6.9%)
Mutual labels:  time, clock
Simple Clock
Combination of a beautiful clock with widget, alarm, stopwatch & timer, no ads
Stars: ✭ 257 (+786.21%)
Mutual labels:  alarm, clock
psychoclock
ESP8266 alarm clock with 8x32 LED display, NTP time, and MOD/WAV music alarms
Stars: ✭ 35 (+20.69%)
Mutual labels:  alarm, clock
ardusamber
Desamber time Arduino corporealization
Stars: ✭ 20 (-31.03%)
Mutual labels:  time, clock
new-clock
The best clock app there is
Stars: ✭ 24 (-17.24%)
Mutual labels:  alarm, clock
clocklet
An opinionated clock-style vanilla-js timepicker.
Stars: ✭ 31 (+6.9%)
Mutual labels:  time, clock
Tzupdate
Set the system timezone based on IP geolocation
Stars: ✭ 130 (+348.28%)
Mutual labels:  time, clock
React Clock
An analog clock for your React app.
Stars: ✭ 149 (+413.79%)
Mutual labels:  time, clock
vue-analog-clock-range
Vue Analog Clock Range Component
Stars: ✭ 53 (+82.76%)
Mutual labels:  time, clock
timestampy
🕒 Bunch of utilities useful when working with UNIX timestamps
Stars: ✭ 21 (-27.59%)
Mutual labels:  time, clock

MD_DS3231

The DS3231 is a low-cost, extremely accurate I2C real time clock (RTC) with an integrated temperature compensated crystal oscillator (TCXO) and crystal. Microprocessor interface is exclusively through an I2C bidirectional bus.

The device

  • incorporates a battery input, and maintains accurate timekeeping when main power to the device is interrupted.
  • maintains seconds, minutes, hours, day, date, month, and year information.
  • automatically adjusts dates for months with fewer than 31 days, including corrections for leap year.
  • operates in either the 24-hour or 12-hour format with an AM/PM indicator.
  • includes two programmable time-of day alarms.
  • has and frequency programmable square-wave output.

This library features access to all on-chip features

  • Read and write clock time registers
  • Read and write alarm registers and controls
  • Read/write clock and alarm registers as RAM
  • Control of square wave generator (on/off & frequency)
  • Control of clock features (Square Wave type and on/off, 12/24H, day of week, etc)

If you like and use this library please consider making a small donation using PayPal

Library Documentation

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].