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

Feature Request: setFrs() function for setting specific config parameters #87

Open
marcel-bluestone opened this issue May 24, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@marcel-bluestone
Copy link

Hi, I want to use the shakeDetector functionality of the BNO080 with custom parameters.
The sh2 reference manual gives instructions to set a 5 WORD array custom configuration under (4.3.7) using the setFrs function. Is this somehow possible to set with the current sparkfun lib? I found that adafruit had implemented this in their lib, which unfortunately is able to support only one device at a time.
I do need to use two BNO080 devices in parallel via I2C so I'd rather stick with this lib.

@PaulZC PaulZC added the enhancement New feature or request label May 24, 2021
@PaulZC PaulZC changed the title setFrs() function for setting specific config parameters Feature Request: setFrs() function for setting specific config parameters May 24, 2021
@PaulZC
Copy link
Collaborator

PaulZC commented May 24, 2021

Hi @marcel-bluestone ,
I will try and find time to look at this, but I have many other things to do first. If you need a solution soon, it might be best to continue with the Adafruit library.
Best wishes,
Paul

@badVibes--
Copy link
Contributor

badVibes-- commented Mar 19, 2023

You can check out my branch. I implemented writing to FRS and made a method to configure the giro integrated rotation vector. Also did some other improvements.

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

3 participants