Bathroom Fan That Switches Itself On When It Gets Steamy Or Smelly

At first we thought that [Brandon Dunson] was writing in to tell us he’s too lazy to fix his bathroom fan. What he really meant is that simply replacing the unit isn’t nearly enough fun. Instead, he developed his own bathroom fan trigger based on stinky or humid air conditions. He didn’t publish a post about the project but we’ve got his entire gallery of build images after the break.

The initial inspiration for the project came from a twitter-connected fart sensing office chair. Hiding behind the character display you can see the MQ-4 methane gas sensor which he picked up for the project. But since there’s also a shower in the bathroom he included a humidity sensor with the project. Both are monitored by an ATmega328 which averages 10 readings from each sensor before comparing the data with a set threshold. If the sensors read above this level a relay turns on the bathroom fan.

Don’t be confused by the small DC fans seen above; [Brandon] is still using a proper exhaust fan. These are just used to help circulate the air around the sensors so that low-hanging smells will still trigger the system. This has got to be the perfect thing for a heavily used restroom.

Continue reading “Bathroom Fan That Switches Itself On When It Gets Steamy Or Smelly”

Developing A Thermostat For A Heat Pump That Only Has A Timer

The heat pump which cools [Chris LeBlanc’s] home lacks the sort of control he was looking for. It’s just got a timer, which switches it off automatically. He wanted to the ability to schedule the cooling cycle like you would with a thermostat-driven arrangement. He ended up build his own controller to automate the cooling process.

The heat pump came with an IR remote control which provides the access point for the project. [Chris] set out to emulate the remote protocol which saved him the trouble of having to crack open the unit and wire in a controller. He went with the IR Toy from Dangerous Prototypes as this device is able to record and transmit IR signals — it’s basically a universal remote for your USB port. His Raspberry Pi, seen to the left, controls the system. It’s connected to the red IR Toy board via a USB hub which is used to interface a WiFi dongle as well. The system works alongside Google Calendar to allow [Chris] to schedule his home’s cooling just by adding an appointment. A Python script queries the calendar, then selects and sends the appropriate IR command. He shows off the build in the clip after the break.

Continue reading “Developing A Thermostat For A Heat Pump That Only Has A Timer”

Sensor Based Dehumidifier System For Your Home

The apartment [Angus] lives in must be sealed up pretty tight. It was so humid during the winter that there was a mold issue. We usually have the opposite problem, needing to add humidity to the air in the colder months. To combat the issue he bought a small dehumidifier, but wanted to automate the system a bit more than what was built into its meager controls. He combined a set of wireless sensors and remote control outlets to switch the dehumidifier automatically.

The sensors are from a weather station he bought on eBay. It came with a base station and three remote units, all of which monitor both temperature and humidity. He wanted a system that could compare temperature with dew point and make decisions based on a simple look-up table. An Arduino with a custom milled shield reads these measurements from the sensors and feeds them to a router which is running a cron job script every minute. When that script judges the time and weather conditions warrant a change it tells the Arduino to switch the wireless outlet to which the dehumidifier is connected.

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]

Garage Door Opener Used To Automatically Lower A Game Table Top

[Lou] is at it again, and this time he wrote in to let us know about his automated ping pong table topper. With no good spot to stash an entire extra table [Lou] decided to take a two in one game table approach and fit the top of the ping pong table to his pool table. A ping pong table top is no small thing though and it turns out the best (or maybe coolest) place to store it is above the ceiling! At the flip of a switch a garage door opener pulls away a section of ceiling tiles and a winch motor lowers the table top into place with two cables.

The system works very smoothly using some pretty easy to find parts. [Lou’s] instructional video (embedded after the break) shows the system in action and explains the concepts behind the automation. We aren’t sure how the winch stops lowering the table, but the ceiling section uses a light switch and spring combo as its limit switch. The only thing really missing is the flashing red light, industrial klaxon, and fog machine needed to compliment the screeching nightmare-howl of that winch motor.

Continue reading “Garage Door Opener Used To Automatically Lower A Game Table Top”

Home Automation Hack Controls Lights Based On Head Count

This home automation hardware turns on and off the lights based on room occupancy. The hack is an extension of an earlier version that was only a proof of concept. [RPisces] took the idea and made it into reality by mounting the sensor hardware in a doorway.

He prototyped the device using the MSP430 launchpad. It monitors a pair of IR distance sensors which record a change when something passes between them and the opposite side of the hallway. This is a good sensor choice as it only requires hardware on one side of the passageway. Because two of them are used, it’s quite simple to figure out if a person is entering or leaving the room based on which is tripped first.

In this case [RPisces] drives a relay to switch a lamp on and off. But it could be used for just about anything. We’d enjoy seeing it trigger an audio system like the one [Quinn’s] installing in every room.

Control Your House By Moving Your Arms Like You’re Directing Traffic

This home automation project lets you flap your arms to turn things on and off. [Toon] and [Jiang] have been working on the concept as part of their Master’s thesis at University. It uses a 3D camera with some custom software to pick up your gestures. What we really like is the laser pointer which provides feedback. You can see a red dot on the wall which followers where ever he points. Each controllable device has a special area to which the dot will snap when the user is pointing close to it. By raising his other arm the selected object can be turned on or off.

Take a look at the two videos after the break to get a good overview of the concept. We’d love to see some type of laser projector used instead of just a single dot. This way you could have a pop-up menu system. Imagine getting a virtual remote control on the wall for skipping to the next audio track, adjusting the volume, or changing the TV channel.

Continue reading “Control Your House By Moving Your Arms Like You’re Directing Traffic”