Schlagwort: Gyroscope

  • This gyroscopic stabilizer aims to reduce boat roll in waves

    This gyroscopic stabilizer aims to reduce boat roll in waves

    Reading Time: 2 minutes

    Arduino TeamMay 5th, 2022

    Boats are notorious for their constant swaying back and forth when set adrift on a body of water, leading to sea sickness for those unlucky sufferers and forcing items to be securely stored to prevent them from moving around unintentionally. So, as part of their course in electrical engineering, Kaden Werner and Alex Morin partnered together to create a control system that could effectively eliminate watercraft roll through the use of angular momentum.

    Similar to how the International Space Station maintains its orientation, the team’s scaled prototype system relies on a rotating flywheel that generates large amounts of angular momentum in a certain axis. A brushless DC motor and driver are responsible for spinning up the circular mass, while a servo motor on one side rotates the cradle to the desired angle. All of this is done with an Arduino Uno that monitors the boat’s current orientation by taking measurements from an IMU.

    If the angle is more than two degrees off-center, the PID loop is updated, which in turn causes the servo to move to a position that can counteract the tilt, as well as spin up the flywheel by outputting a PWM signal to driver.

    For more details about how the pair of students came up with their design and built the device, you can view their project here on Instructables.

    Website: LINK

  • This gyroscopic stabilizer aims to reduce boat roll in waves

    This gyroscopic stabilizer aims to reduce boat roll in waves

    Reading Time: 2 minutes

    Arduino TeamMay 5th, 2022

    Boats are notorious for their constant swaying back and forth when set adrift on a body of water, leading to sea sickness for those unlucky sufferers and forcing items to be securely stored to prevent them from moving around unintentionally. So, as part of their course in electrical engineering, Kaden Werner and Alex Morin partnered together to create a control system that could effectively eliminate watercraft roll through the use of angular momentum.

    Similar to how the International Space Station maintains its orientation, the team’s scaled prototype system relies on a rotating flywheel that generates large amounts of angular momentum in a certain axis. A brushless DC motor and driver are responsible for spinning up the circular mass, while a servo motor on one side rotates the cradle to the desired angle. All of this is done with an Arduino Uno that monitors the boat’s current orientation by taking measurements from an IMU.

    If the angle is more than two degrees off-center, the PID loop is updated, which in turn causes the servo to move to a position that can counteract the tilt, as well as spin up the flywheel by outputting a PWM signal to driver.

    For more details about how the pair of students came up with their design and built the device, you can view their project here on Instructables.

    Website: LINK

  • Spinning gyroscope “boat” stabilization

    Spinning gyroscope “boat” stabilization

    Reading Time: < 1 minute

    Spinning gyroscope “boat” stabilization

    Arduino TeamMay 6th, 2021

    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.

    [youtube https://www.youtube.com/watch?v=UVJx8T8wTQA?feature=oembed&w=500&h=281]

    Website: LINK