07-08-2020 11:29 PM
Hi All.
How can I use the USB stick in my c++ application?
I have installed the "Development Desktop 2.0" that comes with some DLLs inside.
But where is the header file?
I there another way to read the sensor data from the USB stick inside my c++ application?
07-09-2020 01:42 AM
Unfortunately, BNO055 USB stick is programed based on APP2.0 code base which is not open source lib.
So there is only DLL provided in DD2.0, no API or header file provided to external.
07-09-2020 10:33 PM
thanks.
so what product should I buy to get the functionality of bno055
but I wil still have the ability to read the regsters from my own program (without opening the develpment desktop)?
07-10-2020 12:00 AM
You can directly buy BNO055 shuttle board or sensor.
BNO055 have I2C, UART interface which should able to connect to your host.
We provide API of BNO055 on Github which can use it to communicate with sensor