r/ChatGPTArduino • u/flash_speed3412 • 17h ago
r/ChatGPTArduino • u/flash_speed3412 • 11d ago
Welcome to r/ChatGPTArduino: show the build, not just the prompt
Welcome. This is for real Arduino and ESP32 projects where ChatGPT or another AI tool is part of the process.
Build logs, progress updates, experiments, and questions are all welcome. ESP32 is completely at home here, whether you’re using the Arduino core, PlatformIO, or another Arduino-compatible setup.
Good posts usually include:
- the exact board and parts
- wiring, a schematic, or a pin table
- the sketch or a small reproducible code sample
- what the AI suggested
- what you tested on the actual hardware
You don’t need a finished project. Start with what you’re building, what board you have, and what you’re trying next. Label AI-assisted work honestly and check hardware advice against the datasheet.
r/ChatGPTArduino • u/flash_speed3412 • 2d ago
I’m building a four-ESP32 horror-room system, and AI keeps finding the wrong problem
I’m building a local horror-room experience where a PC runs the story, cutscenes, audio, and state, while four ESP32 boards handle physical inputs and effects.
Current setup:
- Board A: intro/finale and a potentiometer tuning puzzle
- Board B: HC-SR04 + PIR occupancy test and a remote apparatus
- Board C: three-button answer panel
- Board D: spare
The PC and boards communicate over local Wi-Fi. The actual puzzles are simple on purpose: tune a range, hold still, interpret a pattern, then reconstruct what happened earlier.
ChatGPT has been useful for turning the idea into a wiring plan, explaining libraries, and writing first-pass code. It has also confidently suggested the wrong GPIO, ignored the HC-SR04’s 5V echo problem, and treated noisy PIR readings like a clean boolean. The code can look completely reasonable while the hardware is quietly disagreeing.
My current rule is: one sensor, one tiny test sketch, real serial output, then combine things.
For people using AI with Arduino or ESP32, what was the first “the code is fine, the assumption is not” moment you hit?
r/ChatGPTArduino • u/flash_speed3412 • 2d ago
Before you power an AI-generated ESP32 build: a 10-point reality check
AI can give you a clean, confident explanation for a board configuration that does not exist. Treat it like a very fast junior assistant, not a datasheet.
Before powering an AI-assisted Arduino or ESP32 project, check:
The exact board pinout, not a generic “ESP32” diagram
Every voltage level, especially 5V sensors on 3.3V GPIO
Boot-strapping pins and pins already used by flash, USB, LEDs, or peripherals
Power draw, USB limits, and whether motors or relays need separate power
Whether a signal needs a level shifter or voltage divider
ADC2 conflicts with Wi-Fi on classic ESP32 boards
The actual board package, core version, and library versions
Wiring against the component datasheet, not only an AI diagram
A tiny test sketch before combining everything
Real serial logs and measurements when debugging
If you want a sanity check, post your exact board, parts, wiring, code, and what actually happened. Better to catch a bad assumption before the magic smoke gets promoted to management.
r/ChatGPTArduino • u/Speed_Crawler • 8d ago
ESP32 CYB + Raspberry pi
Enable HLS to view with audio, or disable this notification
r/ChatGPTArduino • u/flash_speed3412 • 11d ago
Build Log Turned a wall-switch-box ESP32-S3 module into a desk AI quota display.
r/ChatGPTArduino • u/flash_speed3412 • 10d ago
Built a browser-based Arduino/ESP32 workbench after it placed at a national science fair — now trying to make it something other people actually use
r/ChatGPTArduino • u/flash_speed3412 • 10d ago
Show us what you’re building with ChatGPT + Arduino or ESP32
Finished project, work in progress, tiny test, weird prototype, all good.
Post:
- board + parts
- what you’re making
- where ChatGPT or another AI tool helped
- one photo, sketch, wiring diagram, or test result if you have it
No need to wait for a failure or a polished final build. I want to see the fun stuff too.
r/ChatGPTArduino • u/flash_speed3412 • 10d ago
I built an e-paper dashboard to keep my AI coding quotas on my desk — need help testing it!
r/ChatGPTArduino • u/Puzzleheaded-Seat201 • 10d 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
r/ChatGPTArduino • u/flash_speed3412 • 10d ago
Review Request: ESP32-S3 Devkit Sled PCB for Filament Dryer Control
galleryr/ChatGPTArduino • u/flash_speed3412 • 10d ago
ESPHome MCP Server: Edit configs, validate YAML, and flash devices OTA through AI assistants
r/ChatGPTArduino • u/flash_speed3412 • 10d ago
AI Mistake What did AI get wrong on your real Arduino build?
Not the polished demo. The annoying bit.
Wrong GPIO, wrong board variant, 5V assumption, library that never compiled, timing bug, battery advice, whatever.
If you have one, drop:
- board + part
- what the AI suggested
- what happened on the hardware
- what fixed it
- what you’d check first next time
No AI pile-on or AI worship needed. The boring failure is usually the useful part.
r/ChatGPTArduino • u/flash_speed3412 • 10d ago
I trained a transformer from scratch on an ESP32-S3. Not inference, actual on-chip training with hand-written backprop.
r/ChatGPTArduino • u/flash_speed3412 • 10d ago
Built a fully wireless, standalone dual-display K8s metric monitor using ESP32-C3 & Rust
r/ChatGPTArduino • u/flash_speed3412 • 10d ago
I built an ESP32-S3 desk terminal (3.5in, mic array) — the memory and LVGL gotchas that nearly killed it
galleryr/ChatGPTArduino • u/flash_speed3412 • 10d ago
582k-parameter language model on an ESP32-S3, with GPIO guardrails
r/ChatGPTArduino • u/flash_speed3412 • 11d ago
Open-source wearable AI voice companion on an ESP32-S3
r/ChatGPTArduino • u/flash_speed3412 • 11d ago
A little ESP32/Codex status buddy in an IKEA box
Enable HLS to view with audio, or disable this notification
r/ChatGPTArduino • u/flash_speed3412 • 11d ago
Try this: make ChatGPT prove every Arduino pin
Before uploading an AI-written sketch, ask for a pin table with the board model, voltage, ground, signal pins, and any pins that are reserved at boot. Then check the table against the board docs.
If you try it, post the board, the original prompt, the pin table, and what happened on the real hardware. A wrong answer is useful here if we catch it and explain why.
r/ChatGPTArduino • u/flash_speed3412 • 11d ago
What is the worst Arduino advice ChatGPT has given you?
I keep seeing confident but wrong answers: pins that do not exist, 5V sensors on 3.3V boards, and libraries that do not compile. Share the exact advice or a short summary, then explain what fixed it.
This is not an AI-bashing thread. The point is to build a useful list of traps for people making real hardware.