RGBWW LED strip SK6812 - digital, addressed - IP30 60 LED / m, 5V - 5m - white

Бестселлер
83791131
43 373 AMD
  • Бренд BTF-LIGHTING
  • Доставка из Польши
  • Курьер DHL 8 июня
  • Стоимость доставки заказа в Армению от 84 823 AMD

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

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

Напряжение до
5.0 V
Напряжение от
5.0 V
светодиодный тип
SK6812
Класс герметичности
IP30
Светодиодно - цифровой
yes

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

Светодиодный - цветной
RGBW

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

Бренд
BTF-LIGHTING

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

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

Эргономика

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

Описание

Product description: RGBWW LED strip SK6812 - digital, addressable - IP30 60 LED/m, 5V - 5m - white

Digital RGBWW LED strip allowing for individual control of each diode. It was equipped with a chip SK6812. On one meter of the strip there are 60 LEDs. The diodes can be freely programmable, they adopt colours from a 24-bit colour palette. A voltage of 5 V is used to power the chain, and the power consumption is 18 W per meter of the strip. The control is done by a single microcontroller pin connected to the strip. The distance between the individual LEDs is about 17 mm.

The LED strip can be cut to any length. It should be shortened after each diode in the marked place.

Combining several strips

LED strips can be connected together in series. The next string should be connected with the output connector. The 5 V, GND and DOUT leads of the DIN must be connected. When using 500 or more LEDs, the RAM available to theArduino UNOmay not be sufficient. In such a situation, use a controller with more RAM such asArduino MegaorRaspberry Piminicomputer. Connecting more LEDs is also associated with higher power consumption.

How to connect the LED strip

The strip has a 3-pin connector with the following leads:

  • GND (white wire)- module ground.
  • 5 V (red wire)- supply voltage, for one strip you should connect a source with current capacity of at least 1.8 A per meter.
  • DAT (green wire)- digital control signal from the microcontroller.

Product compatible withArduinoandRaspberry Pi

  • Arduino library on GitHubfor NeoPixel modules withconnection examples.
  • Example of connectionwithRaspberry Pialong with code.
Circuit diagram of the strip.

The density is 60 LEDs per meter of strip.

Installing Adafruit library for Arduino
  1. Download the library fromGitHub by expanding the green Code button, then selectingDownload ZIP
  2. Unzip the downloaded ZIP file (you should see a folder containing the files: Adafruit_NeoPixel.cpp, Adafruit_NeoPixel.h and other subfolders)
  3. Rename the main folder to: Adafruit_NeoPixel
  4. Move this folder to Arduino libraries directory
  5. Restart your Arduino environment, the library will appear in Menu: File -> Examples
First time run - simple example
  • Run the test program by selecting in the Arduino environment:
    • File -> Examples -> Adafruit_Neopixel -> simple
  • Select the pin from which the diodes will be controlled. By default it is pin 6:
    • Line11#define PIN 6
  • Select the number of pixels to be controlled. The default is 16:
    • Line 14#define NUMPIXELS 16
  • Upload the program to Arduino. The pixels should switch on one by one up to the number you specified in line 14.
  • If you want to change the light color specify other values in the function:
    • Line 40pixels.setPixelColor(i, pixels.Color(0,150,0))The RGB components are given in brackets, the maximum value of each component is 255
  • Changing the lighting speed of individual pixels is possible by editing the values:
    • Line 21int delayval = 500;
LED strip specification
  • Supply voltage: 5 V
  • Power: 90 W
  • Current consumption: 3.6 A/m
  • Addressable pixel: 1 RGBWW diode
  • Level of security: IP30
  • PCB color: white
  • Width: 10 mm
  • Chain length: 5 m

The product is wound on a roll for easy transport and storage.

Useful links
  • Arduino library on GitHub
  • Ambilight TV system for Raspberry Pi - Botland Blog
  • Example of connecting to Raspberry Pi
  • Adafruit user guide