Good morning, I must do a project andI have to use one Display 4 digits 7 segments 12 pins with Arduino, but I don't know how to use it. I understand the simple one (whit one digit) but not the other.
¿How should I conect it whit my Arduino?
You need to multiplex the displays. Is it common anode or cathode display? Use 4 transistor to switch one of the common connectors on a display so that only one display is activated. Wire all the other segments in parallel. Write code so that the display that is on changes at a rate of at least 30 times a second.
No, it isn't. It's a small part of my final project for mechanical degree.
How should I conect it whit my Arduino
You need to multiplex the displays. Is it common anode or cathode display? Use 4 transistor to switch one of the common connectors on a display so that only one display is activated. Wire all the other segments in parallel. Write code so that the display that is on changes at a rate of at least 30 times a second.
really I don't know if it commom anode or cathode because I don't find the datasheet. The number is SH5461AS. Thanks for your explanation.
You're going to have to buzz it out then.
Make a diagram with 12 pins. One pin will connect to all A segments, one to Bs, Cs, Ds, Es, Fs, Gs, and decimal points. One will connect to Anodes or Cathodes for Digit 1, a 2nd will be Digit 2, same for Digit 3 and Digit 4.
See these as examples of what you're trying to find out:
So, take a 1K resistor, connect one end to +5, use the other end as a +probe, and a wire to Gnd as a -probe. Be methodical and figure out what pins do.
There is a frequent misunderstanding in regard to whether the display is common-cathode or common-anode. There is no problem at all with using the MAX7219 with common-anode displays, you simply exchange the digit and segment connections and it means you cannot use the built-in character generator which translates nybble values into segment patterns, so you have to define your patterns in software, but you would have to do that for any other means of driving the display in any case.
It's usually in one corner or another, such as DP4. Clocks usually have one indicator for alarm enabled and another for PM in 12-Hour mode (which I never use).