This project demonstrates manipulation of LEDs using a raspberry PI 3B+ an Intelligent IC addressable LED strip (WS2812B 5050 RGBIC)
- pixel.py: Flash LEDs repeatedly with rainbow colors
- simple.py: Flash LEDs in the same pattern as the K2000 car
- simple_2.py: A better version of k2000_long.py
sudo apt-get update
sudo apt-get install gcc make build-essential python-dev git- Add this line
blacklist snd_bcm2835
sudo nano /etc/modprobe.d/snd-blacklist.conf- Comment
dtparam=audio=on
sudo nano /boot/config.txt- Reboot system
sudo reboot### Clone repository
$ git clone git@github.com:D-TOR11/rgb-k2000.git
$ cd rgb-command$ sudo pip3 install rpi_ws281x adafruit-circuitpython-neopixel$ sudo python3 simple.py