Azure IoT Edge is an Internet of Things (IoT) service that builds on top of IoT Hub. This service is meant for customers who want to analyze data on devices, a.k.a. "at the edge", instead of in the cloud. By moving parts of your workload to the edge, your devices can spend less time sending messages to the cloud and react more quickly to changes in status.
This project is a sample for you to learn how to combine Microsoft Azure IoT Edge and DJI Drones, so it's necessary to know about DJI Windows SDK and IotEdge.
An Azure IoT Edge device:
- You can use your development machine or a virtual machine as an Edge device by following the steps in the quickstart for Windows devices.
Create a container registry
- In the Azure portal, select Create a resource > Containers > Container Registry.
- After your container registry is created, browse to it, and then select Access keys.
- Copy the values for Login server, Username, and Password. You use these values later in the tutorial to provide access to the container registry.
Development resources:
- Python
- Git
- Visual Studio Code
- Azure IoT Edge extension for Visual Studio Code
- Python extension for Visual Studio Code
- Docker CE
- C# extension for Visual Studio Code (powered by OmniSharp).
- Azure IoT Tools for Visual Studio Code.
- How to Create an Aotunomouse Drone Module on IoT Edge
- How to Use an Azure Blob Storage on IoT Edge
- How To Use Azure Custom Visi on Service
Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT License.