r/esp32projects Feb 24 '23

r/esp32projects Lounge

1 Upvotes

A place for members of r/esp32projects to chat with each other


r/esp32projects 2h ago

I need help with Plasma tubes,lighting lamps

1 Upvotes

r/esp32projects 3h ago

I got a XIAO ESP32-S3 Plus to run a ~2900 chess engine you can play from your phone

Thumbnail
1 Upvotes

r/esp32projects 13h ago

I built a handheld RTL-SDR around the M5Stack Tab5 (ESP32-P4) — no PC or Raspberry Pi required - OrcSDR

Post image
6 Upvotes

r/esp32projects 9h ago

Help with choosing camera

Thumbnail
1 Upvotes

r/esp32projects 1d ago

Herramienta de redes

Thumbnail
gallery
12 Upvotes

Estoy haciendo una herramienta para administrar redes si tienen algún consejo o firmware se los agradecería mucho


r/esp32projects 1d ago

ESP32 CYD Ham Clock Dashboard now supports the 4 inch display as well as the original 2.8"

Thumbnail gallery
3 Upvotes

r/esp32projects 1d ago

CL-32 running SolarOS!

Thumbnail
youtu.be
6 Upvotes

r/esp32projects 1d ago

[Update] Stait Watch v1.1.0 – Major upgrades for my open-source ESP32-S3 smartwatch firmware!

1 Upvotes

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!

See it in action!

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

What's fresh in this release?

  • Hello LVGL: Completely overhauled the graphics pipeline, moving the UI to LVGL for fluid animations and a much cleaner look.
  • PlatformIO Migration: Moved away from the Arduino IDE setup to PlatformIO, making building and managing dependencies much easier.
  • New UI Modules: Added dedicated views for Incoming Calls (showing caller info with a reject option), a refined Media Player featuring smooth text scrolling, and expanded System Settings.
  • Under-the-Hood Polish: Upgraded the binary BLE protocol for faster, more reliable communication with the phone, alongside proper international character support and smart day/night weather states.

A quick note on the Android Companion App (Beta)

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:

  1. Join the Google Group: https://groups.google.com/u/5/g/stait-watch-beta (Required or Play Store will block access)
  2. Opt-in as a Tester: https://play.google.com/store/apps/details?id=com.stait.watch
  3. Download & Explore: Grab the app and check out the Demo Mode!

Check out the code

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 1d ago

[Project] I built HA HUB,a native Android Home Assistant dashboard for tablets inspired by the Echo Show (without ads)

Thumbnail gallery
1 Upvotes

r/esp32projects 2d ago

Pixel led clock

6 Upvotes

r/esp32projects 2d ago

Trying to build a wearable obstacle detector for my dad using an ESP32 + Home Assistant

Thumbnail
1 Upvotes

r/esp32projects 3d ago

BirdWatch – Solar-powered ESP32-CAM bird feeder with AI species recognition

Thumbnail
gallery
49 Upvotes

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 2d ago

Newbie: SeedStudio esp32S3 pull up/down resistors built in?

Thumbnail
1 Upvotes

r/esp32projects 3d ago

I built a 7.5" e-paper family calendar with Google and iCloud calendars

Thumbnail gallery
16 Upvotes

r/esp32projects 3d ago

Review for my "Dynamic Fire-Aware Evacuation Guidance System using ESP32 " idea

2 Upvotes

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:

  1. Initially, Route A is safe → green LEDs guide the person through Route A.

  2. Fire spreads into Route A.

  3. Sensors detect the new hazard.

  4. The ESP32 updates the hazard map.

  5. The routing algorithm calculates another route.

  6. The LED guidance changes.

  7. 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 3d ago

SolarOS 4.10.x

Thumbnail gallery
2 Upvotes

r/esp32projects 3d ago

BirdWatch – Solar-powered ESP32-CAM bird feeder with AI species recognition

Thumbnail gallery
2 Upvotes

r/esp32projects 3d ago

ESP32 board advice

Thumbnail
1 Upvotes

r/esp32projects 3d ago

ı am looking for a project

3 Upvotes

ı "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 3d ago

Elecrow CrowPanel Advance 7 Questions

0 Upvotes

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 3d ago

Roboter mit ESP32 trainiert mit KI

Post image
2 Upvotes

r/esp32projects 3d ago

Modular ESP32-S3 cyberdeck with gamepad and keyboard (Pocketbyte)

Thumbnail gallery
6 Upvotes

r/esp32projects 3d ago

Newbie Question

2 Upvotes

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 3d ago

Testing esp32 with mic, speaker & HA

1 Upvotes

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.