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

[Request]: IMU support with SlimeVR #48

Open
leon0399 opened this issue Apr 1, 2023 · 0 comments
Open

[Request]: IMU support with SlimeVR #48

leon0399 opened this issue Apr 1, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@leon0399
Copy link
Member

leon0399 commented Apr 1, 2023

Implementation PR

No response

Reference Issues

No response

Summary

Develop a SlimeVR-compatible layer

Basic Example

Take a look at: https://github.com/SlimeVR/SlimeVR-Tracker-ESP

struct IMU_State {
  Vector3 gyroscope, accelerometer, magnetometer;
};

class BNO055 : public ISensor<IMU_State> {
  ...
};

Drawbacks

  • A separate task for updates
  • Will only work with WiFi
  • Will require either recompile for each WiFi AP, or developing a provisioning module

Unresolved questions

No response

@leon0399 leon0399 added the question Further information is requested label Apr 1, 2023
@leon0399 leon0399 added this to the Backlog milestone Apr 1, 2023
@leon0399 leon0399 added enhancement New feature or request and removed question Further information is requested labels Apr 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant