{josuah.net} | {panoramix-labs.fr}
 (DIR)  • {josuah.net}
 (DIR)  • {panoramix-labs.fr}
       
        {git} | {cv} | {links} | {quotes} | {ascii} | {tgtimes} | {gopher} | {mail}
 (DIR)  • {git}
 (BIN)  • {cv}
 (DIR)  • {links}
 (DIR)  • {quotes}
 (DIR)  • {ascii}
 (HTM)  • {tgtimes}
 (DIR)  • {gopher}
       
       ━━━━━━━━━━━━━━━━━━━━━━━━━
       Mnemonics for transistors
       ━━━━━━━━━━━━━━━━━━━━━━━━━
        ┊ *Transistors are built so that you can control electrons flowing through
        ┊ them in some way. But that model ie rarely explained*
       
        A transistor permits to control a current going through two pins, using the 3rd
        pin as an interruptor: They are like resistor whose resistance is chosen by an
        input signal.
       
        This permits to combine them in order to:
       
        • build digital circuits (performing logic calculations),
       
        • build analog circuits (performing signal transformation),
       
        • control high power output from a low-power input signal.
       
        By the effect of the control input signal, the transistor is either:
       
        • **on** letting the current flow,
       
        • **off** blocking the current.
       
       Different nature of transistors
       ───────────────────────────────
       ═══ Junction Transistors ═══
        For **BJT** (pnp, npn) the control input signal is a **current**.
       
        They have a great linearity: the output letting some, but not all current flow:
        allows proportional control of the output current according to the input
        signal.
       
       ═══ Field-Effect Transistors ═══
        For **MOSFET** (depletion, enhancement) the control input signal is a
        **voltage**.
       
        They do not have a great linearity: they are used as on/off switches. To have
        something intermediate, they can be turned on and off repeatedly, i.e. with a
        PWM input control signal.
       
        ┊                     BJT         MOSFET
        ┊ 
        ┊ Control pin         (B)ase      (G)ate
        ┊ 
        ┊ Reference pin       (E)mitter   (S)ource
        ┊ 
        ┊ Target pin          (C)ollector (D)rain
       
       *n-type* (n-channel, npn) vs *p-type* (p-channel, pnp)
       ──────────────────────────────────────────────────────
        The control pin (base/gate) decides the state ON/OFF of the transistor.
       
        The charges move from the reference pin (emitter/source) to the target pin
        (collector/drain)
       
       ═══ *n-type* (MOSFET n-channel, BJT npn) ═══
        To turn the transistor ON, the control pin (base/gate) must have a more
        positive voltage than the reference pin (emitter/source).
       
        The charges moving from the reference (emitter/source) to the target
        (collector/drain) are (**n**)egative.
       
        *So the conventional current moves from collector/drain to emitter/source.*
       
       ═══ *p-type* (MOSFET p-channel, BJT pnp) ═══
        To turn the transistor ON, the control pin (base/gate) must have a more
        negative voltage than the reference pin (emitter/source).
       
        The charges moving from the reference (emitter/source) to the target
        (collector/drain) are (**p**)ositive.
       
        *Same for conventional current.*
       
       Different symbols
       ─────────────────
        On the symbols, the arrow is always shown connected to the reference pin
        (emitter/source),
       
 (HTM)  {{transistor-symbols}}
       
       ═══ Global view ═══
        It is a global representation about how to use the component.
       
        The arrow has the direction of the conventonal current (though MOSFETs are
        voltage-controlled) as used to turn the transistor ON.
       
       ═══ Detailed view ═══
        MOSFET have an additional detailed view which shows the internals. This is this
        view which is almost always used for MOSFETs
       
        The arrow has the direction of the electrons, opposite of the conventional
        currents, as used to turn the transistor OFF.
       
       Other transistors
       ─────────────────
        Other kinds of semiconductors are not discussed here: JFET, UJFET, TRIACs...
       
        Only *enhancement* MOSFETs are discussed here. Their counterpart are
        *depletion* MOSFETs, normally ON but turned OFF by a stronger signal on the
        gate.
       
       References
       ──────────
        There we go! Why do textbooks so rarely say those things clearly? Some short,
        interesting resources that help:
       
 (HTM)  {https://www.oreilly.com/library/view/practical-electronics-for/9781259587559/}:
        ┊ Has a very good summary on page 430 which acted as a clue stick for me. And
        ┊ a convenient circuit diagram symbol table on the first page.
       
 (HTM)  {https://yewtu.be/watch?v=1qRWBkrcnAM}:
        ┊ Explanation of how power MOSFET can be sub-par for usage between fully ON
        ┊ and fully OFF.