Table of Contents

WComp on Raspberry Pi

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.

Install Mono on Raspberry Pi

Mono supports hard float since release 3.2.7. If with your distribution you can't get a release than is equal or newer than this release, you will have to do some jobs manually.

With Raspbian >= 2015-02-16 and current repositories

Current repositories have been updated and you can find a mono release with a correct version. So you only have to achieve the following classical installation process:

sudo apt-get update
sudo apt-get upgrade
sudo apt-get install mono-complete

With older Raspbian releases or if you can't get mono >= 3.2.7

Mono has a 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.

In order to use WComp on Raspberry Pi, you will have to do the following:

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. 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.