Skip to content

Software

The ROS Driver for the IMU Sensor Bosch BNO055

A BNO055 is a single-chip inertial measurement unit (IMU) sensor created by Bosch. It’s a small SMT component, so for development purposes, it has been prepared a board with this module – Adafruit BNO055. It supports both I2C and UART interfaces, so it can be easily connected with the computer using a USB-UART converter (for example, this one). Read More »The ROS Driver for the IMU Sensor Bosch BNO055

A User Interface for the BLDC Motor Monitoring Device

  • Software

The graphical user interface (GUI) for the BLDC motor state visualization is a part of a bigger project related to BLDC motors control. I have introduced a device that is an integral, hardware part of the project in a previous post – A Device for the Monitoring of the BLDC Motor Controller. The software was written in C++ with Qt and Qwt libraries. Read More »A User Interface for the BLDC Motor Monitoring Device