Project 2: Press-to-Buzz Doorbell
Text written by Claude Opus 4.8.
Project 2: Press-to-Buzz Doorbell
The one idea: a switch is just a gap in the loop that you open and close on purpose.
This project assumes an active buzzer: one with its own oscillator inside, so it sings on steady DC. If yours just makes a single click and then goes silent, it’s a passive buzzer and needs a driven signal; use it with the tone generator in Project 6 instead. (Quick test: touch the buzzer straight across the battery; a held tone means active, a lone tick means passive.) The switch idea below is identical either way; only the noisemaker changes.
What you need
- 3×AA battery holder (4.5 V)
- An active buzzer (makes sound on its own with steady DC). See the note above if yours only clicks.
- Optionally the LED + 330 Ω resistor from Project 1, so it lights and buzzes
- A pushbutton (or, to start, just two alligator clips you tap together)
- Alligator-clip leads
Buzzer polarity: many buzzers have a + and − lead (often a red wire and a black wire). If it doesn’t sound, swap its two connections.
Build it
Take Project 1’s loop and insert two things: the buzzer, and a button.
[Battery +] --> [button] --> [buzzer] --> [Battery -]
If you’re keeping the LED too, hang it across the buzzer so light and sound come together:
[Battery +] --> [button] --+--> [buzzer] -------+--> [Battery -]
| |
+--> [res]+[LED] ----+
Press the button → light and sound. Release → silence. If you don’t have a button yet, just have the child tap two clips together; arguably more visceral.
What to say to the child
“Remember the train track with a gap? A button is a gap that you’re the boss of. When you squeeze it, you close the gap and the electricity gets through, so it buzzes. Let go, and the gap opens again. You just built a doorbell!”
Then install it: tape the button by a door, or onto a cardboard “house,” and let the child be the doorbell.
For you: the physics
Two things to draw out if the moment allows:
- A switch is the simplest circuit element there is: a controlled open/closed. Everything from a light switch to a transistor is a fancier version of this same gap.
- Series vs. parallel. Wire the LED and buzzer one after the other (series) versus side-by-side (parallel) and let the child notice the difference. In series they share the loop’s current and the LED is dimmer; in parallel each gets the full battery voltage across it. This is a concrete, audible/visible intro to a distinction that matters for the rest of electronics.
If the buzzer is a magnetic type it pulls a little metal disc back and forth; if it’s a piezo type a crystal flexes when voltage is applied. Either way the rapid push-pull moves air → sound.
Try next
- Two buttons in series: both must be pressed to buzz (an “AND”, a secret handshake).
- Two buttons in parallel: either one buzzes it (an “OR”, two doorbells for one bell). Six-year-olds find the “you press yours and I press mine” logic genuinely fun, and you’ve just shown them logic gates without saying so.
→ Next: Project 3: The spinning motor, where electricity stops making light and starts making movement.