Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| projects:wearables:neopixel_goggles [2018/01/29 21:59] – metalgamer | projects:wearables:neopixel_goggles [2019/09/24 23:41] (current) – peter | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Neopixel Goggles ====== | ====== Neopixel Goggles ====== | ||
| - | |||
| - | {{ : | ||
| ^ Name | Neopixel Goggles | | ^ Name | Neopixel Goggles | | ||
| ^ Description | Fancy goggles with neopixel rings | | ^ Description | Fancy goggles with neopixel rings | | ||
| - | ^ Status | Running | + | ^ Status | Finished successfully |
| ^ Contact | [[user: | ^ Contact | [[user: | ||
| - | ^ Participants | | | + | ^ Participants | [[user: |
| - | ^ Repository | https:// | + | ^ Repository | https:// |
| ===== Kit ===== | ===== Kit ===== | ||
| Line 16: | Line 14: | ||
| ===== Software ===== | ===== Software ===== | ||
| - | I used a heavily modified version of [[https:// | + | I used a heavily modified version of [[https:// |
| - | ==== Patterns | + | ==== Configuration |
| - | <note tip> | + | You have different configuration parameters that can be changed in the beginning of the file. |
| + | |||
| + | ^ Name ^ Description | ||
| + | | PIN | The pin number, where the neopixel rings are attached. Default: 0 | | ||
| + | | BRIGHTNESS | ||
| + | | MODE_CHANGE_TIME | ||
| + | | COLOR_MIN | ||
| + | | COLOR_MAX | ||
| + | | STEPS_MIN | ||
| + | | STEPS_MAX | ||
| + | | SLOW_INTERVAL_MIN | ||
| + | | SLOW_INTERVAL_MAX | ||
| + | | RAINBOW_CYCLE_MIN_INTERVAL | ||
| + | | RAINBOW_CYCLE_MAX_INTERVAL | ||
| + | | BLINK_MIN_INTERVAL | ||
| + | | BLINK_MAX_INTERVAL | ||
| + | |||
| + | |||
| + | ==== Patterns ==== | ||
| === Rainbow Cycle === | === Rainbow Cycle === | ||
| Your classic rainbow cycle. | Your classic rainbow cycle. | ||
| + | |||
| + | {{https:// | ||
| === Color Wipe === | === Color Wipe === | ||
| + | |||
| + | Fill the all the LED's with one color, one by one. | ||
| {{https:// | {{https:// | ||
| === Double Color Wipe === | === Double Color Wipe === | ||
| + | |||
| + | Same as the Color Wipe, just fill the two sides at the same time. | ||
| + | |||
| + | {{https:// | ||
| === Scanner === | === Scanner === | ||
| + | |||
| + | {{https:// | ||
| === Double Scanner === | === Double Scanner === | ||
| + | |||
| + | {{https:// | ||
| === Random === | === Random === | ||
| + | |||
| + | Random colors at random places. | ||
| + | |||
| + | {{https:// | ||
| === Double Random === | === Double Random === | ||
| + | |||
| + | {{https:// | ||
| === Blink === | === Blink === | ||
| + | |||
| + | Blink all the led's with one color. | ||
| + | |||
| + | {{https:// | ||
| === Dot === | === Dot === | ||
| + | |||
| + | Light up one LED at a time. | ||
| + | |||
| + | {{https:// | ||