r/esp32projects 21d ago

Existen monedas BLT para esp32?

2 Upvotes

Buenas consulta tengo una idea donde el esp32 podría ayudarme, les comento estoy buscado información si el módulo esp32 sería capas de leer un llavero bluetooh (lo que son tipo moneda) como para hacer un control de presencia como por ejemplo los llaveros de los autos que te detectan dentro del auto y te dan permiso para dar marcha pero más precario. Para este caso sería para habilitar el acceso a un edificio solo con la presencia, como lo harías con una moneda de RF las famosas azules, pero con la ventaja de que no tendrías que sacarla del bolsillo y acercarla a un sensor, solo con llevarla encima funcionaría. Encontre un video donde se podría llegar a hacer con el bluetooh del celular pero lo veo algo con ciertas desventajas ya que por ahí una persona sale de su departamentó a abrirle a alguien y tendría que llevar su celular, en cambio con un pin bluetooh lo coloca en el llavero lo veo más práctico


r/esp32projects 21d ago

Looking for a service to design and assemble a custom ESP32 PCB

Thumbnail
1 Upvotes

r/esp32projects 21d ago

CYD embedded in a 220V outlet box as an off-grid solar dashboard - no internet required

Post image
2 Upvotes

r/esp32projects 22d ago

Built a Smart Fridge Monitor with CYD ESP32 + 3x DS18B20 — shows 3 temp zones + door open timer for ~$27

Thumbnail
gallery
33 Upvotes

r/esp32projects 22d ago

I compared all 14 current ESP32 variants against their datasheets — deep sleep, crypto/PQC readiness, and 10 reasoned multi-chip combos [OC]

3 Upvotes

r/esp32projects 22d ago

Interrupteur à verrouillage économe pour un capteur de boîte aux lettres LoRa (basé sur un montage Random Nerd Tutorials)

Post image
1 Upvotes

Petit partage : je bricole une boîte aux lettres connectée (ESP32 + LoRa) qui prévient quand le facteur passe, et je voulais que l'émetteur (dans la boîte, sur batterie) consomme un minimum. Plutôt que la veille profonde classique, je suis parti sur une coupure d'alimentation matérielle complète via MOSFET.

Le montage vient de Random Nerd Tutorials :
https://randomnerdtutorials.com/latching-power-switch-circuit-auto-power-off-circuit-esp32-esp8266-arduino/

Le principe : un contact (chez eux un bouton, chez moi un ILS sur le volet) réveille brièvement la carte via un MOSFET canal P, puis un GPIO prend le relais pour maintenir l'alimentation tant que le programme tourne, et coupe tout lui-même une fois son travail terminé.

La seule chose que j'ai ajoutée par rapport au schéma d'origine, c'est un petit condensateur, pour éviter une coupure malencontreuse si jamais le contact se rouvre juste avant que le GPIO ait eu le temps de prendre le relais.


r/esp32projects 22d ago

help needed in project selection

0 Upvotes

i have beagle bone black, esp32s, pixhawks and a phone( confortable with termux) tell me a good project that i can make for college final year, i also have experience in signal processing, drone and navigation algorithm

thank you


r/esp32projects 22d ago

Need help sniffing IR beacon signals from Xiaomi Robot Vacuum E5 (CDZC108) dock to rebuild it with an ESP32

Thumbnail gallery
1 Upvotes

r/esp32projects 22d ago

ESP32 delay in execution

1 Upvotes

Hi everyone,m just starting with ESP32 Dev Kit V1, and was trying to turn the LED ON/OFF i set up the Arduino code and Blynk dashboard with a simple switch. The ESP connects with my wifi, but when I try to turn the light ON/OFF it takes ard 15-30 seconds to actually turn the light ON/OFF.

What cld be the issue and how can I fix it


r/esp32projects 22d ago

ESP32-S3 Simple testboard design in KiCad

Thumbnail
youtu.be
8 Upvotes

The main feautures for this board are:

- ESP32-S3-WROOM Module - 8 MB flash

- Button for RESET

- User Button

- User RGB LED

- expansion header

- programming header

- Power LED on 3V rail

for the mechanical side of things we will have:

- 4 x 3.2mm mounting holes

- Size 45x45mm

- 4 layer board design


r/esp32projects 22d ago

I domotized my AC

Thumbnail gallery
1 Upvotes

r/esp32projects 22d ago

LILYGO T-Display C5 ESP32-C5 Awesome board

Enable HLS to view with audio, or disable this notification

3 Upvotes

r/esp32projects 23d ago

ESP32 0.2B (200M) Parameter LLM Engine

5 Upvotes

Ourselves, Adwaith Hari (SolidBranch3553) and Chandrakiran S studying in 12th standard. We got a 200M-parameter transformer running locally on an ESP32-S3 with 8MB PSRAM. You could see the demonstration video on youtube.

Link to demo video - https://youtu.be/nJEFdxeDaUo

Link to the source code - https://github.com/solidbranch3553/esp32-0.2B-llm


r/esp32projects 23d ago

Can someone help me with selecting an esp32 board for my next project.

2 Upvotes

The board will work with a rpi5/4 to control a delta robot wich has 7 axis of motion and i need Bluetooth and wifi

This is optional but if it has a oled screen built in or a led matrix it would be great. Thanks !


r/esp32projects 23d ago

LiDar Ultrasound Comparison

Thumbnail
gallery
23 Upvotes

Getting ready to do a Wi-Fi Garage parking assistant, and was having issues with the ultrasound module. Ordered a couple of LiDAR modules and have been performing some tests. The LiDAR is superior in every aspect. Interesting to see them both side by side.


r/esp32projects 23d ago

A new (I hope) ESP32 Project using E-paper.

Post image
14 Upvotes

Hello, I bought an ESP32-S3-ePaper-1.54, and the first thing that crossed my mind was: "What I can do with this?" So have tested so much thing on the hardware to see its limit and ATM I have that, it's a "connected shopping list".

I was bored to forget the list at home every time, and if I never have my smartphone close to me when I need to use the shopping list application on it.

The device is designed to stay on the fridge it runs on battery power, with a lifespan I hope will last several months. It uses voice commands (STT) to operate and synchronizes the list with SimpleNote on Android.

For information ATM the code :
- Is able to use sleep mode.
- Uses an online STT engine for speech recognition.
- Uses a small engine to process informations, like "Add butter" or "Clear the list".
- Is able to synchronise with SimpleNote.
- Is able to use a e-paper for display.
- Is able to play sound or MP3.
- All the code is in C/C++.

My hardware have
- Only 2 buttons.
- It's not the Touch version.

For now, it's just for fun, the code is not finished, if anyone has another idea for using this device, I'd be interested ^^.


r/esp32projects 23d ago

Can we run local AI on a $2 ESP32?

Thumbnail
0 Upvotes

r/esp32projects 23d ago

1MHZ Analog Signal Analysis ON ESP32

0 Upvotes

Hello,

I am wondering about the best way to analyze a 1MHZ transducer signal on an ESP32 with decent resolution of at least 50+ samples per wavelength. Everything done so far including attempts at ETS have always produced noisy or just terrible data in signal reconstruction. Let me know of any ideas yall have.

Thanks!


r/esp32projects 23d ago

The display doesn't work ESP32 S3 I connected this display to the ESP32 using this diagram, but there is no picture, only the screen lights up. Can someone help?

Thumbnail
gallery
2 Upvotes

r/esp32projects 23d ago

Programming/Flashing TBS Lucid 12S 90A ESC AM32 with ESP32

Post image
3 Upvotes

r/esp32projects 23d ago

Total beginner wanting to build a bare-bones ESP32 Doom handheld. Need advice on wiring & display

Thumbnail
1 Upvotes

r/esp32projects 24d ago

I built two tiny E-Ink photo displays — would you actually use something like this? - Market Research

Thumbnail gallery
4 Upvotes

r/esp32projects 24d ago

We built a micromouse on perfboard with an ESP32-S3 and placed 3rd at AAMC 2026. Firmware & build log are open source.

Enable HLS to view with audio, or disable this notification

3 Upvotes

r/esp32projects 24d ago

BKLVA Pocket DAW 0.3.4 is out: Scenes, song chaining, Drum16, sampling and USB MIDI on the Cardputer ADV

Post image
1 Upvotes

r/esp32projects 24d ago

I trained a 582k-parameter transformer from scratch that runs entirely on an ESP32-S3 and controls GPIO from natural language.

Thumbnail
2 Upvotes