Hi ! I have a project with a custom board with the nrf58232 and the bmx055. In the nordic's sdk that have already implemented the drivers for each sensor of my bmx055 ( BMA2x2, BMG160, and the BMM050_driver) and are fully working. Now I would like implement the bsxlite library but I can not ! I dont know how do it !, In the bsxlite documentation says that the requirements are the Input data from different hardware sensors and timestamps and I have that, but In the same document says later that the bsx starts with the bsx_init() method and bsx_set_workingmode() I dont see how can implement my raw data
... View more