2018-10-10 06:08 AM
My Requirement:
I want to get the data if there is a angle change more than 5 degrees in any direction(X , Y , Z)
and it should work for very slow movements or linear or constant movements. Will this sensor works as per my requirement or not. Please suggest me suitable one if it is not.
Thanks in advance.
Sensor : IIS328DQ (accelerometer)
2018-10-24 02:52 AM
Will the starting position be given and always the same?
Or do you want to detect the angle change from any staring position?
2018-10-24 04:55 AM
I want to detect the angle change from any starting position...
2018-10-24 05:22 AM
It is not possible to achieve this functionality with embedded sensor features. A microcontroller is needed to do it. You also have to determine a minimum speed which should be detected.
2018-10-24 05:26 AM
So i need to set the speed in the sensor to achieve this right?