gautam-dev-maker / Air-Mouse

It is the program for Air Gesture Mouse using mpu6050 and esp32 in esp-idf
GNU General Public License v3.0
26 stars 2 forks source link

Air-Mouse

Air-Mouse - Moves mouse cursor,Using ESP-32 & MPU6050(6-axis Accelerometer & Gyroscope) in 3D space with Bluetooth and Buttons support.

Table of Contents

About The Project

Tech Stack

The Technologies used for this project are

File Structure

.
├── Components              # Contains files of specific library of functions or Hardware used
│    ├──I2Cdev              # Library for I2C communication
│    ├──MPU6050             # Library for MPU6050 sensor
│    ├──CMakeLists.txt      # contains commands to include the given component in a esp-idf 
├── docs                    # Documentation files 
│   ├── report.pdf          # Project report
│   └── results             # Folder containing screenshots, gifs, videos of results
├── main                    # Source files (alternatively `lib` or `app`)
│   ├──main.c               # Main Source code to be executed
│   ├──kconfig.projbuild    # defines the entries of the menu for configuration
│   ├──CMakeLists.txt       # contains commands to include the bluetooth library and main.c in esp-idf
├── CmakeLists.txt          # contains commands to include Components and main folder while executing
├── LICENSE
└── README.md 

Getting Started

Prerequisites

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

Installation

Clone the project

https://github.com/gautam-dev-maker/Air-Mouse.git

cd Air-Mouse

Usage

Build

idf.py build

Flash

idf.py -p (PORT) flash monitor

Configuration

idf.py menuconfig

Results and Demo

The use of Right and Left Capacitive touch pins has been demonstrated in the following videos

Right/left buttons

Troubleshooting

While Configuring for the first time if Bluetooth is not working then ,go to terminal

idf.py menuconfig

Then go to components/bluetooth and enable bluetooth Press ctrl+s to save the configuration then

idf.py build

Contributors

Acknowledgements and Resources

License

The License Used for this Project.