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/core/quick-deploy-iot-central.md
+18-7Lines changed: 18 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ An active Azure subscription. If you don't have an Azure subscription, create a
23
23
> [!TIP]
24
24
> You should have at least **Contributor** access in your Azure subscription. If you created the subscription yourself, you're automatically an administrator with sufficient access. To learn more, see [What is Azure role-based access control?](../../role-based-access-control/overview.md)
25
25
26
-
An Android or iOS phone on which you're able to install a free app from one of the official app stores.
26
+
An Android or iOS smartphone on which you're able to install a free app from one of the official app stores.
27
27
28
28
## Create an application
29
29
@@ -55,7 +55,7 @@ IoT Central provides various industry-focused application templates to help you
55
55
56
56
## Register a device
57
57
58
-
To connect a device to to your IoT Central application, you need some connection information. An easy way to get this connection information is to register your device.
58
+
To connect a device to your IoT Central application, you need some connection information. An easy way to get this connection information is to register your device.
59
59
60
60
To register your device:
61
61
@@ -71,21 +71,21 @@ To register your device:
71
71
72
72
1. On the device page, select **Connect** and then **QR Code**:
73
73
74
-
:::image type="content" source="media/quick-deploy-iot-central/device-registration.png" alt-text="Screenshot that shows the QR code you can use to connect the phone app.":::
74
+
:::image type="content" source="media/quick-deploy-iot-central/device-registration.png" alt-text="Screenshot that shows the QR code you can use to connect the smartphone app.":::
75
75
76
-
Keep this page open. In the next section you scan this QR code using the phone app to connect it to IoT Central.
76
+
Keep this page open. In the next section, you scan this QR code using the smartphone app to connect it to IoT Central.
77
77
78
78
## Connect your device
79
79
80
-
To get you started quickly, this article uses the **IoT Plug and Play** smartphone app as an IoT device. The app sends telemetry collected from the phone's sensors, responds to commands invoked from IoT Central, and reports property values to IoT Central.
80
+
To get you started quickly, this article uses the **IoT Plug and Play** smartphone app as an IoT device. The app sends telemetry collected from the smartphone's sensors, responds to commands invoked from IoT Central, and reports property values to IoT Central.
To connect the **IoT Plug and Play** app to you Iot Central application:
84
+
To connect the **IoT Plug and Play** app to your Iot Central application:
85
85
86
86
1. Open the **IoT PnP** app on your smartphone.
87
87
88
-
1. On the welcome page, select **Scan QR code**. Point the phone's camera at the QR code. Then wait for a few seconds while the connection is established.
88
+
1. On the welcome page, select **Scan QR code**. Point the smartphone's camera at the QR code. Then wait for a few seconds while the connection is established.
89
89
90
90
1. On the telemetry page in the app, you can see the data the app is sending to IoT Central. On the logs page, you can see the device connecting and several initialization messages.
91
91
@@ -99,6 +99,17 @@ To view the telemetry from the smartphone app in IoT Central:
99
99
100
100
> [!TIP]
101
101
> The smartphone app only sends data when the screen is on.
102
+
103
+
## Control your device
104
+
105
+
To send a command from IoT Central to your device, select the **Commands** view for your device. The smartphone app can respond to three commands:
106
+
107
+
:::image type="content" source="media/quick-deploy-iot-central/device-commands.png" alt-text="Screenshot that shows the three commands the smartphone app responds to.":::
108
+
109
+
To make the light on your smartphone flash, use the **LightOn** command. Set the duration to three seconds, the pulse interval to five seconds, and the number of pulses to two. Select **Run** to send the command to the smartphone app. The light on your smartphone app flashes twice.
110
+
111
+
To see the acknowledgment from the smartphone app, select **command history**.
0 commit comments