Assembled payload, computer and data handling unit PCBs

Computer and data-handling unit

Subsystem overview

The flight computer and data-handling unit has primary control over the spacecraft throughout its’ operation. It controls the payload and the communications subsystem while in turn acting on commands from the ground received via the communication subsystem. In addition there is a watchdog for the system to reboot it in the event of a malfunction.

Computer

The selected chip for the CubeSat is the TM4C12x series of processors. They series have a builtin in sleep mode, allowing power to be saved where possible. This series was also selected because there are a large range of development board available as well as supporting I2C, SPI, UART and PWM.

The chip has builtin Flash, RAM and EEPROM memory. This allows vital data to be stored in non-volatile memory, protecting against it being lost if there is a system reboot.

Watchdog

Due to the low cost nature of CubeSat projects the electronics are not radiation hardened and are therefore susceptible to Single Event Effects. To add a level of protection against this a radiation hardened watchdog was chosen to listen to the main computer on the spacecraft. The watchdog expects to “hear” the computer operating once in a ten minute period. If this is not the case, the watchdog forces a reboot of the computer.

Telemetry sensors

Several sensors monitor the “health” of the spacecraft and are downloaded to the ground for analysis. The telemetry data recorded includes:

  • Temperatures of
    • Computer
    • Batteries
    • Transceiver
  • Receiver RSSI
  • Voltage across each solar panel
  • Total current supplied by the solar panels
  • Battery voltage
  • Total consumed current
  • Number of reboots
    • Attempted
    • Accomplished
  • Free memory
  • Antenna deployment status
  • Attitude detection technique being used
  • Mode of operation