I decided to abandon my own plans mainly due to time and cost and ordered the parts from SparkFun. What follows is essentially the same information you'll find on their guide but with a few of my own notes. I hope that you find my insights helpful and it will get your project off the ground without a hitch.
Remove these ads by
Signing UpStep 1: Parts and Safety
Now a brief note about safety. Every time you work with electrical lines you may be risking your life if you don't use the right precautions. In general you should always employ a certified electrician but you can do this project on your own if you're careful. Absolutely ensure the plug is not connected to a live electrical socket when working on the relay, the outlet, or the extension cord at any point. Also, it's probably good practice to enclose any wires before testing. With that you should probably do just fine.











































Visit Our Store »
Go Pro Today »




I have a broader idea in mind and this is the first step in pulling it together. Thanks
I really appreciate you posting this instructable, and enjoyed the SparkFun tutorial as well. I have been in the planning/prototyping stages of putting together a homebrew home automation system for the past year, and this tutorial will certainly come in handy. You see, because I will have some relatively important things being controlled by the system I'm planning, I do not want to use pre-constructed systems like X10, for fear of mixed signals from my neighbors.
One thing I have been trying to find is a solution to a switch-controlled device (eg. front porch light), but I have not been able to find anything. Have you seen a product or homemade solution to this issue? Your instructable has given me the idea of maybe setting up a "2-way" switch layout, but with the 2nd switch being a relay, and housing it within the existing light switch box. That way, you could switch the load manually, or by automatic control. Adding a sensing element to the load pair would enable you to make the switch smart enough for the system to actually turn the load on/off, rather than just send a switching signal.
I would love to hear what you think, and if you have heard of a device (homemade or not) that could make this work!
Thanks,
Mike
I don't work for only program but you might want to look in to a Crestron control system... It will run your house and more.
Good luck.
Leo
check the specs of ur fan and find a transistor that can handle the current, add a nice heatsink and ur practically done!
http://arduino-info.wikispaces.com/ArduinoPower
Several kinds of relays here:
http://➡.ws/relays
Regards, Terry King
terry@yourduino.com
http://arduino-direct.com/sunshop/index.php?l=search_list&s[search]=relay&s[title]=Y&s[short_desc]=Y&s[full_desc]=Y&s[sku]=Y&s[match]=all&s[cid]=0
ACTUALLY, the reason for using a G round F ault C ircuit I nterrupter is because it will trip (and possibly save your life) during GROUND FAULT conditions.
More info at "How Stuff Works" http://home.howstuffworks.com/question117.htm
Your instructable is really nice and easy to follow. I stumbled upon this from the name Arduino and well...
What is a relay box? How will it help me with my Arduino projects?
I just got my Arduino today and been looking for guides and tutorials on how to program the arduino.
A relay is a kind of switch. It allows you to turn on and off this switch without being directly connected to the thing you're turning on or off. In this case I wanted to turn on and off power to a light and a pump in one of my projects. I used the relay to turn on and off the 120V power using the 5V signal from my arduino.
If you've got projects where you need to control power to something that normally plugs into the wall this is a good way to do it. I think these things are dead useful when combined with the arduino so I've actually built a few.
Hope this helps and good luck building!