You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
PaulZC
changed the title
setFrs() function for setting specific config parameters
Feature Request: setFrs() function for setting specific config parameters
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
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.
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.
The text was updated successfully, but these errors were encountered: