Maker Pro
Maker Pro

How to convert a z-value from gyroscope sensor to degrees per second

Thabo Tsotetsi

Mar 8, 2017
2
Joined
Mar 8, 2017
Messages
2
I am looking for a step by step guide on how to covert the z-value to degrees per second. But not in code because i have a hard time understanding people's code. For example :
"Step1 : Divide value by this value to get this value"
"Step 2: Take that value and multiply it by this value"
Am looking for an answer like that..

Plz help!!!!!!!!!!!!!!
 

Arouse1973

Adam
Dec 18, 2013
5,178
Joined
Dec 18, 2013
Messages
5,178
What Gyro are you using, do you have a datasheet?
Adam
 

Arouse1973

Adam
Dec 18, 2013
5,178
Joined
Dec 18, 2013
Messages
5,178
You will have to decode the data produced in digital format SPI or I2C. Why don't you see if you can find a device that produces an analog output proportional to angular rotation.
Thanks
Adam
 
Top