- This topic has 5 replies, 3 voices, and was last updated 12 years, 3 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
|
Microcontroller › 8051 › digital clock using microcontroller 89C51
I make digital clock using AT89C51 and seven segment display.it can be display two ‘minute’ digite and two ‘second’ digite.but i can make digital clock that can be display two bigits of hour,minute and second.so how it can be made ? please reply…ok
Hi,
Ofcourse, it can be made using the same logic you’ve used so far.
hello
i just raed your commands , I already finish this project with 6 seven segment display
i just add the 6 display in one 8051 port i didn,t know about hardware circuit so didn’t give the proper solution
i just give one idea
add the display all in parallel in one port and connect common pin of the display (commaon anode or cathode)
to control bit(like use sbit) to connect another port
we should programing flows thorugh 6 data of display in one port for control the common display control bit,if u want to more details contact my mail id:[email protected]
That’s nice.
Adding to Balaji’s post, you can connect the common pin of ssds to the output of a demux like 74138, so that you can sekect the required ssd using only three pins, upto 8 ssds.
hello ajish
i read your post its smart idea ,its a usefull for make my projects is very compact one.
Thanks Balaji. The more we share our ideas, more ideas we get!!