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.... show more10 Stars
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.... show more129 Comments
9 Stars
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... show more88 Comments
5 Stars
Quad MOSFET Unidirectional Motor Driver
Welcome to your new project. Imagine what you can build here.2 Stars
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
Welcome to your new project. Imagine what you can build here.1 Comment
1 Star
FET Explosion Board
I want to blow up a MOSFET gloriously. Basically supercapacitor onto MOSFET with a gate flipping setting.... show more17 Comments
1 Star
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... show more11 Comments
1 Star
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... show more1 Star
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]... show more1 Star
IXTP3N100D2
N-Channel 1000V 3A (Tc) 125W (Tc) Through Hole TO-220-3 #CommonPartLibrary #Mosfet #N-Channel #PolarP2 #IXTP100... show more1 Star
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.... show more1 Star
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... show more5 Comments
1 Star
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.... show more1 Comment
P-Channel MOSFET
A type of MOSFET in which the channel of the MOSFET is composed of a majority of holes as current carriers... show moreP-Channel MOSFET
A type of MOSFET in which the channel of the MOSFET is composed of a majority of holes as current carriers... show moreN-Channel MOSFET as a Switch V6 No SMD
Welcome to your new project. Imagine what you can build here.
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... show more55 Comments
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.... show more10 Comments
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... show more8 Comments
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.... show more8 Comments
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... show more7 Comments
CM108AH based soundcard
1 kHz Tone Detector Using CD4046 PLL with Logic-Level MOSFET Output5 Comments
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... show more4 Comments
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... show more4 Comments
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... show more3 Comments
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... show more3 Comments
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... show more3 Comments
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... show more3 Comments
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... show more3 Comments
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... show more1 Comment
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... show more1 Comment
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... show more1 Comment
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... show more1 Comment
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... show more1 Comment