Ovidiu22 / RTC_DS3231-alarm

An arduino nano - DS3231 RTC setup for setting an alarm at a precise time

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RTC_DS3231-alarm

A project for setting an alarm using the DS3231 module and then reading the time and alarm flag using an Arduino.

  • Reading time is done using the driver from LibDriver https://www.libdriver.com/docs/ds3231/index.html
  • Time is displayed on a 20x4 LCD
  • After alarm is triggered, alarm flag is cleared for the next cycle
  • Communication between Arduino and RTC module DS3231 is done over I2C

SchematicSchematic

About

An arduino nano - DS3231 RTC setup for setting an alarm at a precise time

License:GNU General Public License v3.0


Languages

Language:C 96.4%Language:Makefile 3.6%