Skip to content
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

gpionext config doesn't detect gpio inputs #82

Closed
xScotty opened this issue Apr 29, 2023 · 3 comments
Closed

gpionext config doesn't detect gpio inputs #82

xScotty opened this issue Apr 29, 2023 · 3 comments

Comments

@xScotty
Copy link

xScotty commented Apr 29, 2023

Hello, I have a setup with 4 push buttons connected to the gpio of my rpi zero W.
I am able to retrieve the inputs with the RPi.GPIO python library and everything seems to work fine.

I installed gpionext by cloning the repo and running bash GPIOnext/install.sh.
When I run gpionext config and try to configure a controller, I'm stuck at the Hold button step and gpionext seems to not detect the inputs from my push buttons even after restarting gpionext or rebooting my pi.

@ThatOneGuy140
Copy link

Same thing is happening to me I dont know if its something to do with the pins or not... But ill look into it further

@DirectorOMR
Copy link

I'm also having this issue. Raspberry Pi 5 Bookworm.

@mholgatem
Copy link
Owner

@DirectorOMR, as you noted in issue #88 , The Raspberry pi 5 is not supported by the RPi.GPIO library. Whenever I can get my hands on one, I'll look into updating to a new library.

@ThatOneGuy140 & @xScotty - have you found a solution to your problem? I have run it on both a raspberry pi zero W & zero 2 with no problems. The only thing that I can think of is if perhaps you tested the RPi.GPIO library using PULLDOWN (and are wired thusly). If that's the case, you can tell gpionext to use pulldown resistors with the command gpionext set pulldown true

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants