Wireless Doorbell Rings A Real Bell

Tired of hearing that flat sounding wireless doorbell when visitors happen to come by? Don’t get rid of it, improve it by adding a real bell. This hack rigs up a small hand bell to the wireless doorbell receiver. It was prototyped using LEGO pieces to shake the sound out of the bell, but the finished version uses a servo motor on a wooden frame. An Arduino monitors the wireless receiver, driving the servo when a transmission from the front door button is received.

Traditionally door bells have actually been chimes that are struck with solenoids. We appreciate this rendition because it adds an element of kinetic art to the home, laying bare the functional hardware instead of hiding it in a box. Don’t miss the demonstration after the break.

Continue reading “Wireless Doorbell Rings A Real Bell”

Keypad Door Lock, Better Than Last Years Keyfob?

It’s that time of the year again. The leaves are changing colors, it’s getting colder outside, and all the littler hackers are off to college. Which means we get to see an influx of dorm room locks and openers.

[Adam] is back at it again with a new keypad dorm room lock. Last year he had an exceptional setup using a car keyfob, so we’re a little curious as to why he would revert to such a low level system as a keypad that isn’t even color coded.

Perhaps its in his “new” way of presenting the hack. Rather than a blog or write up, he documents the entire most of the process in a little less than 20 YouTube videos. Watch him testing out the system after the jump.

Continue reading “Keypad Door Lock, Better Than Last Years Keyfob?”

Alarm Clock Learns New Trick, Opening Doors

Waking up at 5:30 in the morning. [Mark Stead] didn’t like the idea either when his chickens started crying to be let out. One simple solution obviously is to eat the chickens build an automatic door opener. The mechanism starts out with an old style mechanical alarm clock, add a geared motor with some creative switch work to pull open the door, weather proof the entire thing, and done. [Mark] even modified the setup later to work with vertical doors. No MCU required for either.

Pair this with an automated feeder system, egg gathering and cooking setup, and you’re half way to having your breakfast ready for you when you wake up in the morning – around noon like the rest of us.

[Thanks MS3FGX]

Replacing The Driver Board In An Old-school Door Chime

[Dan Kouba’s] parents replaced their doorbell button with one that lights up and found that the chime wouldn’t stop sounding after the button was pushed. These lighted buttons use an incandescent bulb in parallel with the button (a piece of hardware we’ve hacked in the past). It draws a small amount of current which isn’t enough to trigger the chime, but it is just enough that the chime unit reacts as if the button press never stopped. His parents asked what he could do about this and after some investigation he build a replacement board for the chime unit based around an ATtiny26L. The board monitors the voltage drop across a resistor in the doorbell circuit. When the comparator on the AVR detects a rise in the voltage drop across the resistor it rings the chimes, actuating the solenoids with a set of PNP transistors. [Dan] sent us all of the details which you can check out after the break.

Continue reading “Replacing The Driver Board In An Old-school Door Chime”

Doorbell Combo Lock Can Open Your Garage Door

Sometimes I get enough away from writing about other people’s accomplishments long enough to actually do my own hacks. Most recently I developed a combination lock that opens the garage door. The idea isn’t original, it is based on [Alan Parekh’s] button code project, but I did develop my own hardware and software. A four digit code is entered by pressing the button a number of times for the first digit, and waiting for a flash of an LED inside before moving on to the next digit. If the correct code is entered the door opens.

My version centers around an ATtiny13. I originally downloaded [Alan’s] code in hopes that I could port the PIC firmware over pretty easily. Unfortunately it was written in BASIC so I just took what I knew about the interface and wrote my own program. I developed on an ATmega168 so that I would have no trouble running out of programming space, and was able to optimize my code down to 964 bytes to fit on the tiny13.

The hardware is quite simple. I purchased a lighted doorbell from Home Depot and swapped out the light bulb for an LED. I choose this because the doorbell mounts in a 5/8″ hole in the trim of the garage door and is easily overlooked. I’m quite happy with the results, and if you want to play around with the idea, you can easily build the circuit on a breadboard and use another LED for the load rather than including a relay. Hit the link at the top of this post for the schematic, code, and build images.

Wireless Garage Door Indicator

[Sixerdoodle’s] garage door indicator tells him if the door is open or closed. He was inspired by the hack from last September but wanted to make it wireless. The setup uses an RF transmitter/receiver pair from Sparkfun, each controlled by an ATtiny13 microcontroller. We found his battle with RF interference from other devices to be interesting. Working out those bugs made for a great learning experience.

Lunkenheimer Steam Whistle, Doorbell

We’re going to straight out agree with [Pete] on how surprisingly quiet doorbells are now a days, and if we had it our way we would put his Lunkenheimer train whistle doorbell in every home*. The setup he uses is surprisingly simple, opting for a pre-built wireless doorbell that signals a microcontroller which in turn drives a relay and solenoid. While he does include a video, we felt it didn’t quite show the intensity of these whistles.

*HaD is not responsible for hearing loss and subsequent melted brains.