Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Curious-Nikhil/Tejas-Rocket-Flight-Computer
An autonomous Thrust Vector Control rocket with self-landing capability from inexpensive parts of equivalent power of the Apollo era.
https://github.com/Curious-Nikhil/Tejas-Rocket-Flight-Computer
aerospace arduino arduino-nano controller flight model modelrocket rocket tvc
Last synced: about 5 hours ago
JSON representation
An autonomous Thrust Vector Control rocket with self-landing capability from inexpensive parts of equivalent power of the Apollo era.
- Host: GitHub
- URL: https://github.com/Curious-Nikhil/Tejas-Rocket-Flight-Computer
- Owner: Curious-Nikhil
- Created: 2018-12-13T15:22:18.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-13T19:08:38.000Z (over 3 years ago)
- Last Synced: 2025-01-15T21:47:12.912Z (3 days ago)
- Topics: aerospace, arduino, arduino-nano, controller, flight, model, modelrocket, rocket, tvc
- Language: HTML
- Homepage: https://curiousnikhil.space/tejas
- Size: 37.1 MB
- Stars: 51
- Watchers: 8
- Forks: 12
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-rocket - GitHub - Nikhil/Thrust-Vector-Control-Rocket) (Open Source Projects / Hardware)
README
# Tejas Flight Computer
![TEJAS FC Development](/img/TEJASDevelopment Image.png)
# Software Design> I prefer to sail in a bad ship with a good captain rather than sail in good ship with a bad captain.
TEJAS flight computer is to aid a model rocket with recovery and data logging. It is entirely based on arduino with MPU6050 and BMP280 for orientation and altitude data. The development of TEJAS FC took over 3 months. It was fundamentally designed with no blocking code so as to make it a fault taularent system to some degree.
## Challenges:
-
- Low memory
- Less Processing Power
- Delayed Apogge Detection
- Realtime telemetry## Flowchart
![flowchart](/img/TEJAS 2 flowchart.png)### Features of TEJAS 1.0:
-
-
- Systems Check on Boot
- Non Blocking Code
- Log Flight Data - Black Box
- Epic Star Wars Launch sound!## TEJAS 2.0 A Open Source Rocket Flight Computer.
![alt text](/img/TEJAS 2.0.jpg)### Improvments
* 1 - Fault Tolerant Soft Design
* 30 Channel Data logging at 30 Hz
* BT enabled
* Remote Killswitch
* Better Apogee Detection
* Safety Net