03-08-2019 04:39 PM
Have a basic question, Is there API's in Python, C or Java API for BNO055 USB Stick (USB 3).
Solved! Go to Solution.
03-15-2019 12:15 PM
Please note that the BNO055 USB Stick was designed as an evaluation tool rather than a development platform. Therefore programming tools are very limited for this device.
Unfortunately COINES do not yet support the BNO055 USB Stick. On the other hand it is supported by Development Desktop 2.0, hence its GenericAPI will also support the BNO055 USB Stick.
The GenericAPI can be found by default under "C:\Program Files\Bosch Sensortec\Development Desktop 2.0\UserpApplicationBoard".
Unlike the ApplicationBoard2.0, the BNO055 USB Stick only supports a limited set of features, mainly the manual Read and Write functions. Attached is an example of Python script that connects to the BNO055 USB Stick, then shows how to Read and Write data from and to the BNO055. You will need to write your own custom functions/wrappers for mode advanced configuration of or communication with the sensor.
06-25-2019 06:04 PM
"Unfortunately COINES do not yet support the BNO055 USB Stick"
Is this planned to happen at some time? Can you give an ETA? Thanks
06-26-2019 09:34 AM