Currently Empty: $0.00

The circuit for this project is simple yet essential for understanding how Arduino controls physical components. The LED is connected so that its anode (long leg) receives current from Arduino’s digital pin 13, while its cathode (short leg) is connected to the ground (GND). Between the LED and the pin, a 220Ω resistor is placed in series to limit the flow of current and prevent the LED from burning out. When pin 13 is set to HIGH (5V), current flows from the Arduino through the resistor and LED into ground, causing the LED to light up. When the pin is set to LOW (0V), no current flows and the LED turns off. This simple circuit demonstrates how Arduino can act as a switch, controlling whether current flows or not, and is the foundation of many more complex electronic projects.