8 Commits

Author SHA1 Message Date
Alisher Khojayev
76d83eed93 Merge pull request #9 from defconxt/contrib/project-structure-and-build-configs 2026-03-17 21:51:29 -07:00
defconxt
fe5d115f3b 📦 Project structure: PlatformIO configs, proper file extensions, wiring docs
- Rename .txt firmware files to proper extensions (.cpp, .ino, .py)
  so GitHub provides syntax highlighting and IDEs detect them correctly
- Add PlatformIO project configs (platformio.ini) for both Rocket and
  Launcher firmware with all library dependencies pinned, enabling
  one-command builds: `pio run -e rocket -t upload`
- Add requirements.txt for the Python telemetry dashboard
- Add .gitignore for PlatformIO, Arduino IDE, Python, and editor artifacts
- Add docs/WIRING.md with complete pin assignments, I2C addresses,
  servo calibration values, and UDP protocol reference
  (reverse-engineered from firmware source)
- Rename Simulation/fdsdf.png to OpenRocket_3D_View.png

No functional changes to any firmware or software code.
2026-03-16 14:02:05 -06:00
Alisher Khojayev
5e588fb04d Update README with new video links and formatting 2026-03-15 10:47:08 -07:00
Alisher Khojayev
fbd92c3590 Update README.md 2026-03-15 10:46:13 -07:00
novatic14
770841263f Update rocket.txt
Silly me - I accidently duplicated the dashboard and didn't include the actual rocket firmware. Forgive me!
2026-03-15 10:43:00 -07:00
novatic14
650d11df41 Update README.md 2026-03-11 15:47:25 -07:00
novatic14
cb5940f54e yyup
works
2026-03-11 15:43:47 -07:00
novatic14
7dd1170b71 Initial commit 2026-03-11 15:23:17 -07:00