• 16 channel relay module

    16 channel relay module

    16 channel relay that will allow you to control different types of electrical loads

    211 Comments

    12 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


  • Ryan's Secret Board for DeepPCB

    Ryan's Secret Board for DeepPCB

    Have you ever wanted to wake up to one of the most energizing scents? Have you ever wanted that cup of energy in your hands before you even slide out of your covers? Well want no further! Introducing the Coffee Waker; The knight of your nightstand, a coffee maker alarm clock with one soul purpose, to quickly and scrumptiously wake you up. This is the Coffee Waker Main board. It contains an ESP32-S3, 16 bit Load Cell ADC, 16 bit MP3 DAC, 120V heater cartridge relay, and 12C wakeup light convector.

    &

    3 Stars


  • SparkFun Load Cell Amplifier - HX711

    SparkFun Load Cell Amplifier - HX711

    The SparkFun Load Cell Amplifier is a small breakout board for the HX711 IC that allows you to easily read load cells to measure weight. By connecting the amplifier to your microcontroller you will be able to read the changes in the resistance of the load cell, and with some calibration you’ll be able to get very accurate weight measurements. This can be handy for creating your own industrial scale, process control or simple presence detection.

    28 Comments

    2 Stars


  • High Voltage Adjustable Load Module

    High Voltage Adjustable Load Module

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

    9 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


  • RES-1K

    RES-1K

    The Ariel AI Chip, a pioneering component in the realm of artificial intelligence hardware, integrates a suite of electronic elements tailored for high-performance computing applications. At the heart of this assembly lies a CPU with a Radical Transistor architecture, featuring a quad-core setup clocked at 2GHz, identified by the part number CPU-RT-4C-2G. Power management is facilitated through a DC Power Supply, marked DCPS-5V, ensuring a stable 5V supply to the intricate circuitry. The chip's switching capabilities are bolstered by two NPN transistors, NPN-TRANS-001 and NPN-TRANS-002, which play a crucial role in signal modulation. Essential to the chip's operation are the passive components: two 1kΩ resistors (RES-1K and RES-1K-002) and a 10µF capacitor (CAP-10UF), which together with the transistors, form a robust network ensuring reliable performance under varying load conditions. Designed for integration into advanced AI systems, this chip stands out for its innovative use of standard components in a configuration that emphasizes efficiency, reliability, and high-speed data processing capabilities.

    1 Comment

    1 Star


  • Coffee Waker Main HQ W/ Module V5.0.1

    Coffee Waker Main HQ W/ Module V5.0.1

    Have you ever wanted to wake up to one of the most energizing scents? Have you ever wanted that cup of energy in your hands before you even slide out of your covers? Well want no further! Introducing the Coffee Waker; The knight of your nightstand, a coffee maker alarm clock with one soul purpose, to quickly and scrumptiously wake you up. This is the Coffee Waker Main board. It contains an ESP32-S3, 16 bit Load Cell ADC, 16 bit MP3 DAC, 120V heater cartridge relay, and 12C wakeup light convector.

    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


  • Coffee Waker Main HQ W/ Module V3.3.0

    Coffee Waker Main HQ W/ Module V3.3.0

    Have you ever wanted to wake up to one of the most energizing scents? Have you ever wanted that cup of energy in your hands before you even slide out of your covers? Well want no further! Introducing the Coffee Waker; The knight of your nightstand, a coffee maker alarm clock with one soul purpose, to quickly and scrumptiously wake you up. This is the Coffee Waker Main board. It contains an ESP32-S3, 16 bit Load Cell ADC, 16 bit MP3 DAC, 120V heater cartridge relay, and 12C wakeup light convector.

    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.

    1 Star


  • 16 channel relay module

    16 channel relay module

    16 channel relay that will allow you to control different types of electrical loads

    1 Comment

    1 Star


  • SparkFun Load Cell Amplifier - HX711 mQYH

    SparkFun Load Cell Amplifier - HX711 mQYH

    The SparkFun Load Cell Amplifier is a small breakout board for the HX711 IC that allows you to easily read load cells to measure weight. By connecting the amplifier to your microcontroller you will be able to read the changes in the resistance of the load cell, and with some calibration you’ll be able to get very accurate weight measurements. This can be handy for creating your own industrial scale, process control or simple presence detection.

    5 Comments


  • LoRa load cell manager

    LoRa load cell manager

    Compact LoRa-based load cell manager board. Hosts Heltec WiFi LoRa 32, HX711 ADC for strain gauges, dual VL53L1X ToF sensors, 3.3V/2.8V rails, user buttons/LEDs, and screw terminals for robust interfacing.


  • Load switch-08

    Load switch-08

    Imported from Altium.


  • Load Switch_MO

    Load Switch_MO

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


  • Basic Switch (Transient load switching)

    Basic Switch (Transient load switching)

    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

    &

    +3

    55 Comments


  • Coffee Waker Main HQ W/ Module V2.2

    Coffee Waker Main HQ W/ Module V2.2

    Have you ever wanted to wake up to one of the most energizing scents? Have you ever wanted that cup of energy in your hands before you even slide out of your covers? Well want no further! Introducing the Coffee Waker; The knight of your nightstand, a coffee maker alarm clock with one soul purpose, to quickly and scrumptiously wake you up. This is the Coffee Waker Main board. It contains an ESP32-S3, 16 bit Load Cell ADC, 16 bit MP3 DAC, 120V heater cartridge relay, and 12C wakeup light convector.

    29 Comments


  • Power Factor Correction Board

    Power Factor Correction Board

    This is a simple power factor correction project based on UCC28180DR. It is used in power supplies to correct the power factor, making the load more "resistive" and efficient. #PFC #AC #DC #TI

    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


  • 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


  • 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


  • Coffee Waker Main HQ W/ Module V3.1 82a2

    Coffee Waker Main HQ W/ Module V3.1 82a2

    The Coffee Waker is a unique, full-featured coffee maker alarm clock designed to brighten your morning routine with the irresistible aroma of freshly brewed coffee. By seamlessly integrating multiple high-performance components onto a single main board, the Coffee Waker delivers both functionality and innovation: - **Processing & Connectivity:** Powered by an ESP32-S3, it offers built-in WiFi and Bluetooth, enabling smart scheduling, remote control, and over-the-air updates. - **Precision Sensing:** A 16-bit load cell ADC provides accurate measurements, ensuring precise weight sensing for coffee bean dosing or liquid volume monitoring. - **Quality Audio Output:** The onboard 16-bit MP3 DAC guarantees clear audio playback, from alarm sounds to any custom wake-up messages you program. - **Robust Power Handling:** With a 120V heater cartridge relay and a 12V wakeup light converter integrated, the board safely manages high voltage switching and provides a visually soothing light routine. - **Thoughtful Integration:** Designed with automotive-grade components, precision regulators, and careful signal routing, the Coffee Waker Main Board combines performance with reliability while keeping a compact footprint. Overall, the Coffee Waker transcends the ordinary alarm clock, merging daily utility with modern connectivity and a touch of luxury—making it the perfect addition to any nightstand. #CoffeeWaker #SmartHome #CoffeeMaker #AlarmClock #MorningRoutine #Technology #Innovation

    3 Comments