.. | ||
.vscode | ||
hw | ||
libs | ||
res | ||
src | ||
.clang-format | ||
.gitignore | ||
cava_config | ||
cava_config_namedpipe | ||
cava_test | ||
file.wav | ||
install.sh | ||
main.py | ||
Makefile | ||
pixled.service | ||
README.md | ||
sgdb.sh | ||
wget-log |
RpiLedBars
LedBars version for raspberry pi
contains :
- a python test program (main.py)
- a C program using :
- ws2812 with dma/smi from Jeremy P Bentham - https://iosoft.blog/category/neopixel/
- artnet from Stephan Ruloff - https://github.com/rstephan/ArtnetnodeWifi
biblio:
- Art-Net
- Protocol Spec :
- ESP32 library from Stephan Ruloff - https://github.com/rstephan/ArtnetnodeWifi
- ws28** rgb leds
- ws2812 datasheet - https://cdn-shop.adafruit.com/datasheets/WS2812.pdf
- ws2815 datasheet - https://pdf1.alldatasheet.com/datasheet-pdf/view/1134588/WORLDSEMI/WS2815B.html
- ws2812 with dma/smi from Jeremy P Bentham :