This workshop cover the usage of The KY-016 rgb full color led module with the Raspberry Pi.
Sensor | Raspberry Pi |
---|---|
- | GND pin |
Blue | GPIO 23 |
Green | GPIO 24 |
Red | GPIO 25 |
You can achive it with connecting it to your pc trought the Micro USB Port of the raspberry pi
Using putty if you're on windows, Ssh if you're on a linux based os Follow the following instruction if you dont know how to connect to raspberry pi Connect to Raspberry Pi using Putty
Assuming you're connected with... copy and past this command If you're using Raspberry zero
curl -O https://raw.githubusercontent.com/ionoid-io-projects/workshop_rgb_led/master/bin/arm6/rgb
If you're using Raspberry 3 b
curl -O https://raw.githubusercontent.com/ionoid-io-projects/workshop_rgb_led/master/bin/arm7/rgb
chmod +x rgb
./rgb
You can call one of those color green, red, orange to be written in lower case
To quit or stop the program click on Ctrl+C