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

Analog Input #7

Closed
punkr0csux opened this issue Apr 14, 2017 · 2 comments
Closed

Analog Input #7

punkr0csux opened this issue Apr 14, 2017 · 2 comments
Assignees

Comments

@punkr0csux
Copy link

Sorry if this is the wrong way to bring up issues:

I ran the commands to get input data from the Mobile Gamepad:
sudo apt-get install input-utils
sudo lsinput
sudo input-events [number]

When using the dpad i noticed that only 2 events show up before the analog stick stops responding:

//The X and Y values are dependent on the direction I press to test the analog input

EV_ABS ABS_Y 127
EV_SYN code=0 value=0
EV_ABS ABS_X 255
EV_SYN code=0 value=0

I've tested this and received the same errors from from chrome on android and chrome from windows 10.

@sbidolach
Copy link
Owner

Did you test this on Raspberry Pi or another device?

@sbidolach sbidolach self-assigned this Apr 18, 2017
@punkr0csux
Copy link
Author

It's on Raspberry Pi 3 using Retropie. I installed the drivers from the experimental driver menu of the RetroPie setup.

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

No branches or pull requests

2 participants