This package provides a set of Device Bindings ("Device drivers") that use System.Device.Gpio package to communicate with sensors and microcontrollers.
$ dotnet add package Iot.Device.BindingsYou will find a large variety of bindings in this nuget. You can check the list on the repository.
Once you've installed the nuget, you're ready to go! Make sure you have a proper device that support GPIO. See the System.Device.
Each binding has detailed example in the main repository. Each directory will contain a detailed README with the specific usage of each binding. It will also in the /samples folder contains a detailed and commented example.
While most of the bindings and examples in this project require and are designed to support specific hardware (such as LCD displays, temperature sensors, single-board computers, microcontrollers, etc.), the library itself tries to be as hardware-independent as possible. Some bindings are even written to showcase the use of IOT interfaces with hardware that is already present in normal desktop computers (such as keyboards or CPU temperature sensors). So to get started, you do not need expensive hardware. Or you can start out with cheap stuff, such as an Arduino Uno. You can also use FT232H or FT4222 on a Windows, Linux or MAcOS traditional laptop or desktop.
You will also need to have the binding you're interested in! Most README will contains schemas and instructions on how to connect your binding to your board.
This project has adopted the code of conduct defined by the Contributor Covenant to clarify expected behavior in our community. For more information, see the .NET Foundation Code of Conduct.
We welcome PR and contributions. We are primarily interested in the following:
.NET (including the iot repo) is licensed under the MIT license.