News

This project demonstrates how you can build a real-time clock (RTC) with a temperature display using Arduino, DS3231 RTC chip, and SSD1306 OLED display (128×64 pixel). DS3231 RTC chip is more accurate ...
This project aims to build a digital clock using a real-time clock chip (DS3231) with battery backup, a liquid crystal display (JHD 204A), and an Arduino Uno board. Let us try to design our own ...
This Arduino library allows you to use Deneyap Real Time Clock with I2C peripheral. You can use this library in your projects with any Arduino compatible board with I2C peripheral.
In this article you will learn how to make a digital clock using Arduino and the DS1307 RTC IC. What is DS1307 IC actually? Well, it is a Real Time Clock (RTC) IC that is simple to use, low cost and ...
You have some skill and experience writing code with the Arduino IDE, and you would like to avoid using code statements such as delay(). Instead, you would like to connect a very precise DS3231 Real ...
so whipped up a neat design using analog meters to display the time. The build relies on that old stalwart, the Arduino Uno, to run the show. It’s hooked up to a DS3231 real-time clock module so ...
In this tutorial, we will learn about Real Time Clock (RTC) and its interfacing with the ESP32 and OLED display. We will use DS3231 RTC module to keep ... We have previously used DS3231 RTC with ...
This Arduino based Real time clock is a digital clock to display real time using a RTC IC DS1307 which works on I2C protocol. Real time clock means it runs even after power failure. When power is ...
so whipped up a neat design using analog meters to display the time. The build relies on that old stalwart, the Arduino Uno, to run the show. It’s hooked up to a DS3231 real-time clock module so ...
PLEASE NOTE:- In some editions fo the Magazine (GB, DE), the Temprature sensor is listed as a DS1820 - This should read DS18B20. The DS1820 is an old part and does not function correctly in this ...