Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

flippin' switches - i have no idea where to start

Status
Not open for further replies.

xerxesdynatos

Newbie level 1
Newbie level 1
Joined
Sep 3, 2005
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,291
I don't know if this is in the right place so, help me out here.

I want to create a small circuit, that I send a signal from a [embedded] Linux OS on a PC it'll go through some wire (maybe RJ-45, phone line, serial, or whatever will work) to the circuit. The circuit will act as a switch. If you go with a rather vague pseudo-code programming style:

Code:
getStatus(); //what the current status of the switch is (on/off [1/0])
setStatus(int);  //set the state to on, could be boolean true/false.

When the switch is flipped to on, it'll let electricity through like a normal switch would do. In all essence I'm trying to replace a zillon switches for my shop into one panel location. It'll still be a zillion switches, just they'll all be accessible from one location. I've got the programming down, I think. As for the hardware switches, I have no idea. I'm thinking you're going to have to have a Analog/Digital converter, or something like that, but I don't know about a gate/switch circuitry flipped by a signal instead of by physical action (I can do a circuit with a physical switch no problem). Thanks for any help.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top