1

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!

Cenoc
  • 243
  • 3
  • 12
  • 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 02 '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 03 '11 at 10:27
  • The question should be closed. He doesn't seem to know what he wants! – Leon Heller May 03 '11 at 12:17
  • Use a 5V relay with changeover contacts (SPCO) if you need to pass a lot of current. – Leon Heller May 02 '11 at 21:20

2 Answers2

1

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.)

Thomas O
  • 31,786
  • 58
  • 184
  • 322
0

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.

MikeJ-UK
  • 5,378
  • 16
  • 20