My first Arduino (Elegoo Uno) project for building CPS (Cyber-Physical Systems) foundations relevant to satellite systems.
This project turns an LED on and off using a push-button connected to the Elegoo Uno R3 (Arduino-compatible). It demonstrates basic embedded system control logic β a core principle behind CPS and space systems.
- Button = Simulates a command signal (e.g., ground station instruction)
- LED = Simulates a physical action/output (e.g., deploy antenna, activate system)
- Demonstrates fundamental command β action logic used in satellite operations
- Elegoo Uno R3 (Arduino-compatible)
- Breadboard
- Push-button
- LED
- 220Ξ© resistor
- 10kΞ© resistor
- Jumper wires
When the button is pressed, the LED turns on. Releasing the button turns the LED off.