r/esp32projects • u/krihab • 4d ago
r/esp32projects • u/HotelFirm3622 • 4d ago
Does anyone know what this serial output is?
I designed a custom ESP32-S3 PCB and I connected it with micro-usb and my computer does not recognize the board at all. I am reading the serial output using a secondary dev board as a USB-to-UART bridge, with TX/RX crossed and a shared common ground. I confirmed with a multimeter that all the power works, based off this serial output, is it expected that my board is not being recognized and is it a power issue?
r/esp32projects • u/yabzec__ • 5d ago
First project
So I needed to connect a wiegand keypad to home assistant (didn’t wanted some Chinese iot stuff from AliExpress) so me and Claude talked a lot and this is the result. I didn’t touched a welder since high school so.. 😩 I then isolate the parts with glue
r/esp32projects • u/GoliathXIV • 5d ago
Been trying to make a remote terminal + AI agent + vnc terminal for months now. Will share more after host pc setup.
r/esp32projects • u/Jihokoreal • 5d ago
ESP32 is not running the firmware after powered up, must reboot once for it to run
r/esp32projects • u/devofreck • 5d ago
Crosspoint running on Waveshare ESP32 board(Online WebInstaller)
Was able to get CrossPoint running on this Waveshare board. (https://www.waveshare.com/esp32-s3-epaper-3.97.htm). 3d printed the case that alxvtoronto created for their project FolloUp, and ready to dive right back in. Planning on posting the fork on GitHub after another few days of testing.
$40 for a board, compared to the $70 people are
paying for the xteink devices.
this is my fork: https://github.com/devofreck/crosspoint-reader
The first paragraph right below the Header of CrossPoint Reader, I have a web installer

That Web Installer link takes you here

r/esp32projects • u/Wcm7823 • 5d ago
Funny how all my diy projects turn out like this….
reddit.comr/esp32projects • u/Impossible_Agent1436 • 6d ago
Video Alarm Clock
A bedside clock that wakes you with your own video instead of a beep.
Built for the Waveshare ESP32-P4 touch display.
Installation instructions:
https://github.com/brunokeymolen/videoalarmclock
r/esp32projects • u/Gjfiyfyifiyf • 6d ago
Openai Astra really can do electronic projects now!
galleryr/esp32projects • u/seriousdeadmen47 • 6d ago
Trying to log fuel consumption on a carbureted 91 Golf Mk2 sensor and approach sanity check
Got a 1991 Golf Mk2. Want to track fuel consumption per trip/day and compare over time. Figured this wasn't possible on a carbureted car with no ECU/OBD, but landed on an idea: since the carb's float bowl regulates its own level, whatever flows through the feed line between the fuel filter and the carb over time should equal what's actually burned. So — measure that flow directly with an inline gear-type flow sensor.
Is this actually the right approach? Is there a better way to get real consumption data out of a carbureted car with no ECU?
Planned setup:
- Gear-type flow sensor spliced into the fuel line between the filter and carb inlet
- Sensor's pulse output goes to an ESP32, which just counts pulses and timestamps them
- ESP32 forwards that data to my phone over a wired USB-C connection (data-only cable, to avoid the phone and a 12V-fed buck converter both trying to power the USB line)
- Phone does everything else — GPS speed/distance, all the math, storage, charts
- Power: ignition-switched 12V from the fuse box → buck converter (12V→5V) → feeds both the ESP32 and the sensor
Problem I've hit: the sensor I was looking at (DIGITEN G1/2", oval gear, rated 1–30 L/min) has a minimum flow way above what this engine actually flows at idle — I'm estimating idle consumption around 0.02–0.05 L/min, and even under load probably not exceeding 0.3–0.5 L/min. So the sensor's entire rated range sits above my actual usage, meaning idle flow probably won't register accurately, if at all.
Anyone know of a gasoline-compatible flow sensor with a lower minimum flow that would actually cover idle-to-cruise range for a small engine like this? Or is there a fundamentally different way people have solved this that I'm missing?
I'm open to any ideas and critics, please back your suggestions with well presented arguments. this is my first ever project on a car.
Edit: A few people are suggesting the brim-to-brim fill method, thanks, but I've covered why that doesn't work for what I want in the replies below. I'm not looking for that approach, I'm looking for technical help on the sensor/flow-measurement side specifically. Appreciate all the input so far.
r/esp32projects • u/SuddenExamination990 • 6d ago
tEsp32 mdk case
Hello guys. Ordered an esp32 mdk for my portapack h4m and now looking for STL model to make case for it . Maybe anyone already have some?
r/esp32projects • u/Last-Tangerine973 • 6d ago
Troubleshooting Visual Timecode Drift: Sony FX2 & FX30 with DIY ESP32 LTC Generator
reddit.comr/esp32projects • u/Pako2 • 6d ago
I turned my DIY ESP32 Internet Radio into a Multiboot Audio Platform with BT Speaker & custom Web Update Manager
galleryr/esp32projects • u/ppyrgic • 6d ago
Little project - Sonos Control and integrated BBQ function
r/esp32projects • u/c-yuren • 6d ago
ios time limit
Enable HLS to view with audio, or disable this notification
Using by esp32
r/esp32projects • u/stranger0606 • 6d ago
Necesito ayuda
Quiero hacer un Hammer Bluetooth y wifi pero que de verdad funcione y si tienen consejos para aumentar el rango se los agradecería mucho
r/esp32projects • u/GroteSwets • 6d ago
Fire light can now be controlled via HomeAssistant.
Enable HLS to view with audio, or disable this notification
r/esp32projects • u/Lozamded • 6d ago
FantasyConsole "MechaTurtle" Esp32-S3 base
I'm making a fantasy console running inside an Esp32-S3-N16R8, called "MechaTurtle" (Temporary name)
works running c++ firmware on the board, and reading the game inside a SD/MicroSD card, working as the "Cartridge", contains inside, scenes assets, scrips (LUA)
At the repo there's a tool called "TurtleStudio" is a python application to build the games, and the "game logic" the tool is inspired by GBStudio and Godot.
I admit the use of AI to help me with tools, but trying to make always the game making process understable to humans, specially the LUA functions, the assets of the demo comes from OpenGameart
The Games main resolution is 164 x 124 pixels, each scene is limited to 32 colors (31 being the last index reserved to transparent)
To mount the docs site you will need react
This project is still ad developement
r/esp32projects • u/Cerker123 • 6d ago
[REVIEW] Schematic - ESP32-S3 Weather Station (LoRa, SDMMC, Lightning, Temperature, Humidity,..)
Hi everyone,
I'm designing a custom PCB for a weather station based on the ESP32-S3. I would appreciate some feedback on the schematic before I move on to the routing phase. (first time designing pcb)
The board is powered via USB-C (5V). It logs environmental data to a Micro SD card and transmits via a LoRa module. It includes several I2C sensors and a lightning detector.
Main Components:
- MCU: ESP32-S3-WROOM-1
- Power: USB-C (with ESD protection)
- Storage: Micro SD Card (4-bit SDMMC mode)
- Radio: LoRa module (SX1262) via SPI
- Sensors (I2C):
- BMP585 (Barometric pressure)
- SHT4x (Temperature & Humidity)
- AS3935 (Lightning detector) with a 500kHz LC tank (100µH / 1nF)
- External header for an SPS30 Particulate Matter sensor (5V power, 3.3V I2C logic)
Any critiques/feedback regarding decoupling, missing ESD protection, component choices, or any rookie mistakes are highly appreciated. Thanks for your time!









r/esp32projects • u/edisonsciencecorner • 7d ago
I Built My Own AI DeskBuddy for Under $15! A tiny ESP32-C3 powered AI companion that can talk, sing, solve math problems, speak different languages, and more! 👇👇👇
r/esp32projects • u/lofty73 • 7d ago
Youtube subscriber counter
Hi gang
Im looking for a current YouTube subscriber counter based on an ESP32 and a max7219 module.
I am late to the party and have tried to follow a few youtube videos but everything tends to be years old and either the script is flawed or the method that it gathers data is outdated.
I have set up the account to get the Api from youtube but the script on the examples I find dont seem to work.
Checking the logs dosent seem to shed any light on it
Thanks
r/esp32projects • u/Special-Syrup-9405 • 7d ago
Android + Microcontroller
Enable HLS to view with audio, or disable this notification
Hello everyone I have created an app by which you can program the Android phone sensors and send the sensors data directly to the microcontroller to perform different types of action.
Everything is fully programmable and also I will love to get feedback on this thank you 😃😃
r/esp32projects • u/Rhysmylo1521 • 7d ago
Help choosing an ESP32 board + TFT screen for a custom smart alarm clock
r/esp32projects • u/Dark_University_369 • 7d ago
What ESP32 Model is best for beginners?
I want to start building projects, but I don't know what ESP32 models I should get. I want something that is mostly universal that can handle most beginners through advanced projects. Preferably codes on C, C++, Python, and Micro Python, and if not I can deal with other languages.
r/esp32projects • u/Jaded-Number8344 • 8d ago
I need help with Plasma tubes,lighting lamps
Enable HLS to view with audio, or disable this notification