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.