Doorbell To Internet Bridge Also Useful For Other Home Automation

This wireless doorbell hack can send a text message when someone rings. Adding the hardware to the chime unit turned out to be quite simple. It shows potential for a slew of other applications.

[Martin] started the project with a breakout board he had designed for an RFM12B wireless transceiver board. This board is popular because of its low-cost, small size, and ease of operation. [Martin’s] breakout is barely larger than the RFM module itself, and merely adds an ATtiny84 to the mix. In the case of this doorbell project he uses a pin interrupt to detect when the doorbell’s LED is illuminated. This wakes the chip from sleep and sends a message back to the receiver that something has happened.

The receiver can do anything it wants with that data. In this case it uses an email-to-SMS service to send [Martin] a text message. But the home automation applications are vast for this simple hardware. We have a water heater that is not near a floor drain so we use a simple leak detector to sound an alarm if there is ever a problem (the water heater sits in a shallow tray). That works if we’re home at the time. Using [Martin’s] solution could extend that alarm’s reach worldwide.

[via Hacked Gadgets]

Autonomous Bassline Generator

[youtube=http://www.youtube.com/watch?v=dcqpxd0O6Mw]

We’ve been watching this project ever since [Dann] emailed us about the first prototype back in September. This bassline generator has a lot of functions we like, such as an adjustable melody seed, light-sensitive controls, and device interactivity. Line up a row of them and they’ll sync up the beat, building layers of sound on top of each other (see the first video after the break).

The system is built around an ATtiny84, putting its pulse width modulation channels to work for sound generation. [Dann] has some kits available but he’s also posted everything – the schematics, PCB layout, and code – if you want to throw one together on a breadboard.

Continue reading “Autonomous Bassline Generator”