/esp32_airmouse

Bluetooth based Air Mouse using ESP32 and MPU6050

Primary LanguageC++GNU General Public License v3.0GPL-3.0

ESP32 Bluetooth Air Mouse

This is my first project on ESP-IDF Framework it's based on esp32_mouse_keyboard by Benjamin Aigner and MPU6050 6-axis gyro and accelerometer.

Credits and many thanks to:

Prerequisites

Install ESP-IDF : https://github.com/espressif/esp-idf

Installation

Clone the project

git clone https://github.com/n1rml/esp32_airmouse.git esp32_airmouse

cd esp32_airmouse

Build

idf.py build

Flash

idf.py -p (PORT) flash monitor