Programmable light switch hardware.

AI Thread Summary
The discussion revolves around creating a programmable light switch that can control electrical flow through a 110V line. The user seeks advice on available devices or components to build such a switch, emphasizing a desire for a serial interface to send on/off commands. X10 devices are mentioned as a potential solution, but the user prefers options that allow direct control from a personal computer. There is interest in INSTEON products, particularly for their API capabilities to integrate with custom applications. Overall, the conversation highlights the intersection of programming and hardware in smart home technology.
MonkOFox
Messages
3
Reaction score
0
Ok, I know this may sound silly, but I enjoy programming and want to take it to whatever level I'm able to.

Effectively I want to be able to (through programming) connect to a device that has some sort of electrical "switch" and by "switch" I mean, "A device that can control the flow of electricity in a given line of 110 electrical wire".

I don't know if you can buy these or not (the device that is). And if none are available I would like to know what components I would need to build something of this nature.

Next would be the task in which I implement some sort of serial interface on the device that can be sent bits for certain tasks (in this case on/off).

I know some of this may be over simplified, but any help to point me in the right direction would be awesome. I develop software for a living, so hardware isn't really my strongest area.

Thanks,

Justin
 
Engineering news on Phys.org
Have you looked at the http://en.wikipedia.org/wiki/X10_%28industry_standard%29" devices and software? smarthome.com sells a lot of this stuff.
 
Last edited by a moderator:
From what it looks like, the X-10 devices have to be on their own little network and they are controlled from a central unit.

I could be wrong, but unless you can control the switch devices via a connection to a personal computer, then that is not exactly what I am looking for.

Thanks for the info though,

Justin
 
Yes, you can control them from your computer:
http://www.smarthome.com/2413UH/HouseLinc-2-INSTEON-Desktop-Software-with-USB-Interface-Dual-Band/p.aspx
About 10 years ago I wrote my own control software using Visual Basic. I could switch lights, appliances, and even set the temperature on my heat pump thermostat.
 
I'll have to look into those insteon products. I have an application that I'm working on that will execute certain hooks by vocal commands. I just need to make sure they have some sort of API I can use instead only their software.

I really appreciate the help man, now I have an idea of what I'm looking for : ).

Thanks again,

Justin
 
Very basic question. Consider a 3-terminal device with terminals say A,B,C. Kirchhoff Current Law (KCL) and Kirchhoff Voltage Law (KVL) establish two relationships between the 3 currents entering the terminals and the 3 terminal's voltage pairs respectively. So we have 2 equations in 6 unknowns. To proceed further we need two more (independent) equations in order to solve the circuit the 3-terminal device is connected to (basically one treats such a device as an unbalanced two-port...
suppose you have two capacitors with a 0.1 Farad value and 12 VDC rating. label these as A and B. label the terminals of each as 1 and 2. you also have a voltmeter with a 40 volt linear range for DC. you also have a 9 volt DC power supply fed by mains. you charge each capacitor to 9 volts with terminal 1 being - (negative) and terminal 2 being + (positive). you connect the voltmeter to terminal A2 and to terminal B1. does it read any voltage? can - of one capacitor discharge + of the...
Thread 'Weird near-field phenomenon I get in my EM simulation'
I recently made a basic simulation of wire antennas and I am not sure if the near field in my simulation is modeled correctly. One of the things that worry me is the fact that sometimes I see in my simulation "movements" in the near field that seems to be faster than the speed of wave propagation I defined (the speed of light in the simulation). Specifically I see "nodes" of low amplitude in the E field that are quickly "emitted" from the antenna and then slow down as they approach the far...
Back
Top