control-freak-ide/documentation/docFiles/19_Raspberry_PI/_index.md
plastic-hub-dev-node-saturn 538369cff7 latest
2021-05-12 18:35:18 +02:00

30 lines
708 B
Markdown

### Layouts
[PI-3](https://pinout.xyz/pinout/pin11_gpio17)
[PI-3](http://www.myelectronicslab.com/tutorial/raspberry-pi-3-gpio-model-b-block-pinout/)
### Examples
tbc
### Built-in GPIO driver
Control-Freak has a built-in GPIO driver which is using a [Node-JS library](https://github.com/fivdi/pigpio).
The module however needs some extra installation:
cd /home/pi/Control-Freak/drivers/Raspberry
#or for the web-distribution
cd /var/www/html/control-creak/drivers/Raspberry
npm install
If you run the web distribution, be warned that the GPIO needs root access to function.
This is because of the access to /dev/mem. See issue [here](https://github.com/fivdi/pigpio/issues/2).