Thursday 6 May 2021

Spinning gyroscope “boat” stabilization | Arduino Blog

When you use a “gyroscope” in Arduino and robotics projects, generally this means a small IMU that leverages several methods of sensing to tell how a device is moving. However, physical gyroscopes are able to employ a spinning disk stay upright mechanically. Could one be combined with advanced electronics to stabilize a robot or other craft?

James Bruton answers this question in the video below, going from a “bare” gyroscope, to an unpowered gimbal, and finally to a simulated boat. This utilizes a powered gimbal for stabilization that’s tilted in one axis by a DYNAMIXEL servo. Angle is measured using an Arduino Pro Mini along with an MPU-6050 IMU, and the gyroscope is controlled by an Arduino Mega.

You can check out the progression of this fun experiment in the video below, and find code/CAD info on GitHub.

The post Spinning gyroscope “boat” stabilization appeared first on Arduino Blog.

No comments:

Post a Comment