DS3231 with Arduino UNO

Опубликовано: 28 Октябрь 2024
на канале: DIY Engineers
2,778
28

Overview of the DS3231 and how to use it with an Arduino. The video will go over basics, the data sheet, wiring it to the Arduino, importing the DS3231 library for Arduino, programming in Arduino, and testing. As a bonus we'll go over the breadboard wiring for the example of using a 1602 LCD.

Related Blog Post: www.diyengineers.com/2020/12/24/ds3231-with-arduino

Items used in this video (affiliate links):
*As an Amazon Associate I earn from qualifying purchases.

Arduino UNO:
https://amzn.to/3U7xAoT

DS3231 RTC Module:
https://amzn.to/4b41NMj

1602 LCD (with I2C module):
https://amzn.to/3UrbOh6

Breadboard (Elenco 9440):
https://amzn.to/4b5Onzq

LIBRARY: http://www.rinkydinkelectronics.com/l...

Chapters:
0:00 Intro
0:50 Datasheet
1:14 Connecting to Arduino UNO
2:00 Downloading and Importing the DS3231 Library
2:48 Arduino code for clock setup
4:48 Arduino code for clock read
6:36 Clock read test - Serial
8:20 Example application (LCD Screen)