raspberry-sharp-io icon indicating copy to clipboard operation
raspberry-sharp-io copied to clipboard

A .NET/Mono IO Library for Raspberry Pi

Results 44 raspberry-sharp-io issues
Sort by recently updated
recently updated
newest added

Hi.. using the latest download of this library and used with the raspberry pi3 model b+ and latest version of mono we are getting errors like the exposed below Can...

Hi there, I'm new to mono & the Pi so bare with... Does this library work on the Pi 4b? If not, are there any that do? Thank you

static OutputPinConfiguration Pin32 = ConnectorPin.P1Pin32.Output(); GpioConnection OutPin32 = new GpioConnection(Pin32); private void button5_Click(object sender, EventArgs e) { for (int ii = 0; ii < 500; ii++) { OutPin32.Toggle(Pin32); } }...

i am getting error message while opening read.py file in MFRC522-pythons: file "read.py",line 41, in module typeerror: function takes exactly 2 arguments( 1 given) I am using python 2.7, raspberrypi...

Hello together, I'm using a Raspbery Pi 3 Model B and I have the following issue and I'm hoping that you can help me. I would like to use Connector...

Someone use this lib in windows IOT program? How I can compile it with core.net. My projecr is build for Windows IOT univesall app Windows 10 build 10586. Thanks

Is there any specific reason why I2C communication is [implemented](https://github.com/raspberry-sharp/raspberry-sharp-io/blob/master/Raspberry.IO.InterIntegratedCircuit/I2cDriver.cs#L49) through /dev/mem instead of /dev/i2c-1? I'm wondering since I'm looking for a better way to implement it in C. I...

I've been experimenting with this library but haven't been able to find a direct turn pin on or off? we can toggle or blink. but these require being me to...

According to this [thread](https://www.raspberrypi.org/forums/viewtopic.php?t=194262), on the Raspberry Pi Zero the Activity LED is on GPIO Pin 47. I am looking at \Raspberry.IO.GeneralPurpose\ConnectorPin.cs and I don't see an enumeration for Pin...

Hey. I have a Raspberry Pi 3 B. I did some GPIO development using Python, but I would love to use C#. I set up a small project (Raspberry.IO references...