LED Display found in kit
Electrically Challenged
Posts: 22
LFD5522-10/SP10-1
This was found in my kit, but is not listed in the book. It's your basic 7 digit - LED display, but 4 times. It has 12 connectors, but I have no drawings for how to hook it up. Do I need a special device for it and any suggestions on how to code it? Is there a quick link that will give me what I need?
Thanks in advance,
Ron
This was found in my kit, but is not listed in the book. It's your basic 7 digit - LED display, but 4 times. It has 12 connectors, but I have no drawings for how to hook it up. Do I need a special device for it and any suggestions on how to code it? Is there a quick link that will give me what I need?
Thanks in advance,
Ron
Comments
Which kit do you have? BASIC Stamp Discovery Kit? BASIC Stamp Activity Kit?
See attached.
Ron
Ron
Ron
I went to looking at this display thinking I might make something out of it.
Ron
http://learn.parallax.com/4-digit-7-segment-led-display-arduino-demo
Ron
8 of the pins will control the segments and 4 will control which digit is displayed.
The 4 pins to control the digit will either be a common anode for all segments within a digit or a common cathode for all segments of a digit.
You could figure out the pins yourself by using a DMM in diode mode or with 5V and something like a 560ohm resistor. By watching to see which segment lights up when power (with current limiting resistor) is applied, you can figure out which pin does what. It would probably help to look a datasheet for a similar display to see the way segments and digits are controlled.
Thanks guys,
Ron
Ron
You don't need an Arduino Shield. They're LEDs. You can control them the same as other LEDs. You just also need to control the common cathode or common anode to select which digit you want to use. Since the common anode or common cathode may have the current of up to eight LEDs passing through it you'll want to use a transistor to control the common pin (anode of cathode) instead of connecting it directly to a Basic Stamp.
I think you ought to add that the display your using has the transistors for the digits built in. Won't Ron need transistors to turn on the individual digits? He can certainly use one digit by itself without a transistor which may be a good way to get started.
If large enough resistors (eight times the normal value) were used, the display could probably be driven without a transistor. The segments would be pretty dim though.
IMO, one of the first things to figure out about the display is to see if it's a common anode or common cathode.
I know I've mapped out the pins on an unknown display like these before. It's not too hard and kind of fun.
Yes and yes. Duane and I similarly find pleasure in things that many others find objectionable or a downright PITA. Speaking of which, Duane, just today I had a flash of inspiration for a most challenging project that that you, Martin_H and others would LOVE. Servos, steppers, camera, controller. Surely my next article for SERVO. Or is there a contest somewhere?
microMedic Kit with Propeller Board of Education
microMedic Kit with Board of Education Shield (for Arduino)
From the earlier link, I think it's safe to assume the display Ron has isn't the one from the Parallax kit.
Ron's display appears to have a single row of pins while the Parallax display has two rows.
@erco, You've got me curious but I have all projects but my CNC router on a back burner. Once I have the CNC up and running there will be great things (or at least mildly interesting things) to follow.