wcomp-raspberry

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
Last revision Both sides next revision
wcomp-raspberry [2015/03/25 11:23]
Stéphane Lavirotte
wcomp-raspberry [2015/03/26 14:40]
Stéphane Lavirotte [Install sensors library on Raspberry Pi]
Line 2: Line 2:
  
 {{:​public_namespace:​raspberrypi.png?​65|}} As on Linux platform, WComp needs Mono to execute C# code. Current Raspberry Pi distribustion (Raspbian) are compiled for ARM with support for "hard float" which means that float computation are done directly by the processor and not by a soft evaluation. {{:​public_namespace:​raspberrypi.png?​65|}} As on Linux platform, WComp needs Mono to execute C# code. Current Raspberry Pi distribustion (Raspbian) are compiled for ARM with support for "hard float" which means that float computation are done directly by the processor and not by a soft evaluation.
 +
 +{{:​public_namespace:​target:​raspberrypib.jpg?​200|}} {{:​public_namespace:​target:​raspberrypibplus.jpg?​200|}}
  
 ===== Install Mono on Raspberry Pi ===== ===== Install Mono on Raspberry Pi =====
Line 21: Line 23:
   * Unzip SharpWCompContainer where you want, to be able to us it.   * Unzip SharpWCompContainer where you want, to be able to us it.
  
-=== With older Raspbian releases or if you can't get mono >= 3.2.7 ===+==== With older Raspbian releases or if you can't get mono >= 3.2.7 ====
  
 Mono has a [[https://​bugzilla.xamarin.com/​show_bug.cgi?​id=7938|known bug on "hard float" version]]. So we need to use a "soft float" distribution which is not available anymore on Raspberry Pi web site. Mono has a [[https://​bugzilla.xamarin.com/​show_bug.cgi?​id=7938|known bug on "hard float" version]]. So we need to use a "soft float" distribution which is not available anymore on Raspberry Pi web site.
Line 30: Line 32:
   * Then follow the installation process described at top of this page.   * Then follow the installation process described at top of this page.
  
-==== WComp on Phidget SBC 107x ====+===== WComp on Raspberry Pi ====
 + 
 +As the last step of the overall process, to install WComp, you juste have to unzip ''​SharpWCompContainerMonoLinux.zip''​ where you want, to be able to us it. To get WComp for Linux, you can [[contact_us|contact us]]. We do not deliver Linux over the Web. 
 + 
 +===== Install sensors libraries on Raspberry Pi===== 
 + 
 +On Raspberry Pi, you can use different king of sensor libraries with WComp. You can use Goove, Phidgets, Electronic Brick. Moreover, we are currently working one a unified way to access to all these set of sensors and actuators for you to be able to create propotypes with differents sets.
  
-As the last step of the overall process, to install WComp, you juste have to unzip SharpWCompContainerMonoLinux where you want, to be able to us it.+  * [[raspberry-grove|Install Grove Pi on Raspberry Pi]] 
 +  * [[raspberry-phidget|Install Phidget on Raspberry Pi]] 
 +  * [[raspberry-ebrick|Install Electronic Brick on Raspberry Pi]]
  
  
  • wcomp-raspberry.txt
  • Last modified: 2015/03/26 14:40
  • by Stéphane Lavirotte