VMP502
V. 02
–
25/10/2019
16
©Velleman nv
hardware PWM output, but it needs three channels to control the RGB LED, which means it is diffeicult to
control the RGB LED with the hardware PWM of the Raspberry Pi
®
. Fortunately, the softPwm library simulates
PWM (softPwm) by programming.
RGB LEDs can be categorized into common anode type and common cathode type. In this experiment, the
latter is used.
Experiment
C Programming
1.
Change directory:
cd/home/pi/IDUINO_SuperKit_C_code_for_RaspberryPi/05_RGB
2.
Compile:
gcc rgb.c
–
o rgb
–
lwiringPi
–
lpthread
3.
Run:
sudo ./rgb
Python Programming
1.
Change directory:
cd/home/pi/IDUINO_SuperKit_Python_code_for_RaspberryPi/
2.
Run:
sudo python 05_rgb.py
You should see the LED emit light of different colours.
You can also modify the parameters of the function
ledColorSet()
by yourself, then compile and run the code to
see the colour changes of the RGB LED.
Summary of Contents for VMP502
Page 1: ...VMP502 BASIC LEARNING KIT FOR RASPBERRY PI USER MANUAL...
Page 8: ...VMP502 V 02 25 10 2019 8 Velleman nv Programming C Programming Python Programming...
Page 11: ...VMP502 V 02 25 10 2019 11 Velleman nv Programming C Programming...
Page 17: ...VMP502 V 02 25 10 2019 17 Velleman nv Programming C Programming...
Page 18: ...VMP502 V 02 25 10 2019 18 Velleman nv Python Programming...
Page 21: ...VMP502 V 02 25 10 2019 21 Velleman nv Programming C Programming Python Programming...
Page 27: ...VMP502 V 02 25 10 2019 27 Velleman nv Programming C Programming Python Programming...
Page 30: ...VMP502 V 02 25 10 2019 30 Velleman nv...
Page 31: ...VMP502 V 02 25 10 2019 31 Velleman nv Python Programming...
Page 32: ...VMP502 V 02 25 10 2019 32 Velleman nv...
Page 36: ...VMP502 V 02 25 10 2019 36 Velleman nv Python Programming...
Page 40: ...VMP502 V 02 25 10 2019 40 Velleman nv...
Page 41: ...VMP502 V 02 25 10 2019 41 Velleman nv Python Programming...
Page 44: ...VMP502 V 02 25 10 2019 44 Velleman nv...
Page 45: ...VMP502 V 02 25 10 2019 45 Velleman nv Python Programming...
Page 46: ...VMP502 V 02 25 10 2019 46 Velleman nv...
Page 47: ...VMP502 V 02 25 10 2019 47 Velleman nv...
Page 48: ...VMP502 V 02 25 10 2019 48 Velleman nv...