AWTRIX3 + ESP32 - Ulanzi TC001

I’ve been using Ulanzi TC001 with AWTRIX3 installed but after some time it started freezing on monthly basis and then weekly and finally daily. I did hardware mods of its board but didn’t help.
As I don’t want to bin everything I thought about using matrix display and other components with replaced ESP32 controller (development board) - Supported Hardware | Blueforcer/awtrix3 | DeepWiki
Has anybody tried that and could share his experience?

I had the exact same issue — AWTRIX kept crashing and rebooting on my TC001. I forked it, found memory leaks and other bugs in the code, fixed them, added tests, and restructured the architecture. The result is Svitrix — a stable fork that works with Home Assistant out of the box. No hardware mods needed. GitHub - svitrix/svitrix-firmware · GitHub

Just logged in to reply here, found out your project (thanks to KIMI AI) and wanted to say thanks for the effort. Hope this project keeps growing and has strong community support. Great job!!