Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

7 segment display pic16f84a

Status
Not open for further replies.

topergo

Newbie level 1
Joined
Aug 25, 2009
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,296
pic16f84a

can anyone help me in displaying a 7 segment using pic16f84a...
wen i run my program which starts from 0 then eventually increments after about 2 seconds until it reaches the letter F and it goes right back to zero performing the same incrementing process, the program works perfectly on a simulator program, but the real thing doesn't quite perform well like the simulator does, it starts with a zero then increments until it reaches the value of 3 then goes back to zero,i can't seem to trace out the problem, even if i changed the value, it always goes back to the start after incrementing 3 times...any help would greatly be appreciated, i've been working on this for weeks now but i still haven't solved this problem, thanks...and more power to this forum
 

pic16f84a 7 segmenti

Try disabling the watch dog timer
 

pic16f84 7-segment

make sure that your power supply is regulated
 

pic 16f84 program with seven segment display

topergo said:
can anyone help me in displaying a 7 segment using pic16f84a...
wen i run my program which starts from 0 then eventually increments after about 2 seconds until it reaches the letter F and it goes right back to zero performing the same incrementing process, the program works perfectly on a simulator program, but the real thing doesn't quite perform well like the simulator does, it starts with a zero then increments until it reaches the value of 3 then goes back to zero,i can't seem to trace out the problem, even if i changed the value, it always goes back to the start after incrementing 3 times...any help would greatly be appreciated, i've been working on this for weeks now but i still haven't solved this problem, thanks...and more power to this forum

can you please post your schm diagram..may be the problem goes on your circuit..double check them..
 

display 7 segmentos pic16f84

Hi,
This is senthil.

Your project works properly but the sequence is repeating.

Check for infinite loop in your program after displying F.

Check the reset button connection with related components.

There is no need for doing something else unless otherwise your supply is spike free regulated supply.

Take care.
 

@ topergo..

can you please post your codes, i have the same problem here,. i can't find the code that would run my seven segment ckt...

please,.

please,.

i need your help,.

tnx a lot
 

The watchdog timer in PIC resets the MCU, so make sure that you have disabled watchdog timer. I think power fluctuations is not a problem because the MCU resets everytime after displaying 3, which may be the timer value of watchdog timer.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top