Light up WS2812B LEDS or Neopixels with Raspberry Pi and Python

preview_player
Показать описание
WS2812B LEDs or Neopixels in Adafruit are individually addressable LEDS that you can control through Python Code.
They come in different packages. Some are in ring, matrix or strip and can be cascaded. They all can be controlled through your Python Code.

In this project we are gonna be using this library to control our WS2812B LED

#IOT
#RaspberryPi
#Python
Рекомендации по теме
Комментарии
Автор

Thanks for the video. It was a big help. I had a weird problem on my raspberry Pi. It denied me to install the package rpi_ws281x, even with the sudo command. I had long conversations with chat GPT :D.in the end the only way it worked was the way Chat GPT didn't recommand me. I needed to istall it with the command "sudo pip3 install rpi_ws281x --break-system-packages
". It was the only way I could let my LED'S shine :D

tom-carloherrmann
visit shbcf.ru