View previous topic :: View next topic |
Author |
Message |
ertansuluagac
Joined: 13 Jul 2017 Posts: 135 Location: IZMIR
|
14mm 7seg_cc 6 digit |
Posted: Fri Nov 15, 2019 2:27 pm |
|
|
How to drive 14mm 7 segment 6 digit display Do you have a sample that works?
I tried to drive with udn2981A and uln2003A not working properly. _________________ Es |
|
|
PrinceNai
Joined: 31 Oct 2016 Posts: 479 Location: Montenegro
|
|
Posted: Fri Nov 15, 2019 3:28 pm |
|
|
It's very interesting to read this kind of questions. You ask a question without giving any info that would help anyone to at least try to help you. What display? What PIC? What doesn't work? What have you tried (with code)? It would be easier to answer on how could you get to the Moon. With a rocket, or if you happen to know Scotty, he could beam you there. |
|
|
temtronic
Joined: 01 Jul 2010 Posts: 9226 Location: Greensville,Ontario
|
|
Posted: Fri Nov 15, 2019 3:44 pm |
|
|
you need to search 'how to multiplex 6 digit LED display' or something similar.
There's a blue 'search' button above this window.
Several people have done this.
The 'trick' is that the overall 'scan' time has to be faster than about 50Hz. You also need to calculate the correct load resistor. lower=brighter dispaly, higher = dim display.
The overall sequence is to load (send) the segment data (abcdefg) for the 1st digit,then enable that digit driver, pause a bit, then load the segment data for the 2nd digit, enable the 2nd digit driver, pause a bit,....repeat for all 6 digits.
If the scan time is fast enough, your eyes will see all 6 digits appear smoothly.
Jay |
|
|
PrinceNai
Joined: 31 Oct 2016 Posts: 479 Location: Montenegro
|
|
Posted: Fri Nov 15, 2019 3:56 pm |
|
|
Just as I said. People here ARE TRYING TO HELP. But without a specific question, no specific answer. Microchip has an appnote on multiplexing 7-segment displays. Coded in assembler, true. But they give plenty of info on how and why. |
|
|
temtronic
Joined: 01 Jul 2010 Posts: 9226 Location: Greensville,Ontario
|
|
|
|