03-15-2019 12:36 PM
Hi,
I am an engineer at DVC-CO and we will lanch a new developpment with the BMX055. We need to do a fusion of 3 sensor and for that i will use your fusion.
I have download the BSXlite_Cortex but there are no version for cortex m0. How can i use your library and a cortex m0? For your information we use stm32f072RBT.
Best regards
Henri Dimi
Solved! Go to Solution.
03-18-2019 10:49 AM
Hi Henri10,
We have a similar combination of a Cortex-M0 (SAMD20 from Atmel (now Microchip)) and the BMX055 in a single package known as the BMF055. It is a recommended alternate to get started with BSX Lite integration on a Cortex M0.
Product page of the BMF055 : https://www.bosch-sensortec.com/bst/products/all_products/bmf055
BSX Lite integration guide : https://ae-bst.resource.bosch.com/media/_tech/media/application_notes/BST-BMF055-EX003-00.pdf
Additionally, the BMF055 comes preprogrammed with a stock bootloader that supports UART, SPI and I2C host interfaces for loading your application during production.
All links and references can be found under downloads.
Regards,
kgoveas
03-20-2019 06:39 PM
Would it be possible to run BSX full library on BMF055? While running BSXlite library, I see that calibration accuracy parameter goes to 0 as soon as I bring some metal object near to BMF055 (i am using shuttle and breakout board).....Is there a way to save and restore calibration parameters/profile?
03-21-2019 08:35 AM
@janakiram wrote:Would it be possible to run BSX full library on BMF055? While running BSXlite library, I see that calibration accuracy parameter goes to 0 as soon as I bring some metal object near to BMF055 (i am using shuttle and breakout board).....Is there a way to save and restore calibration parameters/profile?
Yes indeed. This is already what we do in the BNO055. If you want to use the full BSX library in the BMF055, you will have to sign a Software License Agreement for it. It is possible to use the bsx_get_magcalibprofile and bsx_set_magcalibprofile APIs to manage the magnetometer's calibration.
03-22-2019 12:46 PM
Thanks. How do i sign Software License Agreement to get access to BSX library for BMF055. Please let me know.