I subtracted one star because it comes with absolutely no documentation. The lights otherwise function as I expect them to.I am a beginner and used an Arduino Uno via usb power to drive them. I had to follow these steps to make these work properly:1: Find the side of the cable to connect to. The answer is the female side, I did this first, so I got lucky.2: I wired it to a breadboard powered by the arduino. Red is 5v power. Blue is ground, the extra red/blue wires that are stripped are for power injection for multiple strings.3: I wired in a 220 ohm resistor to the data cable to lower the voltage a bit, without it, it seemed unstable. I chose data pin 3, must be a pwm pin.4: I wired in a diode to the 5v line because my usb would disconnect itself from the computer when the leds were connected. The diode insures that the voltage will not go back to the arduino.5: I downloaded the FastLED library (Adafruit Neopixel didn't work for me). I did some brief research and wrote a couple pieces of code based on the "blink" example.Here's the example code to blink LED 0(1st) in red. I have also added the commands at the bottom of the code for changing the LED with RGB values. I had a looping version of it working with a standard "for" loop, but in interest of this review, I kept the code simple.//include relevant library#include "FastLED.h"// How many leds in your strip?#define NUM_LEDS 50//define pwm data pin#define DATA_PIN 3// Define the array of ledsCRGB leds[NUM_LEDS];void setup() { FastLED.addLeds<WS2811, DATA_PIN, RGB>(leds, NUM_LEDS);}void loop() { // Turn the LED on, then pause leds[0] = CRGB::Red; FastLED.show(); delay(1000); // turn off the LED, then pause leds[0] = CRGB::Black; FastLED.show(); delay(1000);}//Instead of "leds[0] = CRGB::Red;" you can use the RGB values like so//leds[0].red = 255;//leds[0].green = 0;//leds[0].blue = 0;I hope this helps!
Upgrade Your Lighting Game With Amico'S 12 Pack 6 Inch Smart LED Recessed Ceiling Lights - RGBCW, WiFi Controlled And Voice-Activated With Alexa & Google Assistant!
57 Review
Set of 4 LED Lytes Tapered Timer Candlesticks - Battery Operated Flameless Candles with Flickering Amber Yellow Flame, Ivory Wax, 11 Inches Tall and 3/4 Base
49 Review
LEONLITE 12-Pack 3W LED Landscape Pathway Light, 12V AC/DC Low Voltage CRI90+ IP65 Waterproof Non-Dimmable ETL Listed Bronze Aluminum 3000K Warm White
54 Review
6 Pack Solar Garden Lights Outdoor Decorative 15 Lumen Metal Pathway Waterproof Warm White Landscape Lighting For Lawn Yard Patio Walkway Decor - LeiDrail
44 Review
⚡️ Sunpark LC-12014T (1) FC12T9 32W Circline (1) 2D 38W (1) FC16T9 40W Circline (1) FC9T9 30W Circline Lamp Compact Electronic Fluorescent Ballast with Circline Lamp Plug 120V
7 Review
🔌 Robertson 2P20132 Quik-Pak: 10 Fluorescent eBallasts for 2 F40T12 Linear Lamps, Preheat Rapid Start, 120Vac, 50-60Hz, Normal Ballast Factor, NPF, Model RSW234T12120 /A (Crosses to RSW240T12120 /B)
4 Review
💡 Hydrofarm Quantum QT400 Dimmable Ballast for 400W Grow Lights
5 Review
💡 Electronic FL Ballast ICN-4P32-N (Formerly ICN-4P32-SC) for 3-4 F32T8 F40T8 F17T8 Lamps, 120V/277V Compatibility
5 Review