No description
  • JavaScript 93.4%
  • C++ 5.2%
  • Rust 0.9%
  • CMake 0.5%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-07-30 16:02:36 +02:00
boomtest-1-7-26 feat: lots of stuff 2026-07-03 17:12:06 +02:00
docs feat: nicer y velocity 2026-07-30 16:02:36 +02:00
ground_station feat: init ground_station && mission_control 2026-01-07 10:42:32 +01:00
mission_control feat: nicer y velocity 2026-07-30 16:02:36 +02:00
pico feat: graph updates, y velocity interval = 200 ms 2026-07-29 22:39:12 +02:00
tracking_station feat: turns out, memory bugs are bad actually 2026-07-29 21:47:12 +02:00
.gitmodules feat: working pico_fatfs 2026-02-25 14:32:39 +01:00
MURPHY.md feat: more work 2026-02-24 23:57:07 +01:00
README.md feat: new circuit 2026-07-22 12:07:34 +02:00

Lockheed Cene

Sending a cute shark to space

TODO:

  • does the antenna even work - yes, we have 3 that properly work
  • does it work inside bubble wrap and a giant cone - yes, both are practically invisible for RF
  • does the gps work in such a case - yes
  • does everything startng up at the same time use too much current oh my gosh aaa - it uses a lot. the batteries can handle it, but we probably want to check if we have enough current for the igniters
  • how do we know when to set off the higher stage (just a timer from the motors? probably works well enough) - yes, time the motors
    • contingency: if we are falling quickly and we have not yet, activate the upper motors
  • can we read the UV sensor -> move the IMU to SPI, otherwise just have them both use I2C0/1 nope, out of scope now
  • can we read the magnetometer
  • SD card! - works