![]() | ![]() | ![]() |
| | |||||||
| General Electronics Chat This forum is for general chat about electronics, eg: Dont know what a part does? Dont know how to read a circuit? Want to get an opinion? |
| | LinkBack | Thread Tools | Display Modes |
| | (permalink) |
| Hello, I'm a newbie and was wondering if any of you gurus might be able to help with this questions... I was wondering where I could find a switch that will power on a device when I issue a command to do so via my computer? Basically, I would like to be able to write a program (in something like VB.NET) that runs on my computer that can power on or power off a device whenever the program tells it to do so. I would prefer that these commands are issued via USB but it would be cool to issue them over the actual power cables as well. Thanks in advance, -cmn | |
| |
| | (permalink) |
| do you want to build this yourself, or buy something premade? for DIY, look into a microcontroller - you can get them with USB capabilities built in, and have dozens to 100s of switches available. for off the shelf, look for a USB IO board check this out: http://www.phidgets.com/index.php check out their 0/0/4 board ... all it is, is a USB microcontroller, some transistors and four relays as far as power line control, look into the X10 protocol... again, its something you do with a microcontroller and a zero crossing opto-isolator | |
| |
| | (permalink) | |
| JustDIY, Thanks for the info. It looks very interesting, unfortunately I have no idea how to use that for what I'm trying to accomplish. Say I bought the 0/0/4 board, how would I use that to power my device? -cmn Quote:
| ||
| |
| | (permalink) |
| as justDIY said , X10 may the thing u r looking for.. Just search the net , and u can find all the details for that and check this site too.. http://msdn.microsoft.com/coding4fun...p/default.aspx is that type u want..??? | |
| |
| | (permalink) | ||
| Quote:
Quote:
The relays on that 004 board are rated to switch 10a at 250v, so you would put them inline with the hot side of your mains power to the devices. Then its just a matter of writing your application to send the approriate commands to that board (which that site shows you how to do) | |||
| |