Hi,
I know there are many threads about 7segment displays and the Max7219.
But non of those seem to address what I'm currently seeing and I'm hoping to get some input on how to go on from here.
The setup is the following:
2 max7219 daisy chained on a PCB.
Power is coming from an external source which has a common GND.
Now the challenge is that this does work if I connect it to an Arduino Mega 2560.
But if I connect the same PCB to an Arduino Mega 2560 Pro board, only the first 8 digits work. the second set is always blank.
I also did try it with 2 different Mega Pro's and it's exactly the same behavior.
Now I do get that those are not the original ones. But except for some pins which do not work at times I didn't have big problems before and it works with everything else I have connected.
Anyone knows what could explain this wired issue? I have a hard time to understand what could cause this difference as we are talking about having 3 pins here which don't really have any load.
(Btw, nothing else is connected while I try this.)
I have used many pin variants.
But as it does work with one arduino, but only partly with the other Arduino, I'm not sure how the pins could be the issue, as it does the right think in one of the displays.
When it comes to code, I run Mobiflight here. But it's the same if I run my own sketch. Also here, I'm not sure how this could be a SW issue as it does work fully in one, and partly on the other one.
But I'm happy to learn more if my assumption is wrong here
Thanks for all the help.
But switching the modules ends up in the same situation.
The last thing I could think of is some voltage problem or some wired short within the PCB. Trying to go through that right now.
Depressing.....
Finally I solved the issue. Thanks Whandall for helping me on the way. Really appreciated
The problem was the DOUT - > DIN line. I still do not exactly why. Must be some short on the PCB depending on the voltage......
If I cut the legs of the IC and connect dout with din with a wire patch it now works.