Differences
This shows you the differences between two versions of the page.
Next revision | Previous revisionLast revisionBoth sides next revision | ||
raspberry-phidget [2015/03/25 17:11] – created Stéphane Lavirotte | raspberry-phidget [2016/01/28 12:33] – [Install Phidgets librairies] Stéphane Lavirotte | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | {{: | ||
====== Install Phidgets on Raspberry Pi ====== | ====== Install Phidgets on Raspberry Pi ====== | ||
To be able to use Phidget on Raspberry, you will have to do the following steps. | To be able to use Phidget on Raspberry, you will have to do the following steps. | ||
+ | |||
+ | {{: | ||
===== Install Phidgets librairies ===== | ===== Install Phidgets librairies ===== | ||
Line 15: | Line 18: | ||
</ | </ | ||
- | Then you have to add Phidget available for Mono. | + | Then you have to add Phidget |
+ | < | ||
+ | wget http:// | ||
+ | unzip Phidget21-windevel.zip | ||
+ | </ | ||
+ | |||
+ | Then, to add the library to the Mono GAC: | ||
< | < | ||
sudo gacutil -i phidget21-windevel/ | sudo gacutil -i phidget21-windevel/ | ||
Line 21: | Line 30: | ||
</ | </ | ||
- | ===== Give access | + | ===== Give access USB Phidget |
Last step to be able to use the Phidget InterfaceKit on Raspberry Pi is a problem of permissions on files; only root can access to data of usb pluged devices. So for any program working with Phidget InterfaceKit, | Last step to be able to use the Phidget InterfaceKit on Raspberry Pi is a problem of permissions on files; only root can access to data of usb pluged devices. So for any program working with Phidget InterfaceKit, | ||
Line 47: | Line 56: | ||
sudo adduser pi usb | sudo adduser pi usb | ||
</ | </ | ||
+ | |||
+ | After adding group and user to group, you have to logout and login again to have the right permissions. |