Skip to content

Gesture Recognition Application using SAMD21 and MPU6050

Notifications You must be signed in to change notification settings

rishiraj824/embedded-sentry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gesture Recognition Application using Microcontroller SAMD21 and Sensor MPU6050

This project uses Longest Common Subsequence to match two sequences of directions and compare them finally.

Directions are in enum types defined via -

// states to store the directions +-(x,y,z)
enum directions { X_POS = 1, X_NEG = -1, Y_POS = 2, Y_NEG = -2 , Z_POS = 3, Z_NEG = -3 };

A change in direction is sort of detected when there is an acceleration change of the magnitude of 1500. Details on the connections mentioned in the file ./Embedded_Sentry/main.c

About

Gesture Recognition Application using SAMD21 and MPU6050

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages