Embedded Sentry with Gyroscope
The project demonstrates hand gesture matching algorithm using an in-built gyroscope.
The project demonstrates hand gesture matching algorithm using an in-built gyroscope.
Project Overview
- Hardware: STM32 (with on-board gyroscope)
- Key Topics: Sensor data acquisition, gesture recognition, pattern matching algorithms
Description
Using the STM32’s integrated gyroscope, this project captures motion data and matches it against pre-recorded gesture templates. The matching algorithm runs entirely on-device with no external dependencies.