Bluetooth air mouse using MPU6050 and ESP32
Posted: Sat Nov 16, 2019 9:59 am
Hi all,
I'm trying to make a BLE HID based air mouse using ESP32 and MPU6050 3-axis gyro & accelerometer, i am using this code for ble hid mouse and this mpu6050 driver.
So far i am able to move the mouse cursor using only the gyro values ( in Degrees per second, from the driver ) and (as expected) there is no accuracy at all.
I want to know how should i use the accelerometer values , or any tips on improving the accuracy.
thank you
I'm trying to make a BLE HID based air mouse using ESP32 and MPU6050 3-axis gyro & accelerometer, i am using this code for ble hid mouse and this mpu6050 driver.
So far i am able to move the mouse cursor using only the gyro values ( in Degrees per second, from the driver ) and (as expected) there is no accuracy at all.
I want to know how should i use the accelerometer values , or any tips on improving the accuracy.
thank you