-
Notifications
You must be signed in to change notification settings - Fork 403
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
🐛 | Not all button presses are recognized #896
Comments
Do you recognize any difference, if you press the buttons faster or slower? Did you try to press them super slow, i.e. waiting couple of seconds between each push? Could be a also hardware issue. I have acarde buttons, which don't always recognize the pressing of the button, if you don't press the button deep enough. But this can also happen, if you press the button just once. |
Yes there is a difference if I press the buttons slower. If I press and wait for the new Song to start and then press again the button presses are always recognized. "#!/usr/bin/python3" |
Ok, so I think that's a timing issue. We should look into this, but I don't think we will have a quick fix.
Yeah, that's a shebang and supposed to be like that. |
Hi, thanks for the release of Version 2! I checked on this issue and unfortunately it persists. |
Maybe you could play around with the value I think the value is in ms, so you could try if maybe 100 works better. Or also try 700 or 800. |
Thanks for the recommendation, I set it to 200 and it seems a lot better now. |
Bug
What I did
When I want to skip to track 11 in a folder and I press the button 10 times I end up at track 5 (on the old Phoniebox version every button press was recognized no matter how fast and often a button was pressed). Same thing happens when pressing the volume button multiple times.
What happened
Button pressed 10 times, 4 presses recognized
I expected this to happen
10/10 recognition
Software
Base image and version
Buster
Branch / Release
Development
Hardware
RaspberryPi version
3 B
Other notable hardware
RPi-Jukebox-RFID/scripts/gpio-buttons.py (nothing changed by me):
The text was updated successfully, but these errors were encountered: