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

Slow mouse polling? #31

Open
baegmon opened this issue Oct 3, 2021 · 1 comment
Open

Slow mouse polling? #31

baegmon opened this issue Oct 3, 2021 · 1 comment

Comments

@baegmon
Copy link

baegmon commented Oct 3, 2021

Hi there, just had a test run of your project.
I'm trying to use a Pi Zero as a keyboard+mouse hub for a couple servers using your tool.
I've tried pairing to a computer to test and it looks like the mouse movement is laggy (slow polling maybe?).

Any idea on fixes / where to improve? (I can't see in the mouse and btk_server scripts where improvements can be made as I am new to HID devices...).

@thanhlev
Copy link
Owner

thanhlev commented Oct 4, 2021

Hi baegmon,
Since the pi zero is low speed and the application is server-client design which communicates through another D-BUS service. For the best solution, I think we should use gdbus, and using a single app that read the mouse signal then send directly to Bluez

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

2 participants