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 (time delay)

Status
Not open for further replies.

dayal

Member level 3
Joined
Aug 26, 2007
Messages
54
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
1,629
Hai,
i am doing ADC interfacing project with four 7 segment disply, i written code in c, i got output flickring while displaying output in 7 segment led, how i can avoid the flickring,and i am using ADC interrupt.and also i used some mathmatical formula for my application in the main function,How i can create the time delay for avoid the flickring. pleas help me...

Thanks and Regards
dayal
 

put some micro seconds delay
just put a for loop or while for 20 to 30 iteration and check
 

Hi,
Introduce 1ms timer interrupt. On each interrupt select one seven segment display and display its contents. continue the same method for the rest of the displays. On the main loop go on checking your adc etc.. Since it is interrupt driven, the display will update without flicker.

Hope this helps..

- Nishal
 

dayal said:
i am doing ADC interfacing project with four 7 segment disply, i written code in c, i got output flickring while displaying output in 7 segment led, how i can avoid the flickring,and i am using ADC interrupt.and also i used some mathmatical formula for my application in the main function,How i can create the time delay for avoid the flickring. pleas help me...
Provide a 2 to 4 mS delay between digits. Too large a delay will result in flickering.

Cheers

Ravi
 

with 4 7seq you can easily use of timer with 5ms and interrupt.write on first 7seg and wait 5ms-then next... (multiplexing mode)by this method u can connect 6 7seq and displayin without flicking.

Added after 2 minutes:

note:the consuming current in this method is 4 time greater.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top