Store

Adafruit

$52.13 |
In stock at supplier
No reviews yet

We have all sorts of LED strips for a wide range of needs. Chonky strips? We got those! Strips with alligator clips that are easy-peasy to MakeCode? Oh defin...

Estimated Delivery
Arrives
Disclaimer
View Markdown
Secure checkout

We have all sorts of LED strips for a wide range of needs. Chonky strips? We got those! Strips with alligator clips that are easy-peasy to MakeCode? Oh definitely. Weatherproof? We have a gamut of options.

Now we have some Honey I Shrunk the LED Strips in the store. At an astonishing 4mm width these are wee yet surprisingly flexible and can fit just about anywhere. The wires are even nicely color-coded: black for ground, green for data signal, and red for 3-5VDC power. 

Warning! These ultra skinny strips are not protected and are quite delicate. They should not be flexed repeatedly, and need to be handled with a lot of care. Not good for younger folks or beginners - check out our protected NeoPixel strips instead!

There are some things to watch for:

  • These LED's use up to 10 Watts max (~2 Amps @ 5V) per meter. The max rating of 4.5A is assuming all the LEDs are on full white, usually the actual current for colorful design is less than 1/3 of the max current. A good power supply such as our 5V 2A or  5V 4A supply is key!
  • The strip is very thin and does not transfer a lot of heat, so don't have all the LEDs on bright white all the time or you could get thermal damage.
  • 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, and with a little effort you can use with the Raspberry Pi, or Beagle Bone Black, but it will not work with the Basic Stamp or any other interpreted/virtual machine microprocessor or any processor slower than 8 MHz. For those processors, check our DotStar digital LED strip which has SPI-like input/output and works easily with Pi and other processors.
  • The way the pixels are controlled by an Arduino, the entire strip must be buffered in memory, and we've found many Arduino UNO projects only have about 1500bytes 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, you may need to use a Mega.

There are 75 LEDs in this half-meter strip (so, the density is 150 RGB LEDs per meter), and you can control each LED individually! Yes, that's right, this is the digitally-addressable type of LED strip. You can set the color of each LED's red, green and blue component with 8-bit PWM precision (so 24-bit color per pixel). The LEDs are controlled by shift-registers that are chained up down the strip so you can shorten or lengthen the strip. Only 1 digital output pin are required to send data down. The PWM is built into each LED-chip so once you set the color you can stop talking to the strip and it will continue to PWM all the LEDs for you

The strip is made of flexible PCB material, with some tape on the back. It does not come with weatherproof sheathing. You can cut this stuff pretty easily with wire cutters, there are cut-lines every 7mm / 0.27" (1 LED each). The power/ground pads are on the top, the signal pad on the bottom. You can carefully solder to the copper pads and you're good to go. Of course, you can also connect strips together to make them longer, just watch how much current you need! We have a 5V/4A supply that should be able to drive 1 meter and a 5V/10A supply that can drive up to 10 meters (depending on use) You must use a 5V DC power supply to power these strips, do not use higher than 6V or you can destroy the entire strip.

These come in half meter strips with some short wires connected to the input pins. If you buy multiples, you will get multiple half meter strips, they will not come on a continuous strip!

Our detailed NeoPixel Uberguide has everything you need to use NeoPixels in any shape and size. Including ready-to-go library & example code for the Arduino UNO/Duemilanove/Diecimila, Flora/Micro/Leonardo, Trinket/Gemma, Arduino Due & Arduino Mega/ADK (all versions).

Jargon buster

Plain-language definitions for the technical terms used above.

LED
A light-emitting diode is a small electronic component that lights up when current flows through it in the correct direction. In this kit, LEDs create the flashing effect, so polarity and correct soldering matter for the project to work.
microcontroller
A microcontroller is a small computer on a chip that runs your program and controls connected inputs and outputs. For this product, it is the part that reads buttons and sensors, drives the display and speaker, and communicates over Bluetooth.
NeoPixel
A type of addressable LED system where colour data is sent along a single digital data line from one LED or controller to the next. Compatibility matters because the timing and signal format must match for the lights or driver board to respond correctly.
PCB
A printed circuit board is a rigid board with copper tracks that connect electronic parts without loose wires. For this kit, the PCBs also form the airplane shape, so they are both the circuit base and part of the finished model.
PWM
Pulse Width Modulation is a way for a digital pin to simulate variable output power by switching on and off very quickly. It matters for controlling things like LED brightness, motor speed, or servo-style signals from a microcontroller pin.
RAM
RAM is temporary memory used while a device is running, and its contents are lost when power is removed. A “Run in RAM” mode is useful for testing settings without permanently programming the module, but it may not support every feature.
RGB
Short for red, green and blue, usually referring to an LED that can mix those three colours. It matters because controlling an RGB LED teaches how separate outputs combine to create different colours.
SPI
A fast serial communication bus often used for displays, memory cards, and sensors. It matters because SPI devices need specific pins for clock and data, plus a separate chip-select line for each device.

Related Tutorials

Free guides on learn.littlebird.com.au

Stella
Stella Expert

Ask me anything about this product

Maddy, co-founder of Little Bird

Need help? We're here for you!

Hi, I'm Maddy. My team and I are ready to help with your order or any questions.