WS2812 RGB LED Bar (8 LEDs)

0104110000006523

New product

This WS2812 LED bar contains eight controllable RGB LEDs. It can be independently controlled using only two digital pins.


See Description for more details about the product.

Add to cart now!

More details

14 Items

₱59.00
tax incl.

-₱210.00

₱269.00 tax incl.

More info

Overview


This WS2812 LED bar contains eight controllable RGB LEDs. It can be independently controlled using only two digital pins.


Specifications

  • Model: 8 5050 full color LED module
  • Size: 11 mm x 15 mm
  • Chip: WS2811 (built-in LED)
  • LED: 5050 Package RGB full-color
  • Voltage: 5 V


Features

  • 5050 bright LED , built-in control chip, only . 1 th IO ports to control the plurality of LED
  • The chip has a built-in shaping circuit, the signal distortion will not accumulate, and the display is stable
  • Three primary colors 256 -level brightness adjustment, 160,000 color display effect, scanning frequency not less than 400Hz/S
  • Serial connection interface, can complete data receiving and decoding through a signal line
  • When the refresh rate is 30 frames per second, the low-speed continuous mode is not less than 512 points
  • Data sending and receiving speed can reach 800Kbps
  • Highlight the LED , light color high brightness uniformity
  • There are connection-level interfaces at both ends, which can be directly connected



Note: The picture above shows LEDs 4 to 7 VDC feed on pins and GND, and communication via DIN and DOUT follows: the rectangular pin DIN receives a signal from the Arduino. You can insert multiple LED modules by connecting DOUT to DIN terminal of the next module.

The LED bar contains RBG LEDs inside: red, blue, green. The first 8-bit green LEDs will command the 8 LED RBG, next 8 bits will command the red LEDs, and the last 8 bytes sent before the reset signal will control the blue LEDs. The easiest way to use LED strip is to use a library that already has implemented the functions for generating the necessary signals.

To understand how to interpret the data, track image: a signal logical one for us and logical value 0 0.35 for a period of 0.8 us will be interpreted as a bit with value 0. A signal with a logical one for us 0.7 and 0.6 logical 0 for us will be considered a bit of value 1. To control all the LEDs send 24-bit and a reset signal - a signal LOW for a period.

You can find more libraries of this type here: 
http://cartearduino.ro/v1/link37.0

Zip archive download and install Arduino library. Blinky and fade_rgb run examples. Here's how to write a program using this library: 
// announce that we use Arduino library: 
#include WS2812.h

/ * Cream an object of type WS2812 - in brackets specified number of LEDs that we use (can be as usually a multiple of 8) * / 
WS2812 LED (8);

// We select pin that will connect the LED pin DIN 
LED.setOutput (outputPin); // Can be any digital pin

/ * CRGB is a structure containing 3 values between 0 and 255 to control the intensity of the 3 LED * / 
cRGB wave; // I instantiated a variable of type cRGB and LEDs, giving a 
val.b = 255; val.g = 0; val.r = 0; // Maximum intensity blue light

/ * Earlier WS2812 instantiated object type that contains 8 LEDs - use the method .set_crgb (i, val) to assign LED RGB value specified number of wave i * / 
LED.set_crgb_at (i, wave );

// Changes are seen only after running .sync function (); 
LED.sync ();

You can link multiple strips of LEDs in series and can build a matrix that can display messages, you can create games of lights to give a pleasing aspect to your projects or to illuminate different corps furniture in your room. You can make a game of lights that respond to input data such as data read from a distance sensor.

An interesting project is the construction of a display device type POV (Persistence Of Vision) using a motor to rotate multiple LEDs arranged in the line. We can turn on or off the LEDs in motion, and if they give the impression of a circular display, resulting in spectacular images. We can use LEDs to display different images in space or time to display text. Application project involves the control of several LED moving. Using LED strip WS2812 eases many of the problems that may arise in this project, providing the ability to control multiple LED digital pins few.



Don't delay, buy today.


Add to cart now!

Reviews

Grade 
07/31/2021

Works good on the racing quads

Bright LEDs and easy to setup on FC betaflight

    Grade 
    06/17/2021

    Nice Price and Quality

    For the price you can't beat this. I absolutely love these and will be getting more in the future.

      Write your review!

      Write a review

      WS2812 RGB LED Bar (8 LEDs)

      WS2812 RGB LED Bar (8 LEDs)

      This WS2812 LED bar contains eight controllable RGB LEDs. It can be independently controlled using only two digital pins.


      See Description for more details about the product.

      Add to cart now!

      Customers who bought this product also bought: