Menu
Your Cart

WorldSemi WS2815 Digital 5050 RGB LED Strip - IP65 - White - 60 LEDs 1m

WorldSemi WS2815 Digital 5050 RGB LED Strip - IP65 - White - 60 LEDs 1m
WorldSemi WS2815 Digital 5050 RGB LED Strip - IP65 - White - 60 LEDs 1m
New
WorldSemi WS2815 Digital 5050 RGB LED Strip - IP65 - White - 60 LEDs 1m
WorldSemi WS2815 Digital 5050 RGB LED Strip - IP65 - White - 60 LEDs 1m
WorldSemi WS2815 Digital 5050 RGB LED Strip - IP65 - White - 60 LEDs 1m
  • Availability: Directly available from warehouse in Eindhoven
  • SKU: 007199
€16.00
Ex Tax: €13.22
10 or more €15.50
20 or more €15.00
50 or more €14.50
100 or more €14.00

A digital LED strip where the color and brightness of each LED can be controlled individually. Many LEDs can be placed in sequence and all controlled with just one pin from a microcontroller. Various platforms support this LED via libraries, including Arduino and Raspberry Pi.

This LED strip has a waterproof layer, making it suitable for use in humid environments. Note that if you cut the strip, the end will no longer be waterproof. In addition, the layer has an insulating effect, which means the LEDs are less able to dissipate their heat. We therefore advise against letting the LED be lit continuously at maximum power, as its lifespan will decrease faster. There is double-sided tape at the bottom of the strip, which makes it easy to stick the strip on something, we recommend doing this on a metal surface so that the strip can dissipate its heat better.

This LED strip also has a secondary data line. If one LED fails, this backup line ensures that the remaining LEDs keep working. Only if two defective LEDs are directly next to each other will the rest stop working, but of course, that chance is small.

See the FAQ at the bottom of this page for instructions on how to connect the strip and what is needed for that.

Check the tab "Downloads" for more information and/or downloads.

Please login or register to review

Reviews Over WorldSemi WS2815 Digital 5050 RGB LED Strip - IP65 - White - 60 LEDs 1m

This product has 0 review(s) in total.

Specifications

General
Brand WorldSemi
Norm conformity RoHS
Features Digital LED(s)
General physical appearance
Main color White
Weight [g] 46
Dimension X [mm] 1000
Dimension Y [mm] 10
Dimension Z [mm] 3
Water and dust protection IP65
Mounting options Adhesive layer
Form factor Strip
General electrical properties
Minimum supply voltage [V DC] 9.5
Maximum supply voltage [V DC] 13
Minimum recommended supply current [A] 0.9
Minimum IO-pin input voltage [V] 3.7
Maximum IO-pin input voltage [V] 5.3
Communication
Hardware interface(s) Digital
Back-up data line Yes
LED
LED (driver) chip WS2815B
LED color RGB
Number of LEDs 60
Maximum current per LED [mA] 14
±10%
Connectors
Power supply connector(s) JST-SM (compatible) male
JST-SM (compatible) female
Loose wire
IO-connector(s) JST-SM (compatible) male
JST-SM (compatible) female
Package contents
Package contents 1x LED strip
1x JST-SM connector cable

Product FAQ

To connect a digital LED strip, we offer two options below. The first is recommended as it requires fewer components and fewer connections.

Requirements:

The following components are required to operate a product with digital LEDs:

  • Universal Digital LED Strip Controller - ESP32-S3
  • A stable (CE-approved*) power supply that provides the same voltage as specified in the product specifications above and can also supply at least the maximum current draw of the strip (also found in the product specifications). If you are using multiple strips in a row, multiply the number of LEDs by the maximum current draw of a single LED to calculate the minimum supply current.
  • Wires or cables to connect everything. Make sure the power cables can handle the current drawn by the strip/matrix.

Connecting the strip:

  1. Turn off the power before continuing.
  2. Connect the wires (wire color is indicated on the LED strip packaging):
    1. First, connect the GND (ground/minus) of the LED strip to the GND on the 4p screw terminal of the controller (disconnect this last when disconnecting the strip).
    2. Connect the GND of the power supply to the GND on the 2p screw terminal of the controller (disconnect this second-to-last when disconnecting the strip).
    3. Connect the data (DI) wire to one of the screw terminal IO pins of the controller (IO33 is used in the ESPHome examples).
    4. If the strip/matrix has a backup data line (WS2813/WS2815/etc.): Connect the backup data line (BI) to the second IO pin of the controller (IO34 is similar to the EPHome examples). In the code, this pin must be set low, so it connects to ground. When extending a strip, the BI pin must be connected to the backup data out (BO) wire of another strip.
    5. If the strip/matrix has a clock pin (APA102/NS107S/etc.): Connect the clock pin to the second IO pin of the controller (IO34 is used in the EPHome examples).
    6. Connect the power supply wire of the LED strip to the VCC on the 4p screw terminal of the controller.
    7. Connect the positive lead of the power supply to the VCC on the 2p screw terminal of the controller.
  3. For multiple strips/matrices in a row: Connect an additional external power cable between each LED strip/matrix.
  4. The power can now be switched on. Please note that the LEDs will only light up when the controller provides a correct control signal.

*There are many power supplies on the market that carry a China export ("fake" CE marking) or carry a CE marking but are not actually CE certified. We advise against using these, often cheap (Chinese), power supplies because they often do not provide a stable voltage. A stable voltage is essential to prevent damage to the LED strips and to ensure stable operation.

Requirements:

The following components are required to operate a product with digital LEDs:

  • Stable (CE-approved*) power supply that supplies the same supply voltage as indicated in the product specifications above and that can also deliver at least the maximum current that the strip draws (also found in the product specifications). If you use several strips in a row, multiply the number of LEDs by the current that a single LED draws to calculate the minimum supply current.
  • Development board for the control (Arduino, ESP32, Raspberry Pi, or similar).
  • Resistor (470Ω) to stabilize the data line (two if the LED chip also has a clock-pin).
  • Electrolytic capacitor (e.g. 1000μF 25V) as a buffer for peak currents.
  • Wires or cables to connect everything. Make sure that the power cables can handle the current that the strip/matrix draws.

The following parts are optional:

  • Breadboard or experimental circuit board to attach components
  • Level converter (if the development board has a signal voltage of 3.3V)

Connecting the strip:

  1. Turn off the power before continuing.
  2. Connect the wires (wire color is indicated on the package):
    1. First, connect the GND (ground/min) of the LED strip to GND of the power supply (also disconnect this last when disconnecting the strip).
    2. Connect the data (DI) wire through a 470Ω resistor to the signal pin of the development board (a level converter may be needed for 3.3V development boards).
    3. If the strip/matrix has a backup data line (WS2813/WS2815/etc.): Connect the backup data line (BI) to GND, or to the backup data out (BO) wire of another strip/matrix.
    4. If the strip/matrix has a clock pin (APA102/NS107S/etc.): Connect the clock pin via a 470Ω resistor to a signal pin of the development board (a level converter may be required for 3.3V development boards).
    5. Connect the power supply wire to the positive of the power supply.
  3. Connect the GND of the strip and power supply to the GND of the development board.
  4. In case of several strips/matrices in a row: Connect an extra external power cable between each meter of LED strip.
  5. Place the large capacitor (1000μF 25V) between GND and the power wire, near the beginning of the strip/matrix.
  6. The power supply can now be switched on. Please note that the LEDs only light up when the development board gives a correct control signal.

*There are many power supplies on the market that have a China Export ("fake" CE marking) or carry a CE marking, but are in reality not CE approved. We do not recommend using these, often cheap (Chinese), power supplies because they generally do not provide a stable voltage. A stable voltage is essential to make the LEDS work stable, and to prevent damaging them.

More information:

We recommend reading the following pages for more information (especially when using multiple LED strips): Powering Neopixels and Adafruit NeoPixel Überguide.

This can have several causes. The most common causes are:

Signal voltage too low
For example, WS2812B LEDs have a signal voltage of 5V. When these are controlled with a voltage of 3.3V (as with ESP32/ESP8266/Raspberry Pi), data may not be properly received at one or more LEDs, resulting in the wrong color. This can be solved by increasing the signal voltage to 5V using a level converter.

Noise on the signal pin
The signal pin is sensitive to noise. This can be solved by connecting a 470Ω resistor in series between the microcontroller and the signal pin of the LEDs.

Voltage drop in supply voltage
Particularly with many LEDs in succession, it can happen that a part does not display the right color. This may be a sign that the supply voltage has dropped too far due to losses in the cabling. This can be solved by using extra thick power cables and connecting them between each strip.

If you have a question or problem regarding a product, please contact us by using one of the buttons below.

1
false
true
true
Remove
Change
tr