JFET Switching

GroupDIY Audio Forum

Help Support GroupDIY Audio Forum:

This site may earn a commission from merchant affiliate links, including eBay, Amazon, and others.

bjosephs

Well-known member
Joined
May 10, 2021
Messages
151
Location
Massachusetts
I know this is very much a recording equipment forum but I have a guitar amp application that I’m looking for the benefit of experience on.

I’m working on a programmable tube preamp. Part of that is achieving some way of switching cathode capacitors with a microcontroller. Jumping past LDRs and Relays due to size I’m investigating the use of P channel JFETs as used in many Mesa and some Marshall amps.

The J175 (rds on max of 125 ohms) is the most common I can see in schematics, though I’ve found a Marshall DSL using J174. The “problem”, if you can call it that, is that the guaranteed Vgs off of these parts is 6v or higher. And a microcontroller is going to be toggling 0 to 5v natively. So they won’t be fully “off” but perhaps they get close enough?

I can use an NPN switch to interface but I have found the J176 which has a max Vgs off of 4v in exchange for a higher rds on of 250 ohms max. So I wired a couple up and collected some characteristic data which is attached. I measured their switching capability as raw resistance and as a voltage divider since there will likely be a small positive voltage on the drain from leakage through the cap - not sure how that affects the curves. And in the interest of seeing how good of a transistor switch is need I rechecked the V and R across the FET with a residual .5v on the gate to simulate a weak pull down.

I’m curious if others that have used JFETs this way can comment on their implementation choices, the role of part-to-part variability in deciding which of these options is best, and if thermal or voltage variation should be of concern. My gut says that as long as the FET gets above, say, 20k consistently that’s a good enough “off” and anything approaching 100 ohms is a good enough “on”. It doesn’t appear that I need any sort of gate resistance and could tie the uC pin directly to the gate.
 

Attachments

  • IMG_4713.jpeg
    IMG_4713.jpeg
    264 KB
  • IMG_4711.jpeg
    IMG_4711.jpeg
    1.4 MB
If you are only doing a onesy twosey project, can you select JFETs from several that are fully pinched off by 5V?Data sheet specs are worst case not typical.

JR
It’s not an unacceptable option once all my other concerns are satisfied. Not my preference obviously in case I need to replace one later.

I do think I’ll end up using the J175s with a switch if only because I might end up running my logic levels at 3.3v. At that point I’m just going to need a BJT switch to interface.

Any chance you have some wisdom to share on this application? I’m wondering if I ought to have gate resistance, or safety diodes… the kinds of things that an amp manufacturer might overlook as best practice. Or might omit from service schematic for simplicity.
 
If switching speed is not important you make a logic level interface with a bipolar transistor to develop more than 6V gate drive from 3.3V logic or less. FWIW I vaguely recall some MCU logic with open source outputs that generate modestly higher logic levels by themselves just by adding a simple pull up resistor (check the mcu data sheet for maximum voltages). The speed of open source logic is not reliable enough for serial data transfers (I found out the hard way) but for static one bit logic it should work.

JR

PS: I am not a tube guy so won't even try to offer advice.
 
Last edited:
Back
Top