Hello all,
Myself Amit Kumar,
I want to BNO055 9-axis sensor because we can easily read the calibrated compass heading. But while searching it on Mouser and Digikey, they said "this IC is not recommanded for new Design". Now can anyone give me information about its availability or similar sensor with algorithm for calibrated compass?
Thanks and Regards
Amit Kumar
same questions here, especially since on your -website / products /absolute orientation sensors- NO products are listed
Hi __Amit_Kumar, ajanky,
You could use the combination of BHI260AP+BMM150 to replace BNO055.
BHI260AP integrated BSX sensor fusion software for 6-Axis and 9-Axis 3DoF orientation, gestures, and more.
BHI260AP: https://www.bosch-sensortec.com/products/smart-sensors/bhi260ap/
BMM150: https://www.bosch-sensortec.com/products/motion-sensors/magnetometers-bmm150/
Thank You Robin for a fast reply.
I understand that the BHI260AP includes a processor that can run your BSX lite code.
- this code can integrate the BMM150 data to "fuse" a 9DOF sensor ?
- is the BHI260AP preprogrammed with BSX software - or need my design include connections to program each sensor on the PCB?
- the AI features come on top of the fused signals, so apart from AHRS data I can get AI-interpreted results of this data?
thank You
ajanky
Hi ajanky,
BHI260AP SDK integrated BMM150, AKM09915 mag driver, BSX fusion algorithm, could generate firmware to fuse 9DOF.
https://www.bosch-sensortec.com/products/smart-sensors/bhi260ap/
After firmware generation, you could acess sensor data, algorithm output via FIFO event, there are example on github: https://github.com/boschsensortec/BHY2-Sensor-API/tree/master/examples
You could refer example how to use self-leaning on host side: https://github.com/boschsensortec/BHY2-Sensor-API/blob/master/examples/Klio/klio.c