raspberry-phidget

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
raspberry-phidget [2015/03/26 09:39] Stéphane Lavirotteraspberry-phidget [2016/01/28 12:57] (current) – [Give access USB Phidget InterfaceKit for a regular user] Stéphane Lavirotte
Line 3: Line 3:
  
 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.
 +
 +{{:public_namespace:phidget_ik.jpg?200|}} {{:public_namespace:phidget_sensors.jpg?500|}}
  
 ===== Install Phidgets librairies ===== ===== Install Phidgets librairies =====
Line 16: Line 18:
 </code> </code>
  
-Then you have to add Phidget available for Mono.+Then you have to add Phidget .NET library available for Mono. First you have to download the needed packages with the following commands: 
 +<code> 
 +wget http://www.phidgets.com/downloads/libraries/Phidget21-windevel.zip 
 +unzip Phidget21-windevel.zip 
 +</code> 
 + 
 +Then, to add the library to the Mono GAC:
 <code> <code>
 sudo gacutil -i phidget21-windevel/Phidget21.NET.dll sudo gacutil -i phidget21-windevel/Phidget21.NET.dll
Line 36: Line 44:
 <code> <code>
 Bus 001 Device 004: ID 06c2:0045 Phidgets Inc. (formerly GLAB) PhidgetInterface Kit 8-8-8 Bus 001 Device 004: ID 06c2:0045 Phidgets Inc. (formerly GLAB) PhidgetInterface Kit 8-8-8
-</code> 
- 
-As you added a new rule, you have to restart the udev service. 
-<code> 
-sudo service udev restart 
 </code> </code>
  
Line 49: Line 52:
 </code> </code>
  
-After adding group and user to group, you have to logout and login again to have the right permissions.+After adding group and user to group, you have to logout and login again to have the right permissions. Then  you have to restart the udev service. 
 +<code> 
 +sudo service udev restart 
 +</code> 
  • raspberry-phidget.1427362763.txt.gz
  • Last modified: 2015/03/26 09:39
  • by Stéphane Lavirotte