Skip to content

tq303/umbrella

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Umbrella

An interactive animated LED umbrella.

Dependencies

Requires Adafruit NeoPixel library.

nRF24L01

Pin layout

Signal PIN Colour Arduino Pin
GND 1 white GND
VCC 2 red 3.3v
CE 3 green 9
CSN 4 blue 10
SCK 5 grey 13
MOSI 6 yellow 11
MISO 7 purple 12

Serial Utilization

passes a uniform array with each index containing the following items.

Variable Position
FORMAT_UMBRELLA_POS 0
FORMAT_ANIMATION_POS 1
FORMAT_SPEED_POS 2
FORMAT_RED_POS 3
FORMAT_BLUE_POS 4
FORMAT_GREEN_POS 5

i:0123 j:0123 k:0123

topOffset + middleOffset + offSet

(i * (jTotal + kTotal)) + (j * kTotal) + k

About

LED strip animating software for the Arduino.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages