Retrieve IMU data from a USB sensor

Hello, I don't have expertise with Arduino so I was thinking in buying an BNO055 USB stick to acquire IMU data. Anyone can tell me if Matlab will recognize it? Do I need to convert the USB stick to a serial Port ?
Thanks in advance :-)

回答 (1 件)

Vidip
Vidip 2024 年 2 月 16 日

0 投票

The BNO055 USB Stick is a convenient way to get IMU data from the BNO055 sensor. The USB stick typically presents itself as a virtual COM port when plugged into a computer. This means that it can be accessed by MATLAB as a serial port, using the built-in serial communication functions like ‘serialport’.
You can also use ‘hardwareManager’, it is a graphical interface that allows you to discover and connect to your hardware from MATLAB® by providing access to the necessary add-ons and apps.
For further information, refer to the documentation link below:

カテゴリ

ヘルプ センター および File ExchangeData Acquisition Toolbox Supported Hardware についてさらに検索

質問済み:

2021 年 2 月 27 日

回答済み:

2024 年 2 月 16 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by