up, down counter with pic 16F84A

Thread Starter

kathy_lila

Joined Mar 8, 2012
1
can you help create a 0-99 counter with up , down and reset button and a start button and also once the start button is pressed it will countdown until it reach 00...i need to use pic16f84a....
 

Markd77

Joined Sep 7, 2009
2,806
How far have you got so far?
Are you using 7 segment LED displays?
If so you will need to multiplex them (google it).
Start simple, try and get the 2 displays showing any 2 different digits.
If you haven't already started, get the template code for the PIC16F84A (from Microchip).
The first thing to do is to get an LED to blink, so that you can test that your basic setup and programmer are working.
 
Top