Designed an automated, two-axis tracking antenna and containerized mission control system designed to maintain a high-bandwidth RF link and visualize high-frequency rocket telemetry in real time.
Telemetry & Hardware Lead · Oct 2025 - Present · Team of 3
Result
The pipeline successfully achieves <50ms latency from hardware to database. Running docker compose up instantly provisions the server, auto-configuring TimescaleDB schemas and EMQX SQL routing rules seamlessly.
Result
Grafana renders live maps and 10Hz dynamic graphs seamlessly. Mach and drift calculations are proven mathematically accurate and visually stable against a custom Python telemetry simulator I wrote to inject mock flight data and stress-test the MQTT-to-database pipeline.
Result
Power routing, fusing strategy, and ground plane separation pass initial schematic DRC and layout clearance checks. The star ground topology successfully isolates the high-power domain from the logic domain in the physical layout, theoretically eliminating ground loops.
Result
Schematic logic is fully defined, ensuring safe voltage translation to the motor drivers and correct pin mapping for all hardware SPI/UART peripherals. The architecture theoretically eliminates blocking delays between communications and kinematics.
| From | To | Type | Description |
|---|---|---|---|
| Radio Pico | Motor Pico | electrical | Hardwired UART inter-board link passing decoded GPS targets and tracking vectors to decouple RF processing from motor kinematics. |
| Motor Pico | External Stepper Drivers | electrical | 3.3V PIO logic signals (Step, Direction, Enable) shifted to clean 5V for robust motor driver triggering. |
| Radio Pico | Ground Station | data | Ground station WiFi connection enables streaming telemtry data directly into ground station's EMQX MQTT message broker. |
| Fill Station | Ground Station | data | High-bandwidth wireless bridge carrying physical pad sensor states and zero-latency go2rtc camera feeds into TimescaleDB and Grafana. |
.png)
Demonstration with mock data








Limitations
Lessons & Next Steps