Maker Pro
Maker Pro

Need a design for a project

I need a circuit system that in default mode the green led is on when signal A is recieved the orange led is on and when signal B is recieved, the red led turns on. Default mode occurs when no signal is being recieved.

Does anyone know how to do this?
Thanks in advance.
 

(*steve*)

¡sǝpodᴉʇuɐ ǝɥʇ ɹɐǝɥd
Moderator
What are the signals? (2 logic levels, 2 audio channels, single channel with 2 different frequencies, etc...)
 
Here is a starting point for the logic. Your job is to condition the signals to drive the logic.
 

Attachments

  • Electronics-Point_2.png
    Electronics-Point_2.png
    6.6 KB · Views: 95

(*steve*)

¡sǝpodᴉʇuɐ ǝɥʇ ɹɐǝɥd
Moderator
It's not trivial.

It all depends on the frequency of the signals. If they're DTMF tones, then you may be able to find a dingle chip solution almost out of the box. You'll still have to use something like Laplace's circuit above to give the outputs you want.

An alternative may be a couple of PLLs set up to detect the frequencies you want.

You may be able to get away with a couple bandpass filters and something to detect a signal.
 
Top