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 more0 Uses
0 Comments
6 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 more0 Uses
77 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 more0 Uses
1 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 more0 Uses
1 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 more0 Uses
0 Comments
2 Stars
Portenta H7 Carier Wire for devs
Welcome to your new project. Imagine what you can build here.... show more0 Uses
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 more0 Uses
0 Comments
1 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 more0 Uses
19 Comments
1 Star
Blues Wireless Lineup
A variety of Blues Wireless boards, carriers, notecards... show more0 Uses
2 Comments
1 Star
wireless stethosope
Wireless Stethoscope Hardware Design: ERC/DRC Compliance, Signal Integrity, and Verified Footprints... show more0 Uses
0 Comments
1 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 more0 Uses
0 Comments
1 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 more0 Uses
0 Comments
1 Star
ESP32-WROOM-32E Reference Design
This project involves designing a versatile IoT sensor hub using the ESP32-WROOM-32E module. The main objective is to create a platform that enables seamless data collection and transmission from various environmental sensors over a WiFi network. The device will feature USB-C for power and data transfer, and will utilize on-board voltage regulation to ensure stable operation. A CH340C chip is employed for USB to serial conversion, facilitating easy programming and communication with a host computer. Key Features: Wireless Connectivity: Leverage the ESP32's built-in WiFi capabilities for real-time data transmission to cloud-based platforms or local servers. USB-C Interface: Utilize a modern USB-C connector for power and data transfer, providing flexibility and future-proofing the design. On-board Voltage Regulation: Include an AMS1117-3.3 voltage regulator to maintain a stable 3.3V output from the USB input, protecting sensitive components. Support for Multiple Sensors: Integrate various GPIOs to connect multiple sensor types ( temperature, humidity, air quality ) (temperature, humidity, air quality) for comprehensive environmental monitoring. Expandability: Design with additional headers for future expansion, enabling users to customize and extend the hub's capabilities with additional sensors or modules. Applications: Smart Home Automation: Integrating with home systems to monitor and respond to environmental changes. Environmental Monitoring: Providing data for ecological studies or urban environment monitoring. Industrial IoT: Enhancing systems within a factory or industrial setting to track conditions in real-time. With this setup, the device aims to be a robust and adaptable piece of technology, suitable for hobbyists, researchers, and developers interested in the expanding world of IoT.... show more0 Uses
22 Comments
1 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 more0 Uses
15 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 more0 Uses
5 Comments
1 Star
Seeed Studio XIAO ESP32C3
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 more0 Uses
1 Comment
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 more0 Uses
1 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 more0 Uses
1 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 more0 Uses
1 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 more0 Uses
0 Comments
1 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 more0 Uses
0 Comments
1 Star
Wire Jank Repro
Welcome to your new project. Imagine what you can build here.... show more0 Uses
1 Comment
0 Stars
Portenta H7 Carier Wire
Welcome to your new project. Imagine what you can build here.... show more0 Uses
1 Comment
0 Stars
simulation using wire
Welcome to your new project. Imagine what you can build here.... show more0 Uses
1 Comment
0 Stars
simulation using wire neZU
Welcome to your new project. Imagine what you can build here.... show more0 Uses
1 Comment
0 Stars
Page 1 of 9
Next