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

Add existing capabilities of the Bosch BMI270 driver to the Zephyr BMI270 driver (activity change, writst gestures, context) #78558

Open
ljunquera opened this issue Sep 17, 2024 · 1 comment
Assignees
Labels
area: Sensors Sensors Enhancement Changes/Updates/Additions to existing features

Comments

@ljunquera
Copy link

Is your enhancement proposal related to a problem? Please describe.
The Zephyr driver for the Bosch BMI270 Accelerometer/Gyroscope does not support the following capabilities:

  1. activity change recognition (still, walking, running)
  2. wrist gestures (push arm down, pivot up, wrist shake jiggle, flick in, flick out, wrist wear wake up)
  3. context (step counter and step detector, activity change recognition, still, walking, running)

Describe the solution you'd like
I would like to have these features, which are shown in the Bosch BMI270 driver, added to Zephyr.

Describe alternatives you've considered
I've considered writing private drivers, like ZSWatch has done, but it is beyond my expertise and I think it would benefit the community for the capabilities to be in Zephyr.

Additional context
Ideally there would be a way to extend the accelerometer patterns so we could add our own domain specific ones within our projects as well.

@ljunquera ljunquera added the Enhancement Changes/Updates/Additions to existing features label Sep 17, 2024
@ljunquera
Copy link
Author

Is there some way I can help to move this forward?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Sensors Sensors Enhancement Changes/Updates/Additions to existing features
Projects
None yet
Development

No branches or pull requests

4 participants