Skip to content

Page of payload recovery system source code and documentation

Notifications You must be signed in to change notification settings

MaterialI/Payload_Recovery_System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Payload_Recovery_System

The rev 1.0

Test version 1 Features:

Course correction

Uses PID and course error to make the steering input and correct the heading. May utilze both true heading and movement heading to calculate vector and magnitude of wind. Useful for sensor fusion task and dead reckoning algorithm. Version 2 will include more sophisticated approach to sensor fusion and system control, as well as failure protection through dead reckoning and intelligent landing system.

State Machine

Allows the system to recognize the in which stage of the flight it is and does the necessary actions. There are four states

  1. Ascend
  2. Descend
  3. Landing
  4. On the ground

Telemetry recording

Performs recording of the data received from sensors. Stores it in a CSV (Comma Separated Value) format.

Sensor Suite

Teensy 4.1 Width: 400

IMU - MPU 9250 Width: 400

Barometer - MPL115a2 Width: 400

GNSS breakout board - Ublox neo m9n Width: 400

GNSS antenna - Taoglas ADFGP.50A.07 Width: 400

Servo - Parallax 360 continuous servo Width: 400

Schematics

  • Schematics including MCU, IMU, GNSS and MPL

About

Page of payload recovery system source code and documentation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages