this post was submitted on 01 Jul 2023
9 points (100.0% liked)

homeassistant

11833 readers
9 users here now

Home Assistant is open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server. Available for free at home-assistant.io

founded 1 year ago
MODERATORS
 

So i bought a floor lamp, similer to the hue signe lamp, its segmented but i dont know if wled would be a good option for it or what controller would be a good option, it has 4 pins

you are viewing a single comment's thread
view the rest of the comments
[–] MorganCS@lemmy.world 3 points 1 year ago (2 children)

Look at Quinled DIG series. They are the best ESP based controllers.

[–] Oliper202020@lemmy.world 1 points 1 year ago (2 children)

Whoa lots of options, any specific ones you recommend for 4 pin led? Just so i don't have to look in the all of them, also, i can't find any info about the lamp online, so it's hard to find out if it's rgbw but I think it is

[–] MangoPenguin@lemmy.blahaj.zone 1 points 1 year ago (2 children)

4 pins is usually just RGB, since one of them is the common pin.

[–] Oliper202020@lemmy.world 1 points 1 year ago (1 children)

Okay, its my first project with rgb strip, though its inside the device, but on all the diagram pictures i have found with the quinled digs it looks like only 3 wires is going to the leds

[–] MangoPenguin@lemmy.blahaj.zone 1 points 1 year ago (2 children)

3 wires is usually digital LEDs like WS2812B or similar. You probably want their 4 channel analog LED board: https://quinled.info/quinled-an-quad/

[–] Oliper202020@lemmy.world 1 points 1 year ago (1 children)

I also have an extra esp32 laying around bit i dont know much about which pins does what, i have tried to learn, but never really had a specific need to learn it, so i never really understood what i was looking at, I always need reason to learn, otherwise i just can't really learn anything

[–] CmdrShepard@lemmy.one 1 points 1 year ago

WLED has pin diagrams that you can use to connect things together. Find out the voltage your LEDs use and then go from there. 4 pin addressable are typically something like the WS2811 or WS2815

[–] Oliper202020@lemmy.world 1 points 1 year ago (1 children)

But isn't analog led the non addressable leds?

[–] CmdrShepard@lemmy.one 1 points 1 year ago (3 children)

Correct. You should have addressable if they're segmented.

[–] Oliper202020@lemmy.world 1 points 1 year ago (1 children)

It can do a vertical rainbow and stuff so it must be addressable, but it also has a mode with multiple static colors, where every color covers 3 leds so im pretty sure its segmented, but its hard to tell when in rainbow mode, and the 3 LEDs per color could be an astatic choice

[–] CmdrShepard@lemmy.one 1 points 1 year ago (1 children)

Addressable can be set to a single static color too. If you test it with different patterns, is it always 3 LEDs per color? If so that indicates they're possibly 12V WS2811 LEDs as they're only addressable every 3 LEDs.

[–] Oliper202020@lemmy.world 1 points 1 year ago (1 children)

I'm currently only using the led controller that came with the lamp, so its hard to test, as its just using one of those shitty remotes and some preset patterns, and yes I know, but from what I could tell it is just every 3 LEDs and it's late, might check tomorrow, I'm currently on vacation, i just saw the lamp, and bought it, and started thinking about how to make it smart

[–] CmdrShepard@lemmy.one 1 points 1 year ago (1 children)

Odds are it should work just fine with WLED. Feel free to post again or reply to my comment when you decide to tackle it.

[–] Oliper202020@lemmy.world 1 points 1 year ago
[–] Oliper202020@lemmy.world 1 points 1 year ago

It can do a vertical rainbow and stuff so it must be addressable, but it also has a mode with multiple static colors, where every color covers 3 leds so im pretty sure its segmented, but its hard to tell when in rainbow mode, and the 3 LEDs per color could be an astatic choice

[–] CmdrShepard@lemmy.one 1 points 1 year ago

OP said they're segmented meaning they must be addressable LEDs. You're referring to analog LEDs where the entire strip can only be one color at a time.

[–] MorganCS@lemmy.world 1 points 1 year ago (1 children)

You can start with the Dig Uno if you want expandability, or you could get a dig2go and just use a usb-c power supply

[–] Oliper202020@lemmy.world 1 points 1 year ago (1 children)

But it looks like the dig2go only uses 3 wires

[–] CmdrShepard@lemmy.one 1 points 1 year ago* (last edited 1 year ago)

And it's only 5V IIRC. Your lights may be 12V (check the power supply). Honestly you can just run it off a bare ESP8266 or ESP32 dev board without the Dig shield if you want to try it out without spending a bunch up front.

[–] Oliper202020@lemmy.world 1 points 1 year ago* (last edited 1 year ago)

Watching a video on the dig-uno so would i use all 4 connecters here, in the video he only used 3 but since mine has 4 pins, that means all 4 on those right? At. Least if I understand it correctly