Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
wcomp-raspberry [2015/03/25 12:38] – [WComp on Raspberry Pi] Stéphane Lavirotte | wcomp-raspberry [2015/03/26 13:40] (current) – [Install sensors libraries on Raspberry Pi] Stéphane Lavirotte | ||
---|---|---|---|
Line 2: | Line 2: | ||
{{: | {{: | ||
+ | |||
+ | {{: | ||
===== Install Mono on Raspberry Pi ===== | ===== Install Mono on Raspberry Pi ===== | ||
Line 34: | Line 36: | ||
As the last step of the overall process, to install WComp, you juste have to unzip '' | As the last step of the overall process, to install WComp, you juste have to unzip '' | ||
+ | ===== Install sensors libraries on Raspberry Pi===== | ||
- | ===== Install Groove | + | On Raspberry |
- | To be able to use Groove sensors and actuators, you will have to install some extra software. You can read the following procedure to setup the software to use Groove | + | * [[raspberry-grove|Install Grove Pi on Raspberry Pi]] |
- | * [[http:// | + | * [[raspberry-phidget|Install Phidget on Raspberry Pi]] |
- | * [[http:// | + | * [[raspberry-ebrick|Install Electronic Brick on Raspberry |
+ | * [[raspberry-enocean|Install EnOcean on Raspberry | ||
- | When every software part is installed, you have to patch the wiringPi library in order to be able to use it with WComp. You just have to download the following zip file, extract it and and launch the installer to patch and install a patch wiringPi library on your Raspberry Pi. | ||
- | |||
- | * Download {{: | ||
- | |||
- | < | ||
- | unzip wiringpi_patch.zip | ||
- | cd WiringPi\ Patch | ||
- | chmod +x install.sh | ||
- | sudo ./ | ||
- | </ |