Timer

article published on 28th October 2019 (last modification on 11th March 2024)

During the construction of a rocket with the club SpaceCampus of the University of Bordeaux, I had to design and assemble a small circuit handling the opening of the parachute hatch, my first PCB.

The purpose of this circuit is to deploy the parachute at the right time, that is, when the rocket reaches the apogee. To do this, I chose to use a small microcontroller called PIC12F683. It detects when the rocket takes off thanks to a cable attached to the launch pad which disconnects from the PCB at launch. Then, the chip starts a countdown of 5.3 seconds before commanding the opening of the parachute hatch. This duration of 5.3 seconds was calculated using a simulation (Stabtraj).

This is what the PCB looks like when printed and when all the components are soldered:

timer

You will have noticed several connectors. As you can see in the diagram below, each one is labeled with a letter:

schema

Here is the signification of the letters:

Finally, during the launch, the timer worked wonderfully and the parachute deployed on time, allowing a smooth and damage-free landing.