Posts

Showing posts with the label Clock

VFD Talking Alarm Clock

Image
Are you having a hard time waking your hubby from sleeping? And when you leave the house for work, are you in doubt that he has not gotten out of bed? One thing that will stop your worries is to use this clock that does not just tell time but also “swears”. This is an All-in-one alarm clock. It shows an alphanumeric character, it has a calendar, temperature, and a light sensor to control its brightness. You can plug it on to your power source or use a battery. Although this is cool, It’s not ok being around kids. We don’t want young kids to learn to swear or say bad things, right?   Streampowers

An LCD Clock Kit Suitable for Beginners with Open Source Arduino Firmware

Image
Simpleclock is an easy to assemble attractive 4-digit 7-segment LED display clock with temperature and alarm function. It is available in three display colors: Red, Blue and White. It comes as a kit of through-the-hole parts and can be soldered by any person with basic soldering experience. An attractive acrylic stand is included. [ ]

Digital Clock Date and Thermometer using PIC16F628 PIC16F84 PIC16F690 and DS18S20 or DS18B20

Image
This is a small adjustable clock/date with thermometer function based on PIC16F628 or PIC16F84 microchip and DS18S20 or DS18B20 temperature sensor. The hardware part is very simple because it only uses a pic microcontroller, the DS18S20/DS18B20 sensor, 4x7 segments (common anode, something like KW4-301xxx Series, or common cathode something like CC56-21SURKWA), four transistors, some rezistors! When you first power the device the clock is mentained for 8 seconds. Then the date for 2 seconds and temperature will be displayed for 3 seconds. The clock has four buttons, with one button you enter in set mode, with another button you increase values, the third button will be used to decrease values and you can put or not, the reset. If you don't want a reset button just connect the pin to +5V. You can change: ho -> hour, from 0 to 23 nn -> minutes, from 0 to 59 (I could not display m so I used n twice for it) dd -> date day, from 1 to days/month -> calculated based on month...

Nixie Tube Clock

Image
Nixie tubes are cool. They have great aesthetic appeal with their difficult-to-photograph, warm orange glow, and dem curvy numerals. They add an organic je ne sais quoi to a hobby with ostensibly digital design cues. Further, they pose technical challenges in the way of producing and switching the ~175 V DC needed to light each tube element.  And as far as I am aware, there are no new nixie tubes being produced; as such, procurement can be a challenge unto itself. My N.O.S. nixies came from Russia thru Ebay, and only 3 were duds. Incidentally the seller replaced those 3, FOC. [ ]

Digital Clock with Timer and Solar Panel Regulator

Image
This is a combination digital clock timer and solar panel charge controller used to maintain a deep cycle battery from a solar panel. The timer output is used to control a 12 volt load for a 32 minute time interval each day. Start time is set using 9 dip switches and ends 32 minutes later. The 32 minute duration is set by selecting the 5th bit (2^5 = 32) of a 4040 binary counter (pin 2). The timer also has a manual toggle switch so the load can be manually switched on or off and automatically shuts off after 32 minutes. The time duration can be longer or shorter (8,16,32,64,128,256 minutes etc.) by selecting the appropriate bit of the counter. The timer circuit is shown in the lower schematic just above the regulator.   Basic Clock Circuit diagram The basic clock circuit (top schematic below) is similar to the binary clock (on another page) and uses 7 ICs to produce the 20 digital bits for 12 hour time, plus AM and PM. A standard watch crystal oscillator (32,768) is used as the tim...

Digital Clock with MM5314N

Image
Description  The digital clock of circuit, has as base one IC, the MM5314N, in which are contained all the circuits that need. The IC1 collaborates with six Display of common anode, that are not critically as materials. You can select what dimension, you want it is enough you adapt pins their in the circuit. The display are drive by a system of polyplexis and are drive by thirteen transistors. For timing the circuit, is used the frequency of network (50HZ). This solution is the simplest, that it is not best. For more constant frequency you can use a circuit that would be based on crystal, (it will be given shortly). For the clue of hour are used six display of 7 element common anode. The DS1-DS2, show the hours (decades-unit respectively), the DS3-DS4, show the minutes and DS5-DS6, the seconds. The common anode, for each display is drive by the collector of transistors Q8 until Q13. Individual led (a, b, c, d, e, f, g) the display, they are linked between them (parallel) and are dr...