We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Does anyone have experience adding a external sound Knob? I was thinking about adding something like this https://www.amazon.de/gp/product/B06XHHSVN1/ref=ox_sc_saved_title_2?smid=A2N58YCCQNSUNR&psc=1
But I am not sure wether I can connect it to the GPIO description
Volume Down GPIO19 (PIN35) and GND (PIN39)
Volume Up GPIO16 (PIN36) and GND (PIN34)
In this tutorial: https://tutorials-raspberrypi.de/raspberry-pi-ky040-drehregler-lautstaerkeregler/ the knob is connected like this.
GPIO 5 (Pin 29) CLK GPIO 6 (Pin 31) DT GPIO 13 (Pin 33) SW 3.3V (Pin 1) + GND (Pin 6) GND
Does anyone have an idea how to connect the knob in a way to work with the Jukebox?
The text was updated successfully, but these errors were encountered:
See my solution in issue #267.
Sorry, something went wrong.
Hi @olsins At the bottom of the README file https://github.com/MiczFlor/RPi-Jukebox-RFID/blob/master/README.md Is a link to the dial knob that @patman13 mentioned and a link to the files. Not yet implemented in the master branch. But all available in the thread.
Thanks a lot for the fast answers. I will order one and give it a try!
No branches or pull requests
Does anyone have experience adding a external sound Knob?
I was thinking about adding something like this https://www.amazon.de/gp/product/B06XHHSVN1/ref=ox_sc_saved_title_2?smid=A2N58YCCQNSUNR&psc=1
But I am not sure wether I can connect it to the GPIO description
Volume Down
GPIO19 (PIN35) and GND (PIN39)
Volume Up
GPIO16 (PIN36) and GND (PIN34)
In this tutorial: https://tutorials-raspberrypi.de/raspberry-pi-ky040-drehregler-lautstaerkeregler/
the knob is connected like this.
GPIO 5 (Pin 29) CLK
GPIO 6 (Pin 31) DT
GPIO 13 (Pin 33) SW
3.3V (Pin 1) +
GND (Pin 6) GND
Does anyone have an idea how to connect the knob in a way to work with the Jukebox?
The text was updated successfully, but these errors were encountered: