Using Atmega

xTimer

xTimer with 4094 using ATMEL89C2051 microcontroller using atmega

The original version of xTimer used MAX7219 for driving 7-segment. This new design uses a cheap CMOS shift register, 4094 for LED interface. Each 4094 drives a 0.5″ 7-segment without the need of limiting resistor. The left-hand LED is timer function with buzzer alarm output. The right-hand is for clock display. Hardware Schematic Fig. 2 shows a …

xTimer with 4094 using ATMEL89C2051 microcontroller using atmega Read More »

Clock Controller

Clock ControllerV1.1 using AT89C2051 Using Atmega

Builda digital clock that turns AC load on/off with preset time. sourcecode with sdcc for 8051. The Clock Controller V1.1was designed to be an exemplary of using ‘C’ language to control timer0interrupt, 7-segment LED and keypad scanning. It provides 1-bit sink currentdriving output, for driving a relay, opto-triac, say. Many projects requiring7-segment display and keypad interfacing …

Clock ControllerV1.1 using AT89C2051 Using Atmega Read More »

HDD analog clock with LCD touchscreen

HDD analog clock with LCD touchscreen Using Atmel Mega32

Introduction The clock is one of the oldest inventions in human history and has been used for centuries as in instrument for measuring time. There are many ways to implement this ancient technology by simple and practical methods. However, simplicity and practicality were not among the goals of this project. Instead, the project is intended …

HDD analog clock with LCD touchscreen Using Atmel Mega32 Read More »

Alarm clock with speech synthesis

Alarm clock with speech synthesis Using Atmega32

1. Introduction We designed an intelligent alarm clock which can be programmed from the computer to speak custom messages and also detect whether the user is on his bed or leaving his room. Sensors are pervasive in industrial, aerospace, and medical fields. Although they can potentially enhance the common person’s everyday-life, they are still seldom …

Alarm clock with speech synthesis Using Atmega32 Read More »