|
11 | 11 |
|
12 | 12 | [](https://github.com/Azure/azure-iot-sdk-c/tree/master/iothub_client/samples/pnp)
|
13 | 13 |
|
14 |
| -In this quickstart, you learn a basic Azure IoT application development workflow. First you create an Azure IoT Central application for hosting devices. Then you use an Azure IoT device SDK sample to run a simulated temperature controller, connect it securely to IoT Central, and send telemetry. |
| 14 | +In this quickstart, you learn a basic Azure IoT application development workflow. First you create an Azure IoT Central application for hosting devices. Then you use an Azure IoT device SDK sample to create a temperature controller, connect it securely to IoT Central, and send telemetry. The temperature controller sample application runs on your local machine and generates simulated sensor data to send to IoT Central. |
15 | 15 |
|
16 | 16 | ## Prerequisites
|
17 | 17 | This quickstart runs on Windows, Linux, and Raspberry Pi. It's been tested on the following OS and device versions:
|
@@ -51,14 +51,14 @@ To complete this quickstart on Windows, install Visual Studio 2019 and add the r
|
51 | 51 |
|
52 | 52 | [!INCLUDE [iot-develop-create-central-app-with-device](iot-develop-create-central-app-with-device.md)]
|
53 | 53 |
|
54 |
| -## Run a simulated device |
55 |
| -In this section, you configure your local environment, install the Azure IoT C device SDK, and run a sample that creates a simulated temperature controller. |
| 54 | +## Run a device |
| 55 | +In this section, you configure your local environment, install the Azure IoT C device SDK, and run a sample that creates a temperature controller. |
56 | 56 |
|
57 | 57 | ### Configure your environment
|
58 | 58 |
|
59 | 59 | 1. Open a console to install the Azure IoT C device SDK and run the code sample. For Windows, select **Start**, type *Developer Command Prompt for VS 2019*, and open the console. For Linux and Raspberry Pi OS, open a terminal for Bash commands.
|
60 | 60 |
|
61 |
| -1. Set the following environment variables, using the appropriate commands for your console. The simulated device uses these values to connect to IoT Central. For `IOTHUB_DEVICE_DPS_ID_SCOPE`, `IOTHUB_DEVICE_DPS_DEVICE_KEY`, and `IOTHUB_DEVICE_DPS_DEVICE_ID`, use the device connection values that you saved previously. |
| 61 | +1. Set the following environment variables, using the appropriate commands for your console. The device uses these values to connect to IoT Central. For `IOTHUB_DEVICE_DPS_ID_SCOPE`, `IOTHUB_DEVICE_DPS_DEVICE_KEY`, and `IOTHUB_DEVICE_DPS_DEVICE_ID`, use the device connection values that you saved previously. |
62 | 62 |
|
63 | 63 | **CMD**
|
64 | 64 |
|
@@ -121,7 +121,7 @@ In this section, you configure your local environment, install the Azure IoT C d
|
121 | 121 | cmake/iothub_client/samples/pnp/pnp_temperature_controller/pnp_temperature_controller
|
122 | 122 | ```
|
123 | 123 |
|
124 |
| - After your simulated device connects to your IoT Central application, it connects to the device instance you created in the application and begins to send telemetry. The connection details and telemetry output are shown in your console: |
| 124 | + After your device connects to your IoT Central application, it connects to the device instance you created in the application and begins to send telemetry. The connection details and telemetry output are shown in your console: |
125 | 125 |
|
126 | 126 | ```output
|
127 | 127 | Info: Initiating DPS client to retrieve IoT Hub connection information
|
|
0 commit comments