Skip to content

Latest commit

 

History

History
executable file
·
53 lines (35 loc) · 2.49 KB

README.md

File metadata and controls

executable file
·
53 lines (35 loc) · 2.49 KB

DJI-IotEdge

What Is This?

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.

Architecture Overview

Framework

Prerequisites

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

  1. In the Azure portal, select Create a resource > Containers > Container Registry.
  2. After your container registry is created, browse to it, and then select Access keys.
  3. 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:

Content

  1. How to Create an Aotunomouse Drone Module on IoT Edge
  2. How to Use an Azure Blob Storage on IoT Edge
  3. How To Use Azure Custom Visi on Service

License

Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT License.