In this recipe, we will follow the following steps to create parking sensors and send data to the IoT Hub:
- Create a C# blank Universal Windows Platform (UWP) app from Visual Studio:
- Add a reference for Windows IoT extension for UWP:
- Add a NuGet package for Microsoft.Azure.Devices.Client, Newtonsoft.JSON, Microsoft.Netcore.Universalwindowsplatform packages as listed in the following screenshot:
- We will declare all devices ...