https://github.com/grantlemons/stablerocket
Arduino code to stabilize a rocket in flight
https://github.com/grantlemons/stablerocket
arduino cpp rocketry
Last synced: 2 months ago
JSON representation
Arduino code to stabilize a rocket in flight
- Host: GitHub
- URL: https://github.com/grantlemons/stablerocket
- Owner: grantlemons
- Created: 2021-04-24T22:45:44.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-01-09T03:17:22.000Z (over 4 years ago)
- Last Synced: 2025-01-15T11:24:29.718Z (over 1 year ago)
- Topics: arduino, cpp, rocketry
- Language: C++
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stable Rocket
Arduino code created for my IB Sophomore year Personal Project. My project was to research build and create a large model rocket that would stabilize itself to go streight up.
The approach I used was not very well thought out and instead of using thrust vectoring, I used small adjustable fins.
I never actually got to launch the rocket due to project time limitations and bad weather at the launch site. That being said I learned a lot from this project.
I also don't think the code quite works? Or maybe it was just a problem with my servos?