Attitude control system#

Attitude control#

The attitude control system stabilizes the satellite, ensuring accurate positioning for communication and observation, controls orbital maneuvers, and maintains proper alignment of antennas and sensors, thereby enhancing operational efficiency and mission success. We will be looking at attitude control of a CubeSat along one axis.

3U Cubesat

Reaction wheel#

Nanosatellites, such as CubeSats, employ various technologies for attitude control. Reaction wheels and magnetorquers are common actuators, with reaction wheels providing precise control through momentum exchange and magnetorquers interacting with Earth’s magnetic field for torque generation.

Reaction Wheel

A reaction wheel consists of several key components:

  • Flywheel: A disk or wheel with significant mass, designed to spin at high speeds to generate angular momentum for controlling the satellite’s orientation.

  • Electric Motor: Typically a brushless DC motor, it drives the flywheel to spin at varying speeds in response to control commands.

  • Motor Controller: An electronic circuit that regulates the motor’s torque, speed and direction, allowing precise control of the flywheel’s rotation.

  • Sensors: Devices such as gyrometer and magnetometer that monitor the cubesat rotational speed and position, providing feedback to the control system for precise adjustments. These components work together to enable the reaction wheel to effectively manage the satellite’s attitude by altering its rotational velocity.

Question#

Represent a reaction wheel as an IBD (Internal Block Diagram) with the elements of information processing and power transmission.

Objectives#

In this project, we will study a model representing a CubeSat and a reaction wheel. The objectives are as follows:

  • Understand the architecture and operation of a Cubesat and its attitude control.

  • Represent and simulate a multiphysics model

  • Propose a position control system using a sensor and an actuator

  • Implement a numerical algorithm for Cubesat position control.