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.

digital clock using 8051???

Status
Not open for further replies.

SHIRAZ ALI

Newbie level 1
Joined
Jul 6, 2013
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
6
i want to design a digital clock using 8051 and microc..????
 

Here are 3 ways to make a clock using a C8051:

1.) Use a 8051 and a 1 line LCD display. The LCD connects to the 8051 using the SPI or I2C bus
This is the most expensive and it can be hard to connect to the LCD without a PCB

2.) Use 4 7 segment displays connected to the 8051's GPIO pins.
This is a little less expensive and can be wire wrapped or hand soldered

3.) My favorite and one I use for training classes:
Use a 8051 and use GPIO pins to drive 16 LEDs. I think blue LEDs look the best but any will work.
This is the least expensive and can be added to any C8051 eval board.

The clock looks like this:

digital clock.jpg

This is the time I wrote the post. If you can read binary you will see it was 02:59. The red LEDs can be hook to power and stay on all of the time or you can use another GPIO and have them flash once a second.

If you need help with any approach let me know.
 

Attachments

  • digital clock.jpg
    digital clock.jpg
    16.4 KB · Views: 59

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top