-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Expand file tree
/
Copy pathindex.yml
More file actions
109 lines (99 loc) · 3.94 KB
/
index.yml
File metadata and controls
109 lines (99 loc) · 3.94 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
### 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