The project was born with the idea of controlling the computer mouse with a gyroscope, this project is structurally in beta, the code is workingfine, but I'm still working on the integration of a glove and other sensors that will facilitate the use of powerpoint and of the OS

EXPANDED TECHNICAL DETAILS
Gestural HID Computer Interface
Air Mouse allows you to control your PC's cursor by simply moving your hand through the air, using inertial sensors and Arduino logic.
- IMU Saccade Extraction: Uses an MPU-6050 to capture 3-axis gyro and accel data. The Arduino performs "Integated Angular Velocity" calculations to determine exactly how the hand is tilting in 3D space.
- USB HID Mouse Synthesis: Emulates a standard USB Mouse via the
Mouse.hlibrary. The Arduino translates hand tilts into relative X/Y pixel movements, allowing for seamless desktop navigation.
Accuracy
- Drift-Rejection Algorithm: (Alpha Feature) Includes a "Zero-Point Calibration" routine that automatically subtracts the gyro's static offset, ensuring the cursor doesn't slowly "Creep" across the screen when the hand is still.