Skip to content

Commit 06935d7

Browse files
authored
Merge pull request #97791 from liydu/devkit-iotc-individual-key
Devkit iotc individual key
2 parents aa60ea9 + b9db346 commit 06935d7

File tree

8 files changed

+17
-5
lines changed

8 files changed

+17
-5
lines changed

articles/iot-central/preview/howto-connect-devkit.md

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Connect a DevKit device to your Azure IoT Central application | Microsoft
33
description: As a device developer, learn how to connect an MXChip IoT DevKit device to your Azure IoT Central application using IoT Plug and Play.
44
author: liydu
55
ms.author: liydu
6-
ms.date: 08/17/2019
6+
ms.date: 12/03/2019
77
ms.topic: conceptual
88
ms.service: iot-central
99
services: iot-central
@@ -29,9 +29,21 @@ To complete the steps in this article, you need the following resources:
2929

3030
## Get device connection details
3131

32-
In your Azure IoT Central application, select the **Administration** tab and select **Device Connection**. Make a note of the **Scope ID** and **Primary key** (in **View Keys** link). And make sure **Auto Approve** is enabled.
32+
1. In your Azure IoT Central application, select the **Device Templates** tab and select **New**. In the section of **Use a preconfigured device template**, choose **MXChip IoT DevKit** from the list. And choose **Next: Customize** and **Create**.
3333

34-
![Device group connection details](media/howto-connect-devkit/device-group-connection-details.png)
34+
![Device template for MXChip IoT DevKit](media/howto-connect-devkit/device-template.png)
35+
36+
1. Select **Devices** tab, in the devices list, select **MXChip IoT DevKit** and select **New** to create a new device from Device Template.
37+
38+
![New device](media/howto-connect-devkit/new-device.png)
39+
40+
1. In the pop-up window, enter the **Device ID** as `SampleDevKit` and **Device Name** as `MXChip IoT DevKit - Sample`. Ensure **Simulated** option is off. Then select **Create**.
41+
42+
![Device ID and name](media/howto-connect-devkit/device-id-name.png)
43+
44+
1. Click the device you just created and select **Connect**. Make a note of the **ID Scope**, **Device ID** and **Primary key**.
45+
46+
![Device connection info](media/howto-connect-devkit/device-connection-info.png)
3547

3648
## Prepare the device
3749

@@ -56,7 +68,7 @@ In your Azure IoT Central application, select the **Administration** tab and sel
5668

5769
- The name of your WiFi network (SSID).
5870
- Your WiFi network password.
59-
- The connection details: the **Device ID** that you can choose yourself, and the **Scope ID** and **Group SAS Primary Key** you made a note of previously.
71+
- The connection details: enter the **Device ID**, **ID Scope** and **SAS Primary Key** you made a note of previously.
6072

6173
> [!NOTE]
6274
> Currently, the IoT DevKit only can connect to 2.4 GHz Wi-Fi, 5 GHz is not supported due to hardware restrictions.
@@ -81,7 +93,7 @@ In your IoT Central application, select **Devices** tab, select the device you a
8193

8294
## Review the code
8395

84-
To review the code or modify and compile it, go to the [MXChip IoT DevKit sample code GitHub repository](https://github.com/MXCHIP/IoTDevKit/tree/master/pnp).
96+
To review the code or modify and compile it, go to the [Code Samples](https://docs.microsoft.com/samples/azure-samples/mxchip-iot-devkit-pnp/sample/).
8597

8698
## Next steps
8799

-30.5 KB
Loading
84.7 KB
Loading
24.9 KB
Loading
258 KB
Loading
89.5 KB
Loading
44.1 KB
Loading
-16.4 KB
Loading

0 commit comments

Comments
 (0)