• Raspberry Pi Pico Shield Template

    Raspberry Pi Pico Shield Template

    Explore the Raspberry Pi Pico Template Unleash the power of these flexible microcontroller boards, starting at just $4. The Raspberry Pi Pico series features a range of compact, high-performance boards powered by the RP2040 chip. #project-template #template #raspberry #pi #pico

    jharwinbarrozo

    169 Comments

    13 Stars


  • RT1062 Teensy 4.1 Template

    RT1062 Teensy 4.1 Template

    Template for RT1062 Teensy 4.1 series ARM® Cortex®-M7 MPU Embedded Evaluation Board #template #project-template

    jharwinbarrozo

    51 Comments

    6 Stars


  • Raspberry Pi Pico Template

    Raspberry Pi Pico Template

    Here's your template for the famous Raspberry Pi Pico Powerful, flexible microcontroller boards, available from $4 The Raspberry Pi Pico series is a range of tiny, fast, and versatile boards built using RP2040 #project-template #template #raspberry #pi #pico

    raspberrypi

    &

    nico

    1 Comment

    5 Stars


  • [Example] STM32F4x Preliminary Design

    [Example] STM32F4x Preliminary Design

    A preliminary design for developing SMT32F4x series based project that’ll help you get started faster.

    jharwinbarrozo

    7 Comments

    3 Stars


  • [Example] STM32F4x Preliminary Design

    [Example] STM32F4x Preliminary Design

    A preliminary design for developing SMT32F4x series based project that’ll help you get started faster.

    bujones

    2 Stars


  • Synthetic Personnel: The New Ash Series

    Synthetic Personnel: The New Ash Series

    Introducing the next generation of synthetic crew members, designed for empathy and complex problem-solving, with advanced fail-safes to prevent malfunctions.

    weyland-yutani

    &

    markwuflux

    1 Star


  • Webcam & TouchKey Laptop PCB

    Webcam & TouchKey Laptop PCB

    This project involves designing a PCB for the lid assembly of an open-source laptop. The design integrates various sensors, including a microphone, camera, and ambient light sensor, ensuring precise alignment with the display glass. It features touch sensors to control LED lighting, spring-loaded contacts for touch-key interaction, and 3D-printed light diffusers for efficient lighting. Additionally, the PCB includes a power management system with status LEDs and a PFC for connecting to the external laptop PCB. The goal is to create a versatile, upgradeable, and user-friendly component for the laptop's lid. Specific parts of the project include 1. Microphone - Audio input capture 2. Ambient Light Sensor Module - Light intensity measurement 3. Camera - Video capture 4. LDO Regulators (3 TLV74 Series) - Voltage regulation for different components 5. Crystal - Clock generation 6. Touch Sensor Controller - Touch-key interaction 7. Flip-Flop - State keeping in logic circuits 8. LEDs (LTRBR37G Series) - Lighting indication 9. FPC Connector - Interface with main laptop PCB

    collinsemasi

    15 Comments

    1 Star


  • New Part Template pfZM

    New Part Template pfZM

    A simple voltage divider to showcase how to make parts. A voltage divider is a simple circuit which turns a large voltage into a smaller one. Using just two series resistors and an input voltage, we can create an output voltage that is a fraction of the input. Voltage dividers are one of the most fundamental circuits in electronics.

    mcnoodles

    9 Comments

    1 Star


  • 1117-3.3 SUB-LAYOUT

    1117-3.3 SUB-LAYOUT

    The AMS1117 series of adjustable and fixed voltage regulators are designed to provide 1A output current and to operate down to 1V input-to-output differential.

    natarius

    3 Comments

    1 Star


  • [Example] STM32F4x Preliminary Design

    [Example] STM32F4x Preliminary Design

    A preliminary design for developing SMT32F4x series based project that’ll help you get started faster.

    1 Comment

    1 Star


  • [Example] STM32F4x Preliminary Design

    [Example] STM32F4x Preliminary Design

    A preliminary design for developing SMT32F4x series based project that’ll help you get started faster.

    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

    1 Comment

    1 Star


  • [Example] STM32F4x Preliminary Design

    [Example] STM32F4x Preliminary Design

    A preliminary design for developing SMT32F4x series based project that’ll help you get started faster.

    1 Comment

    1 Star


  • Raspberry Pi Pico Shield Template

    Raspberry Pi Pico Shield Template

    Here's your template for the famous Raspberry Pi Pico Powerful, flexible microcontroller boards, available from $4 The Raspberry Pi Pico series is a range of tiny, fast, and versatile boards built using RP2040 #project-template #template #raspberry #pi #pico

    1 Comment

    1 Star


  • model-test

    model-test

    Explore the Raspberry Pi Pico Template Unleash the power of these flexible microcontroller boards, starting at just $4. The Raspberry Pi Pico series features a range of compact, high-performance boards powered by the RP2040 chip. #project-template #template #raspberry #pi #pico

    1 Comment

    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


  • Bus Servo Driver Board for Seeed Studio XIAO

    Bus Servo Driver Board for Seeed Studio XIAO

    The Bus Servo Driver Board supports ST/SC series servos with UART and USB dual modes. It features a 2P 3.5mm screw terminal and is compatible with the Seeed Studio XIAO ecosystem. Ideal for robotic arms and multi-legged robots, it ensures rapid prototyping and precise control.

    &

    1 Star


  • test part template

    test part template

    A simple voltage divider to showcase how to make parts. A voltage divider is a simple circuit which turns a large voltage into a smaller one. Using just two series resistors and an input voltage, we can create an output voltage that is a fraction of the input. Voltage dividers are one of the most fundamental circuits in electronics.

    &

    1 Star


  • [Example] STM32F4x Preliminary Design

    [Example] STM32F4x Preliminary Design

    A preliminary design for developing SMT32F4x series based project that’ll help you get started faster.

    1 Star


  • [Example] STM32F4x Preliminary Design

    [Example] STM32F4x Preliminary Design

    A preliminary design for developing SMT32F4x series based project that’ll help you get started faster.

    1 Star


  • [Example] STM32F4x Preliminary Design

    [Example] STM32F4x Preliminary Design

    A preliminary design for developing SMT32F4x series based project that’ll help you get started faster.

    1 Star


  • Walkie-Talkie circuit

    Walkie-Talkie circuit

    A simple walkie-talkie circuit running off an Arduino Nano. Utilizes a BJT to amplify the microphone voltage and transmits the radio signal through a nRF24L01 series Transceiver.

    1 Star


  • [Example] STM32F4x Preliminary Design

    [Example] STM32F4x Preliminary Design

    A preliminary design for developing SMT32F4x series based project that’ll help you get started faster.

    1 Star


  • [Example] STM32F4x Preliminary Design

    [Example] STM32F4x Preliminary Design

    A preliminary design for developing SMT32F4x series based project that’ll help you get started faster.

    1 Star


  • [Example] STM32F4x Preliminary Design

    [Example] STM32F4x Preliminary Design

    A preliminary design for developing SMT32F4x series based project that’ll help you get started faster.

    1 Star


  • [Example] STM32F4x Preliminary Design

    [Example] STM32F4x Preliminary Design

    A preliminary design for developing SMT32F4x series based project that’ll help you get started faster.

    1 Star


  • Arduino Nano

    Arduino Nano

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

    1 Star


  • [Example] STM32F4x Preliminary Design

    [Example] STM32F4x Preliminary Design

    A preliminary design for developing SMT32F4x series based project that’ll help you get started faster.

    1 Star


  • PIC18F4550-I-P

    PIC18F4550-I-P

    PIC series Microcontroller IC 8-Bit 48MHz 32KB (16K x 16) FLASH 40-PDIP #CommonPartsLibrary #IntegratedCircuits #Microcontrollers #PIC18F4550

    1 Star


  • [Example] STM32F4x Preliminary Design

    [Example] STM32F4x Preliminary Design

    A preliminary design for developing SMT32F4x series based project that’ll help you get started faster.

    1 Star


  • [Example] STM32F4x Preliminary Design

    [Example] STM32F4x Preliminary Design

    A preliminary design for developing SMT32F4x series based project that’ll help you get started faster.

    1 Star


  • NRF24L01 shield

    NRF24L01 shield

    Universal shield for Nucleo-32 series STM32 boards and Arduino Nano with NRF24L01 on board #template #project #arduino #shield #nucleo

    1 Star


  • [Example] STM32F4x Preliminary Design

    [Example] STM32F4x Preliminary Design

    A preliminary design for developing SMT32F4x series based project that’ll help you get started faster.

    1 Star


  • Raspberry Pi Pico Shield Template vsj3

    Raspberry Pi Pico Shield Template vsj3

    Here's your template for the famous Raspberry Pi Pico Powerful, flexible microcontroller boards, available from $4 The Raspberry Pi Pico series is a range of tiny, fast, and versatile boards built using RP2040 #project-template #template #raspberry #pi #pico

    1 Star


  • [Example] STM32F4x Preliminary Design

    [Example] STM32F4x Preliminary Design

    A preliminary design for developing SMT32F4x series based project that’ll help you get started faster.

    1 Star


  • MAX31865 Temperature Sensor Template

    MAX31865 Temperature Sensor Template

    High-Frequency Full-Bridge Series-Resonant Converter with LM331 and TL431-Based Inverse-Control System for 330–385V HV DC Bus Regulation

    1 Star


  • SPDT SRD Series Form C

    SPDT SRD Series Form C

    General Purpose 5VDC SPDT Non Latching Through Hole Power Relays ROHS SPDT SRD Series Form C

    7 Comments


  • ZED-F9P series GNSS Template

    ZED-F9P series GNSS Template

    ZED-F9P series GNSS (Beidou, Galileo, GLONASS, GPS) Evaluation Board #EvaluationBoard #ZED-F9P #GPS #project #template

    1 Comment


  • ZED-F9P series GNSS Template

    ZED-F9P series GNSS Template

    ZED-F9P series GNSS (Beidou, Galileo, GLONASS, GPS) Evaluation Board #EvaluationBoard #ZED-F9P #GPS #project #template

    1 Comment


  • SPDT SRD Series Form C

    SPDT SRD Series Form C

    General Purpose 5VDC SPDT Non Latching Through Hole Power Relays ROHS SPDT SRD Series Form C


  • 2 through-hole in parallel and series

    2 through-hole in parallel and series

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

    jharwinbarrozo

    1 Comment


  • JHS 3 SERIES FUZZ

    JHS 3 SERIES FUZZ

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


  • 12 V Series Solar Project

    12 V Series Solar Project

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


  • create a series circuit, which has a resistor, a diode, an LED diode, and a 5v source

    create a series circuit, which has a resistor, a diode, an LED diode, and a 5v source

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


  • Basic Series circuit

    Basic Series circuit

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


  • LR1121

    LR1121

    The component under discussion is designed for advanced electronic systems, targeting applications that require reliable connectivity and precise data acquisition. Engineered by SEMTECH, a leader in high-performance analog and mixed-signal semiconductors and advanced algorithms, this module showcases its prowess in the realm of wireless technology. It incorporates the LR112x series chips, specifically mentioning the LR1120 and LR1121, which are notable for their low power consumption and robustness in communication capabilities. These chips cater to a variety of frequency bands, with explicit mentions of R915 and R868, indicating their suitability for a broad range of geographical regions and regulatory requirements. This module is particularly designed with an eye towards innovation in the domain of Internet of Things (IoT) applications, offering features that ensure seamless integration into existing technology with an emphasis on ease of deployment and operational efficiency. Key features highlighted include multiple onboard antennae options such as ANT_GNSS and ANT_WIFI, ensuring comprehensive connectivity solutions for different environmental and application requirements. Also notable is the mention of a VOD_RADIO and the inclusion of interfaces like SPI and BUSY signaling, underscoring the component's flexibility in system integration and communication protocol support. Furthermore, SEMTECH references specific considerations for design and regulatory compliance, indicating the component's targeted use in professional grade equipment and scenarios. The datasheet also hints at an evaluation-focused approach, with designations like "For evaluation only" and remarks on FCC approval status, suggesting that this component is positioned for development and testing in cutting-edge wireless applications. This focus on flexibility, regulatory compliance, and advanced connectivity options positions SEMTECH's component as a crucial asset for designers and engineers looking to innovate in the IoT and wireless communication sectors.

    &

    24 Comments


  • RT1062 Teensy 4.1 Template

    RT1062 Teensy 4.1 Template

    Template for RT1062 Teensy 4.1 series ARM® Cortex®-M7 MPU Embedded Evaluation Board #template #project-template

    20 Comments


  • LED Chaser

    LED Chaser

    LED Chaser with 555 timer that sequentially lights up a series of LEDs in a chaser pattern. Adjustable using a potentiometer.

    18 Comments


  • Raspberry Pi Pico Shield Template

    Raspberry Pi Pico Shield Template

    Explore the Raspberry Pi Pico Template Unleash the power of these flexible microcontroller boards, starting at just $4. The Raspberry Pi Pico series features a range of compact, high-performance boards powered by the RP2040 chip. #project-template #template #raspberry #pi #pico

    17 Comments


  • [Example] STM32F4x Preliminary Design

    [Example] STM32F4x Preliminary Design

    A preliminary design for developing SMT32F4x series based project that’ll help you get started faster.

    14 Comments