RGB LED Strip WS2813 - digital, addressed - 30 LED/m, 9W/m, 5V - 5m, IP30

Бестселлер
42762656
21 187 AMD
  • Бренд OEM
  • Доставка из Польши
  • Курьер DHL 30 мая
  • Стоимость доставки заказа в Армению от 141 694 AMD

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

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

Напряжение до
5.0 V
Напряжение от
5.0 V
LED - светодиоды
30 per meter
Светодиодный объектив
Четкий
Светодиодно - цифровой
yes
Длина волны светодиода
RGB
Светодиодный - цветной
RGB

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

светодиодный тип
WS2813
Класс герметичности
IP30

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

Бренд
OEM

Свойства

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

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

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

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

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

Описание

Description

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

The LEDs are arranged densely, at a distance of about 33 mm, and thanks to this the brightness is really high. The system is supplied with the voltage of 5 V, consumes approx. 1.8 A at every meter (9W). 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 1.8 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 - for 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 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
  • :oad a program into Arduino. Pixels should turn and change the color from the color palette.
Specification
  • Supply voltage: 5 V
  • Power: 9 V/m
  • LEDs used in the LED-RGB-SMD5050 WS2813
  • Addressed pixel: 1 led RGB
  • Resistance to external conditions: IP30
  • Strip length: 5 m
  • Width: 10 mm
Useful links
  • Arduino library in GitHub