Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
10 years, 9 months ago.
accelerometer data
please can anybody tell me if i can use the raw accelerometer data to get my angles without callibrating to 2g.Then when do i use 2g,4g,8g or 16g conversion.why do i need to convert it. i am using;
- include "mbed.h"
- include "MPU6050.h" ............ mpu.getAcceleration(&axA,&ayA, &azA) to get my raw data.
3 Answers
10 years, 9 months ago.
The angles you get are independent on your full-scale signal, so you don't need to scale it to anything.
10 years, 9 months ago.
Hi,
From two statements I cannot see your real problem.
Besides, from MPU6050's datasheet (p.10/52) you can read that:
Quote:
Enhanced bias and sensitivity temperature stability reduces the need for user calibration
So, don't worry about recalibration.
Regards,
Thanks,i read accelerometer data X= 800.00, Y= 432.00, and Z= 17248.00 when the accelerometer was placed on a horizontal surface. i know i need to multiply it by 1g/16384 which will change my data to 'g'. Then why am i using 2g and not 16g as the sensitivity or it depends on whatever i choose?
posted by 05 Feb 201410 years, 9 months ago.
Thanks,i read accelerometer data X= 800.00, Y= 432.00, and Z= 17248.00 when the accelerometer was placed on a horizontal surface. i know i need to multiply it by 1g/16384 which will change my data to 'g'. Then why am i using 2g and not 16g as the sensitivity or it depends on whatever i choose?