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:
- Windows IoT #4: Azure IoT Hub and IoT Central Integration for Windows IoT (Getting Started Series)
- Windows IoT #6: Taking your Windows IoT Core Smart Device Further (Getting Started Series)
- Windows IoT #1: Basics Windows IoT introduction before you start coding (Getting Started Series)
- Getting started with Windows IoT Episode #4: Azure IoT Hub and IoT Central Integration
- Windows IoT #3: Building C# Drivers, sensors & Nuget Packages using VS (Getting Started Series)
- Getting Started with the Bolt IoT Device
- Getting Started – Windows 10 IoT Core + Raspberry Pi 3
- Getting started with Windows IoT Episode #1: Basics introductions before you start coding
- Getting started with Windows IoT Episode #2: Creating, running and debugging with Pi hardware
- Azure IoT Hub device SDK for Python