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

Enabled HID Gyro/Acc over Bluetooth #144

Open
Mortimyrrh opened this issue Apr 29, 2023 · 0 comments
Open

Enabled HID Gyro/Acc over Bluetooth #144

Mortimyrrh opened this issue Apr 29, 2023 · 0 comments

Comments

@Mortimyrrh
Copy link

Mortimyrrh commented Apr 29, 2023

I am trying to write a MAX MSP program that can read the gyro and acc data over bluetooth.
The program has the ability to make HID and serial connections.

From the documentation it sounds like I can send Subcommand 0x03 to set input report mode
to x30 for Standard full mode over serial. Will this enable the gyro and acc data sending over HID or will it need to be read from serial? Can this be done as a standalone command over serial or do I need the driver code? Trying to make this platform agnostic to avoid wrapping the driver code up for each platform as I can't use code directly in MAX MSP.

When connecting over Bluetooth is the handshake procedure also required (changing the baud rate). Assuming the Bluetooth baud rate is the same as when over pins.

I have read through Issue "HID Protocol for Bluetooth / USB #7" but didn't quite find what I was looking for.

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

1 participant