Thingiverse
LED Neopixel Ring - Fruit Bowl Lamp Base
by Dimwit-Dave
73
Downloads
50
Likes
0
Makes
LED base for a glass bowl.
Arduino firmware based on this Adafruit Demo
Adafruits Neopixel library and install
https://learn.adafruit.com/adafruit-neopixel-uberguide/arduino-library
Direct link to library files
https://github.com/adafruit/Adafruit_NeoPixel
For the fruitbowl LED ring I used the example from above called strandtest. I Change the line below to match my 24 pixel ring.
from
Adafruit_NeoPixel strip = Adafruit_NeoPixel(60, PIN, NEO_GRB + NEO_KHZ800);
to
Ada
Arduino firmware based on this Adafruit Demo
Adafruits Neopixel library and install
https://learn.adafruit.com/adafruit-neopixel-uberguide/arduino-library
Direct link to library files
https://github.com/adafruit/Adafruit_NeoPixel
For the fruitbowl LED ring I used the example from above called strandtest. I Change the line below to match my 24 pixel ring.
from
Adafruit_NeoPixel strip = Adafruit_NeoPixel(60, PIN, NEO_GRB + NEO_KHZ800);
to
Ada
Sign in to leave a comment
Sign in