-1

I have a 20 year old 7 segment 9 digit led display, I cannot figure out the part no. Here's is what is written in the back of it:

(NSA 520 DCCB VO 0179-A)

It has 9 digits, a segment below every digit, 7 segment per digit, 18 pin holes.

What would the part number be? Where can I find a datasheet?

pulkit
  • 17
  • 1

3 Answers3

4

Figure you're not going to find a datasheet on this display. Most LEDs can withstand 5 V in reverse and a few mA forward. Most likely your display can take 20 mA forward per segment, but there is no need to run it that hard when trying to figure out the pinout.

Use a handy power supply in the 3.3 to 5.0 Volt range with a fixed resistor in series. Use around 640 Ω with the 5 V supply or 300 Ω with the 3.3 V supply. That should limit the current to 5 mA or less regardless of what kind of LEDs the segments are made from. That should be bright enough for even a 20 year old display in normal office lighting.

You can now safely probe between any two pins in any orientation with the power supply and resistor in series. Systematically probe around, testing both polarities, until you find a combination that makes something light up. Keep one of the leads fixed and probe around with the other one. If you get a bunch of different segments to light as you move one lead around, then the other is on one of the common pins. The polarity of that will tell you whether you have a common anode or common cathode display. Once you know that and have found one of the commons, finding the remaining connections will be easier. Eventually you map out the whole display.

Olin Lathrop
  • 310,974
  • 36
  • 428
  • 915
1

From an old batch of calculator LED displays, manufactured in the Philippines:

Datasheet

Note that the first pin is not connected.

In place of the "H" dot segment, the device in the question is likely to be using the "underscore" segment beneath each digit.

Anindo Ghosh
  • 50,188
  • 8
  • 103
  • 200
0

Generally this type of display has a common bus for all the digits (The 7 digits plus an optional decimal point) and a common cathode or a common anode of every digit. These displays can only be used in multiplexing. In cases like this, when the datasheet isn't available, you can manually try every pin and deduce the pinouts. This is a boring process but you can easily obtain the pinout.

Oceanic815
  • 1,179
  • 1
  • 11
  • 19