• Semestral E.P

    Semestral E.P

    Este circuito tiene la función de controlador para cuatro circuitos de tiras de luces LED múltiple, donde se usarán convertidores reductores, ya que es el mas simple de los controladores de conmutación (tipo Buck) y en este circuito esta aplicado ya que el voltaje de la carga nunca supera el 85% del voltaje de la alimentación y es capaz de regular la potencia AC de entrada y convertirlo para los 4 voltajes de salidas en DC, con el objetivo de alimentar las 4 tiras de luces LED. Este circuito convertidor reductor generalmente usa un MOSFET de potencia para cambiar el voltaje de alimentación a través de un inductor y las cargas que son las tiras de luces LED en serie. El inductor se utiliza para almacenar energía cuando se enciende el MOSFET, está esta energía se utiliza para proporcionar la corriente a las tiras de luces LED (las cuales tienen un consumo de 350 mA) cuando se apaga el MOSFET. Un diodo a través de las tiras LED y el circuito proporciona una ruta de retorno para que la corriente durante el tiempo de apagado del MOSFET.

    dyk

    10 Stars


  • Mosfet board with driver

    Mosfet board with driver

    This is a IR2110 high side mosfet driver circuit with mosfet included. This is a circuit I use often and I believe it is time to give it its own board and project.

    &

    129 Comments

    9 Stars


  • Pulse Width Modulation (PWM) Controller

    Pulse Width Modulation (PWM) Controller

    This project is a Pulse Width Modulation (PWM) Controller, built around an LM555 timer IC. It controls a load connected to a MOSFET, with adjustments via a potentiometer, and uses capacitors, resistors and diodes for various functions. #PWM #controller #project #Template #projectTemplate

    88 Comments

    5 Stars


  • Quad MOSFET Unidirectional Motor Driver

    Quad MOSFET Unidirectional Motor Driver

    Welcome to your new project. Imagine what you can build here.

    &

    +2

    2 Stars


  • MOSFET based H-bridge using IR2109

    MOSFET based H-bridge using IR2109

    Welcome to your new project. Imagine what you can build here.

    2 Stars


  • N-Channel MOSFET as a Switch V2

    N-Channel MOSFET as a Switch V2

    Welcome to your new project. Imagine what you can build here.

    &

    1 Comment

    1 Star


  • FET Explosion Board

    FET Explosion Board

    I want to blow up a MOSFET gloriously. Basically supercapacitor onto MOSFET with a gate flipping setting.

    17 Comments

    1 Star


  • Pulse Width Modulation (PWM) Controller

    Pulse Width Modulation (PWM) Controller

    This project is a Pulse Width Modulation (PWM) Controller, built around an LM555 timer IC. It controls a load connected to a MOSFET, with adjustments via a potentiometer, and uses capacitors, resistors and diodes for various functions. #PWM #controller #project #Template #projectTemplate

    &

    11 Comments

    1 Star


  • Realistic Brown Battle Mech

    Realistic Brown Battle Mech

    Nice — you can do a clean pulse + latch using a single quad Schmitt-NAND chip: 74HC132 (or 74LVC132 for 3.3 V systems). The HC132 contains four 2-input NAND gates with Schmitt inputs so you can both clean a noisy SYN480R DATA line and build an SR latch (NAND SR is active-LOW) inside one package. Only a few passives and a driver transistor are needed. Below is a ready-to-build recipe (parts, wiring, explanation, tuning tips, and an ASCII schematic) — no extra logic ICs required. Parts (per latch) 1 × 74HC132 (quad 2-input NAND with Schmitt inputs). If your system is 3.3 V use 74LVC132 / 74HC132 rated for 3.3 V. Rin = 47 kΩ (input series) Cfilter = 10 nF (input RC to ground) — tweak for debounce/clean time Rpulldown = 100 kΩ (pull-down at input node, optional) Rpullup = 100 kΩ (pull-up for active-LOW R input so reset is idle HIGH) Rbase = 10 kΩ, Q = 2N2222 (NPN) or small N-MOSFET (2N7002) to drive your load Diode for relay flyback (1N4001) if you drive a coil Optional small cap 0.1 µF decoupling at VCC of IC Concept / how it works (short) Use Gate1 (G1) of 74HC132 as a Schmitt inverter by tying its two inputs together and feeding a small RC filter from SYN480R.DATA. This removes HF noise and provides a clean logic transition. Because it's a NAND with tied inputs its function becomes an inverter with Schmitt behavior. Use G2 & G3 as the cross-coupled NAND pair forming an SR latch (active-LOW inputs S̄ and R̄). A low on S̄ sets Q = HIGH. A low on R̄ resets Q = LOW. Wire the cleaned/inverted output of G1 to S̄. A valid received pulse (DATA high) produces a clean LOW on S̄ (because G1 inverts), setting the latch reliably even if the pulse is brief. R̄ is your reset input (pushbutton, HT12D VT, MCU line, etc.) — idle pulled HIGH. Q drives an NPN/MOSFET to switch your load (relay, LED, etc.). Recommended wiring (pin mapping, assume one chip; use datasheet pin numbers) I’ll refer to the 4 gates as G1, G2, G3, G4. Use G4 optionally for additional conditioning or to build a toggler later. SYN480R.DATA --- Rin (47k) ---+--- Node A ---||--- Cfilter (10nF) --- GND | Rpulldown (100k) --- GND (optional, keeps node low) Node A -> both inputs of G1 (tie inputs A and B of Gate1 together) G1 output -> S̄ (S_bar) (input1 of Gate2) Gate2 (G2): inputs = S̄ and Q̄ -> output = Q Gate3 (G3): inputs = R̄ and Q -> output = Q̄ R̄ --- Rpullup (100k) --- VCC (reset is idle HIGH; pull low to reset) (optional) R̄ can be wired to a reset pushbutton to GND or to an MCU pin Q -> Rbase (10k) -> base of 2N2222 (emitter GND; collector to one side of relay coil) Other side of relay coil -> +V (appropriate coil voltage) Diode across coil If you prefer MOSFET low side switching: Q -> gate resistor 100Ω -> gate of 2N7002 2N7002 source -> GND ; drain -> relay coil low side

    1 Star


  • Brainstorm a new project with AI [Example]

    Brainstorm a new project with AI [Example]

    1. Empieza con el objetivo Ejemplo: “Estoy creando un módulo de control para una bomba de aire de 24 V en una máquina CNC láser. El circuito debe encender y apagar la bomba según la señal FAN que viene de la tarjeta de control (3.3 V o 5 V).” 2. Explica los requerimientos La bomba trabaja a 24 V y hasta 2 A. El control debe ser con un MOSFET N–channel en conmutación. Debe incluir protección contra picos y ruidos eléctricos. Se deben mostrar indicadores LED (encendido, funcionamiento, error). 3. Lista de funciones que quieres en el diseño Protección: fusible, diodo flyback, TVS, snubber RC. Control: MOSFET con resistencia de gate y pull-down. Filtrado: capacitores cerca de la bomba. Indicadores LED: Azul: energía 24 V presente. Verde: bomba activa. Rojo: error o apagado. 4. Explica la lógica de funcionamiento (qué debe pasar) Cuando la fuente 24 V se conecta → LED azul enciende. Cuando la señal FAN activa el MOSFET → bomba enciende + LED verde enciende. Cuando la bomba está apagada → LED rojo puede encender (opcional). Si ocurre sobrecorriente → el fusible abre el circuito. 5. Diagrama de bloques sencillo (texto) [FUENTE 24V] -- [FUSIBLE] --+--> [BOMBA] --> [MOSFET] --> GND | +--> [LED Azul] --> GND [SALIDA FAN] --> [Res 100Ω] --> [Gate MOSFET] [Gate MOSFET] --> [Pull-down 100kΩ a GND] [Protecciones: Diodo, TVS, RC, Capacitores en paralelo con la bomba]

    1 Star


  • IXTP3N100D2

    IXTP3N100D2

    N-Channel 1000V 3A (Tc) 125W (Tc) Through Hole TO-220-3 #CommonPartLibrary #Mosfet #N-Channel #PolarP2 #IXTP100

    1 Star


  • Multiple Fan Board

    Multiple Fan Board

    Attach multiple fans from the output of a board that turns on and off one fan. The original fan output is used as a signal to turn a MOSFET on and off to turn on 5 fans from the same original logic. An external power supply powers all the fans.

    1 Star


  • mosfet_demo

    mosfet_demo

    1 Comment

    1 Star


  • TMF8801-1BM Reference Design

    TMF8801-1BM Reference Design

    This is a reference design of a PCB utilizing the TMF8801-1BM time-of-flight (ToF) sensor from ams-OSRAM. It comprises electronic components such as resistors, capacitors, voltage regulators, and GPIO connectors. The logic signals are managed via Mosfets BSS138 while the Sensor IC is powered & controlled by a 3.3V AP2112K Voltage Regulator. #industrialSensing #referenceDesign #lzer #I2C #osramusa #template #reference-design

    &

    5 Comments

    1 Star


  • Mosfet

    Mosfet

    Airsoft HPA FCU - 2S VBAT_SOL direct, nRF52 BLE, MOSFET solenoid driver


  • Mosfet

    Mosfet

    Welcome to your new project. Imagine what you can build here.


  • Mosfet board bug

    Mosfet board bug

    This is a IR2110 high side mosfet driver circuit with mosfet included. This is a circuit I use often and I believe it is time to give it its own board and project.

    1 Comment


  • P-Channel MOSFET

    P-Channel MOSFET

    A type of MOSFET in which the channel of the MOSFET is composed of a majority of holes as current carriers


  • P-Channel MOSFET

    P-Channel MOSFET

    A type of MOSFET in which the channel of the MOSFET is composed of a majority of holes as current carriers


  • project_01 mosfet

    project_01 mosfet

    Welcome to your new project. Imagine what you can build here.

    26 Comments


  • MCU mosfet control

    MCU mosfet control

    Welcome to your new project. Imagine what you can build here.

    18 Comments


  • Regulador con LM317 y Mosfet

    Regulador con LM317 y Mosfet

    Welcome to your new project. Imagine what you can build here.


  • arduino with batt and mosfet

    arduino with batt and mosfet

    Welcome to your new project. Imagine what you can build here.


  • N-Channel MOSFET as a Switch V6 No SMD

    N-Channel MOSFET as a Switch V6 No SMD

    Welcome to your new project. Imagine what you can build here.


  • carte Mosfet

    carte Mosfet

    IR2110


  • mosfet driver

    mosfet driver

    Welcome to your new project. Imagine what you can build here.


  • Line Follower with MOSFET

    Line Follower with MOSFET

    Welcome to your new project. Imagine what you can build here.


  • N-Channel MOSFET as a Switch

    N-Channel MOSFET as a Switch

    Welcome to your new project. Imagine what you can build here.

    &


  • Mosfet Driver Board

    Mosfet Driver Board

    Welcome to your new project. Imagine what you can build here.


  • MOSFET connection Dmytro

    MOSFET connection Dmytro

    Welcome to your new project. Imagine what you can build here.


  • Trigger MOSFET

    Trigger MOSFET

    Welcome to your new project. Imagine what you can build here.


  • Mosfet Driver Board SIV

    Mosfet Driver Board SIV

    Welcome to your new project. Imagine what you can build here.

    &


  • High Voltage Power Supply V1

    High Voltage Power Supply V1

    24VDC Input 5kV Output MCU controlled 200kHz PWM Mosfet based inverter 6 stage multiplier Todo: Pick real inductor in load network Flyback Transformer with Ferrite core Selection

    &

    +2

    55 Comments


  • APM2300CA sib4

    APM2300CA sib4

    The APM2300CA, manufactured by Sinopower Semiconductor, is a high-performance N-Channel Enhancement Mode MOSFET designed for power management in notebook computers, portable equipment, and battery-powered systems. This component delivers a maximum drain-source voltage (VDSS) of 20V and can handle continuous drain current up to 6A when VGS is 10V, ensuring robust performance for demanding applications. Its low RDS(ON) values of 25mΩ (typ.) at VGS=10V, 32mΩ (typ.) at VGS=4.5V, 40mΩ (typ.) at VGS=2.5V, and 65mΩ (typ.) at VGS=1.8V minimize power loss and heat generation. The APM2300CA is reliable and rugged, complying with RoHS standards and available in a lead-free, halogen-free SOT-23 package, featuring a maximum power dissipation of 0.83W at 25℃. It is optimized for fast switching, with total gate charge (Qg) of 6nC (typ.) at VGS=4.5V and a gate resistance (RG) of 6Ω, supporting efficient and precise control in diverse power applications.

    10 Comments


  • Pulse Width Modulation (PWM) Controller 66bH

    Pulse Width Modulation (PWM) Controller 66bH

    This project is a Pulse Width Modulation (PWM) Controller, built around an LM555 timer IC. It controls a load connected to a MOSFET, with adjustments via a potentiometer, and uses capacitors, resistors and diodes for various functions. #PWM #controller #project #Template #projectTemplate

    8 Comments


  • NTZD3154NT1G

    NTZD3154NT1G

    The NTZD3154N, manufactured by ON Semiconductor, is a dual N-channel MOSFET designed for small signal applications. This component boasts a low RDS(on) for improved system efficiency and a low threshold voltage, making it highly suitable for applications such as load/power switches, power supply converter circuits, and battery management in devices like cell phones, digital cameras, and PDAs. The NTZD3154N features a compact 1.6 x 1.6 mm footprint and an ESD-protected gate, ensuring robust performance in constrained spaces. With a maximum drain-to-source voltage (VDSS) of 20 V and a continuous drain current of up to 540 mA (at 25°C), the NTZD3154N is optimized for efficient power management. The device is also compliant with RoHS standards, being Pb-Free and Halogen Free/BFR Free, ensuring environmentally friendly usage. The component is available in the SOT-563-6 package, identified by the specific device code "TV" and a date code marking.

    8 Comments


  • Pulse Width Modulation (PWM) Controller

    Pulse Width Modulation (PWM) Controller

    This project is a Pulse Width Modulation (PWM) Controller, built around an LM555 timer IC. It controls a load connected to a MOSFET, with adjustments via a potentiometer, and uses capacitors, resistors and diodes for various functions. #PWM #controller #project #Template #projectTemplate

    7 Comments


  • CM108AH based soundcard

    CM108AH based soundcard

    1 kHz Tone Detector Using CD4046 PLL with Logic-Level MOSFET Output

    5 Comments


  • Pulse Width Modulation (PWM) Controller 9575 cV3w

    Pulse Width Modulation (PWM) Controller 9575 cV3w

    This project is a Pulse Width Modulation (PWM) Controller, built around an LM555 timer IC. It controls a load connected to a MOSFET, with adjustments via a potentiometer, and uses capacitors, resistors and diodes for various functions. #PWM #controller #project #Template #projectTemplate

    4 Comments


  • Pulse Width Modulation (PWM) Controller r2UD

    Pulse Width Modulation (PWM) Controller r2UD

    This project is a Pulse Width Modulation (PWM) Controller, built around an LM555 timer IC. It controls a load connected to a MOSFET, with adjustments via a potentiometer, and uses capacitors, resistors and diodes for various functions. #PWM #controller #project #Template #projectTemplate

    4 Comments


  • Pulse Width Modulation (PWM) Controller s9wd

    Pulse Width Modulation (PWM) Controller s9wd

    This project is a Pulse Width Modulation (PWM) Controller, built around an LM555 timer IC. It controls a load connected to a MOSFET, with adjustments via a potentiometer, and uses capacitors, resistors and diodes for various functions. #PWM #controller #project #Template #projectTemplate

    3 Comments


  • Pulse Width Modulation (PWM) Controller

    Pulse Width Modulation (PWM) Controller

    This project is a Pulse Width Modulation (PWM) Controller, built around an LM555 timer IC. It controls a load connected to a MOSFET, with adjustments via a potentiometer, and uses capacitors, resistors and diodes for various functions. #PWM #controller #project #Template #projectTemplate

    3 Comments


  • Pulse Width Modulation (PWM) Controller 9TPu

    Pulse Width Modulation (PWM) Controller 9TPu

    This project is a Pulse Width Modulation (PWM) Controller, built around an LM555 timer IC. It controls a load connected to a MOSFET, with adjustments via a potentiometer, and uses capacitors, resistors and diodes for various functions. #PWM #controller #project #Template #projectTemplate

    3 Comments


  • Pulse Width Modulation (PWM) Controller

    Pulse Width Modulation (PWM) Controller

    This project is a Pulse Width Modulation (PWM) Controller, built around an LM555 timer IC. It controls a load connected to a MOSFET, with adjustments via a potentiometer, and uses capacitors, resistors and diodes for various functions. #PWM #controller #project #Template #projectTemplate

    3 Comments


  • Pulse Width Modulation (PWM) Controller p232

    Pulse Width Modulation (PWM) Controller p232

    This project is a Pulse Width Modulation (PWM) Controller, built around an LM555 timer IC. It controls a load connected to a MOSFET, with adjustments via a potentiometer, and uses capacitors, resistors and diodes for various functions. #PWM #controller #project #Template #projectTemplate

    3 Comments


  • Pulse Width Modulation (PWM) Controller kF3N

    Pulse Width Modulation (PWM) Controller kF3N

    This project is a Pulse Width Modulation (PWM) Controller, built around an LM555 timer IC. It controls a load connected to a MOSFET, with adjustments via a potentiometer, and uses capacitors, resistors and diodes for various functions. #PWM #controller #project #Template #projectTemplate

    1 Comment


  • Pulse Width Modulation (PWM) Controller 93jw

    Pulse Width Modulation (PWM) Controller 93jw

    This project is a Pulse Width Modulation (PWM) Controller, built around an LM555 timer IC. It controls a load connected to a MOSFET, with adjustments via a potentiometer, and uses capacitors, resistors and diodes for various functions. #PWM #controller #project #Template #projectTemplate

    1 Comment


  • Pulse Width Modulation (PWM) Controller kW45

    Pulse Width Modulation (PWM) Controller kW45

    This project is a Pulse Width Modulation (PWM) Controller, built around an LM555 timer IC. It controls a load connected to a MOSFET, with adjustments via a potentiometer, and uses capacitors, resistors and diodes for various functions. #PWM #controller #project #Template #projectTemplate

    1 Comment


  • Pulse Width Modulation (PWM) Controller xxP8

    Pulse Width Modulation (PWM) Controller xxP8

    This project is a Pulse Width Modulation (PWM) Controller, built around an LM555 timer IC. It controls a load connected to a MOSFET, with adjustments via a potentiometer, and uses capacitors, resistors and diodes for various functions. #PWM #controller #project #Template #projectTemplate

    1 Comment


  • Pulse Width Modulation (PWM) Controller 2YA9

    Pulse Width Modulation (PWM) Controller 2YA9

    This project is a Pulse Width Modulation (PWM) Controller, built around an LM555 timer IC. It controls a load connected to a MOSFET, with adjustments via a potentiometer, and uses capacitors, resistors and diodes for various functions. #PWM #controller #project #Template #projectTemplate

    1 Comment