Windows IoT #5: Using Device Methods with IoT Hub (Getting Started Series)

Windows IoT #5: Using Device Methods with IoT Hub (Getting Started Series)

In the fifth episode of this series, Dmitry and Suz continue covering Windows IoT Core fundamentals using a custom built smart IoT device prototype. This time they’ll be walking through using Azure IoT Hub’s Device Methods to control the device remotely. You’ll learn how to remotely capture photos from a smart device and store them with a few lines of C# and Azure Blob Storage connected to Azure IoT Hub.

Resources:

1. Smart Home Device source code on GitHub https://github.com/noopkat/iotcore-smart-device
2. Capturing webcam images using the MediaCapture class https://docs.microsoft.com/en-us/windows/uwp/audio-video-camera/basic-photo-video-and-audio-capture-with-mediacapture
3. Control a Device with Device Methods in .NET https://docs.microsoft.com/en-us/azure/iot-hub/quickstart-control-device-dotnet
4. Upload Files from Devices with .NET https://docs.microsoft.com/en-us/azure/iot-hub/iot-hub-csharp-csharp-file-upload

Related Post: