05-05-2021 10:06 AM - edited 05-05-2021 11:10 AM
Hello community,
i would like to remap my axis for the given position of my sensor. Now i looked through the datasheet, where it tells my the remap sign and stuff. But i am not sure what kind of code i need to make this happen in the Arduino IDE.
https://www.bosch-sensortec.com/media/boschsensortec/downloads/datasheets/bst-bno055-ds000.pdf (page 27)
I know i need to be in the CONFIG mode to remap the axis, this i can achieve by:
bno055_set_operation_mode(OPERATION_MODE_CONFIG);
Now i am just missing the command for the axis remapping.
If you know how to do this please let me know 🙂
Have a good day
xeonus
Solved! Go to Solution.
06-08-2021 03:38 AM
06-17-2021 10:33 PM
Ok I tried what your suggested, then realized I'm using the Adafruit library so now I'm back to square one. Any suggestions for the Adafruit library?