Ich habe mit der Entwicklung im Rahmen meiner Smart-Home Planung für unseren Neubau begonnen. Die Idee war Neopixel ähnliche LED Streifen mit meinem Loxone Miniserver zu verbinden. Und das alles ...
LEDテーブ(WS2812B)が届いたので、早速動作確認。 配線はこんな感じです。 #include <FastLED.h> #define NUM_LEDS 40 #define DATA_PIN 3 CRGB ...
Arduino code that reads MIDI data from Ableton (should work in any DAW) and outputs scenes on an LED strip using FastLED. (neopixel, WS2812B, etc.) This can be used for a lot of things but what I used ...
This NeoPixel LED lighting based on WS2811 driver and Arduino digitally produces red, green, and blue (RGB) lights and the combinations. Originally introduced by Adafruit, the LED strips come with ...