Level 2 · Sound · project 6 of 12 · 25 min · ●●○○○
Whisper Alarm
A doorbell with a volume knob — the pot lives in the buzzer lane, so twisting it changes the beep without touching the light.
new here? Start with First Light — one battery, one resistor, one LED. It teaches the loop, LED direction, and why the 220 Ω resistor matters.
What you need
- 1× 3×AA battery pack (4.5 V) L1
- 1× Solderless breadboard L1
- 6× Jumper wires L1
- 1× Push button (tactile) the "ring" button L1
- 1× 10 kΩ potentiometer the volume knob — sits inside the buzzer lane, not on the LED lane
- 1× Active buzzer (3–5 V)
- 1× Green LED (5 mm) the "someone rang" light — always full brightness, no matter the knob L1
- 1× 220 Ω resistor LED lane safety resistor L1
you'll learn: Circuits are loops · Switches · Series & parallel · Ohm's law
Circuit map
The circuit you'll build, running on the Workbench right now — shown with the switch closed.
simulating…
If it doesn't work
The boring ways this circuit actually breaks — check these first before you unwire everything.
- Knob doesn't change the buzz. Pot wired to its two outer legs (fixed 10 kΩ). Use the middle (wiper) + ONE outer leg — that's the variable resistance.
- Buzzer silent at any knob position. Buzzer polarity — '+' faces the + rail. Then confirm the button is bridging diagonally.
- LED lights but no buzz. Buzzer polarity, then that the pot's wiper is actually IN the buzzer lane (not floating on the board).
- Buzz stays loud no matter the knob. Pot is on the LED lane instead of the buzzer lane. The knob should touch sound only; LED stays constant.
- LED dim. Wrong resistor. 220 Ω = red-red-brown.
What you're building
A tune-able doorbell. Press the button and two things happen at once: a green LED lights and the buzzer beeps — same multi-output trick you learned in Door Buzzer. What's new is the volume knob: a potentiometer sitting inside the buzzer's lane. Twist it to full and the buzzer is a normal-loud alarm. Twist it the other way and the buzzer trails off to nothing — but the green LED stays exactly as bright as ever. The knob only affects the lane it's inside.
That "one lane, one knob" idea is what lets a real stereo have a separate bass knob, treble knob, and volume knob without them stepping on each other. You're about to build the world's smallest version of that.
The big idea: put the pot INSIDE a lane, not before the split
Look at the wiring in your head:
- Button → merge point → LED lane (220 Ω + LED) → back to −
- Button → merge point → buzzer lane (pot + buzzer) → back to −
Both lanes hang off the same merge point, so both see the same push from the battery (4.5 V minus a tiny drop across the button and the wires — call it 4.5 V for math). Now the important part: the pot is NOT on the shared feed — it's inside one specific lane. So it can choke that lane's current without touching the other.
Compare with what would happen if you moved the pot to between the button and the merge point: now every lane downstream of it sees less voltage, and the LED would dim right along with the buzzer. That's a master volume. It has its uses, but it's not what you want when you need the light bright and the sound quiet at 2 a.m.
(The challenges section walks you through building the master-volume version too, so you can feel the difference.)
Meet the potentiometer (again, if you built Dial-a-Brightness)
The pot is a resistor with a knob — three legs, but here we only use two of them, so it acts as a variable resistor (the fancy word is rheostat). Turn the knob one way, its resistance slides toward 0 Ω. Turn the other, up to 10 kΩ. Everything in between is smooth. In Dial-a-Brightness you used exactly this trick to fade an LED. Here you're using it to fade a buzzer.
Do the math (buzzer lane)
Same battery, same buzzer, same Ohm's law. The active buzzer, from its datasheet check in Door Buzzer, behaves like a ~150 Ω load at 4.5 V. Add the pot in series and you get one bigger speed bump:
- Knob at min (pot ≈ 0 Ω): buzzer current = 4.5 ÷ 150 ≈ 30 mA. Normal loud alarm — same beep you built in Door Buzzer.
- Knob at 1 kΩ: current = 4.5 ÷ (1000 + 150) ≈ 3.9 mA. Below what the active buzzer's internal circuit needs to make a proper tone — at most, you'll hear the scratchy whisper in the project's name.
- Knob at 10 kΩ (max): current = 4.5 ÷ (10 000 + 150) ≈ 0.44 mA. Silent — nothing to hear at arm's length. Active buzzers usually need at least a few milliamps to sing.
The pot has become a volume knob because it's slowly starving the buzzer's current below its "make sound" threshold.
Do the math (LED lane)
Now the surprise: the LED lane's numbers don't budge as you turn the pot.
- Voltage left for the resistor after the LED "eats" its 2.1 V (green): 4.5 − 2.1 = 2.4 V
- Current through the 220 Ω: 2.4 ÷ 220 ≈ 11 mA
- Same current, same brightness, at any knob position
The two lanes are in parallel, both hanging off the same near-4.5 V merge point. The pot only controls what happens inside the buzzer's lane. The LED's lane has its own private speed-bump (the 220 Ω) and doesn't know or care what the buzzer is doing.
Build it
- Power rails: battery + to a top row, battery − to a bottom row. Same as always.
- Button in the feed: battery + → push button → merge row. The merge row is where both output lanes will tap in.
- Buzzer lane (with the volume knob): merge row → pot's middle leg (the wiper) → pot's outer leg → buzzer + leg → buzzer − leg → battery −. The pot's third leg dangles (same as Dial-a-Brightness).
- LED lane (unchanged brightness): merge row → 220 Ω → LED long leg → LED short leg → battery −. This lane is fully independent of the pot.
- Press the button with the knob at either extreme and confirm the
behavior:
- Knob toward min: loud buzz + green light. Perfect doorbell.
- Knob toward max: silence + green light. Perfect silent doorbell. Great for a shared apartment at midnight.
Where "per-lane controls" show up
- Bike lights with a brightness dial: the dial is on the LED's lane only, not on the whole handlebar circuit.
- Volume vs brightness on your laptop: two separate knobs (well, key combos) controlling two separate lanes — they never fight.
- A mixing board at a concert: dozens of pots, each on its own channel, each affecting only that lane.
Once you get "the knob only touches the lane it's inside," you can start reading any circuit and predicting which knob does what without tracing the whole thing.
🧠 Your challenge
No single right answer. That's the point.
- Master volume. Move the pot from inside the buzzer lane to between the button and the merge point. Predict what changes before you power it up. Does the LED still hold its brightness? Twist the knob and see. (Answer: no — because the pot now chokes the shared feed, the LED lane sees less voltage too and dims along with the buzzer. That's a master-volume knob.)
- Do the shared-feed math. With the pot back in "master" position at 1 kΩ, what's the voltage at the merge point when the button is pressed? Assume both lanes together look like about 150 Ω (buzzer) in parallel with 220 Ω (LED lane) — that combined load is ≈ 89 Ω. Now use the divider formula: V_merge = 4.5 × 89 ÷ (1000 + 89) ≈ ? How much of that reaches the LED? (Hint: subtract the LED's 2.1 V "eat" and divide by 220.)
- Silence one output only. Keep the pot inside the buzzer lane. Add your slide switch somewhere so the whole buzzer lane (pot + buzzer) can be cut without touching the LED lane at all. Where does the slide switch belong for that? (This is a "mute button" for a specific channel — every mixing board has one.)
- Two-knob doorbell. Add a second pot on the LED lane, in series with the 220 Ω. Now you have separate brightness and volume knobs. Do you still need the 220 Ω once a variable resistor is in the LED lane? (Yes — the pot could be twisted to 0 Ω, and then the LED would see the whole 4.5 V push and pop. The 220 Ω is a guaranteed minimum speed bump, same as in Dial-a-Brightness.)
For grown-ups: safety notes
- Battery-safe throughout — 4.5 V won't shock you at any knob position, and the total current with the button pressed peaks at about 41 mA (30 mA buzzer + 11 mA LED with the pot at min) — a fresh AA runs this for many bell-rings.
- The active buzzer is loud at close range with the knob at min. When you first power up, hold the buzzer away from ears — a nasty surprise, especially for a pet or a younger sibling nearby.
- Don't set the pot to 0 Ω and immediately touch the buzzer's metal top. It's not dangerous, but it vibrates at 2 kHz, which is a weird tickle you didn't sign up for.
- If turning the knob doesn't change the buzzer at all, you might have wired the pot's outer-to-outer legs (the always-10 kΩ path from Dial-a-Brightness). Move one wire from the outer to the middle (wiper) leg and try again.
- Nothing in this circuit gets hot or draws enough current to worry a fresh set of AAs. If you leave it armed overnight with the button released, it draws literal zero — perfectly safe to leave built.
Checked against
Keep building
You might also like
shares ideas with this one