• USB Security Token

    USB Security Token

    This design implements a USB security token powered by an STM32 microcontroller. The device is engineered for compactness and efficient PCB integration while ensuring robust security features. Key elements of the design include: - **Microcontroller Core:** A STM32F103T8U6 serves as the primary processing unit, handling USB communication and security protocols. - **USB Interface:** A USB-A plug provides connectivity to the host. Dedicated net portals ensure proper routing of the VBUS, D+, D–, and ground signals. - **Power Regulation:** A low-dropout regulator supplies a stable 3.3V operating voltage, ensuring low noise and proper current supply to the microcontroller and peripherals. - **Signal Conditioning and EMI Filtering:** An EMI filter is used to maintain signal integrity and reduce interference while preserving the security token’s functionality. - **Synchronous Elements:** A ceramic resonator is incorporated to provide a precise clock source for USB data transfer and microcontroller operations. - **Additional Components:** Surface-mount resistors, capacitors, and LED indicators are deployed to ensure proper conditioning, decoupling, and status feedback. Their compact 0402 packages facilitate a highly integrated design. - **Connectivity and Net Portals:** Custom net portals are used throughout the schematic to streamline connectivity and PCB layout, keeping the design modular and easy to modify. This USB security token is designed with industry-standard components and robust connectivity to ensure secure, reliable operation in portable security applications. #USBToken #STM32 #PCBDesign #SecurityTechnology #PortableSecurity #Microcontrollers #USBInterface #PowerRegulation #EMIProtection #CompactDesign

    jharwinbarrozo

    +

    U

    2 months ago

    0 Uses

    255 Comments

    30 Stars


  • HC32L110B6YA-CSP16 breakout board

    HC32L110B6YA-CSP16 breakout board

    Discover the benefits of the HC32L110 microcontroller with our compact and versatile breakout board, designed to streamline development and testing for various applications. This user-friendly solution offers essential components like decoupling capacitors, a 32MHz crystal oscillator, and accessible power supply connections. The breakout board also features 0.1" pitch connectors, allowing for easy integration of I/O pins into any project. Unlock the full potential of the HC32L110B6YA-CSP16 microcontroller for rapid prototyping and smooth deployment with our ingeniously designed breakout board.

    +

    U

    a year ago

    0 Uses

    53 Comments

    6 Stars


  • MAX1551 Reference Design

    MAX1551 Reference Design

    This project is a battery charging circuit utilizing a MAX1551 chip. It features a USB and DC power input, with LED status indicators. The design is outfitted with necessary decoupling capacitors and resistors to ensure smooth operation. #project #Template #charger #referenceDesign #batterycharger #MAX1551 #template #bms #analog

    3 years ago

    0 Uses

    1 Comment

    1 Star


  • RP2040 Template

    RP2040 Template

    This project is a template for projects involving RP2040. It consists of the chip, the decoupling capacitors, the crystal oscillator and the flash memory. #raspberryPi #rp2040 #template

    2 years ago

    0 Uses

    1 Comment

    1 Star


  • ThirstIQ Cap

    ThirstIQ Cap

    High-level recreation of the ThirstIQ Cap wiring diagram using an ESP32-WROOM-32 with AMS1117-3.3 regulated battery input, inline ON/OFF switch, four touch input headers on IO32/IO33/IO25/IO26, shared I2C OLED and RTC on IO21/IO22, UART debug/programming header on TXD0/RXD0, BOOT and RESET pushbuttons on IO0 and EN, buzzer on IO4, common 3V3/GND distribution, and PCB preparation for a 160 mm x 100 mm 4-layer layout. Layout intent includes clean 3.3 V power distribution, local decoupling for regulator and ESP32, accessible external headers/buttons, short clean BOOT/EN traces, shared I2C routing, touch-signal separation from noisy power and buzzer traces, and ESP32 antenna keepout.

    4 months ago

    0 Uses

    0 Comments

    1 Star


  • Bluetooth RC Car Controller

    Bluetooth RC Car Controller

    Bluetooth RC car controller using ESP32-WROOM-32E, TB6612FNG dual H-bridge, XL4015 5V buck module, DC barrel battery input, dual 2-pin motor screw terminals, 1000uF VM bulk capacitor, 100nF decoupling, 10k EN pull-up, 30 mil power traces, 10 mil signal traces, and ESP32 antenna edge keep-out.

    5 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

    a year ago

    0 Uses

    0 Comments

    1 Star


  • GP2Y0D805Z0F Reference Design

    GP2Y0D805Z0F Reference Design

    This project is a distance detecting sensor circuit build around GP2Y0D805Z0F IC from SHARP/Socle Technology. It includes decoupling capacitors, feedback resistors, and a LED for signal indication, with power being supplied via the J1 connector. #referenceDesign #industrialsensing #sharp #template #reference-design

    0 Uses

    0 Comments

    1 Star


  • GP2Y0D805Z0F Reference Design

    GP2Y0D805Z0F Reference Design

    This project is a distance detecting sensor circuit build around GP2Y0D805Z0F IC from SHARP/Socle Technology. It includes decoupling capacitors, feedback resistors, and a LED for signal indication, with power being supplied via the J1 connector. #referenceDesign #industrialsensing #sharp #template #reference-design

    +

    U

    3 years ago

    0 Uses

    0 Comments

    1 Star


  • ESPRSSO32 Smart Scale - TEST1 Decoupling Cap [no route example]

    ESPRSSO32 Smart Scale - TEST1 Decoupling Cap [no route example]

    Learn how to use AI Auto Layout on this ESP32 Espresso Smart Scale! In one click you’ll see AI Auto Layout perform magic. Pay close attention to how we recommend creating rulesets, zones, and fanouts. By copying the setup in this example on your own project, you’ll have a fully routed board in no time!

    3 months ago

    0 Uses

    0 Comments

    0 Stars


  • P-001_AnandKumar_IOTSentinels

    P-001_AnandKumar_IOTSentinels

    This Gerber file contains the necessary information for fabricating the PCB design of a Bluetooth-enabled headphone. The design includes multiple layers, showcasing the electrical connections and component placements on both the top and bottom layers. Top Layer (Copper traces and components): The top copper layer is primarily responsible for routing the signals from key components such as the ESP32 module, MAX98357A audio amplifier, and the microphone. The ESP32 module, responsible for Bluetooth communication, is positioned centrally to optimize signal flow and minimize interference. Decoupling capacitors (100nF) are placed near critical components to ensure signal stability and noise suppression. Audio signal paths, as well as power distribution, are carefully routed to prevent cross-talk and ensure high-quality sound. Bottom Layer (Copper traces): The bottom layer contains the ground plane and additional routing for power and signal connections. The charging module (TP4056) and voltage regulator (AMS1117) are placed to manage power distribution, ensuring stable battery charging and regulated output for the ESP32 and other components. Connections to external interfaces such as the MicroSD breakout and auxiliary input are routed efficiently to avoid conflicts. Additional Components: All critical components are labeled, including decoupling capacitors (100nF) and resistors where needed, as well as external interfaces like the MicroSD card breakout. Mounting holes are provided for secure installation in a headphone casing, ensuring the board can be integrated seamlessly into the final product. The PCB is designed to minimize noise, with short signal paths and proper grounding for high-fidelity audio performance. This Gerber file ensures accurate manufacturing by containing data for copper layers, silkscreen, solder mask, and drill files.

    +

    U
    U
    U

    2 years ago

    0 Uses

    23 Comments

    0 Stars


  • BHI160B Reference design

    BHI160B Reference design

    This project is a reference design for the BHI160B sensor featuring an I2C interface with QWIIC and pin headers. The design includes decoupling capacitors and pull-up resistors for signal integrity. It's powered by a 3.3V supply. #referenceDesign #project #sensor #accelerometer #BHI160B #referenceDesign #imu #stm #template #reference-design

    +

    U

    3 years ago

    0 Uses

    15 Comments

    0 Stars


  • LTC4054 Reference Design

    LTC4054 Reference Design

    This project is a Lithium-ion battery charger circuit utilizing the LTC4054 integrated circuit. It includes input and output connectors, a charging current programming resistor, decoupling capacitors, and a charge status indicator LED. The design can deliver up to 800mA charge current. #project #Template #charger #referenceDesign #batterycharger #template #bms #analog #reference-design #polygon

    +

    U

    5 months ago

    0 Uses

    4 Comments

    0 Stars


  • ESP32-H2-WROOM-03 Reference Design e57n rokC

    ESP32-H2-WROOM-03 Reference Design e57n rokC

    This project is an IoT development board based on the ESP32-H2-WROOM-03 module, featuring USB-C connectivity for power and communication. The board also includes two buttons, several decoupling capacitors, and a couple of connectors for peripheral connections. The onboard USB-to-UART bridge facilitates communication with a host device. #referenceDesign #esp32 #iot #esp32-h2 #project #template #reference-design

    2 years ago

    0 Uses

    3 Comments

    0 Stars


  • STC4054 Module

    STC4054 Module

    This project is a Lithium-ion battery charger circuit utilizing the STC4054 integrated circuit. It includes input and output connectors, a charging current programming resistor, decoupling capacitors, and a charge status indicator LED. The design can deliver up to 800mA charge current. #project #Template #charger #reusable #module #batterycharger #template #bms #STC4054 #stm

    2 years ago

    0 Uses

    3 Comments

    0 Stars


  • ESP32-H2-WROOM-03 Reference Design r7tP

    ESP32-H2-WROOM-03 Reference Design r7tP

    This project is an IoT development board based on the ESP32-H2-WROOM-03 module, featuring USB-C connectivity for power and communication. The board also includes two buttons, several decoupling capacitors, and a couple of connectors for peripheral connections. The onboard USB-to-UART bridge facilitates communication with a host device. #referenceDesign #esp32 #iot #esp32-h2 #project #template #reference-design

    2 years ago

    0 Uses

    3 Comments

    0 Stars


  • MCP73844 Reference Design

    MCP73844 Reference Design

    This project is a Advanced Dual Cell Lithium-Ion/Lithium-Polymer Charge Management Controllers utilizing the MCP73844 integrated circuit. It includes input and output connectors, a charging current programming resistor, decoupling capacitors, and a charge status indicator LED. #project #Template #charger #MCP73844 #2cell #referenceDesign #batterycharger #template #bms #microchip #reference-design

    a year ago

    0 Uses

    1 Comment

    0 Stars


  • MAX1551 Reference Design

    MAX1551 Reference Design

    This project is a battery charging circuit utilizing a MAX1551 chip. It features a USB and DC power input, with LED status indicators. The design is outfitted with necessary decoupling capacitors and resistors to ensure smooth operation. #project #Template #charger #referenceDesign #batterycharger #MAX1551 #template #bms #analog

    2 years ago

    0 Uses

    1 Comment

    0 Stars


  • MAX1551 Reference Design 6osx

    MAX1551 Reference Design 6osx

    This project is a battery charging circuit utilizing a MAX1551 chip. It features a USB and DC power input, with LED status indicators. The design is outfitted with necessary decoupling capacitors and resistors to ensure smooth operation. #project #Template #charger #referenceDesign #batterycharger #MAX1551 #template #bms #analog

    2 years ago

    0 Uses

    1 Comment

    0 Stars


  • BHI160B Reference design

    BHI160B Reference design

    This project is a reference design for the BHI160B sensor featuring an I2C interface with QWIIC and pin headers. The design includes decoupling capacitors and pull-up resistors for signal integrity. It's powered by a 3.3V supply. #referenceDesign #project #sensor #accelerometer #BHI160B #referenceDesign #imu #stm #template #reference-design

    2 years ago

    0 Uses

    1 Comment

    0 Stars


  • MAX1551 Reference Design

    MAX1551 Reference Design

    This project is a battery charging circuit utilizing a MAX1551 chip. It features a USB and DC power input, with LED status indicators. The design is outfitted with necessary decoupling capacitors and resistors to ensure smooth operation. #project #Template #charger #referenceDesign #batterycharger #MAX1551 #template #bms #analog

    2 years ago

    0 Uses

    1 Comment

    0 Stars


  • LTC4054 Module

    LTC4054 Module

    This project is a Lithium-ion battery charger circuit utilizing the LTC4054 integrated circuit. It includes input and output connectors, a charging current programming resistor, decoupling capacitors, and a charge status indicator LED. The design can deliver up to 800mA charge current. #project #Template #charger #reusable #module #batterycharger #template #bms #analog

    2 years ago

    0 Uses

    1 Comment

    0 Stars


  • Arduino Nano Barebones - SMD  gamH 20f8

    Arduino Nano Barebones - SMD gamH 20f8

    Important Note: You must connect your own SPI/ICSP programming header if you want to burn the Arduino bootloader to the MCU. SMD Manufacturing: Need a hotplate and solderpaste Good to haves: - Oscillator Decoupling Caps Expose UART via connector Programming Button Onboard LED Reset Button You don't have to populate everything! Only these are mandatory: Reset Button Find the reference schematic here: https://www.arduino.cc/en/uploads/Main/ArduinoNano30Schematic.pdf

    0 Uses

    1 Comment

    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


  • ISD1740 Voice Recorder

    ISD1740 Voice Recorder

    ISD1740SY-based voice record/playback circuit with pushbutton controls, LED status indicator, microphone/speaker connections, oscillator/AGC network, and 5V power decoupling.

    +

    U
    U

    2 months ago

    0 Uses

    0 Comments

    0 Stars


Page 1 of 4

Next