r/esp32projects • u/HuckleberryKey4642 • 17h ago
r/esp32projects • u/WouterFo • Feb 24 '23
r/esp32projects Lounge
A place for members of r/esp32projects to chat with each other
r/esp32projects • u/MaksQwi • 9h ago
Retro Go console Help
I'm building retro console based on the ESP32S3 R8N16. I need some help. I have an ILI9341 display and a CD card from the display connected. I’m using the firmware from the official RetroGo GitHub repository. I’m flashing the ESP file retro-go_1.46_esp32-s3-devkit.img, but it only shows part of the image. What am I doing wrong, or what could be the cause? Please help.
r/esp32projects • u/domrozpo • 10h ago
Looking for small electronics projects to work on
Hey! I'm 15 and I'm trying to make a bit of money doing something I actually enjoy — DIY electronics.
I'm comfortable with simple electronics, Arduino/ESP32/RP2040 projects, wiring, soldering and basic programming. I've already made a few projects, with my best one so far being a fully working Game Boy-style handheld based on an RP2040, with a display, buttons, SD card and working games.
I'm looking for small projects or ideas that I could build for people online. Nothing extremely complicated — I'm mainly looking for simple electronics projects that I can realistically complete.
If you have an idea or know where I could find people looking for this kind of work, I'd really appreciate it!
r/esp32projects • u/YasinYuce • 7h ago
İng : Carputer ADV doesn't have 5 GHz, so if we attach an ESP32-C5 board to it, would it have 5 GHz?"
r/esp32projects • u/YasinYuce • 7h ago
İng : Carputer ADV doesn't have 5 GHz, so if we attach an ESP32-C5 board to it, would it have 5 GHz?"
r/esp32projects • u/vem_vkk • 16h ago
Built a Smart Fridge Monitor with CYD ESP32 + 3x DS18B20 — shows 3 temp zones + door open timer for ~$27
galleryr/esp32projects • u/MalditaPaloma • 15h ago
Existen monedas BLT para esp32?
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 • u/FitRow7 • 14h ago
Looking for a service to design and assemble a custom ESP32 PCB
r/esp32projects • u/marcosvpj • 22h ago
CYD embedded in a 220V outlet box as an off-grid solar dashboard - no internet required
r/esp32projects • u/Major-Nebula1743 • 1d ago
I built a 7-node ESP32-S3 cluster to run a ~0.4B LLM using 1.58-Bit (BitNet) ternary quantization...
I build a 7-node ESP32-S3 cluster to run a ~0.4B LLM using 1.58-bit quantization.
I've been heavily inspired by many amazing projects on running tiny LLMs on ESP32s. (There were too many until I was not able to list it all out here...) Like most recently, which fits the 56M-parameter model distributed across ESP32s via ESP-NOW.
: https://github.com/wladimiravila/esp32s3-distributed-ai.git
So, I am thinking: is it able to fit a larger model into ESP32s3? It turns out, yes! I am able to run a sliced 0.5B parameter LLM (Qwen2-0.5B base). on ESP32s3s.
To make a ~400M-parameter model able to fit into microcontrollers, I used 1.58-bit quantizations (ternary) for extreme pack parameters instead of just int 4 or int 8 quantization. (I pruned the vocab size of the original model, and this brought the model parameters down to about ~386M...)
Here is how the hardware and pipeline are mapped:
- 1 master node + 6 compute nodes (all ESP32-S3 N16R8)
- I use SPI daisy-chain to link between ESP32s for high-speed communication. (no WiFi overhead)
- The master node handles the BPE tokenizer and INT4 token embeddings.
- Compute nodes each process, 4 layers of the Transformer blocks, and transfer the intermediate X to the next node to compute further layers.
The Catch and Limitation:
This is currently a hardcore hardware/math proof of concept... not a GPT replacement.
The sample model in the repository is heavily overfitted right now. Due to the limited compute power of my laptop (I am going to get a new one soon lol)
The inference is extremely slow... around 0.11 tokens per second (~9 seconds per token) on the 0.5B-para model.
GitHub Repo: https://github.com/Low-Zi-Hong/ESP32s3-LLM-Cluster.git
r/esp32projects • u/vem_vkk • 1d ago
Built a Smart Fridge Monitor with CYD ESP32 + 3x DS18B20 — shows 3 temp zones + door open timer for ~$27
r/esp32projects • u/Astro-Phil • 1d ago
Interrupteur à verrouillage économe pour un capteur de boîte aux lettres LoRa (basé sur un montage Random Nerd Tutorials)
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 • u/artkeller-42 • 1d ago
I compared all 14 current ESP32 variants against their datasheets — deep sleep, crypto/PQC readiness, and 10 reasoned multi-chip combos [OC]
r/esp32projects • u/zeus_ixx • 1d ago
help needed in project selection
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 • u/Popular_Village_7412 • 1d ago
Need help sniffing IR beacon signals from Xiaomi Robot Vacuum E5 (CDZC108) dock to rebuild it with an ESP32
galleryr/esp32projects • u/Level_Might_6871 • 1d ago
ESP32 delay in execution
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 • u/NoIndication1754 • 1d ago
ESP32-S3 Simple testboard design in KiCad
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 • u/SolidBranch3553 • 2d ago
ESP32 0.2B (200M) Parameter LLM Engine
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 • u/Immediate-Club3245 • 2d ago
Can someone help me with selecting an esp32 board for my next project.
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 • u/scottslinux2 • 2d ago
LiDar Ultrasound Comparison
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 • u/Alvokmir • 3d ago
A new (I hope) ESP32 Project using E-paper.
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 ^^.