Once the reboot successfully finished, run apt-get install Lirc once again to fix the previous
errors if any
sudo apt-get install lirc
Last step, stop the LIRC library so we could use the IR driver with our python script
sudo /etc/init.d/lirc stop
Note: if you get runtime error that the command cannot be found, maybe you have a different
version of LIRC, try this command instead:
sudo /etc/init.d/lircd stop
Well done!
You are now officially read to start the python lessons properly when all the drivers and
everything is need is already installed and ready for use.
let's get going!
LESSON 1: BLINK LED
8 of 114
Need help?
Do you have a question about the Raspberry Pi & Arduino Starter Kit and is the answer not in the manual?