RGB LED Strip WS2813 - digital, addressed - 14 LED/m, 43.2W/m, 5V - 1m, IP30

Bestseller
43303566
-22%
77 GEL
Old price 99 GEL
  • Brand OEM
  • Shipping from Poland
  • Post delivery June 8
  • Shipping cost for orders to Georgia from GEL 177

Properties

led type
WS2813
Led Lens
Четкий
Voltage To
5.0 V
Voltage From
5.0 V
LED Wavelength
RGB
LED - светодиоды
144 per meter
Класс герметичности
IP30
Светодиодный - цветной
RGB
Светодиодно - цифровой
yes

Basic information

Rated power
43 W

Features

Cable length
1.0 m

Other features

Brand
OEM

Power

Rated voltage
5 V

Description

Description

Individually addressed RGB LEDs placed on a 1 m panel with a density of 144 LEDs per meter. Each pixel can emit a color from 24-bit palette.

The LEDs are arranged densely, at a distance of about 7 mm, and thanks to this the brightness is really high. The system is supplied with the voltage of 5 V, consumes approx. 9 A at every meter (43.2W). It is possible to cut the strip every one diode.

Connection

The device has a 4-pin connector consisting of the following outputs:

  • GND (white wire) - module's ground
  • 5 V (red wire) - voltage supply for one matrix, you should connect the source with maximum load current of at least 3.5 A at each meter
  • D0 (green wire - data) - digital control signal from the microcontroller
  • B0 (blue wire - clock) digital control signal from the microcontroller, connected depending on the program requirements

The product is compatible with Arduino and Raspberry Pi

  • The Arduino library in GitHubfor modules NeoPixel along withthe connection examples,
  • connection examplewith a Raspberry Pi together with the code.

 

First run - example ColorPalette

  • Run the test by choosing in the Arduino environment:
    • File -> Examples -> FastLED -> ColorPalette
  • Select the pin which will control the LEDs. By default, pin 5:
    • Line 3#define PIN 5
  • Select the number of pixels that must be controlled. By default, this is 50:
    • Line 4#define NUM_LEDS 50
  • Select the brightness of the LEDs, by default, 64:
    • Line 5#define BRIGHTNESS 64
  • Select the type of LED driver, by default, WS2811
    • Line 6#define LED_TYPE WS2811
  • Load a program into Arduino. Pixels should turn on everything and change the color from the color palette.
Specification
  • Supply voltage: 5 V
  • Power: 43,2 W/m
  • LEDs used in the LED-RGB-SMD5050 WS2813
  • Addressed pixel: 1 led RGB
  • Resistance to external conditions: IP30
  • Width: 12 mm
  • Strip length: 1 m
Useful links
  • Arduino library in GitHub