---
# Before Starting Simulation
## Double check:
- LED polarity
- resistor present
- correct wiring
- battery orientation
---
# Prediction
Before starting the simulation:
- What happens if the LED is reversed?
- What happens if the resistor is removed?
- Will the LED always light?
---
# Start the Simulation
## What do you observe?
- Is the LED on?
- Is it bright?
- What happens if wiring changes?
---
# Intentional Failure Test
Try:
- reversing the LED
- removing the resistor
Observe what changes.
---
# Debrief
- Why did reversing the LED matter?
- Why was the resistor necessary?
- Why did some circuits fail?

TODO: Ohm's Law here?
---
# Debugging Is Engineering
There are:
- some ways to wire it correctly
- many ways to wire it incorrectly
Debugging is part of electronics.
TODO: video showing what happens
TODO: explain a short circuit (too much current)
---
# Engineering Mindset
Good engineers:
- test
- predict
- measure
- debug
- iterate
---
# Build It Physically
## Now recreate the same circuit
Using:
- Breadboard
- LED
- Resistor
- Battery
- Jumper wires
TODO: introduce breadboards in tinkercad first
---
# Breadboard
## Rapid circuit prototyping
- no soldering
- reusable
- easy to modify
---
# Breadboard Layout
## Rows are electrically connected
TODO: Insert breadboard diagram
# LED Dimmer Circuit
Battery positive →
Fixed resistor →
Potentiometer →
LED →
Battery negative
---
# Experiment Time
Slowly rotate the potentiometer.
Observe:
- brightness
- smoothness of control
---
---
# Common Mistakes
- reversed LED
- missing resistor
- loose wires
- wrong breadboard row
- dead battery
# Key Ideas from Today
- Voltage pushes current
- Resistance limits current
- Current controls LED brightness
- Polarity matters
- Multimeters let us observe circuits
- Why is a resistor needed?
- What happens if resistance increases?
- What does voltage measure?
- Why do LEDs have polarity?
TODO: add slide on buttons / switches
---
# Reach Goals
- change the order of components
- change resistance / potentiometer
- add a button and/or switch
---
# Next Time
Next steps:
- capacitors
- series vs parallel
- sensors
- transistors