Hi,
I’m pretty new to this stuff. I’m trying to build a controller using Teensy 3.1 and the FastLED library under Teensy Arduino to control this LED strip: http://www.lightingnext.com/1m-96-ws2812b-neopixel-strip.html and this is the data sheet: http://www.lightingnext.com/WS2812B.pdf
I’ve started with the Blink example, hoping to just blink the first LED, but I’m having no luck. The board works fine, and I’ve got the data line attached to Teensy 3.1’s pin 11. I’ve got the following line uncommented in the setup:
FastLED.addLeds<NEOPIXEL, DATA_PIN>(leds, NUM_LEDS);
and set DATA_PIN to 11. All I get is a solid blue light on all of the LEDs on the strip. If I change the data pin to 13 (the on-board LED), that LED flashes as expected.
Any idea where I’m going wrong? I’m sort of stumped at this point.
Thanks in advance for any help.
= Ed =
I will attach photos with power on and off for my setup to a follow-up post …