Content for RTC

Sunrise Alarm LED Clock

“The ability to understand and control LED matrices is an important skill for anyone who hopes to be well versed in electronics. The understanding of shift registers and row scanning techniques necessary for such feats will prove useful in countless …

Dog Food Dispenser

“This is a automatic dog feeder that is driven by a Arduino Uno. The dispensing mechanism is a 3D printed archimedes screw driven by a continuous servo motor. The feeder has two feed times programmable to the user, it also …

Real TIme clock using AT89s52

“The AT89S52 Microcontroller is the heart of this project. DS1307 IC is used as RTC . This DS1307 IC required I2C interface , but 89s52 is not have any I2C port on board. That makes it typical to designed. So i designed …

Real TIme clock using PIC18F452

“Welcome to you . Here i am designed a Real Time Clock using PIC18F452 microcontroller.I will explain how to design Real Time Clock using PIC microcontroller.RTC Using PIC18F452. PIC is advance microcontroller series. In PIC microcontroller I2C(Inter-Integrated Circuit …

Linear Clock using Arduino + DS1307 + Neopixel: Re-using some hardware.

“From previous projects I had an Arduino UNO and a Neopixel LED strip left, and wanted to make something different. Because Neopixel strip has 60 LED lights, thought to use it as a big clock. To indicate the Hours, a …

LED Ring Clock With Arduino

“Watching pchretien’s Fibonacci clock last week, I decided to share my LED ring clock project. As you can see the time is represented on two WS2812 LED rings. In the outer ring there are 24 LEDs, it shows the …

DS1307 RTC Module

“The module based on DS1307, The DS1307 serial real-time clock (RTC) is a low-power, full binary-coded decimal (BCD) clock/calendar plus 56 bytes of NV SRAM. Address and data are transferred serially through an IC, bidirectional bus. The clock/calendar …

T-baneklokke - coundown clock

“Some time ago I grew tired of my wife asking if she had to leave soon to get to the metro in time. I did what any sensible techie would and made her a battery powered countdown clock. The clock …

16x128 display showing Date, Time, Temp, Humidity

“I am using 2 - 16x64 dot matrix display, 1 - RTCDS3231, 1 - DHT22 Temp Sensor and an Arduino Uno. I have had these 2 16x64 displays for a while with no real code to run or do what I wanted. I …

Car Raspberry Pi3 Dash Cam

“I have previously worked with Arduino boards to develop a motion based mobile alerts. But always wanted to work with Raspberry Pi because of the diversified projects that could be done relatively easily because it is a full blown mini …