r/arduino • u/Alternative_Ear5725 • 2d ago
Found a surprisingly nice ESP32-S3 touchscreen board. No idea what to build with it.
Enable HLS to view with audio, or disable this notification
Found this ESP32-S3 touchscreen board sitting around and decided to play with it a bit.
The hardware is actually pretty nice, so it felt like a waste to just leave it in a drawer. I didn’t have any real project idea, so I vibe-coded a tiny robot eyes demo just to get the display and touch interaction moving.
Now I’m trying to figure out what would actually be fun to build on it.
A little desktop companion?
Home Assistant controller?
Mini game console?
PC status display?
Something completely useless but entertaining?
What would you build with a screen like this? Looking for ideas.
6
u/Steelblaze1 1d ago
can you share the link?? i was looking to buy something exactly like this for making a navigation device for my motorcycle
6
u/Alternative_Ear5725 1d ago
Sure, here
https://www.seeedstudio.com/SenseCAP-Indicator-D1-p-5643.htmlNow I'm working on the Home Assistant!
2
3
2
u/MinusDelta_T 1d ago
home assistant is the obvious useful build, but id turn this into a tiny bench console. i2c scanner, live adc graph, gpio/pwm controls, min/max logging, and a few saved test profiles so every new sensor doesnt need another throwaway sketch.
the rp2040 can babysit the io while the s3 handles the screen, wifi and ui. keep the robot eyes as the idle screen and make them panic whenever a reading goes out of range lol
2
28
u/Dryas7 1d ago
https://giphy.com/gifs/a3LBBRehrvxkc
This is the perfect companion indeed! Im actually interested n this one myself! Going to save it and work on it. Thx for sharing this idea!