What is the component Q4in this schematic?
What is the component Q4in this schematic?
This is from a module I'm using and I don't understand this part of it. https://files.waveshare.com/upload/3/3c/RP2040-Touch-LCD-1.28.pdf
What is the component Q4in this schematic?
This is from a module I'm using and I don't understand this part of it. https://files.waveshare.com/upload/3/3c/RP2040-Touch-LCD-1.28.pdf
It looks like an n channel mosfet connecting the negative pin of the header to ground, with a resistor to keep the gate low (and consequentially keeping the mosfet on) until pulled high by gpio 4
The resistor is 'not connected". That means its resistance is infinity, as there's no real connection there.
It's not connected but this is a very common circuit for driving some load efficiently that the gpio can't handle for it self. The two pins probably go to some load like a LED, motor, or relay that the gpio can't power on it's on. When the transistor is off current will be almost zero so no power loss. When the transistor is on it's resistance is close to zero using all the power in the unknown load and the resistor. The resistor is probably there for current limiting in case the pins are shorted.