Alan Boris
Alan Boris
My schematic is for the "ST_JX412/JX521" so that's what I'm going by. Your numbering sounds correct, but pins 28, 29, and 33 are also rows. Pin 32 is ground -...
The "11 wires instead of 17" is just purely going off the schematic. In my build the four "key input" pins are the columns and the five active "key output"...
Correct, I don't think you need pin 28 and 29.
Hello @reryro I did revisit this project in the improved version here: https://github.com/alanb128/pi-audio-streamer2 but unfortunately I don't think it's particularly simple, though it does add some nice new features. As...
Hello @reryro that is strange behavior on your key presses. Did you remove the original microprocessor and fluorescent display from your control board? Also make sure you don't connect that...
It's a bit tough to troubleshoot the key press issues - even control boards of the same model may have subtle differences. I would say go back to basics -...
You're welcome! Before you give up and start cutting traces though, check for cold solder joints on the push buttons/diodes. Two of my tuners had that and it was very...
Looks like the actual Python script may be commented out: https://github.com/alanb128/audio-streaming-box/blob/e4b1963791e3b94d0bdc0316399793957368005a/controller/Dockerfile#L10 I must have been troubleshooting at some point and left that in. Comment out the "sleep" line and uncomment...
Is your unit fully working now @stevemesser ?
Looks like Flask was not being installed. I updated the Dockerfile, so try pulling it again and rebuilding.