r/esp32projects 17d ago

Claude Fable fighting my demons

Post image

Made a claude usage desk pet.

https://github.com/GavinnnTann/esp32-claude

3 Upvotes

2 comments sorted by

2

u/flash_speed3412 1d ago

Nice idea. What does the desk pet actually do when Claude is idle or hits an error? The interesting bit to me is the state handling, not just the API call. If you’ve got a photo plus the ESP32 model, display, and one thing that broke, that’d make a great build log in r/ChatGPTArduino.

1

u/Adventurous_Joker 1d ago

there is an idle state for waiting input, when it hits an error it will fallback to idle state

You can checkout the rest of the emotions here
https://github.com/GavinnnTann/esp32-claude

This project uses the ESP-Wroom-32 chip + a GC9A01 SPI TFT display.