Please post a schematic - do you have the Cathodes wired to the DIGIT pins, and the Anodes wired to the Segment pins?
Do you have a 10uF and 0.1uF (or 100nF) connected to the Vcc pin?
Have a Max7219 at each location running the local matrix and tell them all to do the same thing at the same time. This only requires 3 signal and 2 power wires. I would wire them all up in series cascaded through the Din Dout.
marco_c:
Have a Max7219 at each location running the local matrix and tell them all to do the same thing at the same time. This only requires 3 signal and 2 power wires. I would wire them all up in series cascaded through the Din Dout.
Yes i thought about it but with the wire lengh, it could create some issue right?
Yes but less issues than if you had 64 wires. You may need to add some buffers to boost the signal. If installing in a car you may also have to deal with an electrically noisy environment if you use the car's power circuit.
Ok then what could i use too boost the signal? I don't even thought about it at the moment...
I have my led which seems to be really dimmed compared to what i have ahead with a normal resistor at 20mA...
This is "superflux like" led, i used them with 20mA so (470Ohm at 22v for 6 led), the forward voltage is about 2-2.2V
If im refering to this documentation from the datasheet, with RSET@10kOhm and a fw voltage of 2.2V i should have 47 mA on the led at full power.
I set the "lc.setIntensity(0,15)" so at full intensity, the led seems a lot less brighter that the one i'm using at 20mA with resistor. I mesure the current @22mA with the resistor test .
The test isn't really correct if i measure it with my multimeters and the MAX7219 as it's not a perfect line signal right?
I didn't set the scan limit register for the moment, because i will use it with 64 led, i just want to simulate the system before soldering anything to not waste anytime after this.
For the scan limit, i have seen this but normally itonly impact on the frequency of the power output to the led?
Scan limit sets the number of digits that are scanned. This means, for example, if you only set 1 digit (8 LED) the 8 LED are scanned 8 times faster that if all 8 digits were on. If you set the limit to 4 then it scans 2x faster. Basically, no time is wasted on the digits that are not implemented. This means that the LED could appear brighter.