Comments: Addressable LED Neon Flex Rope Hookup Guide
Looking for answers to technical questions?
We welcome your comments and suggestions below. However, if you are looking for solutions to technical questions please see our Technical Assistance page.
If you've found an issue with this tutorial content, please send us your feedback!
I had no problem getting this to work with the FastLED library - worked seamlessly! Unfortunately, I could not get FastLED to cooperate with the SparkFun MP3 Player shield on my Arduino Mega so I wrote my own library to control the UCS1903 chip.
Library is posted on git hub @ https://github.com/wpt31337/AVR-UCS1903-LEDArray
Cool. Thanks for the share! =)
Hi i want this LED to show only the green colour how do i set it to show only the green 1
Other than setting up the FastLED example code for UCS1903 chip, you would tell each LED to light up green. Here's an example from the modified blink sketch. I have not tested this code but it should compile and work for the LED Neon Flex Rope.
There's more than one shade of green in the FastLED library. Try checking their keywords for the different greens that can be mixed together => [ https://github.com/FastLED/FastLED/blob/fece62ec8001b6aa75903cfabb4da51f59e004bd/keywords.txt#L147 ]. =)