LedPet
From
Revision as of 03:14, 2 September 2016 by Zeno (Talk | contribs) (Created page with "Pet (dutch for hat) with 95 LEDS and selectable program via switch. You can chose between : * RandomPixel * Police * more Source will be published soonish at my personal [...")
Pet (dutch for hat) with 95 LEDS and selectable program via switch. You can chose between :
- RandomPixel
- Police
- more
Source will be published soonish at my personal Github account.
Resources
Parts List
- AliExpress 144 ws2812 LED strip 1 Meter US $17.50
- USB Battery pack
- Arduino nano or cloon
- Light sensor
- Micro Switch
- 2 * 10 K OHM resistor for switch and light
- 470 OHM resistor for LED data line
Other
- NeoPixel Library from adafruit
- NeoPixel Uberguide for practical info how to connect/control Neopixels.
#define PIN_LIGHTSENSOR A0 #define PIN_BUTTON 2 #define PIN_NEOPIXEL 6 #define NUM_LEDS 95 #define BRIGHTNESS 30 <pre>