Translation missing: en.general.accessibility.skip_to_content

Digital RGB Addressable LED Weatherproof Strip 60 LED -1m (Adafruit NeoPixel Compatible)

SKU 1277
8 reviews
Sold out
£11.39 inc VAT
£9.49 ex VAT

This is a 1 meter long flexible strip of 60 individually controllable RGB LEDs. Each 1 meter strip can be cut into sections and still work, or, if you need something longer, they can be daisy chained with other strips to build huge displays capable of basic video frame rates. 

The strips come in a weatherproof transparent jacket that is removable with a sharp knife.

Each colour channel of every RGB led is 8-bit. This equates to 16.7 million colours. The LEDs are controlled by shift-registers built into each lamp. In order to drive the strip you need 5v, GND and Data - easy! Once the registers are loaded, you can stop sending data.

These strips have a maximum voltage of 5V - anything higher will blow them up! The PCB colour (white or black) may vary from batch to batch.

Addressable LED Strips - Common Questions

  • 12.5mm (0.49") wide, 4mm (0.16") thick with casing on, 16.7mm (0.65") long per segment
  • 60 LEDs per meter
  • Removable IP65 weatherproof casing
  • Maximum 5V @ 60mA draw per 0.65" strip segment (all LEDs on full brightness)
  • 5VDC power requirement (do not exceed 6VDC) - no polarity protection
  • 1 integrated RGB LEDs per segment, individually controllable
  • LED wavelengths: 630nm/530nm/475nm
  • Connector: 3-pin JST SM

There are a few things to keep in mind with strips this great:

  • First up, the higher density means much higher power usage over a certain distance - 18 Watts max (~3.5 Amps @ 5V) per meter. The max rating is assuming all the LEDs are on full white, usually, the actual current for colourful design is about 1/3 to 1/2 the max current. A good power supply is key!
  • Second, to get high density, the controller chip is inside the LED, which is kind of cool, but also means that the chip only uses a single pin for input and a single pin for output. The protocol used is very very timing-specific and can only be controlled by microcontrollers with highly repeatable 100nS timing precision. We have example code for using with the Arduino Uno/Mega microcontroller at 8MHz and 16MHz, but it will not work with the Raspberry Pi, Basic Stamp, NETduino, any other interpreted/virtual machine microprocessor or any processor slower than 8 MHz.
  • Third, just because you have all those pixels doesn't mean you have the RAM for it - the entire strip must be buffered in memory, and we've found many Arduino UNO projects only have about 1500 bytes of RAM available after all the extras are included - enough for about 500 LED pixels. If you want to drive the entire strip and have some other libraries included, use a Mega.