Guide for building your own ambient system:
- Step 1: Addressable led strip
- Step 2: Power supply
- Step 3: USB grabber
- Step 4: Additional stuff
- Step 5: Device for hosting HyperHDR...macOS, Windows or Raspberry Pi?
- Step 6: Installing HyperHDR software
- Step 7: How to set up HyperHDR? Part I: basic configuration
1 Addressable LED strip:
For the sake of this tutorial we only considering 5V led strip here. The easiest to drive by Raspberry Pi unit is 2 channel SPI driven LED. You can recognize them by four channels on the LED strip (usually voltage, ground, SI, MO/CK).
For example WS2801. Limited to 32 leds per meter, but it could be an issue only for smaller TVs. Very stable and reliable.
The other and better than WS2801 choice could be APA102 made in Taiwan. There is an option for even 144 leds per meter... if only you could find a reliable seller. Almost all APA102 sold on Aliexpress are in fact their counterfeit clones like APA102c (made in China) or SK9822.
There are inferior
comparing to original APA102, there is some difference in the protocol
although you can think it works as ordinary APA102 leds (fixed by me in
the HyperHDR software) and they have higher failure rate.
Apa102 like LED strip:
It's recommend to verify seller's received feedback before buying from him.
There is also an interesting led SK6812
with RGBW SMD. Separate channel for red, green, blue and white. Available in neutral, warn and cold
variant. It's one channel driven led but it could reproduce very nice
colors. Protocol is the same as WS2812B (only RGB). This type of LED will receive special attention later.
On the market there are other models untested by me. HD107 looks very interesting on the paper (better than APA102) and HD108
that's got some other advantages (16-bit per channel and 3.3V Raspberry
Pi logic level compatibility) but their availability is limited and are
very expensive.
Summarizing:
- Best colors offers SK6812 RGBW, but driving this led strip may be a little complicated. It happens that an independent controller like ESP12, ESP8266 or ESP32 would be necessary to do that job. In most cases best choice is 60 led/meter.
- Easiest to setup is WS2801. I used it for years, very nice experience.
- APA102 unfortunately, due to large market of counterfeits clones I can't recommend it.
Comments
Post a Comment