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... show more6 Stars
8 relay controller for xiao
Xiao could be a good way to mod your house or machines, with a simple relay controller to rule the wires.... show more77 Comments
4 Stars
Arduino Multipurpose PCB
This is the multipurpose PCB that works with Arduino Nano, a way that you can run 2 Stepper motors, 2 DC motors, 2 Servo motors at the same time and this is not it you can even connect BT module, rotary encoder, I2C device, potentiometer at same time. This PCB is very much helpful in building any project and no need to worry about messy wire connections.... show more1 Comment
2 Stars
Guitar Pedal Template
Guitar pedal starter template based on project by Mark Wu. Includes schematic and PCB layout for basic DIY pedal hardware. This includes two 1/4" jacks (one for input and one for output), a 9V power supply (including LED), a 3PDT true bypass wiring setup, and an example potentiometer that can be copy/pasted throughout the circuit. The headers are meant to be unpopulated so that wires can be soldered to the pads. PCB design rules imported from the JLCPCB 2-layer stackup template. #template... show more1 Comment
2 Stars
Aaduino
The AAduino is an wireless Arduino clone the size of an AA battery with Keystone battery terminals rotated 180° to act as positive and negative terminals. It is meant to go inside a 3xAA battery holder creating a very small wireless node. Powered by an ATMega328p, it is fitted with an RFM69CW companion, two DS18B20 temperature sensors and an indicator LED... show more2 Stars
Portenta H7 Carier Wire for devs
Welcome to your new project. Imagine what you can build here.1 Comment
1 Star
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... show more1 Star
Wireless wearable glove
This project is a wireless wearable glove (smart glove) for sign language translation. It uses Arduino Nano - ATMega328P, Accelerometer - ADXL345 and a Bluetooth module HC -05 to transmit and display the signs on any compatible display device like a mobile phone or a LCD - LM016L. In this project, I have used a 5x8 LCD display - LM016L to display the test converted. (strings, numbers etc.)... show more19 Comments
1 Star
wireless stethosope
Wireless Stethoscope Hardware Design: ERC/DRC Compliance, Signal Integrity, and Verified Footprints... show more1 Star
RT9525 ESP32 Wireless BMS
This is ESP32-S3-MINI-1 Wireless BMS project for a battery charger based on the RT9525 battery charger IC from Richtek. #project #ESP32 #ESP32S3 #charger #batterycharger #template #bms #monitor #RT9525 #richtek #polygon... show more1 Star
Wio-WM1110 Wireless Module
The Wio-WM1110 is a fusion positioning module for developing low-power, long-range IoT applications. It's embedded with Semtech LR1110 and Nordic nRF52840, features Semtech's LoRa technology for long-range wireless communication, GNSS, Wi-Fi, and Bluetooth for location tracking services.... show more1 Star
WiFi to IR Gateway Reference Design bN3H
This is a WiFi to Infrared (IR) gateway reference design leveraging an ESP32-S3 microcontroller for WiFi connectivity. It also incorporates a Type-C USB interface for data and power, 3 LEDs (red, green, & IR), and voltage regulation. It facilitates wireless control of IR devices, suitable for home automation projects. #referenceDesign #edge-computing #espressif #template #IR #project #reference-design... show more15 Comments
1 Star
Speedy AI Pendent
Product Type: Wearable AI pendant Primary Function: Records audio, generates transcripts, and organizes information about daily interactions User Interaction: Input: Activation button Output: RGB LED ring, Bluetooth link to phone Key Features: Audio Recording: Activated by button press Transcription: Converts audio to text Sentiment Analysis: Embedded AI evaluates sentiment Information Management: Filters essential information and action items Technical Specifications Form Factor: Wearable pendant Display: RGB LED ring around the edge Sensors: 2 Microphones 1 Button Connectivity: Bluetooth for phone linkage Wi-Fi USB-C for charging Wireless Protocol: Wi-Fi, Bluetooth Battery Type: LiPo 2000 mAh Battery Life: 6 hours of continuous use Charging Method: USB-C Operating Voltage: 3.3V Operating Conditions: Temperature Range: -10°C to 70°C Humidity: 10 to 90% Software: Python for AI and processing Compliance: RoHS, FCC, CE Reliability: 20,000 hrs Life Cycle Expectancy: 10 years AI Capabilities Speech to Text Recognition: Converts audio input to written text Embedded AI Sentiment Analysis: Evaluates the mood or sentiment expressed in the text Essential Information Filtering: Identifies and segregates crucial data and actionable items Power Consumption and Efficiency Power consumption must align with battery capacity to ensure 6 hours of continuous operational use.... show more5 Comments
1 Star
Seeed Studio XIAO ESP32S3 Sense a323
Seeed Studio XIAO ESP32S3 leverages dual-core ESP32S3 chip, supporting both Wi-Fi and BLE wireless connectivities, which allows battery charge. It integrates built-in camera sensor, digital microphone. It offers 8MB PSRAM, 8MB FLASH, and external SD card slot. All of these make it suitable for embedded ML, like intelligent voice and vision AI. #SeeedStudio #xiao... show more1 Comment
1 Star
Guitar Pedal Template rCCg
Guitar pedal starter template based on project by Mark Wu. Includes schematic and PCB layout for basic DIY pedal hardware. This includes two 1/4" jacks (one for input and one for output), a 9V power supply (including LED), a 3PDT true bypass wiring setup, and an example potentiometer that can be copy/pasted throughout the circuit. The headers are meant to be unpopulated so that wires can be soldered to the pads. PCB design rules imported from the JLCPCB 2-layer stackup template. #template... show more1 Comment
1 Star
ESP32C3Pads
Seeed Studio XIAO ESP32C3 adopts new RISC-V architecture, supporting both Wi-Fi and BLE wireless connectivity. For Internet of Things applications, you will find it is flexible and suitable for all kinds of IoT scenarios. #SeeedStudio #xiao... show more1 Comment
1 Star
Guitar Pedal Template
Guitar pedal starter template based on project by Mark Wu. Includes schematic and PCB layout for basic DIY pedal hardware. This includes two 1/4" jacks (one for input and one for output), a 9V power supply (including LED), a 3PDT true bypass wiring setup, and an example potentiometer that can be copy/pasted throughout the circuit. The headers are meant to be unpopulated so that wires can be soldered to the pads. PCB design rules imported from the JLCPCB 2-layer stackup template. #template... show more1 Star
Guitar Pedal Template eu95
Guitar pedal starter template based on project by Mark Wu. Includes schematic and PCB layout for basic DIY pedal hardware. This includes two 1/4" jacks (one for input and one for output), a 9V power supply, a 3PDT true bypass wiring setup, and an example potentiometer that can be copy/pasted throughout the circuit. size is a good default size for a 125B enclosure. The headers are meant to be unpopulated so that wires can be soldered to the pads. PCB design rules imported from the JLCPCB 2-layer stackup template. Meant to be used with the 3PDT Breakout Board on my profile. #template... show more1 Star
Portenta H7 Carier Wire BackUp 1
Welcome to your new project. Imagine what you can build here.1 Comment
Portenta H7 Carier Wire BackUp 2
Welcome to your new project. Imagine what you can build here.LED trigger from sensor output
I want make a board that trigger a green and red LED with three wire, 0V, 24V and output of proximity switch. but i want output wire remain 0V when not connected.... show more42 Comments
282836-3
3 Position Wire to Board Terminal Block Horizontal with Board 0.197" (5.00mm) Through Hole #screwblock #connector #commonPartsLibrary... show more1 Comment
Poised Moccasin Speeder Bike
M12 cable tester PCB for verifying straight-through 1-to-1 pin continuity between M12 connector types, with four LED indicator channels labeled by standard wire colors: pin 1 brown, pin 2 white, pin 3 blue, pin 4 black.... show moreThermostat C-Wire Injector
A simple PCB for interfacing smart thermostats requiring a C wire with a boiler's zone controller by incorporating an auxiliary 24VAC power supply.... show moreArduino Multipurpose PCB hLQ8
This is the multipurpose PCB that works with Arduino Nano, a way that you can run 2 Stepper motors, 2 DC motors, 2 Servo motors at the same time and this is not it you can even connect BT module, rotary encoder, I2C device, potentiometer at same time. This PCB is very much helpful in building any project and no need to worry about messy wire connections.... show moreNano XY+
This is the multipurpose PCB that works with Arduino Nano, a way that you can run 2 Stepper motors, 2 DC motors, 2 Servo motors at the same time and this is not it you can even connect BT module, rotary encoder, I2C device, potentiometer at same time. This PCB is very much helpful in building any project and no need to worry about messy wire connections.... show moreArduino Multipurpose PCB
This is the multipurpose PCB that works with Arduino Nano, a way that you can run 2 Stepper motors, 2 DC motors, 2 Servo motors at the same time and this is not it you can even connect BT module, rotary encoder, I2C device, potentiometer at same time. This PCB is very much helpful in building any project and no need to worry about messy wire connections.... show more282837-3
3 Position Wire to Board Terminal Block Horizontal with Board 0.200" (5.08mm) Through Hole... show moreWireless sensor node
Schmeatic of an wireless sensor node capable of acquiring wind data within a mean fitting deviation of ±0.063398 m/s, store them and present them wirelessly to an IEEE 802.15.4 protocol sink node... show more3 Comments
wireless power bank
4×4 cm USB-C PD & Qi Wireless Power Bank with Li-Po Charging, Power-Path Management, 3.3 V LDO, Full-Bridge Gate Driver, LED Resistors, and Corrected 5 V Output Feedback (Schematic Cleaned: Redundant Net Portals/Passives Removed, Fuel-Gauge LED Channels Verified, ERC/DRC Issues Resolved)... show moreWires jumping so weird when part was dragged
Welcome to your new project. Imagine what you can build here.1 Comment
QI wireless charger based on BQ51051B
Welcome to your new project. Imagine what you can build here.