2016-12-24 04:34 AM
Hi.
I need an MEMS Angular accelerometer for my application (quatrotor).
As i detected in
, ST’s gyros measure angular acceleration.My question is how i can get this parameter from ST's Gyroscopes?
Thanks
2016-12-27 11:29 PM
Hi Joe
I have moved your thread to the
‌ where product-related questions live.Many thanks
Oli
2016-12-28 06:23 AM
thanks. looking forward to hearing from ST admins
2016-12-30 12:18 AM
It is very generic guestion. Most of the ST sensors have I2C/SPI digital output interface. So you have to connect a sensor to a microcontroler through I2C or SPI bus. Initialize the sensor and then you can read angular rate value in degree per second. If you need angular acceleration you have to make derivation because angular acceleration is the rate of change of angular velocity with time.
2017-01-07 12:52 AM
Thanks for replay !
I already knew that with derivation from angular rate, i can reach to acceleration rate. But the problem is this action will cause lots of errors because of noises (AWR or temp or bias and . ..) That's why i asking for direct measuring of angular acceleration.in
/external-link.jspa?url=http%3A%2F%2Fwww.st.com%2Fcontent%2Fst_com%2Fen%2Fproducts%2Fmems-and-sensors%2Fgyroscopes.html%3Fquerycriteria%3DproductId%3DSC1288
,the user guide said: ST’s gyros measure angular acceleration.My question is how i can get acceleration directly from ST's Gyroscopes?
2017-01-10 02:16 AM
I'm sorry, it was a mistake on the web page. It is already fixed.
The gyroscope measures angular velocity, it is not possible to get angular acceleration directly from the sensor.
2017-01-13 10:43 PM
Ops!
My investigations said for getting the angular acceleration i need to integrate form angular acceleration, which cause lots of errors because of Noise and temp and mechanical stresses.
So the calibrations has been offered for solving this problem. Can you gimme some leads for calibration?