Skip to content

D-TOR11/rgb-k2000

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RGB K2000

This project demonstrates manipulation of LEDs using a raspberry PI 3B+ an Intelligent IC addressable LED strip (WS2812B 5050 RGBIC)

Programs

  • 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

Dependencies

Adafruit CircuitPython

Quick start

Update packages

sudo apt-get update
sudo apt-get install gcc make build-essential python-dev git

Deactivate audio

  1. Add this line blacklist snd_bcm2835
sudo nano /etc/modprobe.d/snd-blacklist.conf
  1. Comment dtparam=audio=on
sudo nano /boot/config.txt
  1. Reboot system
sudo reboot

### Clone repository

$ git clone git@github.com:D-TOR11/rgb-k2000.git
$ cd rgb-command

Install dependencies

$ sudo pip3 install rpi_ws281x adafruit-circuitpython-neopixel

Running command

$ sudo python3 simple.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages