Disha Karnataki
Full Member level 5
- Joined
- Jul 20, 2013
- Messages
- 249
- Helped
- 9
- Reputation
- 18
- Reaction score
- 8
- Trophy points
- 18
- Location
- india
- Activity points
- 2,231
i just want to clarify whether the way i measure the angle is correct or not so that i can later write a code on it.
the gyro sensor i have uses i2c protocol and has a 16bit adc built in it requiers a supply voltage of about 3.3v.
sensitivity of that gyro=172mV/deg/sec
hence the reference voltage of the adc i will consider as 3.3v (am i right?).
the angular velocity value that gyro will output will be 16bit(due to adc which is 16bit) 65535 is max value that adc can o/p
calculations:
say value outputted is 6000 for some some rotation about say z axis then,
the angle made will be:
3.3v ref of adc-------65536
? -------6000
the voltage that refers to the digital number outputted by the gyro is:0.30212v(after above calculations).
converting this voltage into degrees/sec:
172mv(sensitivity of gyro)-------1deg/sec
.30212v-----------------------------?
1.7565deg
hence the angle made by the gyro with z axis is:1.7565deg.
is this calculation correct?
the gyro sensor i have uses i2c protocol and has a 16bit adc built in it requiers a supply voltage of about 3.3v.
sensitivity of that gyro=172mV/deg/sec
hence the reference voltage of the adc i will consider as 3.3v (am i right?).
the angular velocity value that gyro will output will be 16bit(due to adc which is 16bit) 65535 is max value that adc can o/p
calculations:
say value outputted is 6000 for some some rotation about say z axis then,
the angle made will be:
3.3v ref of adc-------65536
? -------6000
the voltage that refers to the digital number outputted by the gyro is:0.30212v(after above calculations).
converting this voltage into degrees/sec:
172mv(sensitivity of gyro)-------1deg/sec
.30212v-----------------------------?
1.7565deg
hence the angle made by the gyro with z axis is:1.7565deg.
is this calculation correct?