Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

8051 digital clock by 7-segment !! help

Status
Not open for further replies.

Eng_Master

Newbie level 4
Joined
Apr 6, 2008
Messages
6
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,332
digital clock using 8051

hi all,

i need to make a digital clock by using 8051 microcontroller in assembler

and the display is seven segment not LCD
no decoders used

there are 3 switches :
1- one for modes ( hours,minutes and seconds)
2- the second for alarm
3- and the other for stop watch if possible

Any ideas?

thanks.
 

8051 digital clock

Sounds doable, what's the problem?
 
8051 clock

hey.........
are you talking about real time clock for the controller whhich shows the current date, & time.........
 
source code for a digital clock with 8051

There are two methods to make a clock:
1. Use timers for counting the seconds and increase some variables wich will be your minutes, hours, etc. This is not so accurate
2. Accurate method use some RTC (real time clock) chip, e.g. from Maxim Dallas. They've them on i2c or SPI
Regz
 
digital clock 8051

thanks to all

jigisha
Ok , No problem
by using real time clock. can u help me in source code?
but remember the display is 7-segment not LCD

Regards
 

digital clock using microcontroller

For an accurate clock
you have to calculate the delay of exact one second
depending on the frequencu of your microcontroller
and also depending on the internal clock divisor.
you have to also take into account the machine cycle an instruction will require
Regarding 7 segment interfacing it is easy using microcontroller
 

programe 8051 for clock with 7segment

sau_sol

i know that 7-segment interfacing is easy
but i need the source code in assembly language:!:

please help:|

thanks.
 

seven segment digital clock

I have the ASM,but the explanation is in chinese language.
 

digital clock with 8051

qidao1920

any thing, i will try to understand
and the schematic of ASM if found
i'm waiting for your answer

regards
 

7 segment interfacing with 8051

hey

any help??
 

seven segment interface with 8051

blueroomelectronics

This project is sponsored me after a week from now in the university

i need any thing about it .....
 

digital clock microcontroller

Eng_Master

tell me your Email,I'll send it to you.
 
digital clock, 7 segment display assembly

hi all,

i need to make a digital clock by using 8051 microcontroller in assembler

and the display is seven segment not LCD
the source code in assembly language:
can somebody help my
 
8051 clock code

For interfacing seven segment displays, I have some tutorials and source codes in assembly here

**broken link removed**

and for multiplexing seven segments

**broken link removed**

Hope this may help..
 

digital clock 7 segment schematic

Hi
its so easy.
see the circuit i am uploading.
you may use a 8051 and RTC chip.

Added after 1 minutes:

Clock Complete in Orcad
 

digital clock using 8051 microcontroller

Hi,many web sites has ready-made,or a Proteus project.HAHA
 
  • Like
Reactions: irsa

    V

    Points: 2
    Helpful Answer Positive Rating

    irsa

    Points: 2
    Helpful Answer Positive Rating
Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top