Search found 1 match

by n1rmal
Sat Nov 16, 2019 9:59 am
Forum: General Discussion
Topic: Bluetooth air mouse using MPU6050 and ESP32
Replies: 2
Views: 5785

Bluetooth air mouse using MPU6050 and ESP32

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)...