![]() | ![]() | ![]() |
| | |||||||
| 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. |
| | LinkBack | Thread Tools | Display Modes |
| | (permalink) |
| Hi, Please find a countdown circuit attatched that Electric Rain provided me with. I have a few questions about adapting the circuit: 1. How do adapt the circuit to count up instead of down? 2. How do I count up in hours aswell as minutes and seconds? 3. How do I add a reset switch which will set the counter to zero? I'm trying to use the circuit in conjuction with a tennis scoreboard to measure the duration of the game. But obviously the circuit needs to count up not down! Any help and Ideas would be great | |
| |
| | (permalink) |
| Since the heart of circuit a PIC microcontroller, You can do this by program modifications. | |
| |
| | (permalink) |
| Sebi, I've never used PIC's in a project before, could you explain how they work and how I can achieve my results by 'program modifications' sorry if this is obvious but i'm a relative newbie to electronics. How can I adapt the circuit to count up in hours aswell as minutes? Thanx | |
| |
| | (permalink) |
| Did you get some kind of program listing/assembly code to go along with the circuit? Unlike dedicated hardware circuits, the PIC is a general-purpose microcontroller that needs program code to tell it what to do. The circuit shown just provides a "framework" for a counting circuit, you still need to burn an appropriate counting program into the PICs' flash memory. Working with micro's involves a certain amount of overhead. If you're not that comfortable with electronics yet, you may want to look for a counting circuit that uses discrete MSI hardware ICs. The circuit would require more chips, but no programming is involved. | |
| |
| | (permalink) |
| Do u know where I can find a circuit that will count in hours minutes and seconds and has the ability to reset? I want to use the clock to measure the time of tennis matches. I've looked on the web for sites that provide project ideas and circuit diagrams with no luck if u could point me in the right directions that would be great | |
| |
| | (permalink) |
| The subject of long (& accurate) timers has come up often enough here that I'd like to contribute a few circuits to the "Projects" forum. Separate the display and timer parts. You should be able to find plenty of LED display circuits here and elsewhere on the web. I'll provide some suitable timer schematics, within a week. At the very least, acquire a 32KHz crystal and a CD4060 or 74HC4060. - C | |
| |
| | (permalink) |
| Try this: http://users.otenet.gr/~athsam/samgordon_clock_eng.htm :shock: And... good luck.
__________________ When life gives you lemons... make a battery. | |
| |
| | (permalink) |
|
__________________ When life gives you lemons... make a battery. | |
| |
| | (permalink) |
| Thanx for the sites Electric Rain, They're really helpful | |
| |
| | (permalink) |
| You're welcome.
__________________ When life gives you lemons... make a battery. | |
| |
| | (permalink) |
| Well I'm using one of the circuits u provided for my clock but still haven't found anything to do the physical scoring. I basically I want to push switches for each player when they win a point and there score to be displayed on 7-seg displays ( e.g. 0 15 30 40 when its a players advantage i want AD to be displayed. Once a game is won I want the score in games to be recorded e.g. 6-3 and then go on to the next set. Any ideas? Now any circuits I can adapt for my scoreboard Thanx | |
| |