fouwels / BNO055

C# device driver for the Bosch BNO055 IMU, targetting .NET Standard 2.0
https://www.bosch-sensortec.com/bst/products/all_products/bno055
2 stars 0 forks source link

TimeoutException trying to connect BNO055 USB_stick #1

Open vanvince opened 4 years ago

vanvince commented 4 years ago

Hi, I'm trying your repo to connect my PC to a BNO055 USB_stick. While the code is running it throws an exception due to a Timeout exceeded. It exceeds the numbers of try (looking at debugger). Do you have any ideas why? Moreover, have you ever tried this code with this kind of platform? If yes, do you know if it works fine?

Best regards.

fouwels commented 4 years ago

Hello. This library communications with the raw BNO055 sensor over UART.

I haven't used it with the USB based development kits, if this is what you're referring to.

If the USB kit exposes the sensor as UART, it will work. If not, you're out of luck i'm afraid.

vanvince commented 4 years ago

Hi, after a few hours spent in deep depression, I realized that the device is recognized as a COM port, so as a serial device. Right? I also found properties which say some option about BNO (e.g. baudrate, parity) so I changed them into the code. Nothing. :(