Introduction to IoT with .NET Core
41mIntermediate2021-01-12
Authors

Microsoft .NET
.NET Developers and Program Managers at Microsoft

Sweeky Satpathy
Senior Software Engineer at Microsoft
Course details
Does the Internet of Things (IoT) work with .NET? This course provides an introduction to writing apps in C# using .NET and then running those apps on an IoT device. Join instructor Sweeky Satpathy as she walks through understanding IoT devices and shows how to control them with .NET, in this case using a Raspberry Pi microcontroller and Docker to run .NET applications. After highlighting the software and hardware requirements, she guides you through writing a simple application to trigger a blinking LED on the hardware. Sweeky ends the course with an advanced tutorial, showing how to add hardware and write software to create a temperature change notification on the Raspberry Pi.
Skills covered
Raspberry PiInternet of Things.NETHardwareIntroduction toWeb Development ToolsSoftware Development ToolsWeb DevelopmentMicrosoftSoftware Development
Concepts
1. Introduction to IoT with .NET Core
- 01 - Intro to IoT with .NET Core
- 02 - Raspberry Pi setup tutorial
- 03 - What is IoT
- 04 - How to connect the physical parts
- 05 - What is .NET Core IoT
- 06 - Hello World in IoT, Blinky - Headless mode tutorial
- 07 - Hello World in IoT, Blinky - Boot to desktop tutorial
- 08 - Blinky explained
- 09 - Advanced tutorial - Extending Blinky with a temperature sensor