as full scale range given in datasheets is ±250°/s, ±500°/s, or ±2000°/s.
& the gyro outputted value is a digital one then how do i find the angle? I know gyro instantaneous value is the change in angular velocity But, say sampling frequency=100hz so every 10ms the gyro data is sampled and a digital value is outputted for that 10ms this angle will be calculated and then added with the previous one.
now as the gyro gives out a 16 bit value digital & say i select ±250°/s , 10ms as it's sampling time period and i take 100 such readings to get to total digital o/p for 1s let the value got after integration be 6000. How do i relate the digital value with the range?
is it like this?: for 250 deg/sec change the digital value outputted by adc is 65535
so, how much is the degree in 1sec for----------------------if adc value for 6000
angle=22.888deg/sec. Is this correct? otherwise rectify me.
then the above procedure is repeated and the new value added with previous to get new angle.