-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LCD / LCD Backpack wiring #2
Comments
Here's the guide I used for the LCD and backpack: https://learn.adafruit.com/i2c-spi-lcd-backpack
On my Sony tuners, the tuning knob was included in the row and column matrix, so no additional wiring was required - check the schematic for your exact tuner model. (Even models that look the same can have different model numbers)
The breakout board was just a way to connect the ribbon cable leads I soldered onto the tuning board to the male GPIO pins on the Pi. It can be done many ways. I used a board like this: https://www.adafruit.com/product/1608 along with a strip of male headers and female-to-female jumpers.
It is actually passive when just using the front panel switches, so no power is needed! Good luck and keep us posted! |
Sony FM control panel button matrix
I thought that if I connected my multimeter in continuity mode to pins 16 and 30 then pressing the Band button would get a beep. However, it did not. What I am missing? |
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 - make sure you do not connect the board ground to ground on the Pi or it won't work. I did not try continuity testing on my board so I don't know if you should get a beep or not - I'm not sure how the diodes would affect that. Also make sure you update the rows and columns in the code to correspond to the GPIO pins you use. |
One more question and I hope I will be good to go. In your video you mention only needing 11 instead of 17 wires because of the matrix. Which of the 11 wires from the control board are you actually using? |
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" pins are the rows. (Two key output pins don't connect to any switches.) |
I have the same device and schematic as you do. Pin 15 Key Input Pin 28 Key Output My guess would be I don't need Pins 28 and 29. Could you please verify that for me? |
Correct, I don't think you need pin 28 and 29. |
I am trying to make your project. I found a FM tuner exactly like yours.
a. LCD and Back pack
b. How you wired up the tuning knob
c. the breakout board
I am handy with electronics but not as handy as you. Any extra guidance you could provide would be appreciated.
The text was updated successfully, but these errors were encountered: