Hidden Servo Automates Slat-style Window Blinds

slat-blind-automation

[Home Awesomation] has been working on automating his slat-style window blinds. His focus has been on adjusting the angle of the slats, not on completely retracting the shades. Since the slat angle adjustment requires little torque a servo motor turns out to be just perfect for the job. The good news is that the existing blinds in his house have room in the top enclosure to completely hide his add-on hardware.

The image above is a screenshot from the demo which you can watch after the break. The top enclosure for the blinds is just shown at the top of the frame. Here [HA] is demonstrating a few different control designs which he has been trying out. You can see what looks like a Molex connector with some type of component attached to it. That’s an IR motion sensor and he’s really happy with its performance. He feels the same way about the black momentary push switch sticking down next to the power cable. But his DIY solution that works quite well is the pull string attached to a flexible piece of metal. When that metal bends enough to touch a stationary conductor it completes the circuit, telling the Arduino to start driving the servo.

The main idea behind the project is to poll a temperature sensor, closing the blind automatically to help keep the place cool during the day. We figure if he’s already using a microcontroller to drive the project he might as well throw a cheap Bluetooth in module there and make it controllable with a smart phone.

Continue reading “Hidden Servo Automates Slat-style Window Blinds”

Home Security Hardware Makes You The Monitoring Service

diy-home-security

[Nick] and [Simon] both have home security systems with a monitoring service who will call whenever an alarm is tripped. For [Simon] this ends up happening a lot and he wanted to change the circumstances that would trigger a call. Because of company policy the service is inflexible, so he and [Nick] went to work cutting them out of the loop. What they came up with is this custom electronics board which monitors the security system and calls or texts them accordingly.

They started with the self-monitoring alarm system design we looked at back in September. This led to the inclusion of the SIM900 GSM modem, which is a really cheap way to get your device connected to the cellular network. It also uses a DTMF touch tone decoder to emulate the phone line to keep the security system happy. [Simon] highlights several changes he made to the design, as well as the reasons for them. One idea he has for a possible revision is to do away with the MT8870 chip which handles the touch tones. He thinks it may be possible to use the SIM900’s DTMF features to do that work instead.

SenseLamp Automates Rooms By Replacing Light Fixtures

senselamp

Would you believe that this beautiful light fixture is actually a hacked together home automation project? Okay, so this wire mess is the second of three versions that [Christian] built. It replaces a light fixture in the room, but if you look closely you’ll see that there is a compact fluorescent bulb included in the build. The laser-cut frame acts as a bit of a lamp shade, while providing a place to mount the rest of the hardware.

The final version cleans things up a bit, and adds a footprint for the PIR motion sensor that he forgot to design into this version. The idea is that each lamp monitors motion in the room, switching the light on and off again as necessary. A light-dependent resistor ensures that the bulb is only powered up if the room is dark so as not to waste electricity during the day.

The build includes a sensor package that reports back temperature and humidity data. Communications are provided by a WR703N router rolled into each of the four units installed in his house. With this kind of hardware at his disposal it should be a snap to control every IR remote control device in his house via the network by adding an IR LED and some code to the lamps.

Automatic Closet Lightswitch

closet-door-switch-box

[Dillon] wrote in to tell us about his latest project, an automatic light switch for a the hallway closet in his house. Although this project could probably be done very simply, [Dillon] accomplished everything in a way that actually looks professionally done and has some neat features. Check out his site for more pictures of the build.

Not that we at [HAD] mind a bit of messy wiring, but if it’s going inside a house, neater is always better. On the other hand, this project took nearly a year to go from idea to implementation, so please keep submitting your spaghetti-wired projects.  We understand.

As an electrical engineering major, [Dillon] didn’t skimp on basic electrical components, and has schematics available on his site. A MSP430 microcontroller provides the “brains” for everything, turning the light off after 5 minutes if the doors are not shut. Be sure to check out his video overview after the break with footage of it in action. Continue reading “Automatic Closet Lightswitch”

Remote Control Command Center Includes RF And IR Functions

all-in-one-remote-relay-includes-RF

We’re still not quite sure what to call these projects, but as we’ve said before, it’s a pleasure to see what people are doing to use one remote control to rule them all. The project being developed by [Kalle Löfgren] seeks to simplify the remote controlled items in his home by combining all control into one smart phone app. The linchpin of the system is this command center which lets a smart phone send IR and RF commands to various devices (translated).

We’ve seen this done with pretty beefy microcontrollers, like this project that uses a PIC32. But the communications going on between the smartphone and the base station are very simple, as are the remote control commands which are being relayed. So we’re not surprised to find that this setup just uses an ATmega88, IR LED, Bluetooth Module, and RF module. There is no connection to a computer (the USB simply provides power via a cellphone charger). If you’re interested in how [Kalle] sniffed the protocol for each remote he wrote two other articles which you can find in the write-up linked above.

Adding Fireplace Control To Your Home Automation

fireplace-automation

[James] has an admirable home automation system which he’s been working on for years. It does things like monitor the state of the garage door, control the lights, and it even notifies him of a power failure. One thing that wasn’t on the system yet are the fireplaces he has in his home. The hardware you see above is how he patched into the fireplace remote control system in order to automate them.

The remote control uses RF to communicate with a base station. Unlike controlling home theater components which use IR, this makes it a bit more difficult to patch into. Sure, we’d love to see some reverse engineering of the protocol so that a simple radio module could be used, but [James] chose the route which would mean the least amount of hacking on his part. He soldered wires onto the PCB for the buttons and connected to them using reed relays. These let the Arduino simulate button presses.

With the rig connected to the home network he has a lot of options. The system can sense if the house is occupied. If it determines that no one is home it will switch off the fireplaces. [James] also mentions the ability to monitor for carbon monoxide or house fires, switching off the gas fireplaces in either case.

NFC Tags Control Your Home’s Lighting

nfc-controlled-home-lighting

Here’s a home lighting hack that doesn’t require you to think about it after the initial setup. Instead of requiring the user to launch an app and select a lighting state, it uses NFC tags to select a lighting configuration. The tags can be placed in different parts of the house so that setting your phone on the table beside the door while putting your coat on will turn everything in the house off. Of course you need to crawl before you can walk so right now this proof-of-concept only switches the Phillips HUE bulb in the desk lamp.

That bulb is compatible with the Ninja Blocks system — but a Ninja Block or an Arduino with an Ethernet shield could be used to switch whatever you wish. The Ninja client code is an integral part of the system which is why the hardware side needs to relate to the platform. Also used is the On{X} service which bridges the gap between your Android phone and the home automation hardware. Once that is in place it’s only a matter of programming the NFC tags to do as you wish. Don’t miss a demo of this in the clip after the jump.

Continue reading “NFC Tags Control Your Home’s Lighting”