You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/iot-central/preview/howto-connect-devkit.md
+17-5Lines changed: 17 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Connect a DevKit device to your Azure IoT Central application | Microsoft
3
3
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.
4
4
author: liydu
5
5
ms.author: liydu
6
-
ms.date: 08/17/2019
6
+
ms.date: 12/03/2019
7
7
ms.topic: conceptual
8
8
ms.service: iot-central
9
9
services: iot-central
@@ -29,9 +29,21 @@ To complete the steps in this article, you need the following resources:
29
29
30
30
## Get device connection details
31
31
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**.
33
33
34
-

34
+

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.
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
+

43
+
44
+
1. Click the device you just created and select **Connect**. Make a note of the **ID Scope**, **Device ID** and **Primary key**.
@@ -56,7 +68,7 @@ In your Azure IoT Central application, select the **Administration** tab and sel
56
68
57
69
- The name of your WiFi network (SSID).
58
70
- 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.
60
72
61
73
> [!NOTE]
62
74
> 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
81
93
82
94
## Review the code
83
95
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/).
0 commit comments