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

Raspberry PI .NET library

Results 10 RaspberryPi.Net issues
Sort by recently updated
recently updated
newest added

Hi guys... I ran into a problem... I received my Pi 2 days ago and since that im trying to get my code working on that machine. The problem is...

bug

Hello guys, I want to write code for the RaspberryPi in C# with Mono. That works pretty well. But I need also to work with the GPIO-Pins. When I want...

Hi! There is a little problem with xbuild. Compiling "xbuild RaspberryPiDotNet.csproj" isn't working with the Mono Version 3.2.8.0, XBuild Engine 12.0 Error message: Project "/home/pi/dev/RaspberryPi.Net/RaspberryPiDotNet/RaspberryPiDotNet.csproj" (default target(s)): Target PrepareForBuild: Configuration:...

Taking into consideration this code `_ButtonGPIO = new GPIOFile((GPIOPins)GPIOPin, GPIODirection.In);` When this code runs, doing `less /sys/class/gpio/gpio10/direction` (10 because it's the value of the GPIOPin variable) returns `Out`. The problem...

I've tried using the wrapper on the Raspberry Pi 2B but i cant get it to to work. I tried bcm2835 1.3, 1.39 and 5.0 but none of them works.I...

Hi, Please could you help me with a (hopefully) small problem: I have set up an input: GPIOMem Inter = new GPIOMem(GPIOPins.Pin_P1_24, GPIODirection.In, false); But I am trying to set...

enhancement

after i run this script i got error below any help please the dll for RaspberyPiDotNet.dll and so file is already shared in gpio_csharp using System; using RaspberryPiDotNet; namespace Test...

Hi, i have a problem: System.Exeption: Cannot use pin with multiple instances. Unexport the previous instance with Dispose() first (pin 24) I have only one instance of pin 24 in...

Hello, my knowledge about the SPI-Interface is nearly zero, but i need it for controlling a display. The raspberry has SPI-Pins. Will you support SPI with this library? Greetings, Sebastian