Arduino rockets with sensors.
Report Bug
.
Request Feature
- About the Project
- Built With
- Getting Started
- Usage
- Roadmap
- Contributing
- License
- Authors
- Acknowledgements
This is a project for building rockets. I thought why not upload the code if I'm writing the code anyways. This repository is for tracking changes to the code, share code, and help some people who may need a little bit of help with coding their rocket. Read getting started to learn more.
This project was built using the Arduino IDE. It uses a few libraries. See getting started.
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
Go to the Arduino website and get their ide. (https://www.arduino.cc/en/software)
- Clone the repo
git clone https://github.com/Yaurrdautia/arduino_eng2_rockets.git-
Open the folder you cloned the project into.
-
Go into the main folder and open both controler_code.ino and rocket_side_code.ino
-
Set the pins in the rocket_side_code.ino file.
-
Get libraries: a. You need the libraries SFE_BMP, MQ135, MPU6050 (and SD,Servo but you already have those) b. Links: SFE_BMP MPU6050 MQ_135
-
Add the libraries to the libraries folder. Usually it's in Documents/Arduino/libraries
-
Upload both files to Arduino, wire all sensors up.
Used to log some simple data using Arduino Uno and a rocket made with two liter bottles
- See the open issues for a list of proposed features (and known issues).
- There aren't any plans to further develop this piece of firmware, but anyone can feel free to use/modify this software. I will try my best to respond to questions/concerns.
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- If you have suggestions for adding or removing projects, feel free to open an issue to discuss it, or directly create a pull request after you edit the README.md file with necessary changes.
- Please make sure you check your spelling and grammar.
- Create individual PR for each suggestion.
- Please also read through the Code Of Conduct before posting your first idea as well.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Distributed under the MIT License. See LICENSE for more information.
- yutarour - Student at Tesla STEM - Yaurrdautia - Main code dev for project