![]() |
![]() |
![]() |
|
|
|||||||
| Electronic Projects Design/Ideas/Reviews Are you building an electronic project or want to? Maybe you need some assistance? Come and submit your electronic questions here and let our experienced members find a solution. |
|
|
Thread Tools | Display Modes |
|
|
(permalink) |
|
Hi Electronics Expert,
I would like to request your advice for my project on the up counter. I would like to display a counting up in LED or LCD display for the count mentioned in item 1 below. Kindly advice for the IC to be used and possible circuit idea for the below. :idea: 1) The counter will be up 1 at every counting at 9 or 27 or 108. It can also be up 1 at every counting 10. 2) It would be better if the IC can be also have the function of the timer. 3) If there is LCD display Watch IC which can be programmable to fulfill the item 1 will be useful too. Thank you in advance. Regards, Just-do-it (but don't know what to do now...) |
|
|
|
|
|
|
(permalink) |
|
You could do it with a microcontroller. But you need to program it first, and the way you program it depends on the code base. I use Atmel's AT89C2051 right now, and it accepts commands from the 8051 instruction set. This is what I mean by the code base.
Also, it depends on your space requirements for your final circuit, as well as the amount of time you have available to the circuit.
__________________
-=: The best low-priced components to troubleshoot with are the speaker and the LED :=- |
|
|
|
|
|
|
(permalink) |
|
Hi Mstechca,
Thank you for the advice. I will try Atmel's AT89C2051. However, I am not very good at programming. I do have about 2 months time to complete and I will try study to use micro-controller. In, the mean time, it would be very nice if you have another idea of using just logic circuit and/or some IC to build the pure hardware circuit. Thanks and Regards, Just-do-it (Now, I know a little what to do, but needs time to study..Cannot just-do-it easily for electronic... :roll: ) |
|
|
|
|
|
|
(permalink) |
|
Your command of English makes it difficult to know what you want. To count with a digital display, look at the MC14553B. It is a 3 digit BCD counter. The data sheet has a schematic. You will also need a BCD to 7 segment converter, like 7447 or MC14543B.
__________________
see my website: www.geocities.com/russlk |
|
|
|
|