-
Newbie level 3
Achievements:
+89c2051 +bascom
I am a new starter from Hong Kong, self-learning 89c2051 for 3 months,now can use simple BASCOM programme to programe 89c2051,it is great.
i want to build a 3-digits 0-999 count-up counter with
using 89c2051 to drive 3 common anode 7-digits LED.
When input=high, it adds 1 up.
Pls advise circuit and .hex file.
Thanks.
-
Newbie level 1
Achievements:
Re: Can anyone advise using 89c2051 to build a count-up coun
hi landrover,
you could use one 8 bit port of the 2051 to connect to the pins of the seven segment display. Use three pins of the other port to select the 3 displays. Now your program should do this:
enable display 1. Send corr. digit to port one(connected to 7 seg).
enable display 2. Send corr. digit to port one(connected to 7 seg).
enable display 3. Send corr. digit to port one(connected to 7 seg).
do this quickly. prabably at 1-10khz so that the flickering would not actually be noticeable.
best of luck,
bye
-
Newbie level 3
Achievements:
Re: Can anyone advise using 89c2051 to build a count-up coun
Dear Kitaabs
Thanks for yr reply. i am a amateur, starting by learning other programe
could you advise where i can get the programe or hex file
Thanks
-
Advanced Member level 5
Achievements:
Awards:
Re: Can anyone advise using 89c2051 to build a count-up coun
For someone who starts experimenting with 2051 this is a good site to visit:
http://chaokhun.kmitl.ac.th/~kswichit/2051/contents.htm
(driving 7-segment + keypad ++++)
Regards,
IanP
-
Newbie level 3
Achievements:
Re: Can anyone advise using 89c2051 to build a count-up coun
THX
I WILL STUDY IT CAREFULLY