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

  • Oliper202020@lemmy.worldOP
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago

    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

        • CmdrShepard@lemmy.one
          link
          fedilink
          English
          arrow-up
          1
          ·
          edit-2
          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.

      • CmdrShepard@lemmy.one
        link
        fedilink
        English
        arrow-up
        1
        ·
        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.

      • Oliper202020@lemmy.worldOP
        link
        fedilink
        English
        arrow-up
        1
        ·
        1 year ago

        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

              • Oliper202020@lemmy.worldOP
                link
                fedilink
                English
                arrow-up
                1
                ·
                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
                  link
                  fedilink
                  English
                  arrow-up
                  1
                  ·
                  1 year ago

                  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.worldOP
                    link
                    fedilink
                    English
                    arrow-up
                    1
                    ·
                    1 year ago

                    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

          • Oliper202020@lemmy.worldOP
            link
            fedilink
            English
            arrow-up
            1
            ·
            1 year ago

            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
              link
              fedilink
              English
              arrow-up
              1
              ·
              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