I am having some troubles getting the readouts from the shift register.
The 74HC_HCT164 controls a EADCD040YA2 (or alike) two digit 7 segment display.
Is there any way that I could reliably read the Serial input data from the shift register.
I have got a pin-out of the shift register to the display, so that shouldn't be any problem.
What might be useful to know, is that the shift register circuit is not only used for the display, but also for some of the LED's.
The data is shifted into the shift register, then the first common anode is turned on by the microprocessor, then the shiftregister latches, shift register clears, second diigit data get's shifted in, second common anode is turned on, shift register latches and shift register clears.
I don't know if there is happening anything between the two digit 'shift's' and what's the clock cycle of the whole circuit. I don't have access to an ocsilloscope, well, I do if you call my Arduino one.
I am using an Arduino to read out the code (using the following sketch: https://pastebin.com/8fWA6qUP)
I would appriciate it very much if anyone could help me out with this problem!
So to be clear: this is NOT about using a shift register the normal way, but to basically hack shift register and read what's being send to it!
Tim