maltepöggel.de

Talking alarm clock 1

First version of the talking alarm clock with a vacuum fluorescence display

From a video recorder I had scavenged a vacuum fluorescent display, which was much too good to lie around in the tinkering box. For this reason I decided to build a decent alarm clock for my bedside table.

Picture: Complete alarm clock

The functionality includes display of time, two independent alarm times, time announcement by voice, temperature display, 10 selectable alarm tones and optical alarm with RGB LEDs.

The assembly starts with the loose VFD.

Picture: Loose VFD
Picture: Backside

First the display has to be mounted on the board. For this purpose, a breadboard is used.

Picture: Gluing the pads
Picture: Attaching to the board
Picture: Soldering
Picture: Finished!

The display was mounted on a second PCB in a 90 degree angle. This board will be used as the main board later. Four ULN2803 with resistor networks are used as display drivers. These control the grids and segments of the VFD. The anode voltage of 24V is generated by a DC-DC module. If none of the transistors is controlled, all segments light up.

Picture: Mounting on the 2nd board
Picture: First test run

The upper left pictures show first setups with segment drivers, grid drivers and voltage generation. Top right and bottom row the test setup with multiplexing and AT90S8515 microcontroller. To drive the 9 grids with as few port pins as possible, a SN7442 1 out of 10 decoder is used.

Picture: Test of the 1 out of 10 decoder
Picture: Multiplexing
Picture: Atmel and voltage generation
Picture: Multiplexing running

In the next step the PCF8593 realtime clock IC was installed. A supercapacitor keeps the operating voltage of the RTC during short power failures, so that the set time is not lost. The Atmel microcontroller communicates with the device via I2C. For easy debugging of the software, a RS232 interface with a MAX232 was also added. The generation of the 5V operating voltage is done by a LM2575 switching regulator.

Picture: Data from the RTC
Picture: Complete board

As an eye-catcher, two red, green and blue SMD LEDs were soldered on the key board.

Picture: RGB lighting
Picture: Digiswitches

The ISD2560 voice memory is mounted on a separate board. To save more port pins, two CD4094 shift registers were used. These control the address pins of the speech memory. As NF amplifier a LM386 is connected downstream. In standby it is switched off by a transistor.

Picture: Speech output top side
Picture: Voice output bottom side

Finished main board

Picture: Top side main board
Picture: Bottom side main board

Keypad board and LM75 temperature sensor

Picture: Keypad board
Picture: Temperature sensor
Software

The software is written in Bascom. The keys can be used to navigate through different functions.

Picture: Time display
Menu 0

Display of time, weekday and if alarm 1, 2 or none is active

Time announcement at the push of a button

Activate alarm and switch between alarm times

Picture: Temperature display
Menu 1

Display of temperature

Resolution 0.5 degree steps by LM75 I2C temperature sensor

Picture: Set time
Menu 2

Time Set: Set time

Image: Set alarm
Menu 3

Alarm Set: Set alarm time

Image: Set alarm sound
Menu 4

Sound Set: Select one of the 10 alarm sounds

Block diagram

Last but not least, I would like to show a schematic block diagram here, more detailed would be unnecessary due to the special VF display.

Picture: Circuit diagram

This alarm clock was used as a starting point for the development of the talking alarm clock 2 with IV-18 tube.

Downloads