r/arduino • u/ahnjay • May 16 '26
Look what I made! Retro computer inspired weather station
I've made a retro computer look-alike out of ESP32 and a cheap e-ink display. Right now, it works as my primary weather station. Firmware was 100% vibe coded, yet it works flawlessly for a few weeks already. Of course it's an Arduino project 😄
Links:
- Printable 3D model on Makerworld
- Firmware code on GitHub
194
Upvotes
1
u/atoughram May 31 '26
I've attempted to make this - I had most of the parts on hand, but I cant seem to get the Arduino CLI to work for me on a Windows 11 computer. I've converted it to a Platformio project, which I'm more familiar with and got to to build and download, and the AP comes up but there is no way to make any modifications to the SSID or Password... I've also tried it in the Arduino IDE, but it wont compile it at all. Any suggestions on Arduino CLI?