Instructions

Ausgabe 13.10.2017 Copyright by Joy-IT 7
3
2.3 Servo-Motor Extension
A special library is needed to use the servo-module.
This library is based on the Adafruit_PCA9685 Python-library but is specially adjusted to our board.
We recommend to use our own, adjusted, libary.
You can download the adjusted library here.
Copy the extracted library to your Raspberry Pi and navigate with a terminal into this folder.
Install the library with the following command;
2.4 wiringPi
The wiringPi libary is necessary to be able to connect addional modules (e.g. the 433 radio module).
Execute the following commands to install this library:
Talking-Pi
sudo python setup.py install
sudo apt-get install git git-core
git clone git://git.drogon.net/wiringPi
cd wiringPi
./build