←back to thread

Busy Status Bar

(busy.bar)
1366 points aleksi | 1 comments | | HN request time: 0s | source
Show context
blutack ◴[] No.41839455[source]
If you're looking for something with an addressable LED matrix in a clock style form factor, the Ulanzi TC001 [0] for ~$50 is worth having a look at.

Doesn't quite have the same aesthetic but inside it's just an ESP32 (flashed via the USB-C port) and there's various mature open source firmware replacements. I use awtrix[1] on mine and it's very easy to tie in HomeAssistant for doorbell notifications and that sort of thing. I did also knock up a Pomodoro app for it.

0: https://www.ulanzi.com/products/ulanzi-pixel-smart-clock-288...

1: https://github.com/Blueforcer/awtrix3

replies(13): >>41839620 #>>41839772 #>>41839958 #>>41840734 #>>41840812 #>>41840851 #>>41841221 #>>41841229 #>>41842541 #>>41842958 #>>41845928 #>>41846286 #>>41851502 #
password4321 ◴[] No.41840734[source]
This 16x32 RGB LED panel (6.75"x2.75", USB powered, Bluetooth programmable) was $15 for a while, now $26: https://www.amazon.com/dp/B0CP5P7RY7

Programming it with your own code is still a mess, see "Panel Communication": https://github.com/auc0le/JT-Edit

replies(1): >>41842797 #
1. nine_k ◴[] No.41842797[source]
Could be even cheaper as a string of addressable LEDs + some arduino board.

But quite some people are happy to pay the extra $174 for not needing to hack together software, a housing, physical controls, etc.