The shipping fee depends on your address
Standard: 9-15 business days,fee is down to $3.99
Express: 4-7 business days,fee is down to $5.99
WE'RE READY TO BUILD A CUSTOM PRODUCT FOR YOU.
If you're looking for a custom product, we can help. Kindly contact us via email support@keszoox.com and send us the details for your need, then we'll let you know how we can deliver the right solution.We make into production usually Within 1 - 3 Bussiness Days.
Expect customization orders.White, IP30 Non-Waterproof, 5V Operation
Individually addressable full color RGB LEDs on a long 5 meter / 16.4ft flexible strip. Pixel density is 60 pixels (LEDs) per meter, 300 in total.
We offer these for use with our WS2812 Adapter for our Prototyping System for Teensy 4.1 baseboard, but can be used with just about any microcontroller such as an Uno or ESP32 to create interesting displays and effects.
These LEDs are the same type that are sold under the brand name of NeoPixels where each LED is separately addressable.
The communication used with the LEDs is a 1-wire interface specific to these devices. There are several libraries available to handle the interfacing details including the Adafruit NeoPixel library and the more advanced FastLED library, both of which are supplied with the Arduino IDE.
There are no specific addresses for the LEDs, rather the color data for each is sent down the wire sequentially with the first LED taking the first color data that comes down the wire, the second LED takes the second color data and so on. After all LEDs are updated, a global command is given to display the new data simultaneously.
The individual LEDs are mounted on 0.5m long flexible PCBs that are connected together into a 5m / 16.4ft long continuous strip. The strip is flexible and can be curved as needed, but avoid sharp bends. The back has an adhesive liner that can be used to permanently mount the strip if desired onto a clean dry surface.
These strips have JST-SM 3-pin connectors on both ends. The connectors supply 5V, data and ground.
JST-SM Connector (Female):
JST-SM Connector (Male):
The input connector which is on the outside of the roll is a female connector for connecting to a microcontroller. A male pig-tail is included in the package for connecting this end to screw terminals such as found on the WS2812 Adapter or it can be adapted for other connection requirements.
The output end of the strip has a male connector for optionally attaching to one or more additional strips to increase the length.
Both connectors include an extra 5V and ground wire stub so that additional power can be optionally supplied to the LED strip at one or both ends or at multiple points if several strips are connected together to avoid excessive voltage drop along the long length of the strip(s). An excessive voltage drop will cause the far end of the strip to be dimmer or change color or stop working altogether. If these wires are not used, heat shrink can be applied or they can be taped back on themselves to avoid any risk of shorting or they can be cut off.
These LED strips operate at a nominal 5V. The WS2812B chip spec is 3.5 – 5.3V so there is some flexibility in the voltage range that they will function over, but keep in mind that there will be some voltage drop along the long length of the strip so try to stick with something close to 5V for best performance.
The strips typically must be powered from a separate 5V power supply. Don’t attempt to connect them to the 5V from the microcontroller board unless you are going to light only a small number of LEDs at a time and the brightness is kept down. When using a separate power supply, ensure a common ground exists between the MCU and the LED power supply.
The LED strips should always be connected to the power source with the power turned off to avoid possible damage.
For most benchtop applications, the power can be supplied through the 3-pin input connector only. If pushing higher power levels or stringing multiple strips together, additional power can be supplied to the far end of the cable through the red and white power pigtails if needed. In very long strings, power can be input into multiple points along the chain.
The current requirements will vary a lot depending on how the LEDs are being driven. Keep in mind that at maximum brightness and displaying full white (all red/green/blue LEDs fully on), each LED can take up to 60mA / 0.3W, so the full strip can take up to 90W which is 18A!
When working with it on the bench, you can keep brightness down around 10% which is still fairly bright and get by with something like a 2A 5V power source.
For large arrays at high brightness, careful consideration needs to be given about the power supplies to use and the size of wiring needed to distribute power feed a power hungry setup.
It is recommended to have a large 1000uF electrolytic capacitor on the input power leads to help avoid damage to the LED strip from the turn-on current surge. If used with the WS2812 Adapter, it includes this capacitor.
The LEDs are driven using a 1-wire serial interface.
The logic level used to drive the strip should be 5V for best operation. If using with a 3.3V microcontroller with the strip powered from 5V, a level shifter on the data pin should be used to drive the strip at 5V logic levels. The WS2812 Adapter includes a 74HCT245 line driver to provide the proper level shifting. If the strip power is lowered toward the minimum of 3.5V, it can be possible to directly drive the strip from 3.3V logic.
The drive line should also include a series resistor in the 100-470 ohm range to dampen signal back reflections. The WS2812 Adapter uses 100 ohm resistors.
The data is driven at a 800Kbps rate with fairly tight timing requirements. A software library is typically used to drive these strips which makes them very easy to use as it hides all the messy details.
Though the LEDs are referred to as being addressable, that is not true in the strictest sense. The LEDs are actually accessed sequentially in a simple but effective cascading manner. When an LED receives data, it doesn’t know what its position is in the strip, it simply takes the first 24-bit of data it receives, stores it and passes the rest of the data down the wire. The next LED similarly takes the first 24-bit of data that it gets and passes the rest along and so on. After all LEDs are updated, a global command is given to display the new data simultaneously on all of the LEDs.
There is no inherent limit in the number of LEDs that can be driven in a chain as each LED in the strip has a signal reshaping circuit before passing the data to the next LED, but several practical limitations will limit the number of LEDs that can be used in an application.
Besides chaining strips together to lengthen them, an individual strip can be shortened by cutting between the individual LEDs. A line through the center of the copper pads show the basic cut point.
This also permits some creativity by cutting the strip and soldering wires to the pads or using right angle adapters that are available to sharply change direction such as going from horizontal to vertical direction.
Note that there are arrows that shows the direction of data flow if you are working with sections of strip with the ends cut off. Also visible in this picture is a 0.1uF MLCC capacitor that is mounted next to each pixel to help filter the power to the WS2812B chip inside of the LED package.
LEDs tend to be fun to play with in general and RGB LEDs are the most fun of all, especially when you have a lot to play with and you only need one pin to control them.
These addressable LEDs are frequently used for color accents around objects or to create artistic or otherwise interesting displays. Now’s the chance to make that Knight Rider display you always wanted.
The program below uses the Adafruit NeoPixel library to exercise the strip. It is a shortened version of the strandtest example program that is installed when the library is downloaded. It has some of the excess comments removed for brevity. For full comments open the example program.
Since we are using the WS2812 Adapter, we are connecting the DI input (green wire) to Pin 24 of the MCU, but this can be changed to any available data pin such as pin 6 on an Uno. Connect 5V (red wire) to a suitable 5V power source and GND (white wire) to ground. Ensure the LED power ground is common with the MCU ground.
// A basic everyday NeoPixel strip test program. #include <Adafruit_NeoPixel.h> #define LED_PIN 24 // Pin used to address the LEDs #define LED_COUNT 300 // How many NeoPixels are attached to the Arduino? // Declare our NeoPixel strip object: Adafruit_NeoPixel strip(LED_COUNT, LED_PIN, NEO_GRB + NEO_KHZ800); //=============================================================================== // Initialization //=============================================================================== void setup() { strip.begin(); // INITIALIZE NeoPixel strip object (REQUIRED) strip.show(); // Turn OFF all pixels ASAP strip.setBrightness(25); // Set BRIGHTNESS to about 1/10 (max = 255) } //=============================================================================== // Main //=============================================================================== void loop() { // Fill along the length of the strip in various colors... colorWipe(strip.Color(255, 0, 0), 50); // Red colorWipe(strip.Color( 0, 255, 0), 50); // Green colorWipe(strip.Color( 0, 0, 255), 50); // Blue // Do a theater marquee effect in various colors... theaterChase(strip.Color(127, 127, 127), 50); // White, half brightness theaterChase(strip.Color(127, 0, 0), 50); // Red, half brightness theaterChase(strip.Color( 0, 0, 127), 50); // Blue, half brightness rainbow(10); // Flowing rainbow cycle along the whole strip theaterChaseRainbow(50); // Rainbow-enhanced theaterChase variant } // Fill strip pixels one after another with a color. void colorWipe(uint32_t color, int wait) { for(int i=0; i<strip.numPixels(); i++) { // For each pixel in strip... strip.setPixelColor(i, color); // Set pixel's color (in RAM) strip.show(); // Update strip to match delay(wait); // Pause for a moment } } // Theater-marquee-style chasing lights. void theaterChase(uint32_t color, int wait) { for(int a=0; a<10; a++) { // Repeat 10 times... for(int b=0; b<3; b++) { // 'b' counts from 0 to 2... strip.clear(); // Set all pixels in RAM to 0 (off) // 'c' counts up from 'b' to end of strip in steps of 3... for(int c=b; c<strip.numPixels(); c += 3) { strip.setPixelColor(c, color); // Set pixel 'c' to value 'color' } strip.show(); // Update strip with new contents delay(wait); // Pause for a moment } } } // Rainbow cycle along whole strip. void rainbow(int wait) { for(long firstPixelHue = 0; firstPixelHue < 5*65536; firstPixelHue += 256) { strip.rainbow(firstPixelHue); strip.show(); // Update strip with new contents delay(wait); // Pause for a moment } } // Rainbow-enhanced theater marquee. Pass delay time (in ms) between frames. void theaterChaseRainbow(int wait) { int firstPixelHue = 0; // First pixel starts at red (hue 0) for(int a=0; a<30; a++) { // Repeat 30 times... for(int b=0; b<3; b++) { // 'b' counts from 0 to 2... strip.clear(); // Set all pixels in RAM to 0 (off) for(int c=b; c<strip.numPixels(); c += 3) { int hue = firstPixelHue + c * 65536L / strip.numPixels(); uint32_t color = strip.gamma32(strip.ColorHSV(hue)); // hue -> RGB strip.setPixelColor(c, color); // Set pixel 'c' to value 'color' } strip.show(); // Update strip with new contents delay(wait); // Pause for a moment firstPixelHue += 65536 / 90; // One cycle of color wheel over 90 frames } } }
Notes:
Maximum Ratings | ||
Vcc | 3.5-5.3V | |
IMax | Maximum current draw per LED | 60mA |
Temperature | -20 to +40°C | |
Operational Ratings | ||
Vcc | typical | 5V |
LEDs | 3 per pixel | RGB |
LED Color Order | GRB | |
Wavelengths | Red | 620-630nm |
Green | 515-530nm | |
Blue | 465-475nm | |
Waterproof rating | IP30 (non-waterproof) | |
Dimensions | ||
Strip Length | 5m / 16.4ft | |
Number of LEDs (Pixels) | per strip | 300 |
LED Density | per meter | 60 |
LED Spacing | 16.8mm | |
LED Dimensions | package outline | 5mm x 5mm |
Strip Width | 10mm | |
Strip Height | including LED package | 2.13mm |
Strip Color | White | |
Strip Backing | Adhesive |
WE'RE READY TO BUILD A CUSTOM PRODUCT FOR YOU.
All orders are dispatched from our warehouse. The shipments are fully tracked—from our door to yours. Please allow 3-5 business days for your order to be processed in addition to the shipping times below.
Standard: 9-15 business days. Express: 4-7 business days.
Please note that shipping providers are extremely busy during this time, and some orders might experience a delay on top of usual delivery times. If your order is late, please allow 5-10 days more than indicated in standard shipping times before contacting our customer service. Thank you for your understanding.
All orders are 100% tracked. You’ll receive an email with a tracking number and a link to track your parcel once your order leaves our warehouse. Please allow 24-48 hours for the tracking link to start showing shipping information.
Receive our latest updates about our products & promotions.
Thanks for subscribing!
This email has been registered!