New Product Update - Introducing NeoPixels
We've got some great new shinies to share with you this week that probably won't change your life, but they might significantly brighten up your projects! We are pleased to introduce NeoPixels to the ranks of products that we stock. 35128_additional_neo_pixel_ring_lit_2 We'd like to tell you about the three new lines that are now available to order and also to let you know that the number of NeoPixel lines that we carry is set to increase. All you will need to add them to your project is 5V of power, a microcontroller (microbit) and a few lines of code.  

NeoPixels At Kitronik:

35130_additional_neo_pixel_jewel_lit_2 What's better for your project than rings, boards and sticks of pulsing, colourful miniature LEDs? We can't think of much else, and that's why we've added them to our range.      

What Are NeoPixels:

neo-pixels-microbit-microsoft-pxt-editor-closeup-870 NeoPixels are full colour (RGB) LEDs that each have an onboard driver chip. They can be used individually or chained together in series, once powered they can then be controlled by a single wire from your microcontroller (eg microbit). Once chained together, and even though they are in series, each LED remains individually addressable through the code that you write. Although you can chain NeoPixel boards together there are some limits as to how many you can chain, below you'll find a list of the limiting factors.
  • RAM: NeoPixels require some RAM from the host microcontroller; more pixels = more RAM. It’s only a few bytes each, but as most microcontrollers are pretty resource-constrained, this becomes a very real consideration for large projects.
  • Power: each NeoPixel draws a little bit of current; more pixels = more power. Power supplies likewise have some upper limit.
  • Time: NeoPixels process data from the host microcontroller at a fixed data rate; more pixels = more time and lower animation frame rates.
 

NeoPixels And The microbit:

neo-pixels-microbit-microsoft-pxt-editor.870 The Microsoft MakeCode editor for the microbit has recently been updated to allow you to write code specifically for NeoPixels. Simply select Add Package, select the NeoPixels library and you now have a number of new blocks specific to the job in hand. You can write and test your code in the safety of the MakeCode Editor before exporting and placing on your microbit. We plan on producing a few how-to guides in the very near future, so keep an eye out for those!

Project shopping list

For this project you will need the following items, you can adjust the quantities (including setting them to zero if you don't need the item), before pressing the "Buy all items" button.

Breadboard-friendly RGB Smart NeoPixel - Pack of 4
£4.55
Qty
NeoPixel Jewel - 7 x 5050 RGB LED with Integrated Drivers
£3.80
Qty

2 comments

Mark Donnison

Mark Donnison

Hi Andy, There are colour changing LED's and there are RGB LED's, the colour changing LED's are pre-programmed to cycle through the colours in a pre determined way and this is controlled by a small on-board computer. With RGB LED's you can control which colour is active using PWM (Pulse width modulation). If you Google PWM you should get plenty of information that will help you.

Andy

Andy

Hi please can you help me …I have a glass sign which i wont to light up through the glass with 10 RGB colour changing LED's but i cannot find a RGB controller any help welcome.. Andy

Leave a comment

All comments are moderated before being published