←back to thread

Busy Status Bar

(busy.bar)
1366 points aleksi | 9 comments | | HN request time: 0.415s | source | bottom
Show context
robertlagrant ◴[] No.41838501[source]
I'm a bit dumbfounded by the price tag of $189. Am I wrong?
replies(9): >>41838602 #>>41838694 #>>41838715 #>>41838762 #>>41838792 #>>41838868 #>>41839435 #>>41839450 #>>41840257 #
1. puzzlingcaptcha ◴[] No.41838602[source]
Seems like quite a bit of hardware engineering went into the design.

But if you are hacker and don't care too much about the aesthetics you could probably get 90% of the functionality with an ESP32, a GPIO extender, an LED array, an OLED display and a 3D printed case for like $30.

replies(4): >>41838657 #>>41838689 #>>41838871 #>>41839036 #
2. tecleandor ◴[] No.41838657[source]
The Ulanzi TC001 devices are kind of near (without the double screen and all the buttons and stuff) for around $50. IIRC they have an ESP32 and have at least 1 or 2 alternative opensource firmwares.
3. zeroflow ◴[] No.41838689[source]
A few years ago, I built a simpler version of that device myself.

As you said: A 90% solution is easy to hack together. I had mine displaying Skype for Business status so my colleagues would know if I was in a call or just listening to music.

The harder part or much rather the time consuming part is getting a good status message from the installed apps. It looks like there is plenty of software and APIs available.

4. whitehexagon ◴[] No.41838871[source]
or maybe a repurposed eWaste phone/tablet, or at this price probably a new phone.
5. echoangle ◴[] No.41839036[source]
Can confirm, here’s a small BOM:

8x 8x8 WS2812 Matrix $2 each = $16

ESP32 $3

1x some acrylic to laser-cut a case in a makerspace $5

So $24 total. The screen would be much larger than the Busy Bar version, which could be a pro or a con, depending on what you want.

If you need the smaller back screen (I don’t see the use because I would control it from a computer anyways), that would add another $3 or so. The buttons are basically free but if we assume $3, that’s $30 like you said in total.

replies(1): >>41840924 #
6. shadowpho ◴[] No.41840924[source]
no, that's not how much that costs at all lol
replies(1): >>41841232 #
7. echoangle ◴[] No.41841232{3}[source]
Ever been on Aliexpress? I was roughly converting prices from € to $ and adding some spare for tolerance, here’s what I actually paid:

LED Matrix: 5 for 6,33€ (that is 1,27€ each)

ESP32 C3 Supermini: 3 for 3,56€ (1,19€ each)

There’s scrap acrylic at my makerspace so I was guessing, make it 10€ and I’m at 23€ or so.

What numbers do you not believe?

replies(1): >>41853779 #
8. shadowpho ◴[] No.41853779{4}[source]
Who’s doing the case? Who’s doing the buttons? Who’s gonna put it together? Testing? Programming? Flashing? How about handling returns? Packaging? Design for all of the above?
replies(1): >>41855920 #
9. echoangle ◴[] No.41855920{5}[source]
Well that’s the point of a DIY project, you are going to do it (if that’s the kind of project you want). I wasn’t saying you should build this thing yourself because the busy bar is bad, I was just giving some more data to the original commenter who said you can build something similar yourself for much cheaper.