A simple digital clock with PIC16F628A + DS1307: In this new project I am again using PIC16F628A microcontroller. The goal is simple digital clock with 7-segment LED display and the clock will have no additional functionality – no alarm, no seconds digits, no date. The latter can be added in the software though. For the […]
Tag Archives: ds1307
Programmable light controller
Dilshan Jayakody published a new build: The main objective of this project is to design a maintenance free and low-cost light which automatically turns on and off at the predetermined time of the day. To meet the above requirement I designed this controller using ATmega8 MCU and DS1307 RTC. The driver stage of this light […]
RTC based automatic LED lamp
Dilshan Jayakody published a new build: This is real-time clock based automatic LED lamp which we originally designed to use as night light. This lamp can programmed to turn on and off at the specific time of the day. For example, it can program to turn on at 6 PM on each day and to […]
Using DS1307 and DS3231 real-time clock modules with Arduino
John Boxall over at Tronixstuff has posted a detailed tutorial on how to on how to use DS1307 and DS3231 real-time clock modules with Arduino: There are two main differences between the ICs on the real-time clock modules, which is the accuracy of the time-keeping. The DS1307 used in the first module works very well, however […]
Arduino command-line tool “MiniPirate”
Olivier writes: This command-line enables “Quick” Arduino prototyping without compilation. Reading analog values, dis-/enabling ports and even I2C register manipulations are done in seconds instead of minutes. I will shows you how to set the time of a “DS1207” I2C realtime clock as well as executing some basic operations. The impatients of you just download the […]
Digital clock using 7 segment display controlled using TV remote
Zxlee wrote a post on his blog detailing his digital clock on 7 segment controlled with TV remote: When the Arduino first power up, it will display time information on 7 segment displays. Besides that, the LCD will display the time, date, temperature and day of week information. Basically, this is the main part of the program. The program […]
A DS1307 library for AVR Atmega
Davide Gironi has posted a DS1307 library for AVR Atmega: The DS1307 serial real-time clock (RTC) is a low-power, full binary-coded decimal (BCD) clock/calendar. This library set and get year, month, day, hour, minute and second from this RTC. Setup parameters are stored in file ds1307.h This library was developed on Eclipse, built with avr-gcc on […]
3V-5V switchable I2C Real Time Clock Shield
Dave writes: Using the Maxim/Dallas 1307 RTC that runs at 5V with the Arduino Due that runs at 3V. FETs are used for bidirectional level shifter per a Philips app note. All built on a Freetronics ProtoShield of course! Via the forum.
Chips: DS1307 I2C real-time clock
This is an old version, see the latest version on the documentation wiki. The DS1307 is a simple, inexpensive I2C real-time clock, it’s somewhat similar to the PCF8563 that was previously demonstrated with the Bus Pirate. This chip has some nice features. It has internal capacitors on both oscillator pins, the only required external part […]
