Satellite Subsystems » Flight Computer » IntroductionFlight ComputerSatellite Subsystems

The Flight Computer (FC) aboard BLUEsat is essentially the brain of the entire satellite. It interfaces with and controls all other subsystems (even power management to some degree). Once considered part of the Electrical subsystem, the vital and complex role played by the FC has made it a subsystem in itself. The FC is a core component, and necessary in a satellite providing more than trivial capabilities. Some of its responsibilities include:

Furthermore, the FC itself is flexible enough for us to try various software experiments while maintaining control of the satellite at all times.

The development of the FC consists of two components, seemingly simple at a glance, but incredibly complex to accomplish when attempted:

  1. Hardware design, construction and testing
  2. Software, which can be further broken down into:
    1. The Bootloader - to ensure the brains of the satellite stays alive in any event,
    2. The Operating System - which orchestrates all the processes being juggled by the CPU at the same time,
    3. The System Software - each of which performs a specific task

Satellite SubsystemsFlight Computer