This is an old revision of the document!
The Artemis Launch Simulator is a dual-microcontroller embedded system that simulates a rocket launch sequence and deployment. It consists of two main stations communicating in real-time: a launch Pad (which monitors structural vibrations) and a control station (featuring an OLED telemetry display and countdown timers). The climax of the system is the release of a miniature spring-loaded rocket. Inside the rocket, an ultra-lightweight ESP32 uses a barometric altimeter to detect its highest point in the air.
The primary purpose is to demonstrate a fault-tolerant, highly interactive embedded system. It showcases how multiple hardware communication protocols (I2C, SPI, PWM, ADC) and software concepts (interrupts, non-blocking timers, and TinyML) must work together to execute a complex physical operation. It serves as a proof-of-concept for handling sensor data, user inputs, and physical actuation simultaneously without system failure.
The project was deeply inspired by NASA's Artemis missions and the immense engineering complexity behind modern spaceflight. At the same time, I wanted to create a project that's interactive and fun to repeatedly play around with.
This project acts as an engaging, highly interactive educational showcase. By allowing users to interact with a physical console, to press buttons or to watch the telemetry react to the rocket reaching higher altitudes, it explains complex aerospace engineering concepts with simple components.
Components:
| Component Name | Qty | Role |
|---|---|---|
| ESP32 Development Board | 1 | Base station microcontroller |
| MPU6050 | 1 | Structural vibration anomaly sensor |
| ESP32-C3 SuperMini Development Board | 1 | Lightweight rocket payload controller |
| Vibration Motor Module | 1 | Haptic launch vibration feedback |
| Passive Buzzer Module | 1 | Audio alarm and countdown tones |
| SG90 Servomotor | 1 | Physical launch release actuator |
| BMP280 | 1 | Apogee detecting barometric altimeter |
| LiPo 3,7V 200mAh 402030 | 1 | Rocket payload power supply |
| 1.3 inch TFT Module 240×240 ST7789 GMT130-V1.0 | 1 | Telemetry and countdown display |