7-Segment LED array
Aristotle
Posts: 9
I am using the BASIC Stamp Professional Development board and I created a project on it using three 7-Segment LEDs. The LEDs display as expected with uniform brightness across all segments and all digits. When it was time to transfer the project to a PCB, I reconstructed the project using the actual red LEDs I am intending to use. The LED segments are now very dim.
I understand the reasons behind this (power consumption vs. max mA output of a Stamp PIN) and I am aware of various solutions (using transistors on each digit, etc.), but my question is: Why does the project work on the Professional Development Board and not using my 3rd party LEDs? From the schematic of the PDB, I see nothing special on the wiring of the LEDs (no transistors, no special connections). What am I missing? Are the blue LEDs used on the PDB special low-consumption LEDs?
Thanks,
Aristotle
I understand the reasons behind this (power consumption vs. max mA output of a Stamp PIN) and I am aware of various solutions (using transistors on each digit, etc.), but my question is: Why does the project work on the Professional Development Board and not using my 3rd party LEDs? From the schematic of the PDB, I see nothing special on the wiring of the LEDs (no transistors, no special connections). What am I missing? Are the blue LEDs used on the PDB special low-consumption LEDs?
Thanks,
Aristotle
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
- Stephen
On one of my circuits I’m pulling power for my LEDs off a rail, not trying to power off the pins of the BS2. Fingers crossed I don’t run into the same issue [noparse];)[/noparse]
/out
http://pdf1.alldatasheet.com/datasheet-pdf/view/228840/ETC/FND507.html
No particular preference in these. Just happened to have them. I ordered some blue ones to see if there is any difference. And I am using a programmable power supply, so no limitations there either.
The specs for the LEDs I use say 20mA per segment. Trying to display an 8, requires 8 x 20 = 160 mA. My measurement shows that it draws about 135 mA. The STAMP allows for a maximum of 50-60mA across 8 I/O pins (if I am reading this correctly). It looks like I have the "wrong" LEDs.