I would like to generate vibration patterns using the MPU-6050.
So if a 10p coin was dropped on a table from 1m at a 90 degree angle then I would expect the second time it dropped to make the same vibration pattern.
When I capture the movement in sensors (x,y,z), send to serial and go into plotter mode (CTRL+SHIFT+l) I can see distinct patterns for each type of coin.
I would like to store a pattern for each type of coin drop (5p,2p,etc) dropped from exactly the same position and then use the Arduino to constantly monitor until it recognizes the next coin.
Could somebody pls help with the coding approach?