countdown timer for lcd using 8051 microcontroller
#1

sir,
can you help me how to write a program for timer with dot matrix LED using 8051 microcontroller in assembly langauage
Reply
#2
countdown timer for lcd using 8051 microcontroller

A countdown timer is a down counter that counts from a specified time to 00:00. It is used in many devices such as washing machine, televisions, microwave ovens, etc. This countdown timer has three states: the running state where it counts down, the pause state where it displays the paused time and the reset state to set the countdown. The countdown is displayed on a set of four seven segment displays using the 8051 microcontroller (AT89C51). A buzzer sounds when the countdown gets over.

A very simple Digital countdown timer using 8051 and 7 segment displays. A perfect project for microcontroller starters.

Author has used BCD to 7-segment decoder for driving displays. each segment has its own decoder. so there is no multiplexing included for displays. Additionally there are 2 control switches one to Start/Pause and second to Reset the timer. There is a Buzzer added to indicate timer has expired.

The code for this project is written in assembly language. Timer 0 is used for 1 second timer delay. Code is written for a hardcode 10 minutes timer. So there is a lot of scope to expand this project according to your needs. You can take this project as a reference if you want to develop more on it.

The zip file includes code, schematic and proteus simulation file incase you want to try project before building it. Complete list of files in given below:

File List information:
1. Timer.asm - Assembly code for project.
2. timer.hex - Pre-assembled hex file.
3. Digital Countdown Timer.png - Schematic/circuit diagram
4. Digital Countdown Timer.DSN - Proteus simulation file
5. timersimulation.png - Simulation screenshot

Incase you have any doubts regarding this project please make use of forum: Rickey's World forum

Thanks to Prasad.K.Wagh (Kartikceleb) and his team for this contribution.
Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Popular Searches: labview gauge as a countdown clock, traffic light with countdown timer project report pdf, at89c2051 based countdown timer circuit, countdown timer science projects, advantages and disadvantages of countdown timer, top 100 countdown songs, digital countdown clock,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Possibly Related Threads...
Thread Author Replies Views Last Post
  advatages disadvantages of microcontroller based anesthesia injector 4 2,554 29-06-2018, 10:19 PM
Last Post: Guest
  program code of solar tracking system using 8051 microcontroller 6 23,327 03-05-2018, 09:30 PM
Last Post: Guest
  four quadrant dc motor speed controller without microcontroller applications 4 3,852 05-09-2017, 03:30 PM
Last Post: jaseela123d
  automatic railway gate control system using atmega microcontroller 1 1,176 12-04-2017, 04:44 PM
Last Post: jaseela123d
  how to read sms from gsm modem and display on lcd 1 1,467 12-04-2017, 02:36 PM
Last Post: jaseela123d
  distance measurement using infrared sensor with adc0804 8051 microcontroller at89c51 1 2,112 12-04-2017, 12:57 PM
Last Post: jaseela123d
  microcontroller based solar tree 1 632 12-04-2017, 09:40 AM
Last Post: jaseela123d
  8051 based automatic blind stick circuit diagram 1 961 10-04-2017, 04:02 PM
Last Post: jaseela123d
  ppt for microcontroller based ultrasonic distance meter 1 916 05-04-2017, 05:00 PM
Last Post: jaseela123d
  code for interfacing 8051 with pir sensor 1 901 05-04-2017, 03:53 PM
Last Post: jaseela123d

Forum Jump: