Ovidiu22 / RTC_DS3231-getSetTime

An Arduino nano - DS3231 setup for displaying the current time

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RTC_DS3231-getSetTime

A project for setting and then reading the time using an Arduino nano and a DS3231 RTC.

  • Set and reading time is done using the driver from LibDriver https://www.libdriver.com/docs/ds3231/index.html
  • Time is displayed on a 20x4 LCD
  • Set time is done once initially, after which the macro WRITETIME has to be disabled
  • Communication between Arduino and RTC module DS3231 is done over I2C

Schematic

Schematic

About

An Arduino nano - DS3231 setup for displaying the current time

License:GNU General Public License v3.0


Languages

Language:C 96.1%Language:Makefile 3.9%