• ENVIRONMENTAL EXPOSURE RISK METER

    ENVIRONMENTAL EXPOSURE RISK METER

    Environmental exposure risk measuring device based on ESP32, ultraviolet light (UV) and CO2 gas sensor modules. It has a voltage booster based on MT3608 chip and a solar panel lithium battery charger with MPPT based on CN3791 chip.

    jr98

    3 years ago

    0 Uses

    1 Comment

    31 Stars


  • 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

    +

    U

    25 days ago

    0 Uses

    255 Comments

    30 Stars


  • 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 .

    4 months ago

    0 Uses

    464 Comments

    20 Stars


  • BMS

    BMS

    DIY BMS using ATTINY841-SSU this hardware has a higher balance current, fuse and TVS diode to help with voltage spikes. Most importantly, an external crystal to the micro controller (attiny841) which means the device is more reliable in low voltage situations

    +

    U
    U
    U

    10 days ago

    0 Uses

    157 Comments

    14 Stars


  • ATtiny85 Phone Charge Guard

    ATtiny85 Phone Charge Guard

    The ATtiny45/85 USB Phone Charge Guard regulates charging by monitoring voltage, current, power, and energy, protecting Li-ion batteries.

    3 years ago

    0 Uses

    1 Comment

    7 Stars


  • 8x8 Display with IMU V2

    8x8 Display with IMU V2

    Mixed Voltage Arduino Nano Integration Example on a 4 Layer PCB Changelog/TODO: -Breakout the SPI Bus in a 2.54mm header in a snap off manner -add an IMU -Reorder the rows of the LEDs Tutorials: https://circuitdigest.com/microcontroller-projects/interfacing-max7219-led-dot-matrix-display-with-arduino

    2 years ago

    0 Uses

    14 Comments

    6 Stars


  • [Example] Simulation of AC to DC Converter

    [Example] Simulation of AC to DC Converter

    A simulated circuit that demonstrates how diodes in a bridge configuration convert an AC voltage to DC voltage.

    4 years ago

    0 Uses

    5 Comments

    6 Stars


  • ESP32 Dual Ultrasonic Water Level Monitoring System

    ESP32 Dual Ultrasonic Water Level Monitoring System

    This project is designed to measure water level of two tanks using ultrasonic sensors interfaced with the ESP32 microcontroller. The design leverages the processing power and wireless connectivity of the ESP32 to accurately monitor water levels and support automated water management processes. Key components include two ultrasonic sensors for precise distance measurement, robust voltage regulation using an LM2596 buck converter, and reliable power management circuits. Its modular design approach facilitates easy expansion and integration with other systems, making it an ideal solution for both DIY enthusiasts and professionals in automated fluid control and IoT applications. Firmware: https://github.com/jharwinbarrozo/ESP32-Dual-Ultrasonic-Water-Level-Monitoring-System #ESP32 #UltrasonicSensor #WaterLevelSensor #LM2596 #VoltageRegulator #ModularDesign #IoT #DIYProjects #ElectronicsDesign #automation

    a month ago

    0 Uses

    0 Comments

    6 Stars


  • Buck Boost 3.3V 500mA Physical Module

    Buck Boost 3.3V 500mA Physical Module

    A buck boost converter that can be powered from a Li-Ion battery and output 3.3V @ 500mA. Powered by the TPS63051YFFR and in the same package as a standard Adafruit buck converter. Expect to squeeze around 5-10% SoC from a typical Li-Ion battery. Input Voltage Range: 2.5V to 5.5V Assembled at pcbway.com

    2 years ago

    0 Uses

    0 Comments

    6 Stars


  • ESP32-S2-MINI-1U Reference Design

    ESP32-S2-MINI-1U Reference Design

    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

    +

    U
    U

    4 months ago

    0 Uses

    20 Comments

    5 Stars


  • Strangest LED Blinker TestSite

    Strangest LED Blinker TestSite

    Project Overview: This project is an enhanced LED blinking circuit that goes beyond a simple 555 timer-based design. It incorporates additional features such as random blinking patterns, speed control, and a start/stop function. The project utilizes a microcontroller, such as an Arduino or Raspberry Pi, to control the blinking patterns, speed, and start/stop functionality. LED Blinking: The board features a total of 8 LEDs that blink in various random patterns. When the board is powered on, even before user interaction, the LEDs start blinking randomly, creating an eye-catching display. Each LED has its own current-limiting resistor to ensure proper current flow and prevent damage. The microcontroller is programmed to generate random blinking patterns for the LEDs, ensuring that the LEDs do not blink in a predictable or sequential order. This random blinking adds an element of unpredictability and visual interest to the project. Speed Control: The board includes two speed control buttons that allow the user to adjust the blinking speed of the LEDs. Button 1 is designated as the "fast" button, increasing the blinking speed when pressed, while Button 2 is designated as the "slow" button, decreasing the blinking speed when pressed. The speed control provides a range of blinking speeds, from a slow, gradual blink to a rapid, strobe-like effect. The microcontroller monitors the state of the speed control buttons and adjusts the blinking speed accordingly. Start/Stop Functionality: A third button serves as a start/stop control. When pressed, it toggles the blinking of the LEDs on or off. This allows the user to freeze the blinking pattern at any desired moment or resume the blinking when desired. The microcontroller handles the start/stop functionality by turning the LEDs on or off based on the state of the start/stop button. Manual Speed Adjustment: In addition to the speed control buttons, the board includes a potentiometer or variable resistor. This component allows the user to manually adjust the blinking speed of the LEDs by turning the knob or sliding the control. The manual speed adjustment provides more precise and customizable control over the blinking speed compared to the preset speeds of the buttons. The microcontroller reads the analog value from the potentiometer and adjusts the blinking speed accordingly. Power and Connectivity: The board is powered through a USB-C or USB-micro B connector, allowing it to be easily connected to a power source such as a computer or wall adapter. A voltage regulator may be included to ensure a stable and appropriate voltage supply to the components. A power switch is incorporated to conveniently turn the board on or off.

    2 years ago

    0 Uses

    224 Comments

    4 Stars


  • LM2596 Buck converter 5V

    LM2596 Buck converter 5V

    This project is a DC-DC Buck converter based on the LM2596 IC. It is designed to step down the input voltage from 12V to a regulated output of 5V #Buck #LM2596 #project

    4 months ago

    0 Uses

    71 Comments

    4 Stars


  • ESP32 RS485 (Modbus) Controller Reference Design

    ESP32 RS485 (Modbus) Controller Reference Design

    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, and headers for connecting sensors and actuators. It also has a CH340C chip for USB to serial conversion. #referenceDesign #project #ESP32 #ESP32WROOM #RF #WIFI #MCU #referenceDesign #simple-embedded #espressif #template #MAX3485 #RS485 #maximintegrated #reference-design #polygon

    4 months ago

    0 Uses

    22 Comments

    4 Stars


  • 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 #polygon

    +

    U
    U

    4 months ago

    0 Uses

    19 Comments

    4 Stars


  • On Air Modular V1

    On Air Modular V1

    Build your own Modular LED Sign! This design prioritizes accessibility which means that the BoM can be ordered on Amazon and that everything was designed with solder-ability in mind. NOTE: This board is still an unfinished prototype that has not been built and verified. Operating Instructions: 1. [Important!] Power your buck converter and adjust the output voltage to 1.5V output before attempting to power the LEDs. If you cannot power the buck converter, just turn the potentiometer counterclockwise to its maximum setting.

    3 years ago

    0 Uses

    16 Comments

    4 Stars


  • ESP32 BMS V1.2

    ESP32 BMS V1.2

    This BMS 10s board for Zinc ion batteries is made of water, zinc, and carbon. The maximum battery voltage is 1.8v. #BMS #zinc #esp32#battery

    +

    U

    3 years ago

    0 Uses

    15 Comments

    4 Stars


  • 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 #reference-design #polygon

    4 months ago

    0 Uses

    8 Comments

    4 Stars


  • ESP32-H2 Relay Board

    ESP32-H2 Relay Board

    This is a WiFi relay board based on ESP32-H2 WiFi module. It have AC-DC power supply with output 12V and relay for controlling voltage #esp32 #project #Relay #wifi #esp32-h2 #iot #template

    +

    U

    3 years ago

    0 Uses

    98 Comments

    3 Stars


  • L7805 Fixed output regulator

    L7805 Fixed output regulator

    Linear Voltage Regulator with 1 Positive Fixed Output 5.0V. Input voltage 35V max With JST connectors(Vin and +5V) and with block terminal connectors(Vin and +5V) #project-template #voltageregulator #project

    3 years ago

    0 Uses

    59 Comments

    3 Stars


  • AI Design Reviews

    AI Design Reviews

    Whenever I ask for a design review, I need you to test each of these individual aspects one by one: - All reset/enable have an external pull-up or pull-down resistors - None of the floating pins require pull-up or pull-down resistors - All resistor’s voltage rating is sufficient for the maximum voltage applied. If any resistor doesn't contain voltage rating please flag this clearly as an error.

    2 years ago

    0 Uses

    21 Comments

    3 Stars


  • ESP32-WROOM-32E Reference Design ePe2

    ESP32-WROOM-32E Reference Design ePe2

    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

    2 years ago

    0 Uses

    9 Comments

    3 Stars


  • SelfCare Plant Final Design

    SelfCare Plant Final 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

    2 years ago

    0 Uses

    173 Comments

    2 Stars


  • Picobuck Led Driver (AL8805W5)

    Picobuck Led Driver (AL8805W5)

    (AL8805W5) The PicoBuck LED Driver is an economical and easy to use driver that will allow you to control and blend three different LEDs on three different channels. By default, each channel is driven at 330mA; that current can be reduced by either presenting an analog voltage or a PWM signal to the board. Version 12 of the board adds a solderable jumper that can be closed to increase the maximum current to 660mA. The new voltage regulator also increased the voltage rating on the various components on the board, allowing it to be used up to the full 36V rating of the AL8805 part.

    +

    U

    4 years ago

    0 Uses

    13 Comments

    2 Stars


  • IoT Relay

    IoT Relay

    Relay based on ESP8266 Max current ------- 15A Max Voltage ------- 250V #relay #esp8266 #iot

    +

    U

    3 years ago

    0 Uses

    7 Comments

    2 Stars


  • VL53L4CD Reference Design

    VL53L4CD Reference Design

    This project is a reference design for a VL53L4CD-based sensor circuit. It incorporates the use of a Texas Instruments LP5907MFX-2.8/NOPB to regulate the supply voltage. #referenceDesign #VL53L4CD #project #template #LIDAR #sensor #distance #referenceDesign #industrialsensing #stm #template #reference-design #polygon

    4 months ago

    0 Uses

    7 Comments

    2 Stars


Page 1 of 3329

Next