diff --git a/README.md b/README.md index 393bdb54..3adc8112 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,5 @@
PCB: Flight Computer A0002
-MCU: STM32H750VBT6
-MPU Architecture: ARM Cortex-M7
-Description: The flight computer is Sun Devil Rocketry's first ever in-house designed and manufactured high-power rocketry altimeter. The flight computer project aims to serve as a drop-in replacement for the commercially produced altimeters currently used in Sun Devil Rocketry rockets, while also supporting more advanced rocketry projects by including extra sensors and peripheral interfaces. The board supports dual-deployment parachute ejection through the use of ematch screw terminals, a barometric pressure sensor, a buzzer, an ARM Cortex-M7 microcontroller, and 4 Mb of external flash for logging flight data. The computer also includes a USB port and a micro SD card for easy access to flight data, so a seperate data collection kit is not required. To support more advanced projects, the computer contains a LoRa wireless module, a GPS module, a 9-axis IMU, and four 3-connector PWM servo drivers. Design of the flight computer was optimized for a minimum form factor to allow the computer to be used in a variety of differently sized rockets.
-blink: blinks status LED to test programmer and board setup +# Projects: +### PCB: A0002-Rev2 | Flight Computer Rev. 2 +#### MCU: STM32H750VBT6 +#### MPU Architecture: ARM Cortex-M7 +#### Source code: app/rev2 -flight/appa: full feature flight application +The current generation SDR flight computer. Supports telemetry and data logging with the ability to support more advanced projects. -flight/data-logger: firmware to collect data during test flights +### PCB: A0010 | Flight Computer Rev. 3 -flight/dual-deploy: firmware for dual-deploy parachute recovery +#### MCU: STM32H733VGT6 -terminal: firmware to allow terminal access to all PCB hardware -
+#### MPU Architecture: ARM Cortex-M7 + +#### Source code: app/rev3 + +The next generation SDR flight computer, which is in early development.