For the final project I am envisioning a way to classify dance moves utilizing a remix of the magic wand example from Arduino.
I plan to fabricate leg bracelets(?) and attach two nano's on to my legs. I'm hoping to send back accelerometer data to be able to approximate what kind of dance move I am doing.
My plan for interaction is to have a p5 sketch running standalone and pull up various gifs of dance moves, classifying the accelerometer data that is being fed to the p5 sketch.
Alternatively I could use PoseNet but I did that for my pcomp final and would like to try acceleration classification.