News

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 ...
This project displays the current time using the DS1307 RTC module on a 16x2 I2C LCD. The communication is implemented manually (bit-banging I2C) using GPIO pins PB8 and PB9 on the STM32F411RE ...
[CoreWeaver] creates an alarm clock that includes features one might expect in such a project, including an FM radio, snooze button inputs and a display, but goes beyond the basic functionality to ...
The real time clock is a custom designed module based on DS1307 that comes fully assembled and pre-programmed with the current time as the clock operates in either 12-hour or 24-hour format with AM/PM ...
Pull requests help you collaborate on code with other people. As pull requests are created, they’ll appear here in a searchable and filterable list. To get started, you should create a pull request.
When prototyping a project using an Arduino, there are a few things that are pretty much required equipment. A computer for generating sketches is typically one of those things, but [Adam] over at ...