### YamlMime:Landing title: .NET IoT Libraries documentation summary: .NET 💜 Internet of Things metadata: title: .NET IoT Libraries documentation description: Learn how .NET can be used to build applications for IoT devices and scenarios. ms.service: dotnet ms.topic: landing-page ms.collection: collection author: camsoper ms.date: 03/07/2026 # linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | video | whats-new landingContent: - title: Get started in 5 minutes linkLists: - linkListType: quickstart links: - text: Raspberry Pi Sense HAT quickstart url: quickstarts/sensehat.md - title: Learn linkLists: - linkListType: overview links: - text: .NET IoT Libraries overview url: intro.md - linkListType: deploy links: - text: Deploy .NET apps to Single Board Computers url: deployment.md - linkListType: concept links: - text: Debug .NET apps on Single Board Computers url: debugging.md - linkListType: how-to-guide links: - text: Use the IoT libraries on Windows, Linux, and macOS computers url: usb.md - linkListType: reference links: - text: Available device bindings (GitHub) url: https://github.com/dotnet/iot/blob/main/src/devices/README.md - text: API Reference url: ../../api/index.md?view=iot-dotnet-latest&preserve-view=true - title: Build devices linkLists: - linkListType: tutorial links: - text: Blink an LED url: tutorials/blink-led.md - text: Read binary input using GPIO url: tutorials/gpio-input.md - text: Read environmental conditions from a sensor url: tutorials/temp-sensor.md - text: Display text on an LCD url: tutorials/lcd-display.md - text: Read values from an analog-to-digital converter url: tutorials/adc.md - title: Packages and source code linkLists: - linkListType: download links: - text: System.Device.Gpio on NuGet url: https://www.nuget.org/packages/System.Device.Gpio/ - text: Iot.Device.Bindings on NuGet url: https://www.nuget.org/packages/Iot.Device.Bindings/ - text: .NET IoT Libraries source on GitHub url: https://github.com/dotnet/iot - text: Device bindings with samples on GitHub url: https://github.com/dotnet/iot/tree/main/src/devices - title: Video learning linkLists: - linkListType: video links: - text: .NET IoT for Beginners url: https://aka.ms/dotnet-iot-for-beginners - text: "Let's Learn .NET: IoT" url: https://www.youtube.com/watch?v=sKaSBh1M4M4 - text: BBQ, Bots, and .NET Core url: /Shows/On-NET/BBQ-Bots-and-NET-Core - title: Resources linkLists: - linkListType: get-started links: - text: .NET IoT Discord community url: https://discord.gg/kqWhBbj - text: .NET IoT on Q&A url: /answers/topics/dotnet-iot.html - linkListType: concept links: - text: Raspberry Pi documentation url: https://www.raspberrypi.com/documentation/ - linkListType: how-to-guide links: - text: Passwordless SSH access url: https://www.raspberrypi.com/documentation/computers/remote-access.html#passwordless-ssh-access - text: Setting up a Raspberry Pi headless url: https://www.raspberrypi.com/documentation/computers/configuration.html#setting-up-a-headless-raspberry-pi - text: Run a .NET app automatically at boot url: https://github.com/dotnet/iot/blob/main/Documentation/How-to-start-your-app-automatically-on-boot.md