Help in 7-segment display ?

Discussion about projects that used PIC Microcontroller, Hardware Interface, Programming Algorithm and etc......

Re: Help in 7-segment display ?

Postby Brian Griffin » Tue Aug 02, 2011 3:18 pm

On times multiplexing a display (especially more than 4-5 digits) can take up a lot of the microcontroller's time. Some preferred using a seperate multiplexed seven-segment decoder chip and only the data is passed to that chip from the microcontroller.

On the other hand, an FPGA could perform all that task in a parallel manner without stalling the system, but it is a little bit overkill for a small counter.
PIC - UIC00B from Cytron (replacement for my broken PICKit 2), Pickit 3, MikroC for PIC
dsPIC - MikroC for dsPIC, mikromedia board (dsPIC33)
AVR - AVR Dragon
Parallax - Prop tool
User avatar
Brian Griffin
Enthusiast
 
Posts: 403
Joined: Mon Jan 17, 2011 9:36 am

Re: Help in 7-segment display ?

Postby shahrul » Tue Aug 02, 2011 11:09 pm

I have made parallel 8 seven segment. Use timer interrupt to do 1/8 blinking, see here.
User avatar
shahrul
Professional
 
Posts: 812
Joined: Sat May 16, 2009 9:54 pm
Location: Selangor

Re: Help in 7-segment display ?

Postby robosang » Thu Aug 04, 2011 8:43 pm

Oh.... Ober, really uses 4511? So you share the output pins from PIC for both encoder and uses the latch pin to filter the output pin. Great idea!
robosang
Expert
 
Posts: 1239
Joined: Wed Jun 10, 2009 5:37 pm

Previous

Return to PIC Microcontroller

Who is online

Users browsing this forum: No registered users and 7 guests

cron