Attitude estimation using IMU and quaternions imu quaternions stm32 Oct 13, 2025

Knowing the relation between IMU and quaternions is vital in designing unmanned aerial vehicles (UAVs) to compute the orientation in 3D space. The idea is to apply Inertial Measurement Unit (IMU) sens...

Continue Reading...
STM32 MPU6050 interface using I2C imu stm32 Oct 13, 2025

This article explains how to communicate with a widely used Internal Measurement Unit (IMU) sensor MPU6050 using STM32 MCU. We will use STM32CubeMx along with STM32 HAL API to program the microcontrol...

Continue Reading...