Hacker News new | ask | show | jobs
by cubefox 727 days ago
So there are two different technologies that are both called "gyroscope"? One a sensor detecting rotation, the other an actuator inducing rotation?
2 comments

No, the comment you're replying to is confused. These gyroscopes are entirely used for determining Hubble's orientation. Reaction wheels effect the actual rotation, and Hubble's are fine.

I think the confusion is a result of imprecise language talking about how they are used to slew the telescope. They are "used" but as feedback, in conjunction with other systems. Also, there have some prominent reaction wheels failures on other missions, and that contributes to the confusion.

FWIW I think 2 of the Hubble's 4 reaction wheels are dead, which also requires some interesting workarounds
Thanks, this makes sense. I guess I should look up the difference between gyroscopes and reaction wheels next.
The sensor you’re describing is usually called an accelerometer.
No, accelerometers detect acceleration in linear direction (up/down, left/right, forward/backward), while gyroscopes detect rotation (pitch, yaw, roll). Smartphones have both, to detect all six degrees of freedom.

Edit: Apparently, for smartphones, all these sensors are integrated into a single MEMS chip, one sensor for each degree of freedom, three accelerometers and three gyroscopes: https://youtube.com/watch?v=9X4frIQo7x0

BTW, smartphone acceleromoters are also packaged for hobbyists; a board like https://www.adafruit.com/product/2019 can be easily used to make any number of applications when coupled with a microcontroller. https://learn.adafruit.com/adafruit-mma8451-accelerometer-br...
And the reason accelerometers can be used for sensing orientation here on Earth is, of course, because of the constant force of gravity :)
Interesting point. I guess this is much less precise than gyroscopes though.