RGB LED strip WS2811 - digital, addressed - IP65 48 LED/m, 12W/m, 12V - 5m

Бестселлер
47398870
17 769 AMD
  • Бренд OEM
  • Доставка из Польши
  • Курьер DHL 8 июня
  • Стоимость доставки заказа в Армению от 84 940 AMD

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

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

Напряжение до
12.0 V
Напряжение от
12.0 V
Класс герметичности
IP65
Светодиодный объектив
Четкий
Светодиодно - цифровой
yes
Светодиодный - цветной
RGB

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

светодиодный тип
WS2811
LED - светодиоды
48 per meter

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

Бренд
OEM

Свойства

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

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

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

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

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

Описание

Description

Individually addressed RGB LEDs placed on a 5 m panel with a density of 48 LEDs per meter. Each pixel consisting of three RGB LEDs can emit a color from 24-bit palette. The module requires one microcontroller output for support (for example,Arduino).

 

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

 

 

The used communication Protocol allows for the serial connection of the LEDs. Another circuit should be connected to the output connector, connecting appropriately 12V, GND, DOUT and DIN. The manufacturer notes that when working with more than 500 LEDs, there may not be enough RAM in the Arduino Uno system. You should also note that every following matrix will require increasedpower productivity.

Connection

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

  • GND (white wire)- module's ground
  • 12V (red wire)- voltage supply, for one matrix you should connect the source with the maximum output current of not less than 1.0 A for each meter of chain
  • DIN (green wire)- digital control signal from the microcontroller

 

 

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.

 

Install the Adafruit library for Arduino:

  1. Download the library fromGtitHubby clicking the buttonDownload ZIP
  2. Unzip the downloaded ZIP file, the result should be the folder that contains the files: Adafruit_NeoPixel.cpp That Adafruit_NeoPixel.h and other subfolders
  3. Rename the main folder to: Adafruit_NeoPixel
  4. Move the entire folder to the directory that contains the Arduino library, by default you should follow the path: /Documents/Arduino/Libraries
  5. Start Arduino IDE, the library will appear in the Menu: File -> Examples

 

First run - simple example

  • Run the test by choosing it in the Arduino environment:
    • File -> Examples -> Adafruit_Neopixel -> simple
  • Select the pin which will control the LEDs. Default is pin 6:
    • Line 11#define PIN 6
  • Select the number of pixels that must be controlled. Default is 16:
    • Line 14#define NUMPIXELS 16
  • Load a program into Arduino. Pixels should turn on in order of the amount specified in line 14.
  • If you want to change the lighting color, enter different values into the function:
    • Line 40pixels.setPixelColor(and pixels.Color(0,150,0))In parentheses there are RGB components, the maximum value is each 255
  • Changing the speed of individual pixels is possible by editing the value:
    • Line 21int delayval = 500;

 

 

Panel WS2811 LED with Arduino Uno.

Specification
  • Supply voltage: 12 V
  • Power: 12/m
  • Consumption current: 1.0 A 1 meter chain for a single diode, color white,
  • LEDs used in the LED-RGB-SMD5050 WS2811
  • Addressed pixel: 3 LED RGB
  • Resistance to external conditions: IP65 (silicone cover)
  • Width: 10 mm
  • Chain length: 5 m

 

Useful links
  • Arduino library in GitHub
  • System Ambilight TV Raspberry Pi + OSMC - dobreprogramy.pl
  • Example of connecting to the Raspberry Pi
  • User manual in the system Adafruit