• Light Pink Flux Capacitor

    Light Pink Flux Capacitor

    Industrial ESP32-S3 MicroPython Controller with USB Hub, HDMI Output, Isolated Relay, and Buzzer Driver

    jlarrarte13

    6 months ago

    0 Uses

    0 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

    10 months ago

    0 Uses

    0 Comments

    1 Star


  • Fast Silver Flubber

    Fast Silver Flubber

    Create a schematic diagram of an electric fence controller using the NE556 dual timer IC. The circuit must include all components with clear electronic symbols (resistors, capacitors, transistors, diode, relay) connected by lines as in a real circuit diagram. Specifications: 1. Power supply: - Vcc = +12V connected to pin 14 of the NE556. - Pin 1 of the NE556 to ground. 2. Timer A (active 10 seconds): - Pin 2 (Trigger A) receives a pulse from transistor Q2 (contact detector). - Pin 6 (Threshold A) connected to Pin 7 (Discharge A). - R1 = 1 MΩ between Pin 7 and +12V. - C1 = 10 µF between Pin 6 and ground. - Pin 3 (Out A) goes through a 4.7 kΩ resistor to the base of Q1 (BC547 NPN transistor). - Pin 3 also connected via a 100 nF capacitor to Pin 13 (Trigger B of Timer B). 3. Timer B (rest 10 seconds): - Pin 9 (Discharge B) and Pin 8 (Threshold B) connected together. - R2 = 1 MΩ between Pin 9 and +12V. - C2 = 10 µF between Pin 8 and ground. - Pin 12 (Out B) can be optionally used to block retrigger of Timer A. 4. Relay driver stage: - Q1 = BC547 NPN transistor. - Base connected through 4.7 kΩ resistor to Pin 3 (Out A). - Emitter to ground. - Collector connected to one side of the relay coil. - Other side of relay coil connected to +12V. - A diode 1N4007 placed in parallel with the relay coil (cathode to +12V, anode to collector of Q1). - Relay contacts switch the +12V supply to the electric fence energizer. 5. Contact detector: - Shunt resistor ≈0.1 Ω placed in series with the fence output. - Q2 = BC547 NPN transistor, base connected to the shunt, emitter to ground, collector to Pin 2 (Trigger A). - When current flows through the shunt, Q2 provides a trigger pulse to Timer A. Please draw the schematic in a standard style with components connected by straight lines, not in block diagrams. Show clear pin numbers of the NE556 and all external components.

    10 months ago

    0 Uses

    0 Comments

    1 Star


  • Climate Control System Reference Design

    Climate Control System Reference Design

    This is a climate control system reference design with a STM32WB5 microcontroller, power manager IC, USB Type-C, JST connectors, and an LCD driver. #referenceDesign #edge-computing #edgeComputing #stm #template #iot #control #BLE #reference-design

    a year ago

    0 Uses

    0 Comments

    1 Star


  • Smart Blind Control System Reference Design

    Smart Blind Control System Reference Design

    This is a smart blind control system reference design designed to automate the operation of window blinds. It utilizes an ESP32 microcontroller for managing control signals and an A4988 stepper motor driver to control blinds' movement. It also includes USB interfacing and LED feedback. #referenceDesign #edge-computing #edgeComputing #espressif #template #blind #DC #motor #servo #esp32 #reference-design

    a year ago

    0 Uses

    0 Comments

    1 Star


  • stm32 wifi kontrol 2 port

    stm32 wifi kontrol 2 port

    This is a smart blind control system reference design designed to automate the operation of window blinds. It utilizes an ESP32 microcontroller for managing control signals and an A4988 stepper motor driver to control blinds' movement. It also includes USB interfacing and LED feedback. #referenceDesign #edge-computing #edgeComputing #espressif #template #blind #DC #motor #servo #esp32 #reference-design

    2 years ago

    0 Uses

    0 Comments

    1 Star


  • LW18-S

    LW18-S

    I2C to dual PWM controller. The LED-Warrior18, manufactured by Code Mercenaries, is an I2C to dual channel PWM LED driver specifically designed to provide seamless brightness control for LED applications. This component, available in SOIC8 package (LW18-S) and as a ready-to-use module (LW18-01MOD), offers dual 16-bit PWM outputs with a dimming range from 0.001% to 100% and operates at a PWM frequency of 730 Hz. It supports programmable period lengths for higher-frequency or lower-resolution operation and includes an 8-bit data to logarithmic mapping feature for smoother dimming operations with just 256 steps. The LED-Warrior18 is engineered for minimal external circuitry with a 5V power supply requirement, offering ease of use in various lighting applications. It also features a sync mode for synchronized control of multiple units and customizable power-on status settings, making it highly versatile for standalone operations or integrated systems. Additionally, custom variants of both the chip and module are available, catering to specific application needs. The module version, LW18-01MOD, simplifies integration by including terminal blocks and supporting up to 4A load sink current for each output. The LED-Warrior18 stands out for its straightforward interface and operational flexibility, providing a comprehensive solution for advanced LED dimming and control projects.

    2 years ago

    0 Uses

    0 Comments

    1 Star


  • Arduino Nano RP2040 motor shield

    Arduino Nano RP2040 motor shield

    Arduino Nano(PR2040) motor shield, with two channels and A4988 driver. #template #project #shield #arduino #motor #A4988

    4 years ago

    0 Uses

    0 Comments

    1 Star


  • H-Bridge Motor Driver restored

    H-Bridge Motor Driver restored

    A PMDC four-quadrant motor driver controlled via a buck-boost converter and ESP32 microcontroller.

    2 years ago

    0 Uses

    125 Comments

    0 Stars


  • L293D Motor driver Module

    L293D Motor driver Module

    Dual motor driver based on L293D IC #Sublayout #Module #template #project-template #motor #L293D #driver #motordriver

    2 years ago

    0 Uses

    22 Comments

    0 Stars


  • DRV10970 Motor driver EVAL

    DRV10970 Motor driver EVAL

    Using DRV10970 to build a BLDC motor driver evaluation board

    3 years ago

    0 Uses

    4 Comments

    0 Stars


  • WLED RGB LED DRIVER.

    WLED RGB LED DRIVER.

    RGB led driver PCB for the WLED with Seeedstudio XIAO ESP32C3

    2 years ago

    0 Uses

    1 Comment

    0 Stars


  • BIG EASY DRIVER v2

    BIG EASY DRIVER v2

    The Big Easy Driver is a stepper motor driver board for bi-polar stepper motors up to a max 2A/phase. It is based on the Allegro A4988 stepper driver chip. It's the next version of the popular Easy Driver board. #motorControllers

    +

    U

    2 years ago

    0 Uses

    1 Comment

    0 Stars


  • L293D Motor driver Module

    L293D Motor driver Module

    Dual motor driver based on L293D IC #Sublayout #Module #template #project-template #motor #L293D #driver #motordriver

    0 Uses

    1 Comment

    0 Stars


  • H-Bridge(Motor Driver)

    H-Bridge(Motor Driver)

    Dual Motor Driver Circuit using L298N motor driver module with Atmega8a..

    6 years ago

    0 Uses

    1 Comment

    0 Stars


  • H-Bridge(Motor Driver)

    H-Bridge(Motor Driver)

    Dual Motor Driver Circuit using L298N motor driver module with Atmega8a..

    6 years ago

    0 Uses

    1 Comment

    0 Stars


  • 5-Channel PWM LED Driver

    5-Channel PWM LED Driver

    24 V five-channel PWM low-side MOSFET LED driver for one RGBW LED and one 850 nm IR LED, controlled by 3.3 V logic inputs.

    21 days ago

    0 Uses

    0 Comments

    0 Stars


  • USB-C UV-C Water Sterilizer LED Driver

    USB-C UV-C Water Sterilizer LED Driver

    Low-cost USB-C 5V UV-C LED driver PCB for drinking-water sterilization prototypes with current limiting and safety interlock.

    25 days ago

    0 Uses

    0 Comments

    0 Stars


  • Compact ESP32 Drone Motor Driver

    Compact ESP32 Drone Motor Driver

    Compact 2-layer driver board for four coreless mini-drone motors using AO3400 MOSFETs, SS14 flyback diodes, JST-PH battery input, motor solder pads, and external ESP32 PWM wiring.

    a month ago

    0 Uses

    0 Comments

    0 Stars


  • Arduino 15-LED Constant Current Driver

    Arduino 15-LED Constant Current Driver

    A 24V, five-channel 700mA constant-current OSRAM LED driver system with Arduino Nano PWM dimming.

    a month ago

    0 Uses

    0 Comments

    0 Stars


  • 5V MOSFET Heater Driver

    5V MOSFET Heater Driver

    5 V, 10 W MOSFET low-side heater driver controlled from an MCU DAC/gate-control output, including power/heater connectors and basic gate protection.

    +

    U

    a month ago

    0 Uses

    0 Comments

    0 Stars


  • GaN Laser Pulse Driver

    GaN Laser Pulse Driver

    Dual GaN current-steering pulsed laser diode driver using a PXIe SMU as a continuous 100 mA current source, targeting >=10 ns pulse width and <10 ns edges.

    2 months ago

    0 Uses

    0 Comments

    0 Stars


  • 5V Omron G2RL Relay Driver

    5V Omron G2RL Relay Driver

    5 V Omron G2RL relay driver PCB using an MMBT2222A low-side transistor, input terminals, flyback diode, and screw-terminal relay output.

    2 months ago

    0 Uses

    0 Comments

    0 Stars


  • 12V 555 Ignition Coil Driver

    12V 555 Ignition Coil Driver

    12 V NE555 astable ignition-coil driver using an IRF840 MOSFET low-side switch with gate conditioning, decoupling, input/output connectors, and flyback clamp protection.

    2 months ago

    0 Uses

    0 Comments

    0 Stars


  • AR11 AI Driver Safety Device

    AR11 AI Driver Safety Device

    Automotive dashboard-mounted AI driver safety device with Raspberry Pi CM4, Coral Edge TPU, dual CSI cameras, GPS, LTE, WiFi/Bluetooth, motion sensing, audio alerts, 12V vehicle input, LiPo backup, and 4-layer controlled-impedance PCB requirements.

    a month ago

    0 Uses

    0 Comments

    0 Stars


Previous

Page 2 of 12

Next