Using Accelerometer and Gyroscope Sensor to monitor the behavior of arm

hi i want to use the Accelerometer and Gyroscope Sensor to collect the data of arm's behavior ,is there any literature about that?

How would sensor data from your arm be any different from any other source of such sensor data?

It might help if you explain what you mean by "behavior", and/or describe how the data will be processed.

Yes.

in my opinion the spesific data of accelerometer couldn't show the behavior ,but if the data is about the whole behavior from raise your hand to stoping at a specific position .accroding to this series data the function could predict the next behavior.and we could compare the next pratical data to the example data in order to detecting the behavior of arm.

The link in post #4 is a good place to start.

Recognizing specific actions from a long series of measurements is something one would do on a desktop PC, not an Arduino. These days, many people would consider using machine learning (AI) algorithms for the pattern recognition.

yeah,i also consider this function need to make use of PC rather than Arduino but it may be a good way to start this project

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.