GithubHelp home page GithubHelp logo

uorocketry / barista Goto Github PK

View Code? Open in Web Editor NEW
6.0 6.0 2.0 5.55 MB

Flight Control system for uOttawa Rocketry 2018

License: MIT License

Shell 1.52% Python 73.26% Jupyter Notebook 25.23%
rockets

barista's People

Contributors

anthony-talevi avatar azqlin avatar buzuloiu avatar mginoya avatar nikhilperi avatar zlin-tlsat avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

barista's Issues

Air Brakes

Current:

  • modify solidworks model
  • Drag v Velocity model (@ 9000')
  • Calculate maximum drag force

Backlog:

  • Maximum Stresses
  • Bracket design
  • Fabrication with carbon renforced plastic
  • CFD

Motor Mount

From the selection in #7 we will be designing for a M-1290 or a M-795

Current:

  • stress analysis (TODO type up)
  • solidworks model

Backlog:

  • plywood evaluation
  • epoxy evaluation

Parameters of Motor

  • 98mm diameter
  • 1500N thrust (subject to change)
  • safety factor of 3
  • 6673 g

Open Rocket Design

Requirements

  • have to use Blue tube
  • have to use motor [from]http://www.moto-joe.com/)
  • speed of 30.5 m/s 5.5m off the rail
  • ground hit less than 9m/s
  • apogee approx. 3200m with 12km/h wind, 85 deg launch angle
  • subsonic velocity
  • stability between 1 and 1.5

Motor Selection

Current :
Fuck with the fins till we get close to these goals for all three motors

  • Stability of 1.5
  • low Mach
  • Apogee close to 3480m
  • low cost

Backlog:

  • Performance envelope at various weather conditions

Recovery

Current:

  • minimum dimensions and shroud lengths to meet competition air speed requirements
  • first approximate mass 5lbs
  • approx diameter ?
  • approx. volume ?

Backlog

  • mass and volume with shroud lines
  • maximum force at ejection
  • design anchor bracket for parachute

GPS retrieving data properly

The GPS itself is setup with the standard TX to RX and power/ground.
When reading, setup a serial with UART. The GPS will then return NMEA sentences. Specifically it will return 4 sentences in the format:

GPGGA,...
GPGSA,...
GPRMC,...
GPYTG,...

This should then be parsed for the GPGGA and GPRMC strings as these 2 strings will be the ones to hold longitude, latitude, angle etc... separated by commas
ex: GPGGA,145240,000,3051.7773,N,10035.7586,W,1,6,1.30,359.4,M,-22.2,M, ,*60
145240 -> time, 3051.7773,N -> latitude using degree minutes, 10035.7586,W -> longitude
Will be updated with what everything else means.

useful links
setup: http://www.toptechboy.com/tutorial/beaglebone-black-gps-lesson-1-hooking-up-the-adafruit-ultimate-gps/
NMEA: http://www.toptechboy.com/arduino/lesson-24-understanding-gps-nmea-sentences/

Fins

Current:

  • Finalize shape with open rocket

Backlog:

  • Drag coefficient
  • Spin effect
  • Flutter Stresses
  • Fabrication with carbon renforced plywood

Electronics build

  • 9 DOF IMU with the 6 DOF for backup
  • range check radios to 610m minimum

Instron Testing

DEADLINE: Tuesday

  • 5 Slices cut off Carbon Fiber Plate
  • Shroud line connections

Get Shit Done

  • wire up board
  • read_acceleration and read_orientation returns a hash
  • client to send and receive radio
  • revisit airbrakes and make sure they work
  • Implement altimeter
  • Test altimeter
  • Add Tests for IMU
  • Implement brake deploy algorithm
  • take orientation on initialization
  • power on and test COTS altimeter
  • range test radios

Tech Debt

Fix these things please

  • Serial port timeouts are not implemented correctly in gps.py.
  • Use python logging instead of print statements

testing shell script

lets run our code through a linter to fix style issues and run all the test cases...
even better lets write a shell script to do all this for us

suggested linter here

Enhanced Open Rocket

  • update mass model to reflect solidworks
  • update apogee to reflect 70 degree worst case launch angle
  • compute stability at full and empty mass
  • compute launch rail velocity with 5.5m of rail
  • compute minimum rail length to achieve rail exit of 30.5m/s

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.