Project page on CUSF website

This rocket was a solid fuel rocket following a boosted dart configuration — the idea being that once the fuel had burnt away, the thin metal dart attached to the top of the rocket would detach from the booster and continue to apogee. The avionics payload consisted of a stack of boards, with each performing a different function (communicating via CAN bus) - this improved system reliability since subsystems could fail without affecting the rest of the stack, and also made it easy to divide work (PCBs and firmware) amongst team members.

A secondary project, TOAD, aimed to track the position of the rocket using the time-of-flight of radio packets travelling from the rocket to ground based receivers, synchronised via GPS. Unfortunately, the hardware appeared to be too inaccurate to produce meaningful data.

We travelled to Black Rock desert, Nevada in September 2017 to launch Martlet III (due to altitude restrictions in the UK).

On the road near Black Rock desert On the road near Black Rock desert

Martlet III ascent Liftoff! Photo credit: Ada Coghen

Unfortunately, the off-the-shelf solid fuel motor used in the rocket exploded a few seconds into the flight. Whilst the first stage avionics was destroyed, the dart was undamaged and safely parachuted back down from an apogee of ~5km.

Explosion of the first (booster) stage Moments after the explosion. The remains of the booster can be seen falling away from the dart. Photo credit: Ada Coghen

Recovering the second stage Recovery of the second stage (with some of the first stage attached)

Personally, I worked on the PCB designs for the rocket’s:

  • Telemetry board: u-blox MAX-M8Q GNSS module and Si4460 transceiver, with additional circuitry to clock/trigger radio transmissions using the u-blox’s PPS signal for use with TOAD.
    GitHub link
  • IMU board: originally this consisted of an MPU9250 accelerometer working in parallel with an ADIS16405, however damage to the ADIS’ ribbon cable meant that it was removed in a subsequent revision of the board.
    GitHub link

Avionics boards

Assembled avionics stack Top: avionics boards. Bottom: assembled avionics stacks; both stages of the rocket contained their own avionics stack. Photo credit: Adam Greig (CC BY-SA 2.0)

I also wrote firmware for many of the boards in the avionics stack, as well as a GUI and post-processing software for TOAD (in Python):

TOAD GUI