How do I wire the led to a power source

Paul H asked Aug 07,2020
0

Hello, I bought led strip that I plan to connect to a power bank. The strip is rated at 5v and has 144 WS2812B leds. The both sides of the strip have 3 pin connectors and 2 wires for ground and power. The question is how do I wire it to a power source? I believe that 3 pin connector on other side is for extending the strip. But what about the power and ground. Do I need to connect both sides to the power source? Also does it need a controller to actually light up? This is the link to the ones I bought.

https://www.amazon.co.uk/gp/product/B075R8Q5BK/ref=ppx_yo_dt_b_asin_title_o02_s00?ie=UTF8&psc=1

  • Your Answer(4)
Upload photo
You can only upload 5 files in total. Each file cannot exceed 2MB. Supports JPG, JPEG, GIF, PNG, BMP
0 / 10000
  • 0

    To use this LED strip you have to use a microcontroller like Arduino, Raspberry Pi, ESP8266 etc. This strip uses the WS2812B leds. They have GND and VCC like a normal LED but also 2 data pins: data in and data out. For an arduino you have to use libraries like Neopixel.h, Fastled.h, etc. Here's a tutorial: https://www.youtube.com/watch?v=UhYu0k2woRM I hope I could help you

    Paul H 2020-08-17 10:03:02Reply

    Thanks for the website!

    Reply
  • 0

    You can't connect theese leds as a normal strip, 3rd pin (DIN) is digital input, that you should connect to a microcontroller, you can use Arduino and use corresponding library

    Paul H 2020-08-07 15:34:13Reply

    Thanks.

    Reply
Browse other questions tagged or ask your own question.
List of Questions
pause
Ranking Name Answers
1 PCBWay Team 15
2 Malcolm Low 4
3 Engineer 2
4 Engineer 1
5 Engineer 1
6 RODNEY THAYER 1
7 Arno Sommer 1