Good morning Community,
is it possible to get the Degr Datas from the Gyro?
It just send me the change of the Position in Deg/s but i just wanted the absolute Position in Degree.
I used the:
I am Coding in Eclipse Mita.
Thank you for your Help
Solved! Go to Solution.
Hi @SebastianSigel,
thanks a lot for your question in our community 😎
Our XDK experts will have a look into your question and we will get back to you as soon as possible!
Stay tuned and let's keep in touch!
Roca
Are there some new Informations?
Hi,
The Gyroscope will return the angular rate of change (deg/s). To get your angle, you need to run an integrating algorithm. https://www.pieter-jan.com/node/7 has an example of this.
Regards,
Francisco