The Magic Wand is a gesture-controlled device built with Arduino that captures the physical movements of the wand using an IMU sensor. When a specific movement pattern is detected — such as a flick, swirl, or thrust — the system classifies the gesture and triggers a corresponding "spell" effect.
Currently the wand lights up a LED in different colors depending on the spell cast. The future roadmap includes integrating the wand with Hogwarts Legacy via a custom PC bridge, mapping each recognized gesture to an in-game spell through keyboard emulation.
This project showcases the intersection of embedded systems, signal processing, and machine learning — training a gesture classifier directly on the microcontroller with minimal memory footprint.