...
2. Firmware
Writing code in C++ for Pyxida (the main flight computer) and CCB (Camera Controller Board), along with unit tests for themD.E.N.N.I.S. and supporting boards, along with all standard software testing procedures.
3. Kalman filter:
The sensor fusion algorithm. If you want to learn more about it, I recommend this video series.
...
Hardware Out Of The Loop Testing - a utility for running firmware on a non-embedded machine in a sandbox to verify correctness in simulated scenarios. Emulators-ish.
5. Groundstation:
Software in Python, used to monitor the rocket in flight. A lot of progress happened last year, so this is not on the critical path.
...
In charge of integrating all the pieces of hardware on the rocket, including:
- D.E.N.N.I.S.
- Pyxida
- ^Supporting boards (camera, power, RF, etc)
- PyxidaCamera board
- COTS altimeters
- Cameras
Also will focus on getting the cameras to work, with the new hardwired camera connections for power and feedback.
...
About the team
Subteam Leads
Year | Lead | ||
---|---|---|---|
Fall 2014 - Spring 2015 | Johannes N. | ||
Fall 2015 | Samir W. | ||
Summer 2020 - Present | Lili S. | ||
Summer 2019 - Summer 2020 | Luka G. | ||
Fall 2018 - Summer 2019 | Zack H | Spring 2016 - Summer 2017 | Andrew R. |
Fall 2017 - Summer 2018 | Josef B. | ||
Fall 2018 Spring 2016 - Summer 20192017 | Zack HAndrew R. | ||
Summer 2019 - Summer 2020 | Luka G. | ||
Fall 2015 | Samir W. | ||
Fall 2014 - Spring 2015 | Johannes N | Summer 2020 - Present | Lili S. |
Overview
"Avionics" refers to the system that operates the electronic systems aboard the vehicle. These systems are commonly used to deploy recovery systems, collect data, send telemetry, and activate payloads. Avionics interfaces with many subteams
...
Altimeter | Architecture | Features |
---|---|---|
Charybdis Avionics | Arduino Mega Shield | Roll Rate Control, Data Logging, Telemetry |
Pyxida V1 | BeagleBone Shield, ARM Microprocessor | Data Logging, Telemetry, GPS, 12 Pyro Channels |
Pyxida V1.1 | Stand-Alone ARM Microprocessor | Data Logging, Telemetry, GPS, 6 Pyro Channels, Continuity Checking |
Pyxida Rev 3 | ARM Microprocessor | 8 Configurable Pyro Channels, Battery alarms |
Pyxida Rev 4 | ARM Microprocessor | Active GPS Antenna, Onboard Memory, rounded edges, self version checking |
Pyxida Rev 5 | Pyxida Revision 5 Known Errors | |
Pyxida Rev 5.1 | ||
Pyxida Rev 6.1 | ||
Pyxida Rev 6.2 | ||
D.E.N.N.I.S. | Arm Microprocessor |
The diagram below and pdf linked within provide a guide to the interaction between components in the most recent configuration.
...