Skip to content

miskyy7507/rgblink

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rgblink

control RGB LEDs/strips with Arduino

Install instructions

Currently this project supports only Arduino Uno R3 and Arduino Nano.

  1. Clone this git repo or download ZIP and unzip it
  2. Download and install Visual Studio Code
  3. (optional, but recommended) Create a new profile in VS Code and follow subsequent steps inside of it
  4. Go to Extensions , search for PlatformIO IDE extension and install it by following steps on screen
  5. Go to File -> Open Folder and open the root rgblink folder you've got in step 1 (the one that contains platformio.ini)
  6. Connect your Arduino and hit the checkmark on the status bar (at the bottom) to build and flash the program.
  7. If everyone goes according to plan, it should be working now!

Default pinout:

  • red channel (R_PIN): 9
  • green channel (G_PIN): 11
  • blue channel (B_PIN): 10
  • IR receiver data pin (IR_RECEIVE_PIN): 2

⚠️ Disclaimer

Lighting effects may potentially trigger seizures for people with photosensitive epilepsy. As per MIT license, I (the author of this project) assume NO liability for any damage to any person or equipment.

Releases

No releases published

Packages

No packages published