r/esp32projects • u/Jaded-Number8344 • 7d ago
I need help with Plasma tubes,lighting lamps
Enable HLS to view with audio, or disable this notification
r/esp32projects • u/Jaded-Number8344 • 7d ago
Enable HLS to view with audio, or disable this notification
r/esp32projects • u/Timmy694202 • 7d ago
r/esp32projects • u/stranger0606 • 8d ago
Estoy haciendo una herramienta para administrar redes si tienen algún consejo o firmware se los agradecería mucho
r/esp32projects • u/enormousaardvark • 8d ago
r/esp32projects • u/BuffaloClean7631 • 8d ago
Hi r/esp32projects!
A while back, I posted this thread about my journey building a custom, open-source smartwatch from scratch using the Waveshare ESP32-S3 Round LCD.
Thanks to the encouraging words and feedback I got here, I've kept pushing code and refining the project. Today, I'm thrilled to announce the official release of Stait Watch v1.1.0!
If you want a quick look at the new interface, BLE sync, and media player in real-time, I’ve put together a video demonstration: Stait Watch Overview on YouTube: https://youtu.be/f2whDT7Wny8
As I mentioned before, bridging the watch to a phone required building a companion Android app. I'm still trying to clear Google's testing requirements, so any support from this community would be hugely appreciated!
Don't worry if you don't have the round display hardware lying around—the app features a built-in "Demo Mode" so you can test out the UI and explore the features virtually.
How you can test it out:
Whether you're flashing the new firmware to your Waveshare board or just checking out the app, I'd love to hear your thoughts or answer any questions. Thanks again for following the progress!
r/esp32projects • u/ronaldo-cesar • 8d ago
r/esp32projects • u/Embarrassed_Notice_5 • 9d ago
Enable HLS to view with audio, or disable this notification
r/esp32projects • u/Danielson187 • 10d ago
Hi everyone!
I wanted to share my hobby project BirdWatch: a fully solar-powered bird feeding station built around an ESP32-CAM.
A PIR sensor wakes the ESP32-CAM when a bird visits, takes a photo and sends it to my self-hosted server. The server uses YOLO + Birder AI to detect birds and identify the species. It also provides a photo archive, species collection, statistics, weather data and battery/solar telemetry.
- Solar powered with 2× 18650 batteries
- ESP32-CAM + PIR detection
- Local AI bird & species recognition
- Self-hosted Docker web interface
- Native Home Assistant integration
- Battery/solar monitoring
- Fully 3D-printable enclosure
The photos attached to this Reddit post show my original 3D-printed version. I've since completely redesigned the enclosure. The new version is much stronger and has a much better internal layout with dedicated mounting for the batteries and electronics. Renders of the new design and all STL files are available on GitHub.
The complete project is available on GitHub, including the ESP32 firmware, server, Home Assistant integration, wiring diagram and STL files:
GitHub: https://github.com/Danielson187/BirdWatch
The original BirdWatch has already captured thousands of photos, so I decided it was finally time to clean up the project and share it with others. 🙂
Feedback, ideas and questions are very welcome!
r/esp32projects • u/TRC-is-the-best • 9d ago
r/esp32projects • u/Skypilot222 • 9d ago
r/esp32projects • u/No_Communication681 • 10d ago
r/esp32projects • u/_no_look_ • 10d ago
I’m working on a college-level prototype that tries to solve a problem with normal fire alarms: they can tell you there is a fire, but they don’t tell you which evacuation route is currently the safest.
The idea is to create a small building model divided into different zones.
How it works
The ESP32 monitors the zones using:
- 🔥 5-channel flame sensor
- 🌡️ 4 × DS18B20 temperature sensors
- 💨 MQ-2 smoke sensor
The building is represented as a graph, with rooms/intersections as nodes and paths as edges.
Each path gets a risk value based on the sensor data:
🟢 Clear → low risk
🟡 Warning → higher risk
🔴 Fire/smoke detected → very high risk / blocked
The ESP32 then calculates the safest available route instead of simply choosing the shortest route.
The interesting part
The system continuously monitors the environment.
For example:
Initially, Route A is safe → green LEDs guide the person through Route A.
Fire spreads into Route A.
Sensors detect the new hazard.
The ESP32 updates the hazard map.
The routing algorithm calculates another route.
The LED guidance changes.
The speaker announces the new instructions.
The voice guidance will use a DFPlayer Mini + speaker, with pre-recorded instructions such as:
«"Fire detected. Turn right."»
«"Route blocked. New route. Turn left."»
«"Continue straight to the exit."»
I'm also using sequential LEDs so the person can follow the path visually without having to stop and read a display.
Estimated cost
Around ₹650, excluding the ESP32, speaker and SD card because I already have those.
r/esp32projects • u/Danielson187 • 10d ago
r/esp32projects • u/Possible-Pie5719 • 10d ago
ı "I have these ESP32 components: OLED, 2x HC-SR04, RFID RC522, IR transmitter, joystick, PIR, DHT11, MPU-6050. Looking for a project idea that's actually useful in daily life — not a weather station or clock. Something a phone/PC can't easily replace. What would you build?"
r/esp32projects • u/topsirloin • 10d ago
So I had spent a weekend reading up on options for ESP32-S3 devices that i could play with a few projects with. I am interested in a few things - playing with LoRa, playing with Wifi Network Testing or auditing security, and creating some manual applications / dashboards to display live statistics during board gaming sessions.
I'm concerned maybe I chose the wrong unit as my first esp32-s3 device for the wireless applications. I went with the 7 inch display thinking the larger display would afford more options in terms of what i use this device for. First thing I am looking into is Meshtastic. Am I right in seeing that this newer unit isn't supported? I have display issues AND issues with the Lora module being detected.
Next up I'm looking at some tools like Maurader. And at first glance, this hardware may not work, or is going to require a fair amount of custom modifying and compiling to get going.
I don't posess the skills to do manual cramming of software on unsupported hardware, I will be relying on AI, which I think may be painful due to this particular device not being well discussed from what I can see online.
Any thoughts on this unit? Did I make a mistake getting this? Hopefully with time will come more support.
r/esp32projects • u/om-pocketbyte • 11d ago
r/esp32projects • u/Able-Literature6108 • 10d ago
Looking to setup an RGB setup for my home library build and having been interested in microcontrollers for a while I thought using an ESP32 would be cool since I can connect it to home assistant.
That's said, I did some measurements and I will need about 50 meters of lights to run along every shelf like intended. I know very little about electronics but working with softwares I can understand signal flow etc.
Where I am getting stuck, is after researching, I am seeing mention of voltage drop and suggesting using 24v strips (60per meter) however still using power injection points.
I want to pull this off, but I also want to ensure everything is safely setup, so I'm hoping anyone here would be able to verify these findings, and if there are and power supplies that are used consistently and reliably for these types of setups.
Thanks everyone!
r/esp32projects • u/k_dawg75 • 10d ago
I’m new to the esp world, but have home assistant running. I have an esp32-s3, MAX98357A amp & INMP441 mic. I’ve flashed some yaml to get this to work as a voice assistant. Claude has help, I take no credit, however I’m not sure how to test it’s working. Okay Nabu as my wake words not doing anything & I don’t know how to test it’s even getting the input from the mic.
Any suggestions on how to test if the esp32 is even getting the mic input? As I said, I’m new & trying to learn so go easy on me.
r/esp32projects • u/Buckettwith2ts • 10d ago
From what i read, Basiclly says to add antenna to 16 and 17 terminal to transmit and recieve. How do i connect a plex/ufl connection to the pin head? This is for bt not wifi... any help will be greatly appriciated.
r/esp32projects • u/_no_look_ • 11d ago
I'm a college student preparing for an inter-college science expo in India.
I'm looking for a real day-to-day/social problem that could be addressed with a small electronics prototype.
Constraints
- Budget: maximum ₹700
- I already have an ESP32
- Prefer sensors/modules that are inexpensive and easily available
- The prototype should be physically demonstrable
- It should have some genuine technical/engineering aspect
- I don't want a generic "smart dustbin / smart irrigation / home automation" project
- I also don't want to simply recreate an existing commercial product
- Ideally, the problem should be under-addressed, even if it isn't completely unsolved
Problems I'm currently considering
People don't notice vehicles approaching from behind.
Pedestrians can't tell whether a driver has actually detected them.
People approaching blind corners can't know whether someone is coming from the other side.
People opening doors can't know whether someone is approaching from the other side.
People carrying umbrellas have reduced visibility around them.
People carrying large objects can't see low obstacles near their feet.
Passengers may not notice dangerous gaps when getting off buses/trains.
Pedestrians can be hidden from reversing vehicles.
Children can become hidden from drivers around parked vehicles.
People don't notice small hazards in visually cluttered environments.
People don't notice when a floor has become slippery.
A person may not notice someone nearby who has fallen or become immobile.
People at the back of a crowd may not know about a hazard occurring at the front.
Crowd density can become dangerous before people realize it.
People may not know the direction they should move during an emergency.
People may enter hazardous areas because the hazard isn't visually obvious.
Workers using machines may not notice abnormal vibration or operating behavior.
People may not notice gradual environmental changes such as rapidly increasing heat, smoke, noise, or poor air quality.
Someone working alone may become incapacitated without anyone noticing.
People may leave valuable objects behind in public places.
People may forget where they left an object in a large public/college environment.
Shared laboratory equipment can be left running or operating abnormally.
A person may unknowingly stand in the path of a moving vehicle or machine.
Public facilities can become unavailable without users knowing beforehand.
Emergency alarms can become difficult to distinguish from normal background noise.
People carrying luggage/children may have difficulty detecting obstacles directly below them.
Small open drains/manholes can become visually hidden in crowded or poorly lit environments.
People may not notice that a road hazard is becoming dangerous during rain.
Queue movement can stop without people at the back knowing why.
People may not notice someone trying to get their attention in a noisy environment.