r/WLED

▲ 2 r/WLED

Most LED’s per meter Strip for TV Backlighting? HyperHDR DIY

I recently checked out my neighbours FancyLEDs SyncBox and damn it was accurate, bright and more beautiful compared to my Govee camera based lights but super pricy. This led me into a wormhole and I came across DIY lighting setup using HyperHDR.

Creating a list of parts now, need to find a good HDMI 2.1 splitter, the correct raspberry pi for my setup and a capture card that will give me no problems with my setup. The biggest challenge has been finding the correct LED strip that outperforms FancyLED’s 96 LED’s per meter strip and provides great colors. There are so many types as well RGB, RGBW, RGBWW, RGBCCT and researching them and comparing compatibility has become a nightmare. At this point I don’t even know if having more LED’s even matters… so please help guide me.

My setup - I have a 65 inch 120fps LG C1 (which unfortunately is not rootable on the current WebOS version so I cannot install HyperHDR as an App) and an RTX 4090 PC that I use to play Single Player games + an Apple TV 4K.

reddit.com
u/No_Ad_5765 — 6 hours ago
▲ 2 r/WLED

Most LED’s per meter Strip for TV Backlighting? HyperHDR DIY

I recently checked out my neighbours FancyLEDs SyncBox and damn it was accurate, bright and more beautiful compared to my Govee camera based lights but super pricy. This led me into a wormhole and I came across DIY lighting setup using HyperHDR.

Creating a list of parts now, need to find a good HDMI 2.1 splitter, the correct raspberry pi for my setup and a capture card that will give me no problems with my setup. The biggest challenge has been finding the correct LED strip that outperforms FancyLED’s 96 LED’s per meter strip and provides great colors. There are so many types as well RGB, RGBW, RGBWW, RGBCCT and researching them and comparing compatibility has become a nightmare. At this point I don’t even know if having more LED’s even matters… so please help guide me.

My setup - I have a 65 inch 120fps LG C1 (which unfortunately is not rootable on the current WebOS version so I cannot install HyperHDR as an App) and an RTX 4090 PC that I use to play Single Player games + an Apple TV 4K.

reddit.com
u/No_Ad_5765 — 6 hours ago
▲ 33 r/WLED+1 crossposts

Here a little vidio about my project

u/Isra_1997 — 15 hours ago
▲ 18 r/WLED

Configuración WLED. V16

Me gustó el nuevo efecto de fuego aplicado en la cabecera de la cama

Tengo 6 segmentos divididos en cada difusor aplicando el mismo efecto en las orillas y en la parte de arriba todos con color fuego y el nuevo efecto PS GET 1D

u/Isra_1997 — 11 hours ago
▲ 1 r/WLED

Can someone help me understand pricing from Alibaba?

https://www.alibaba.com/x/B2844e?ck=pdp

I’m needing roughly 68m (220ft) of lights for my exterior. If my numbers are all correct to this point, I could do this with a QuinLED Uno and 4-5 power injections. But I need to clarify here. Is this listing per 1m track and inclusive of both lights and aluminum track for $1.50/meter? That’s way better than anything I’ve found elsewhere and seems too good to be true. I’m not super familiar with how Alibaba works so any insight is appreciated!

reddit.com
u/xA1RGU1TAR1STx — 13 hours ago
▲ 19 r/WLED

How do I make this look better?

I got those led stip diffusers from Ali-

https://a.aliexpress.com/\_c3QVBJ7n

And a led strip with 60 leds per meter.

But this looks so bad.

I keep seeing people get a new unified strip of light, without it looking like many small leds.

How do I do that?

u/Sagi313 — 1 day ago
▲ 273 r/WLED

Kitchen project done

Did some 12 volt sk6812 strips underneath the kitchen and uptop the shelves.

Also dimmable led spots.

All controlled by 1 gledopto wled controller.

Very happy how it turned out.

u/DannyvdBerg — 2 days ago
▲ 28 r/WLED+1 crossposts

My custom wled controller.

I just finished building a new controllers to streamline my setup. This is much improved and stable version and it's was used in my last year show. As you all know in this hobby, we used multiple size of controllers all over our show and it's a mess to organized them. With these controllers in places, I can cut down the number of controllers box from 10 to 7 and reduced power consumption.

youtube.com
u/wledlover — 2 days ago
▲ 0 r/WLED

Domraem controller

My co troller keeps crashing. I have the 2815 leds woth a 33 amp 12v power supply. Ledds are powered by the psu and controller is powered from the psu. I keep getting weird color values on the leds itself. What am I doing wrong. Never had a problem with my 2812 leds with this controllers.

reddit.com
u/VicinityCustoms — 2 days ago
▲ 354 r/WLED

My first attempt at 3d printing a lamp

I bought a 3d printer last week and have been experimenting. This uses 12 8x8 ws2812b matrix panels (stacked 3 high on each side in a tower formation) and I chucked a few WLED sequences on random for testing.

I'm going to be making an improved version tomorrow with proper smooth curves on the corners to reduce seam/shadowing. Very happy with how it turned out.

u/MrSpindles — 4 days ago
▲ 27 r/WLED

Headless / HDMI splitter-less / Camera-less Ambilight solution for Plex

This might look like yet another Ambilight post but there's a nice little twist:

I wanted a custom system that is truly headless, without an external grabber software, that is able to decode the various HDR profiles natively, as well as the detection/omission of all black bars, even the nasty Nolan-esque IMAX to 2.35:1 transitions. It even detects and omits the burned-in subtitles.

My requirements were: I didn't want to use an HDMI splitter, grabber or a capture card, and using a camera was absolutely out of the question. Using HyperHDR or other pre-existing software solution weren't an option either. The least hardware possible and a software as simple as possible.

So I created a python service that monitors whenever a file is being played locally on my Plex server. If so, it starts a headless player on my GPU using MPV that syncs with Plex using a combination of predefined offsets if needed, routine sync checks and auto acceleration/deceleration when needed. It gets all the info needed for the Ambilight-style effect and it's then sent directly to my ESP32 using WLED through my LAN. It really is plug n play once it's configured.

I found that this solution is by far the simplest, cheapest and is very elegant in terms of hardware needed: LED, ESP32 (Dig Uno v3), and a PSU, that's it! It uses very little ressources if MPV is played using a GPU or even an Intel QuickSync chip (the headless player uses a 160x90 internal resolution).

Of course you can customize many aspects to your liking through a local web page that I've designed.

The downfall being of course that it is only designed for Plex atm. But that could easily be adapted to other players like Jellyfin if needed. It could also be adapted for PC gaming with a fair bit of tweaking I believe.

It's probably a very niche use case but if anyone wants the source, I've made it available for free here.

It's been a fun project that in the end was much easier than I thought.

TLDR Python+WLED, that's all you need.

EDIT added a "WLED Subtitle" track feature that uses 0% CPU (baked in WLED info for movies). still need to add a frontend for the encoder but the code is now in the repo and working. thanks for the idea /u/BearItChooChoo

u/twistedtxb — 3 days ago
▲ 150 r/WLED

LATEST RELEASE: WLED 16

Just creating a sticky to guide people to the latest stable version of WLED available.

Download Here (DL links at bottom of the page)

Announcement & Notes

It is finally here: the WLED team is excited to announce the 16.0 release!

Read the full copy at https://github.com/wled/WLED/releases/tag/v16.0.0

This has been almost one and a half years to finish but be assured it was worth the wait: there are many new awesome features from 59 contributors and it marks a significant point in the development of WLED.

While he has now stepped back from the WLED team, we would like to take this opportunity to particularly recognise the contribution of u/blazoncek. While he chose to leave the development team at the end of December, he was a very important part of the development cycle for this version.

We hope that the new version exceeds your expectations of a free-for-all open source software. We all contributed to this update in our spare time, driven by passion and the desire to make something useful for everyone.

If you enjoy the project and would like to support WLED developers, consider contributing in any way that feels right to you — whether that’s sharing feedback, helping others, write documentation, contributing code, or, if you’re able, making a donation:

u/blazoncek https://paypal.me/blazoncek
u/DedeHai https://paypal.me/dedehai / https://github.com/sponsors/DedeHai
u/willmmiles https://github.com/sponsors/willmmiles
u/netmindz https://github.com/sponsors/netmindz
u/softhack007 https://github.com/sponsors/softhack007
u/Moustachauve https://github.com/sponsors/Moustachauve / https://paypal.me/moustachauve
u/Aircoookie https://paypal.me/Aircoookie

Here are the highlights of 16.0

  • True segment layering get creative with almost unlimited effect combinations (by u/blazoncek)
  • Transition blending shift, push and many more (by u/blazoncek)
  • Particle System with many new amazing effects (by u/DedeHai)
  • GIF Support to display gif images on your strip or matrix (by u/Aircoookie)
  • Pixelforge multi-tool to handle and create gifs, paint your leds and more (by u/DedeHai)
  • Custom font support for scrolling text - including a custom font editor (by u/DedeHai)
  • New palette editor with over 800 palettes to choose from(by u/DedeHai)
  • Support for over 100 custom palettes (by u/DedeHai)
  • New file editor with json and ledmap auto-formatting (by u/DedeHai)
  • HUB75 support (by u/netmindz and u/softhack007)
  • DMX input receive DMX data over serial (by u/netmindz)
  • New color handling & gamma you may notice some color changes (by u/blazoncek & u/DedeHai)
  • Pin Info Page overview of all pins and their assigned function (by u/DedeHai)
  • Add as many buttons as you want no more custom compile required (by u/blazoncek)
  • Support more macro timers (by @benjamw)
  • Support for multiple ESPnow remotes (by u/DedeHai)
  • More LED outputs (by u/blazoncek)
  • OTA safety checks (by u/willmmiles &u/netmindz)
  • High priority output driver to fix flickering (by u/willmmiles)
  • Advanced LED driver selection to choose the best for your setup (by u/DedeHai)
  • Audio Reactive support on ESP32 C3 (by u/DedeHai)

Effects

There are a total of 36 new effects, check them out

  • PacMan (by u/BobLoeffler68)
  • Shimmer (by u/DedeHai)
  • Color Clouds (by u/JoaDick)
  • Slow Transitions (by u/DedeHai)
  • Copy Segment (by u/DedeHai)
  • 1D particle effects: PS DripDrop, PS Pinball, PS Dancing Shadows, PS Fireworks 1D, PS Sparkler, PS Hourglass, PS Spray 1D, PS 1D Balance, PS Chase, PS Starburst, PS GEQ 1D, PS Fire 1D, PS Sonic Stream, PS Sonic Boom, PS Spring (by u/DedeHai)
  • 2D particle effects: PS Fire, PS Waterfall, PS Vortex, PS Fireworks, PS Volcano, PS Ballpit, PS Box, PS Fuzzy Noise, PS Impact, PS Attractor, PS Spray, PS GEQ Nova, PS Ghost Rider, PS Blobs, PS Galaxy, PS GEQ 2D (by u/DedeHai)
  • Game of Life effect improved (by u/Brandon502)
  • Optimizations and enhancements on many effects (by u/DedeHai)

New user_fx usermod with additional effects:

User Interface

  • Improved page loading stability (by u/DedeHai)
  • Settings grouping for better readability (by u/DedeHai)
  • New pin info page to view all pin assignments at a glance (by u/DedeHai)

API & Integration

Under the hood

  • Update to new core platform (ESP-IDF v4.4.8, arduino-esp32 v2.0.18)
  • Boot-loop detection with auto-recovery (by u/DedeHai & u/willmmiles)
  • Many code optimizations to improve speed (by u/DedeHai & u/softhack007)
  • Bootloader upgrade via OTA (by u/netmindz)
  • New usermod framework allowing easy inclusion and external builds (by u/willmmiles)
  • Stability improvements (by u/willmmiles)
  • Improved dynamic RAM and PSRAM handling (by u/DedeHai)
  • Update AsyncWebServer and enable response queue (by u/willmmiles)
  • WiFi access point selection fix so now WLED connects to the strongest signal not simply the first detected (by u/DedeHai)
  • WiFi fast connect on ESP32 fixes pause after boot (by u/DedeHai)
  • New sine / cosine math functions (by u/DedeHai)
  • Replace fastled library with optimized math & functions (by u/DedeHai)
  • Countless fixes and improvements by many contributors

Honorable mention

u/vodka_soda — 3 days ago
▲ 6 r/WLED

Advice on Permanent Holiday Lights Install

Hi all,

I am brand new to this so apologies in advance if I am not practicing good form on here.

Anyway, I am about to embark on my first journey into the world of WLED. And I think I may be taking on a bit of an ambitious project given I am such a novice.

I am planning on running about 300' of 12 mm pixels on my roofline. That would probably be challenging enough but my roofline is a bit complex and I have no access to the attic. I will admit to be a bit intimidated by trying to figure out how-to run everything so that it works.

The pics attached give an idea of what I am trying to accomplish. I am thinking three runs (red, blue, green) on three outputs of a dig quad. The long yellow section at the back of the house probably won't get done. The yellow section over the front door is the spot that has me the most intimidated. I am not sure how to get that section set up so that animations flow correctly.

I have been communicating with the folks at Permatrack about getting all the components. But I have to say, for such a decent sized order they sometimes seem a bit slow to respond to pricing requests. I asked for a quote on a full package for 350' of track, lights, controller, wire, data boosters, etc + shipping. Ive been waiting a few days now but i guess all the folks on the US side of the border are busy with 4th lf July merriments so thats probably why I haven't heard back. I know shipping to northern Canada will be an expensive pain in the tail but I would like to get things moving so I can get the components and familiarize myself with things a bit before diving into the installation.

Anyway, I am hoping to get some friendly advice that will either convince me to dive into this project or alternatively, come to the realization that I should maybe bite the bullet and hire a pro to do it instead.

Cheers!

u/Sad-Distribution2538 — 3 days ago
▲ 2 r/WLED

Pre-made WLED RGBW setups

Hello everyone, I’m looking for a desk lighting setup that uses WLED. I’m happy to take care of the firmware flashing, but I’m not too comfortable with soldering or getting too involved with the electronics. Do you happen to know of any pre-wired WLED kits that would be a good fit for a computer monitor or desk area? I’m particularly interested in using WLED to integrate with my existing smart home and PC setup. Ideally, I would like the light strip to be to have separate white LEDs. Thanks.

reddit.com
u/timy_tom2000 — 4 days ago
▲ 33 r/WLED

Noise 3 is one of my favorite effects.

It can look very different depending on the color palate that is applied. Super versatile effect.

u/torklugnutz — 4 days ago
▲ 0 r/WLED

Brightest option for desk lighting?

This isn't actually a WLED question right now, since I plan on just controlling these with a switch mounted to the bottom of my monitor, but you all know how things can "evolve". I keep my office lights somewhat dim, but occasionally like to work on projects in there at my desk. I have a shelf about 30 inches above my desk that I want to put one or two 12-15 inch led strips under for better lighting when needed. I have some leftover cob strips that I thought might work, but they don't seem bright enough for what I want.

What would be the best option for maximum brightness at 4-5k color temp? If adjustable/dimmable, that would bring it back to WLED.

reddit.com
u/SethtimusPrime — 4 days ago
▲ 55 r/WLED

WLED-MM-P4 - USB-over-MIDI Support

Eeeee. MIDI-over-USB rather. 🤣

I won't do the deep-dive here, but this is fully bidirectional MIDI communication, only supports the Akai APC Mini Mk2 for now, and absolutely requires WLED-MM-P4 to work because of many architectural changes I've made over the years.

This moves 99% of my workflows to the controller.

I'm most proud of the playlist "chaser" system and also the create/copy/delete preset stuff.

Regular presets are blue (green active), one-shot playlists are cyan, and looping playlists are magenta. If you use my AutoChange system from AutoPlaylist, your "Music" playlist is yellow.

It's built on USB-Host for the P4. It only works on single-USB P4 devices (no internal hub) because of limitations of the IDF, not the code, for now.

u/TroyHacks — 6 days ago
▲ 0 r/WLED

Hey, I'm trying to build a Magic Mirror. However, the codes that AI provides me for my raspberry pi do not work. Can someone please help me? Thank you! ☺️

reddit.com
u/Designer-Isopod3055 — 5 days ago