Arduino UNO: LED Lights Up with 3.3V and GND ππ‘
Level: Super Beginner β No code needed!
π§° Components Required:
- 1 x Arduino UNO
- 1 x LED (any color)
- 1 x 220-ohm Resistor
- Breadboard
- Jumper Wires
π Circuit Connection:
- Big leg (positive) of LED β connect to one side of 220-ohm resistor
- Other side of resistor β connect to Arduino UNO 3.3V pin
- Small leg (negative) of LED β connect to GND pin on Arduino
β
Important: This circuit works without uploading any code to Arduino. When you plug in power (USB or battery), the LED will turn ON.
π Explanation:
In this basic project, youβre using the Arduino UNOβs 3.3V output to power an LED directly. The resistor protects the LED from high current. When you power the Arduino, 3.3V flows through the resistor to the LEDβs positive leg, and the negative leg connects to GND β so the LED lights up instantly!