RaspberryPi.Net icon indicating copy to clipboard operation
RaspberryPi.Net copied to clipboard

Has anyone tested the Raspberry Pi 2?

Open rogerguess opened this issue 10 years ago • 4 comments

rogerguess avatar Feb 20 '15 23:02 rogerguess

I haven't. B+ has been tested. https://github.com/cypherkey/RaspberryPi.Net/issues/26

brunoamancio avatar Feb 21 '15 08:02 brunoamancio

Limited testing so far, seems OK though.

Initially had a problem with GPIOMem. You'll need the bcm2835 1.39 version which adds RPi2 support (http://www.airspayce.com/mikem/bcm2835/index.html).

njwatkins avatar Feb 21 '15 18:02 njwatkins

As njwatkins indicated download the latest bcm2835 1.39, I created the libbcm2835.so lib placed it in my working bin/Debug directory. I can create a console application in Visual Studio working with Pi-2.. Can not get a windows form to work with the same code, program crashes when executed. Has anyone tried to create a C# win form with a simple button to run the same code?

hermaml avatar Feb 24 '15 16:02 hermaml

I've a Win Form running fine. Whats the error? Have you just installed mono-runtime? You may need additional packages, I just went for mono-complete.

njwatkins avatar Feb 24 '15 18:02 njwatkins