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-develop/quickstart-devkit-stm-b-l475e-freertos.md
+15-15Lines changed: 15 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,9 +18,9 @@ ms.custom: mode-other
18
18
19
19
In this quickstart, you use the Azure FreeRTOS middleware to connect the STMicroelectronics B-L475E-IOT01A Discovery kit (from now on, the STM DevKit) to Azure IoT Central.
20
20
21
-
You'll complete the following tasks:
21
+
You complete the following tasks:
22
22
23
-
* Install a set of embedded development tools for programming an STM DevKit
23
+
* Install a set of embedded development tools to program an STM DevKit
24
24
* Build an image and flash it onto the STM DevKit
25
25
* Use Azure IoT Central to create cloud components, view properties, view device telemetry, and call direct commands
26
26
@@ -39,7 +39,7 @@ To set up your development environment, first you clone a GitHub repo that conta
39
39
40
40
### Clone the repo
41
41
42
-
Clone the following repo to download all sample device code, setup scripts, and offline versions of the documentation. If you previously cloned this repo in another tutorial, you don't need to do it again.
42
+
Clone the following repo to download all sample device code, setup scripts, and offline versions of the documentation. If you previously cloned this repo in another tutorial, you don't have to do it again.
Ninja is a build tool that you'll use to build an image for the STM DevKit.
52
+
Ninja is a build tool that you use to build an image for the STM DevKit.
53
53
54
54
1. Download [Ninja](https://github.com/ninja-build/ninja/releases) and unzip it to your local disk.
55
55
1. Add the path to the Ninja executable to a PATH environment variable.
@@ -60,7 +60,7 @@ Ninja is a build tool that you'll use to build an image for the STM DevKit.
60
60
61
61
### Install the tools
62
62
63
-
The cloned repo contains a setup script that installs and configures the required tools. If you installed these tools in another tutorial in the getting started guide, you don't need to do it again.
63
+
The cloned repo contains a setup script that installs and configures the required tools. If you installed these tools in another tutorial in the getting started guide, you don't have to do it again.
64
64
65
65
> Note: The setup script installs the following tools:
To connect the STM DevKit to Azure, you'll modify configuration settings, build the image, and flash the image to the device.
86
+
To connect the STM DevKit to Azure, modify configuration settings, build the image, and flash the image to the device.
87
87
88
88
### Add configuration
89
89
@@ -137,10 +137,10 @@ To connect the STM DevKit to Azure, you'll modify configuration settings, build
137
137
138
138
1. In File Explorer, find the STM Devkit board that's connected to your computer. The device appears as a drive on your system with the drive label **DIS_L4IOT**.
139
139
140
-
1. Paste the binary file into the root folder of the STM Devkit. Flashing starts automatically and completes in a few seconds.
140
+
1. Paste the binary file into the root folder of the STM Devkit. The process to flash the board starts automatically and completes in a few seconds.
141
141
142
142
> [!NOTE]
143
-
> During the flashing process, an LED toggles between red and green on the STM DevKit.
143
+
> During the process, an LED toggles between red and green on the STM DevKit.
144
144
145
145
### Confirm device connection details
146
146
@@ -186,7 +186,7 @@ You can use the **Termite** app to monitor communication and confirm that your d
186
186
> [!IMPORTANT]
187
187
> If the DNS client initialization fails and notifies you that the Wi-Fi firmware is out of date, you'll need to update the Wi-Fi module firmware. Download and install the [Inventek ISM 43362 Wi-Fi module firmware update](https://www.st.com/resource/en/utilities/inventek_fw_updater.zip). Then press the **Reset** button on the device to recheck your connection, and continue with this quickstart.
188
188
189
-
Keep Termite open to monitor device output in the following steps.
189
+
Keep Termite open to monitor device output in the remaining steps.
190
190
191
191
## Verify the device status
192
192
@@ -215,11 +215,11 @@ You can also use IoT Central to call a command that you have implemented on your
215
215
To call a command in IoT Central portal:
216
216
217
217
1. Select the **Command** tab from the device page.
218
-
1. Set the **State** dropdown value to *True*, and thenselect**Run**.The LED light should turn on.
218
+
1. Set the **State** dropdown value to *True*, and then select **Run**. The LED light should turn on.
219
219
220
220
:::image type="content" source="media/quickstart-devkit-stm-b-l475e-freertos/iot-central-invoke-method.png" alt-text="Screenshot of calling a direct method on a device in IoT Central":::
221
221
222
-
1. Set the **State** dropdown value to *False*, and thenselect**Run**.The LED light should turn off.
222
+
1. Set the **State** dropdown value to *False*, and then select **Run**. The LED light should turn off.
223
223
224
224
## View device information
225
225
@@ -231,9 +231,9 @@ Select **About** tab from the device page.
231
231
232
232
## Troubleshoot and debug
233
233
234
-
If you experience issues building the device code, flashing the device, or connecting, see [Troubleshooting](troubleshoot-embedded-device-quickstarts.md).
234
+
If you experience issues when you build the device code, flash the device, or connect, see [Troubleshooting](troubleshoot-embedded-device-quickstarts.md).
235
235
236
-
For debugging the application, see [Debugging with Visual Studio Code](https://github.com/azure-rtos/getting-started/blob/master/docs/debugging.md).
236
+
To debug the application, see [Debugging with Visual Studio Code](https://github.com/azure-rtos/getting-started/blob/master/docs/debugging.md).
237
237
238
238
## Clean up resources
239
239
@@ -252,9 +252,9 @@ To remove the entire Azure IoT Central sample application and all its devices an
252
252
253
253
## Next Steps
254
254
255
-
In this quickstart, you built a custom image that contains the Azure FreeRTOS middleware sample code, and then you flashed the image to the STM DevKit device. You also used the IoT Central portal to create Azure resources, connect the STM DevKit securely to Azure, view telemetry, and send messages.
255
+
In this quickstart, you built a custom image that contains the Azure FreeRTOS middleware sample code. Then you flashed the image to the STM DevKit device. You also used the IoT Central portal to create Azure resources, connect the STM DevKit securely to Azure, view telemetry, and send messages.
256
256
257
-
As a next step, explore the following articles to learn more about working with embedded devices and connecting them to Azure IoT.
257
+
As a next step, explore the following articles to learn how to work with embedded devices and connect them to Azure IoT.
0 commit comments