Skip to content

cmpx0sec/Arduino-button-led

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Arduino Button + LED Project

My first Arduino (Elegoo Uno) project for building CPS (Cyber-Physical Systems) foundations relevant to satellite systems.

⚑ Project Overview

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.

πŸ›° Relevance to Satellites & CPS

  • 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

πŸ›  Components

  • Elegoo Uno R3 (Arduino-compatible)
  • Breadboard
  • Push-button
  • LED
  • 220Ξ© resistor
  • 10kΞ© resistor
  • Jumper wires

πŸ“ How It Works

When the button is pressed, the LED turns on. Releasing the button turns the LED off.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages