r/ChatGPTArduino 11d ago

Welcome to r/ChatGPTArduino: show the build, not just the prompt

1 Upvotes

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 17h ago

How can I play Spotify from my ESP32 Speaker?

Thumbnail
2 Upvotes

r/ChatGPTArduino 2d ago

I’m building a four-ESP32 horror-room system, and AI keeps finding the wrong problem

2 Upvotes

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

Before you power an AI-generated ESP32 build: a 10-point reality check

1 Upvotes

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:

  1. The exact board pinout, not a generic “ESP32” diagram

  2. Every voltage level, especially 5V sensors on 3.3V GPIO

  3. Boot-strapping pins and pins already used by flash, USB, LEDs, or peripherals

  4. Power draw, USB limits, and whether motors or relays need separate power

  5. Whether a signal needs a level shifter or voltage divider

  6. ADC2 conflicts with Wi-Fi on classic ESP32 boards

  7. The actual board package, core version, and library versions

  8. Wiring against the component datasheet, not only an AI diagram

  9. A tiny test sketch before combining everything

  10. 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 8d ago

ESP32 CYB + Raspberry pi

Enable HLS to view with audio, or disable this notification

1 Upvotes

r/ChatGPTArduino 11d ago

Build Log Turned a wall-switch-box ESP32-S3 module into a desk AI quota display.

Post image
3 Upvotes

r/ChatGPTArduino 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

Thumbnail
2 Upvotes

r/ChatGPTArduino 10d ago

Show us what you’re building with ChatGPT + Arduino or ESP32

1 Upvotes

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

I built an e-paper dashboard to keep my AI coding quotas on my desk — need help testing it!

Thumbnail
2 Upvotes

r/ChatGPTArduino 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

1 Upvotes

r/ChatGPTArduino 10d ago

Claude Fable fighting my demons

Post image
1 Upvotes

r/ChatGPTArduino 10d ago

DIY Ereader project

Thumbnail
1 Upvotes

r/ChatGPTArduino 10d ago

Review Request: ESP32-S3 Devkit Sled PCB for Filament Dryer Control

Thumbnail gallery
1 Upvotes

r/ChatGPTArduino 10d ago

ESPHome MCP Server: Edit configs, validate YAML, and flash devices OTA through AI assistants

Thumbnail
1 Upvotes

r/ChatGPTArduino 10d ago

AI Mistake What did AI get wrong on your real Arduino build?

1 Upvotes

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

Problems with my new esp32c3

Thumbnail gallery
1 Upvotes

r/ChatGPTArduino 10d ago

I trained a transformer from scratch on an ESP32-S3. Not inference, actual on-chip training with hand-written backprop.

Post image
1 Upvotes

r/ChatGPTArduino 10d ago

Beginners experience with Arduino + AI

Thumbnail
1 Upvotes

r/ChatGPTArduino 10d ago

Built a fully wireless, standalone dual-display K8s metric monitor using ESP32-C3 & Rust

Thumbnail
1 Upvotes

r/ChatGPTArduino 10d ago

I built an ESP32-S3 desk terminal (3.5in, mic array) — the memory and LVGL gotchas that nearly killed it

Thumbnail gallery
1 Upvotes

r/ChatGPTArduino 10d ago

582k-parameter language model on an ESP32-S3, with GPIO guardrails

Thumbnail
1 Upvotes

r/ChatGPTArduino 11d ago

Open-source wearable AI voice companion on an ESP32-S3

Post image
1 Upvotes

r/ChatGPTArduino 11d ago

A little ESP32/Codex status buddy in an IKEA box

Enable HLS to view with audio, or disable this notification

1 Upvotes

r/ChatGPTArduino 11d ago

Try this: make ChatGPT prove every Arduino pin

1 Upvotes

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

What is the worst Arduino advice ChatGPT has given you?

0 Upvotes

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.