Difference between revisions of "LedPet"
From
(→Parts List) |
|||
Line 1: | Line 1: | ||
+ | {{Project | ||
+ | |ProjectName=LedPet | ||
+ | |Owner=zeno4ever | ||
+ | |Status=Almost finished | ||
+ | |Skillz=Electronics | ||
+ | |Summary=Hat with LED strip controlled by Arduino nano | ||
+ | }} | ||
+ | |||
+ | {{#ev:youtube|zqoZPLEY528}} | ||
+ | |||
Pet (dutch for hat) with 95 LEDS and selectable program via switch. You can chose between patterns with the switch. | Pet (dutch for hat) with 95 LEDS and selectable program via switch. You can chose between patterns with the switch. | ||
Line 30: | Line 40: | ||
* [https://github.com/adafruit/Adafruit_NeoPixel NeoPixel] Library from adafruit | * [https://github.com/adafruit/Adafruit_NeoPixel NeoPixel] Library from adafruit | ||
* [https://learn.adafruit.com/adafruit-neopixel-uberguide/overview NeoPixel Uberguide] for practical info how to connect/control Neopixels. | * [https://learn.adafruit.com/adafruit-neopixel-uberguide/overview NeoPixel Uberguide] for practical info how to connect/control Neopixels. | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Revision as of 23:01, 3 September 2016
Project: LedPet | |
---|---|
Name | LedPet |
Initiator | zeno4ever |
Status | Almost finished |
Skills | Electronics |
Summary | Hat with LED strip controlled by Arduino nano |
Pet (dutch for hat) with 95 LEDS and selectable program via switch. You can chose between patterns with the switch.
Contents
Patterns
- pulseColor : Fade in/out a color
- colorWipe : Fill strip with color (and next color)
- knightRider : What would be a LED strip without this option.
- rainbowCycle : Cycle rainbow colors over the strip.
- whiteOverRainbow
- police : Warn everyone that the police is coming.
- LightBrightnessVU : Testing program for light sensor.
- theaterChase : Showtime
- randomPix : Put random pixel on strip and fade out. Select Green for 'matrix' effect.
- mixColors : Experimental mix light colors
- Demo : cycle between all above modes.
Source will be published soonish at my personal Github account.
Resources
Parts List
- (officers) hat
- AliExpress 144 ws2812 LED strip 1 Meter US $17.50
- Powerbank
- Arduino nano or cloon at AliExpress for $2 or less.
- Light sensor
- Micro Switch
- 2 * 10 K OHM resistor for switch and light
- 470 OHM resistor for LED data line
- Some ductape to fix the part on the hat.
Other
- NeoPixel Library from adafruit
- NeoPixel Uberguide for practical info how to connect/control Neopixels.