Level 2 · Sound · 20 min · ●○○○○
Door Buzzer
Your first sound circuit — a real doorbell for your bedroom door.
What you need
- 1× 3×AA battery pack (4.5 V) L1
- 1× Solderless breadboard L1
- 4× Jumper wires L1
- 1× Active buzzer (3–5 V) it has a + mark — polarity matters, like LEDs L2
- 1× Push button (tactile) L1
- 1× Green LED (5 mm) a "someone rang while you had headphones on" light L1
- 1× 220 Ω resistor L1
you'll learn: Circuits are loops · Switches
🔧 Open in Workbench — test this exact circuit virtually, then rewire it however you like.
What you're building
A doorbell for your room: button outside the door, buzzer inside — plus a green LED so you can see the ring even with headphones on. This is your first multi-output circuit: one press, two things happen.
The big idea: outputs in parallel
You already know parallel lanes from the Tabletop Traffic Light. Here the lanes carry different passengers: one lane is the buzzer, the other is the LED. Because both lanes hang off the same button, one press powers both at once. Notice what you're doing now — you're not learning new physics, you're combining pieces you already own. That never stops being true, all the way to Level 10.
Meet the buzzer
Your buzzer is an active buzzer: it has a tiny circuit inside that makes its own tone the moment it gets power — you can't change its pitch, only turn it on and off. (Its cousin the passive buzzer needs to be fed a wobbling signal to sing — that one becomes fun at Level 7, when you can program the wobble.) Like an LED it has a polarity: the + marked leg goes toward the battery's plus side. Unlike an LED it's happy on 4.5 V directly — no resistor needed on its lane; it only sips about 30 mA.
Build it
- Button straddling the center groove, battery red (+) to one leg.
- From the diagonal leg, split into two lanes:
- Lane 1: straight to the buzzer's + leg; buzzer − to battery black.
- Lane 2: through the 220 Ω to the LED long leg; short leg to battery black.
- Press: BZZZT + green glow.
- For door duty, swap the button's short jumpers for your longest wires so the button can live outside the door.
Why no resistor for the buzzer?
Fair question — drill it every time something new appears in a lane. The LED needed a resistor because it would gulp unlimited current. The active buzzer's internal circuit already limits what it drinks (~30 mA at this voltage). The rule isn't "everything gets a resistor"; the rule is know what each part needs before you power it. Reading the part's label or datasheet first — that's a real engineering habit.
🧠 Your challenge
No single right answer. That's the point.
- Make the doorbell polite: rewire so the ring also lights the LED at your desk across the room. What's the fewest wires that can cross the room?
- Add the slide switch as a do-not-disturb mode that silences the buzzer but keeps the LED working. Which lane does the switch belong in?
- Two buttons (front door / secret knock spot) — can you wire both so either one rings the bell? What's this arrangement called in the traffic light project? (You just invented OR logic. Level 6 will formalize it.)
For grown-ups: safety notes
- Battery-safe voltages — nothing here can shock you.
- The buzzer is loud at close range; don't hold it against anyone's ear.
- Buzzer polarity matters: + leg to the + side. Reversed it just stays silent, but check it first when debugging.
- Tape long wires along the floor edge so nobody trips at the door.