Components - Space Race 2021 Computers
Microcontroller - The "brains" of your computer, it must be in the Teensy family. This selection depends a lot on what you want to do with the board. For the bare minimum the Teensy LC will be the cheapest choice.
IMU - inertial measurement unit. Provides directional awareness, a 3-axis accelerometer (which linear direction you're accelerating), 3-axis gyroscope (how fast you're spinning), and sometimes a compass to get absolute heading.
- This is the suggested IMU (includes the compass)
High G Accelerometer - the acceleration at launch can be too high for the IMU to detect (the suggested sensor has a max of +/- 16 g) so to detect launch you may need a second accelerometer depending on how quickly your rocket leaves the pad.
- This is the suggested accelerometer - note that it's only single axis, since the only large acceleration we (should) feel is up.
GPS - provides absolute location to a decent accuracy. Extremely useful for determining where the rocket landed for recovery.
- This is the suggested GPS unit
Altimeter - uses temperature and pressure readings to determine the approximate altitude of the rocket.
- This is the suggested altimeter
RF Transceiver - sends data over RF to the ground.
- This is the only transceiver you may use, there is a provided ground receiver but it will only work with this series of radio.
Storage device - data recorded during flight needs to be stored somewhere if you want to view it afterwards.
- Using an SD card is the suggested method of doing this.
Battery - to power the board in the rocket you will need a battery and supporting power regulation. You will want to select your other components first and calculate their power requirements before selecting a battery.
Charge Deployment - there is no good off-the-shelf solution for doing charge deployment, if this is something your team wants to pursue you will need to create a custom circuit to do so.