All posts in the 'Clock projects' Category
Posted on 03 Jul 2008

This is LCD Clock/Calendar based on PIC16F628.Time and date are displayed on LCD 1×16 in format HH:MM:SSx mmm dd, where: HH = Hours MM = Minutes SS = Seconds x = AM/PM mmm = Month (Jan, Feb, Mar) dd = Day.[more]
Posted on 03 Jul 2008

The projet built using the OOPIC microcontroller.Features:
- Each day of the week can be set independently to any of 4 times or disabled
- Crescendo alarm (starts soft and gets louder until you wake-up).
- Each day’s alarm can be set to skip one week, alarm resumes the next week.
- Each day’s alarm can be set to a different time for one week, alarm resumes normal time the next week.
[more]
Posted on 03 Jul 2008

This is a digital clock and temperature display which is alernate display between time and temperature.Here are some features:
- Display time 24-hour format. 00:00 - 23:00
- Use DS1307 RTC with 3V betterry back-up.
- 1 channel temperature sensor(DS1820)
- measures temperatures from -55 to + 125 degree Celsius.
- Temperature accuracy 0.5 ‘C
- software compiled with CCS C compiler V 3.222
Posted on 24 Jun 2008

This is a nice analog clock based on PIC16F84.The meter control by pulse width modulation (PWM). It consists of three analog meters with scales that went from 1-12, 0-59, and 0-59 and indicated hours, minutes, and seconds respectively.[more]
Posted on 01 Jun 2008

The Network Time Protocol (NTP) has revolutionized the world. Suddenly one could have anywhere in the world accurate time and date. NTP is a simple UDP based protocol and can be implemented in a Microcontroller. Using the tuxgraphics ethernet board and a LCD display we can build a nice clock which gets time and date via NTP. Just attach it to you DSL router.[more]