Tell me more ×
Electrical Engineering Stack Exchange is a question and answer site for electronics and electrical engineering professionals, students, and enthusiasts. It's 100% free, no registration required.

Is there any way to make a switch that uses a 5V input to open a -5V or 10V connection? (so i can switch between making a line -5 and 10V).

Thanks in advance!

share|improve this question
Use a 5V relay with changeover contacts (SPCO) if you need to pass a lot of current. – Leon Heller May 2 '11 at 21:20
1  
He doesn't seem to know how much current he wants to pass, and seems to want to use individual NMOS and PNOS transistors. – Leon Heller May 2 '11 at 21:42
1  
@Leon, you are very knowledgeable, but as our highest rep user, can you please try to be a bit more civil and inviting? I understand frustration with basic questions, but it would be better to phrase it so the user does not feel like they are being attacked or mocked. – Kortuk May 3 '11 at 10:27
The question should be closed. He doesn't seem to know what he wants! – Leon Heller May 3 '11 at 12:17

2 Answers

up vote 1 down vote accepted

Some switches like ADG733 have a separate Vss pin which can be at a lower potential than the logic GND; this means you could have a -10V supply on the Vss pin which would allow the gate to control up to a -10V signal whilst still having a 0-Vdd logic input. Unfortunately the ADG733 is limited to a 5.5V supply; but there are probably other parts that will do the same job (numbers escape me at the moment.)

share|improve this answer
+1 for Analog Devices. They have the widest selection of odd-voltage analog switch parts. – markrages May 2 '11 at 21:42
I want to do this on-chip, not using outside switches. – Cenoc May 2 '11 at 21:55
@Cenoc If so you probably want some kind of CMOS transmission gate. – Thomas O May 2 '11 at 22:09
There would be a problem with the biasing of the substrate diode if I do that, wouldnt there be? – Cenoc May 3 '11 at 2:04
@Cenoc only if current flows from anode to cathode. You are talking to a CMOS idiot! – Thomas O May 3 '11 at 6:49
show 1 more comment

I'm not sure if you're asking for an analogue switch that can handle signals in the range -5V to +10V or a digital interface to convert a 0 to 5V level into a -5v to +10V level. If it is the latter, my answer to this question might help. This arrangement would work with N & P channel FETs with little modification.

share|improve this answer
I think he wants to connect something to either -5V or +10V, using 5V or 0V. – Leon Heller May 3 '11 at 12:16

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.