mholgatem / GPIOnext

The next evolution of GPioneer! Create virtual gamepads with your GPIO pins!
MIT License
134 stars 37 forks source link

Config tool not seeing gpio even though its working #51

Closed Tailslide closed 3 years ago

Tailslide commented 3 years ago

So I was able to wire up and successfully configure a joystick and buttons with GPIOnext with the config wizard.

Now, I wired up a second joystick and I can't reconfigure anything.. I get to the part where it wants me to hold the joystick UP and it doesn't recognize the switch. The strange thing is this same joystick is still working fine in retropie as a joystick device.

I tried checking the GPIO pins with the gpio command and they are showing as triggered there just fine. I tried running the remove script and the GPIOnext folder and reinstalling from scratch, same issue.

Really not looking forward to reinstalling retropie from scratch again :(


Update.. I have a pin ouput I use to control the lights on my cabinet.. seems to confuse the config utility in GPIOnext. Workaround of unplugging that pin during configuration solves the problem.

mholgatem commented 3 years ago

The lights were probably pulling your pins high, would be my guess. Glad you were able to figure it out.