• ESP32-WROOM-32E Reference Design 6aM4

    ESP32-WROOM-32E Reference Design 6aM4

    This project is a reference design for an ESP32-WROOM-32E based device. It features USB-C for power and data transfer, onboard voltage regulation, and multiple peripheral connections. It also includes a CH340C for USB to serial conversion #referenceDesign #project #ESP32 #ESP32WROOM #RF #WIFI #MCU #simpleEmbedded #espressif #template

    arthurvi

    3 Comments

    1 Star


  • Weather Station

    Weather Station

    Weather Station controlled by STM32F031F6P6 MCU. 2x humidity and temperature sensors. USB powered

    vasy_skral

    3 Comments

    1 Star


  • WiFi Camera with Motion Detection Reference Design

    WiFi Camera with Motion Detection Reference Design

    This project is a WiFi Camera with Motion Detection, utilizing ESP32-CAM module and HC-SR501 PIR sensor. The camera is activated by the sensor's output. The system also includes power regulation and communication headers for setup and control. #WiFi #MCU #PIR #ReferenceDesign #project #ESP32 #camera #referenceDesign #edgeComputing #espressif #template #reference-design

    aladdin1

    3 Comments

    1 Star


  • Pet Tracker Device noPL

    Pet Tracker Device noPL

    This is a Pet Tracker Reference Design based on STM32L4. Tracker connects with network by SIM800L module connected to the STM. Also MCU connected to the GPS by uart and send data to server #STM32 #GPS #G4 #G3 #LTE #IoT #Tracker #smartHomeDevices #referenceDesign #edge-computing #edgeComputing #stm #template #referenceDesign

    mousum

    1 Comment

    1 Star


  • ESP32-WROOM-32E Reference Design

    ESP32-WROOM-32E Reference Design

    This project is a reference design for an ESP32-WROOM-32E based device. It features USB-C for power and data transfer, onboard voltage regulation, and multiple peripheral connections. It also includes a CH340C for USB to serial conversion #referenceDesign #project #ESP32 #ESP32WROOM #RF #WIFI #MCU #simpleEmbedded #espressif #template

    atmr7

    &

    santiago7714

    1 Comment

    1 Star


  • Weather Station - testing auto-layout

    Weather Station - testing auto-layout

    Weather Station controlled by STM32F031F6P6 MCU. 2x humidity and temperature sensors. USB powered

    mihir-flux

    &

    bryan

    1 Comment

    1 Star


  • ESP32-WROOM-32E Reference Design fsfW

    ESP32-WROOM-32E Reference Design fsfW

    This project is a reference design for an ESP32-WROOM-32E based device. It features USB-C for power and data transfer, onboard voltage regulation, and multiple peripheral connections. It also includes a CH340C for USB to serial conversion #referenceDesign #project #ESP32 #ESP32WROOM #RF #WIFI #MCU #simpleEmbedded #espressif #template

    nevardo

    1 Comment

    1 Star


  • ESP32 RS485 (Modbus) Controller Module 02e3 8a70 11db

    ESP32 RS485 (Modbus) Controller Module 02e3 8a70 11db

    This project is a controller module that uses the ESP32-WROOM-32E and the MAX3485 to communicate with Modbus devices. It has a USB-C port for power and data, a voltage regulator for stable operation. It also has a CH340C chip for USB to serial conversion. #referenceDesign #project #ESP32 #ESP32WROOM #RF #WIFI #MCU #reusable #module #simple-embedded #espressif #template #MAX3485 #RS485 #maximintegrated

    tyson0906

    1 Comment

    1 Star


  • WiFi RF-ID lock reference design vnb3

    WiFi RF-ID lock reference design vnb3

    This project is a WiFi RF-ID Lock, which uses a Espressif ESP-8684 microcontroller for WiFi connectivity and a Handson Technology RC522 for RF-ID functionality. It also includes an OLED display and user control via a switch. A step-up power converter ensures consistent 3.3V power. #WiFi #MCU #ReferenceDesign #project #ESP8684 #lock #OLED #referenceDesign #simple-embedded #espressif #template #reference-design

    bytransistor

    1 Comment

    1 Star


  • Feather SPI adapter

    Feather SPI adapter

    ATSAMD21G18 Feather M0 Basic Proto series ARM® Cortex®-M0+ MCU 32-Bit Embedded Evaluation Board

    merott

    1 Comment

    1 Star


  • ESP32-WROOM-32E Reference Design i83J

    ESP32-WROOM-32E Reference Design i83J

    This project is a reference design for an ESP32-WROOM-32E based device. It features USB-C for power and data transfer, onboard voltage regulation, and multiple peripheral connections. It also includes a CH340C for USB to serial conversion #referenceDesign #project #ESP32 #ESP32WROOM #RF #WIFI #MCU #referenceDesign #simple-embedded #espressif #template #reference-design

    percyivan

    1 Comment

    1 Star


  • KontrolSound Keyboard PCB

    KontrolSound Keyboard PCB

    Basic project template for RP2040 MCU from Raspberry Pi Pico Development board #RaspberryPi #Raspberry #Pi #RPi #Pico #template #project #project-template

    giulioz

    1 Comment

    1 Star


  • Brainstorm a new project with AI [Example]

    Brainstorm a new project with AI [Example]

    MCU Footprint Update – Verified with No New DRC Violations

    loreslady

    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

    prishvin

    1 Star


  • WiFi RF-ID lock reference design g7u8 eb3f

    WiFi RF-ID lock reference design g7u8 eb3f

    This project is a WiFi RF-ID Lock, which uses a Espressif ESP-8684 microcontroller for WiFi connectivity and a Handson Technology RC522 for RF-ID functionality. It also includes an OLED display and user control via a switch. A step-up power converter ensures consistent 3.3V power. #WiFi #MCU #ReferenceDesign #project #ESP8684 #lock #OLED #referenceDesign #simple-embedded #espressif #template #reference-design

    andresroa

    1 Star


  • Pet Tracker Device

    Pet Tracker Device

    This is a Pet Tracker Reference Design based on STM32L4. Tracker connects with network by SIM800L module connected to the STM. Also MCU connected to the GPS by uart and send data to server #STM32 #GPS #G4 #G3 #LTE #IoT #Tracker #smartHomeDevices #referenceDesign #edge-computing #edgeComputing #stm #template #referenceDesign

    jarata

    1 Star


  • RPi PICO Stepper Motor Driver

    RPi PICO Stepper Motor Driver

    A precise stepper motor controller using the RP2350A MCU (Raspberry Pico 2) and L297/L298N drivers for two-phase bipolar motors. Great for robotics and automation applications. #RP2350 #Pico2 #StepperMotorDriver #L297 #L298N #Robotics #Automation #MotorControl

    vasy_skral

    &

    jharwinbarrozo

    1 Star


  • Sendtra-0ne-B1

    Sendtra-0ne-B1

    Basic project template for RP2040 MCU from Raspberry Pi Pico Development board #RaspberryPi #Raspberry #Pi #RPi #Pico #template #project #project-template

    anmolkingk

    1 Star


  • ESP32-WROOM-32UE Reference Design

    ESP32-WROOM-32UE Reference Design

    This project is a reference design for an ESP32-WROOM-32UE based device. It features USB-C for power and data transfer, onboard voltage regulation, and multiple peripheral connections. It also includes a CH340C for USB to serial conversion #referenceDesign #project #ESP32 #ESP32WROOM #RF #WIFI #MCU #referenceDesign #simple-embedded #espressif #template #reference-design

    mkinney

    1 Star


  • Arduino Nano

    Arduino Nano

    ATmega328 Arduino Nano series AVR MCU 8-Bit Embedded Evaluation Board

    makis

    1 Star


  • ESP32-WROOM-32E Reference Design

    ESP32-WROOM-32E Reference Design

    This project is a reference design for an ESP32-WROOM-32E based device. It features USB-C for power and data transfer, onboard voltage regulation, and multiple peripheral connections. It also includes a CH340C for USB to serial conversion #referenceDesign #project #ESP32 #ESP32WROOM #RF #WIFI #MCU #referenceDesign #simple-embedded #espressif #template #reference-design

    ariasdmk

    1 Star


  • ESP32-WROOM-32E Reference Design vg4Y

    ESP32-WROOM-32E Reference Design vg4Y

    This project is a reference design for an ESP32-WROOM-32E based device. It features USB-C for power and data transfer, onboard voltage regulation, and multiple peripheral connections. It also includes a CH340C for USB to serial conversion #referenceDesign #project #ESP32 #ESP32WROOM #RF #WIFI #MCU #referenceDesign #simple-embedded #espressif #template #reference-design

    veda2005

    1 Star


  • Model-flaky

    Model-flaky

    Arduino Template based on ATMEGA328P-MU. This MCU is used in Arduino UNO Rev. 3, Arduino Nano V3.0, and some other. This template is a good starting point for your Arduino based project.

    dacre

    &

    jeffwilde-flux
    noellynsalmon944388
    sheelahchocolatequigonjinn831858
    +14

    1 Star


  • Raspberry Pi Pico MCU RP2350A NO memory Module 1e1c

    Raspberry Pi Pico MCU RP2350A NO memory Module 1e1c

    This is a module/sub-layout for a quick design Raspberry Pi Pico-based project. MCU RP2350A without FLASH Memory. The minimal size for resistors and capacitors is 0402, which makes it easier to hand-solder and cheaper for a PCB manufacturer to assemble. All components have manufacturer part numbers. #Raspberry #Pi #Pico #MCU #RP2350A #Module #reusable #module #simple-embedded #sublayout #polygon

    vasy_skral


  • schematic of the Pulses through MCU

    schematic of the Pulses through MCU

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

    marigilligan19

    57 Comments


  • MCU mosfet control

    MCU mosfet control

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

    sharkovios

    18 Comments


  • Programador AVR MCU 8bits

    Programador AVR MCU 8bits

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

    cristian84

    1 Comment


  • rp2040 mcu

    rp2040 mcu

    Learn how to design PCBs faster with generative AI in this 20 minute hands-on tutorial. You’ll learn how to use Flux Copilot, an AI-powered hardware design assistant, to research parts, review your design, and even connect components. https://youtu.be/FL7e0OXTLic

    peekaaso


  • SECONDARY NODE WITH LoRa (NODE MCU)

    SECONDARY NODE WITH LoRa (NODE MCU)

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

    misty26

    &

    picklejarb0b


  • Real CDR working

    Real CDR working

    This is a module of ESP32-S3-WROOM-1. The board has 3 LEDs, USB C for firmware, EN and BOOT buttons, and 2 IO connectors for development #IoT #WiFi #MCU #RF #ESP32 #part #reusable #module #simple-embedded #espressif #sublayout

    team9

    65 Comments


  • 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

    markwuflux

    &

    vasy_skral
    vidhyavyas
    tamar.amaranth.barriss.offee817676
    +3

    55 Comments


  • ESP32-S2-MINI-2 Reference Design

    ESP32-S2-MINI-2 Reference Design

    This project is a reference design for an ESP32-S2-MINI-2 based device. It features USB-C for power and data transfer, onboard voltage regulation, and multiple peripheral connections. It also includes a CH340C for USB to serial conversion #referenceDesign #project #ESP32 #ESP32S2 #RF #WIFI #MCU #referenceDesign #simple-embedded #espressif #template

    srproyectisgood

    &

    jayro
    carlos0902
    manya-lime444005
    +4

    52 Comments


  • Arduino Micro Template

    Arduino Micro Template

    Template for ATmega32U4 Arduino Micro AVR® ATmega AVR MCU 8-Bit Embedded Evaluation Board #project-template #template #arduino #micro

    noukka

    40 Comments


  • ABX00027 Template

    ABX00027 Template

    Template for ABX00027. ATSAMD21G18A Arduino Nano 33 IoT SAM D ARM® Cortex®-M0+ MCU 32-Bit Embedded Evaluation Board #project-template #template

    deucebot22

    39 Comments


  • Arduino Nano RP2040

    Arduino Nano RP2040

    Arduino Nano RP2040 Connect with Headers - ARM® Cortex®-M0+ MCU 32-Bit Embedded Evaluation Board #template #part

    texe07

    31 Comments


  • Arduino Mega2560

    Arduino Mega2560

    ATmega2560 Arduino Mega2560 AVR® ATmega AVR MCU 8-Bit Embedded Evaluation Board WITHOUT 3D model #Arduino #mega #2560 #ATMEGA2560 #template #project #project-template #Shield

    under22

    29 Comments


  • ESP32-S3-WROOM-1 Reference Design iYm8

    ESP32-S3-WROOM-1 Reference Design iYm8

    This project is a reference project for ESP32-S3-WROOM-1 to develop your IoT ideas. The board has 3 LEDs, USB C for firmware, EN and BOOT buttons, and 2 IO connectors for development #IoT #WiFi #MCU #RF #ESP32 #project #referenceDesign #simple-embedded #espressif #template #reference-design

    programpro23

    28 Comments


  • WiFi Camera with Motion Detection Reference Design oYrh

    WiFi Camera with Motion Detection Reference Design oYrh

    This project is a WiFi Camera with Motion Detection, utilizing ESP32-CAM module and HC-SR501 PIR sensor. The camera is activated by the sensor's output. The system also includes power regulation and communication headers for setup and control. #WiFi #MCU #PIR #ReferenceDesign #project #ESP32 #camera #referenceDesign #edgeComputing #espressif #template #reference-design

    dimitrimch

    27 Comments


  • ESP32-WROOM-32E Reference Design

    ESP32-WROOM-32E Reference Design

    This project is a reference design for an ESP32-WROOM-32E based device. It features USB-C for power and data transfer, onboard voltage regulation, and multiple peripheral connections. It also includes a CH340C for USB to serial conversion #referenceDesign #project #ESP32 #ESP32WROOM #RF #WIFI #MCU #referenceDesign #simple-embedded #espressif #template #reference-design

    darklegacy

    26 Comments


  • ESP32-WROOM-32E Reference Design

    ESP32-WROOM-32E Reference Design

    This project is a reference design for an ESP32-WROOM-32E based device. It features USB-C for power and data transfer, onboard voltage regulation, and multiple peripheral connections. It also includes a CH340C for USB to serial conversion #referenceDesign #project #ESP32 #ESP32WROOM #RF #WIFI #MCU #referenceDesign #simple-embedded #espressif #template #reference-design

    maurimaceo

    25 Comments


  • ESP32-WROOM-32E Reference Design

    ESP32-WROOM-32E Reference Design

    This project is a reference design for an ESP32-WROOM-32E based device. It features USB-C for power and data transfer, onboard voltage regulation, and multiple peripheral connections. It also includes a CH340C for USB to serial conversion #referenceDesign #project #ESP32 #ESP32WROOM #RF #WIFI #MCU #referenceDesign #simple-embedded #espressif #template #reference-design

    koldewaj

    24 Comments


  • ESP32-WROOM-32E Reference Design 8bqa

    ESP32-WROOM-32E Reference Design 8bqa

    This project is a reference design for an ESP32-WROOM-32E based device. It features USB-C for power and data transfer, onboard voltage regulation, and multiple peripheral connections. It also includes a CH340C for USB to serial conversion #referenceDesign #project #ESP32 #ESP32WROOM #RF #WIFI #MCU #simpleEmbedded #espressif #template

    idioma

    23 Comments


  • ESP32-WROOM-32E Reference Design

    ESP32-WROOM-32E Reference Design

    This project is a reference design for an ESP32-WROOM-32E based device. It features USB-C for power and data transfer, onboard voltage regulation, and multiple peripheral connections. It also includes a CH340C for USB to serial conversion #referenceDesign #project #ESP32 #ESP32WROOM #RF #WIFI #MCU #referenceDesign #simple-embedded #espressif #template #reference-design

    marcos080589

    21 Comments


  • ESP32-S2-MINI-1U Reference Design 3DhM

    ESP32-S2-MINI-1U Reference Design 3DhM

    This project is a reference design for an ESP32-S2-MINI-1U based device. It features USB-C for power and data transfer, onboard voltage regulation, and multiple peripheral connections. It also includes a CH340C for USB to serial conversion #referenceDesign #project #ESP32 #ESP32S2 #RF #WIFI #MCU #referenceDesign #simple-embedded #espressif #template #reference-design

    perseus

    21 Comments


  • ESP32-WROOM-32E Reference Design pHDK

    ESP32-WROOM-32E Reference Design pHDK

    This project is a reference design for an ESP32-WROOM-32E based device. It features USB-C for power and data transfer, onboard voltage regulation, and multiple peripheral connections. It also includes a CH340C for USB to serial conversion #referenceDesign #project #ESP32 #ESP32WROOM #RF #WIFI #MCU #simpleEmbedded #espressif #template

    peinore

    20 Comments


  • ESP32-WROOM-32E Reference Design

    ESP32-WROOM-32E Reference Design

    This project is a reference design for an ESP32-WROOM-32E based device. It features USB-C for power and data transfer, onboard voltage regulation, and multiple peripheral connections. It also includes a CH340C for USB to serial conversion #referenceDesign #project #ESP32 #ESP32WROOM #RF #WIFI #MCU #referenceDesign #simple-embedded #espressif #template #reference-design

    pb220220

    20 Comments


  • ESP32-WROOM-32E Reference Design

    ESP32-WROOM-32E Reference Design

    This project is a reference design for an ESP32-WROOM-32E based device. It features USB-C for power and data transfer, onboard voltage regulation, and multiple peripheral connections. It also includes a CH340C for USB to serial conversion #referenceDesign #project #ESP32 #ESP32WROOM #RF #WIFI #MCU #referenceDesign #simple-embedded #espressif #template #reference-design

    chcortez

    20 Comments


  • ESP32-WROOM-32E Reference Design

    ESP32-WROOM-32E Reference Design

    This project is a reference design for an ESP32-WROOM-32E based device. It features USB-C for power and data transfer, onboard voltage regulation, and multiple peripheral connections. It also includes a CH340C for USB to serial conversion #referenceDesign #project #ESP32 #ESP32WROOM #RF #WIFI #MCU #referenceDesign #simple-embedded #espressif #template #reference-design

    sara90319

    &

    pippy.copper102496
    hyacintha_purple688674

    20 Comments


  • ESP32-WROOM-32E Reference Design bP6H

    ESP32-WROOM-32E Reference Design bP6H

    This project is a reference design for an ESP32-WROOM-32E based device. It features USB-C for power and data transfer, onboard voltage regulation, and multiple peripheral connections. It also includes a CH340C for USB to serial conversion #referenceDesign #project #ESP32 #ESP32WROOM #RF #WIFI #MCU #referenceDesign #simple-embedded #espressif #template #reference-design

    raedbenromdhane

    19 Comments


  • ESP-WROOM-02U Reference Design

    ESP-WROOM-02U Reference Design

    This project is a reference design for an ESP-WROOM-02U based device. It features USB-C for power and data transfer, onboard voltage regulation, and multiple peripheral connections. It also includes a CH340C for USB to serial conversion #referenceDesign #project #ESP8266 #WROOM #RF #WIFI #MCU #referenceDesign #simple-embedded #espressif #template #reference-design

    tanishq1

    19 Comments