https://github.com/arctixdev/armature-rocket-code-n-stuff
Source code to rocket computer to collect flight data from armature rocket
https://github.com/arctixdev/armature-rocket-code-n-stuff
Last synced: 3 months ago
JSON representation
Source code to rocket computer to collect flight data from armature rocket
- Host: GitHub
- URL: https://github.com/arctixdev/armature-rocket-code-n-stuff
- Owner: arctixdev
- License: unlicense
- Created: 2022-11-21T06:28:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-23T15:21:10.000Z (over 2 years ago)
- Last Synced: 2025-02-26T10:43:40.021Z (3 months ago)
- Language: Python
- Homepage:
- Size: 1.12 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rocket-stuff (very much WIP)
source code for NokiaOS (rocket operating system)
also a rocket interface for looking at datadosnt work yet at all none of it
# The code
Coded in c++ because arduino framework. Using platform IO.The board connects to wifi and runs over the air updates if debug pins are connnected.
It reads data from sensors (Altimeter, accelerometer, temperature and camera) and saves it on the sd-card
The sd-card must be formatted in FAT32 format. And it will not work with anything bigger than 32GB
You can configure it in the "config.h" c++ file.
# The flight computer
The code runs on a 2 core esp32-cam module.
I have choosen the esp32-cam because it has 2 cores, a camera and a sd-card reader wich is very useful to save data and images.On the esp32 i have soldered a BMP388 barometer to get altitude
There is also a GY-521 mpu accelerometer for speed, and stability data.I am working on adding a XL1278-SMT 433hz radio module for in-flight communication

