Gyroscope sensor py v2: Difference between revisions

From wikiluntti
(Created page with "<languages /> <translate> Gyroscope is interesting but challenging. It is a known issue that the gyroscope might drift, also the reading will be running. The sensor needs t...")
 
(No difference)

Latest revision as of 18:13, 9 June 2020

<languages />

<translate>

Gyroscope is interesting but challenging.

It is a known issue that the gyroscope might drift, also the reading will be running. The sensor needs to be absolute still when starting the program. The drifting occurs only in the beginning or execution of the script, not during it. Usually, it will be fixed by unplugging and plugging the sensor.

The magnetic field has an effect to the sensor. Also, the motors might give anomalities to the readings.


</translate>