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

Бестселлер
43303566
-20%
11 178 AMD
Старая цена 14 034 AMD
  • Бренд OEM
  • Доставка из Польши
  • Курьер DHL 18 мая
  • Стоимость доставки заказа в Армению от 142 520 AMD

Сроки доставки указаны ориентировочно и зависят от региона доставки. Подробнее на этой странице

Характеристики

Напряжение до
5.0 V
Напряжение от
5.0 V
Светодиодный объектив
Четкий

Общие характеристики

светодиодный тип
WS2813
LED - светодиоды
144 per meter
Класс герметичности
IP30
Светодиодно - цифровой
yes
Длина волны светодиода
RGB
Светодиодный - цветной
RGB

Прочие свойства

EAN
5904422337346
Бренд
OEM

Свойства

Длина кабеля
1.0 m

Технические характеристики

Номинальная мощность
43 W

Энергопитание

Номинальное напряжение
5 V

Описание

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