![]() |
![]() |
![]() |
|
|
|||||||
| 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) |
|
Please give me an schematic diagram of count down timer...
A count down timer with a hour:minute:seconds... And also I can set the what time will I start to count down. Thank you in advance.! |
|
|
|
|
|
|
(permalink) |
|
i need also a countdown timer where i can increment time by about 5 minutes when needed. help us pls..
|
|
|
|
|
|
|
(permalink) |
|
These applications are far easier done with a micro-controller than loads of logic chips - it comes down to one chip, a display, and the buttons. You have to program the chip, but it simplifies things so much!.
|
|
|
|
|
|
|
(permalink) |
|
use a 555 timer with a time delay
__________________
abc |
|
|
|
|
|
|
(permalink) |
|
There's no software involve. Just a pure hardware...
Also, you can input on what time would you like to set.... Is this possible? |
|
|
|
|
|
|
(permalink) | |
|
Quote:
|
||
|
|
|
|
|
(permalink) | ||
|
Quote:
|
|||
|
|
|
|
|
(permalink) | |||
|
Quote:
With all the setting flexibility involved, you really should consider a micro controller / PIC / CPLD or something so that you can write high level code. If you MUST do this with logic gates, I would suggest using a dip switch to set the times in a binary format, you'll need an hour counter probably derived from a second-counter and you should use flip-flops to make a state machine that will allow you to perform all your hour on / hour OFF antics. This way will take a lot of time and debugging to work right and would arguably be more expensive in the end with all costs considered. |
||||
|
|
|