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-microchip-atsame54-xpro.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,15 +6,15 @@ ms.author: timlt
6
6
ms.service: iot-develop
7
7
ms.devlang: c
8
8
ms.topic: quickstart
9
-
ms.date: 10/18/2021
9
+
ms.date: 10/21/2022
10
+
ms.custom: engagement-fy23
10
11
zone_pivot_groups: iot-develop-toolset
11
12
#- id: iot-develop-toolset
12
13
## Owner: timlt
13
14
# title: IoT Devices
14
15
# prompt: Choose a build environment
15
16
# - id: iot-toolset-mplab
16
17
# title: MPLAB
17
-
ms.custom: mode-other, contperf-fy22q3
18
18
#Customer intent: As a device builder, I want to see a working IoT device sample connecting to IoT Hub and sending properties and telemetry, and responding to commands. As a solution builder, I want to use a tool to view the properties, commands, and telemetry an IoT Plug and Play device reports to the IoT hub it connects to.
19
19
---
20
20
@@ -310,7 +310,7 @@ Termite is now ready to receive output from the Microchip E54.
310
310
311
311
1. Expand the sample, then expand the **Sample** folder and open the sample_config.h file.
312
312
313
-
1. Near the top of the file uncomment the `#define ENABLE_DPS_SAMPLE` directive.
313
+
1. Near the top of the file, uncomment the `#define ENABLE_DPS_SAMPLE` directive.
314
314
315
315
```c
316
316
#define ENABLE_DPS_SAMPLE
@@ -437,7 +437,7 @@ Termite is now ready to receive output from the Microchip E54.
437
437
438
438
1. Expand the **sample_azure_iot_embedded_sdk_pnp** project, then expand the **Header Files** folder and open the sample_config.h file.
439
439
440
-
1. Near the top of the file uncomment the `#define ENABLE_DPS_SAMPLE` directive.
440
+
1. Near the top of the file, uncomment the `#define ENABLE_DPS_SAMPLE` directive.
Copy file name to clipboardExpand all lines: articles/iot-develop/quickstart-devkit-nxp-mimxrt1060-evk.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,8 @@ ms.author: timlt
6
6
ms.service: iot-develop
7
7
ms.devlang: c
8
8
ms.topic: quickstart
9
-
ms.date: 11/16/2021
10
-
ms.custom: mode-other, contperf-fy22q3
9
+
ms.date: 10/21/2022
10
+
ms.custom: mode-other, engagement-fy23
11
11
zone_pivot_groups: iot-develop-nxp-toolset
12
12
13
13
# Owner: timlt
@@ -237,7 +237,7 @@ In this section, you use IAR EW IDE to modify a configuration file for Azure IoT
237
237
238
238
1. Expand the project, then expand the **Sample** subfolder and open the *sample_config.h* file.
239
239
240
-
1. Near the top of the file uncomment the `#define ENABLE_DPS_SAMPLE` directive.
240
+
1. Near the top of the file, uncomment the `#define ENABLE_DPS_SAMPLE` directive.
241
241
242
242
```c
243
243
#define ENABLE_DPS_SAMPLE
@@ -309,7 +309,7 @@ Keep the terminal open to monitor device output in the following steps.
309
309
310
310
* MCUXpresso IDE (MCUXpresso), version 11.3.1 or later. Download and install a [free copy of MCUXPresso](https://www.nxp.com/design/software/development-software/mcuxpresso-software-and-tools-/mcuxpresso-integrated-development-environment-ide:MCUXpresso-IDE).
311
311
312
-
* Download the [MIMXRT1060-EVK SDK 2.9.0 or later](https://mcuxpresso.nxp.com/en/builder). After you sign in, the website lets you build a custom SDK archive to download. After you selectthe EVK MIMXRT1060 board and click the option to build the SDK, you can download the zip archive. The only SDK component to include is the preselected **SDMMC Stack**.
312
+
* Download the [MIMXRT1060-EVK SDK 2.9.0 or later](https://mcuxpresso.nxp.com/en/builder). After you sign in, the website lets you build a custom SDK archive to download. After you selectthe EVK MIMXRT1060 board and selectthe option to build the SDK, you can download the zip archive. The only SDK component to include is the preselected **SDMMC Stack**.
313
313
314
314
* Download the NXP MIMXRT1060-EVK MCUXpresso sample from [Azure RTOS samples](https://github.com/azure-rtos/samples/), and unzip it to a working directory. Choose a directory with a short path to avoid compiler errors when you build.
315
315
@@ -343,7 +343,7 @@ In this section, you prepare your environment, and use MCUXpresso to build and r
343
343
344
344
:::image type="content" source="media/quickstart-devkit-nxp-mimxrt1060-evk/mcu-load-project.png" alt-text="Screenshot showing a loaded project in MCUXpresso.":::
345
345
346
-
1. Near the top of the file uncomment the `#define ENABLE_DPS_SAMPLE` directive.
346
+
1. Near the top of the file, uncomment the `#define ENABLE_DPS_SAMPLE` directive.
347
347
348
348
```c
349
349
#define ENABLE_DPS_SAMPLE
@@ -384,7 +384,7 @@ In this section, you prepare your environment, and use MCUXpresso to build and r
384
384
> [!NOTE]
385
385
> The terminal window appears in the lower half of the IDE and might initially display garbage characters until you download and run the sample.
386
386
387
-
1. Select the **Start Debugging project [project name]** toolbar button. This downloads the project to the device, and runs it.
387
+
1. Select the **Start Debugging project [project name]** toolbar button. This action downloads the project to the device, and runs it.
388
388
389
389
1. After the code hits a breakin the IDE, selectthe**Resume (F8)** toolbar button.
390
390
@@ -509,10 +509,10 @@ If you experience issues building the device code, flashing the device, or conne
509
509
For debugging the application, see [Debugging with Visual Studio Code](https://github.com/azure-rtos/getting-started/blob/master/docs/debugging.md).
510
510
:::zone-end
511
511
:::zone pivot="iot-toolset-iar-ewarm"
512
-
If you need help debugging the application, see the selections under **Help** in **IAR EW for ARM**.
512
+
If you need help with debugging the application, see the selections under **Help** in **IAR EW for ARM**.
513
513
:::zone-end
514
514
:::zone pivot="iot-toolset-iar-ewarm"
515
-
If you need help debugging the application, in MCUXpresso open the **Help > MCUXPresso IDE User Guide** and see the content on Azure RTOS debugging.
515
+
If you need help with debugging the application, in MCUXpresso open the **Help > MCUXPresso IDE User Guide** and see the content on Azure RTOS debugging.
Copy file name to clipboardExpand all lines: articles/iot-develop/quickstart-devkit-stm-b-l475e.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,8 @@ ms.author: timlt
6
6
ms.service: iot-develop
7
7
ms.devlang: c
8
8
ms.topic: quickstart
9
-
ms.date: 06/02/2021
10
-
ms.custom: mode-other
9
+
ms.date: 10/21/2022
10
+
ms.custom: mode-other, engagement-fy23
11
11
---
12
12
13
13
# Quickstart: Connect an STMicroelectronics B-L475E-IOT01A Discovery kit to IoT Central
@@ -19,7 +19,7 @@ ms.custom: mode-other
19
19
20
20
In this quickstart, you use Azure RTOS to connect the STMicroelectronics [B-L475E-IOT01A](https://www.st.com/en/evaluation-tools/b-l475e-iot01a.html) Discovery kit (from now on, the STM DevKit) to Azure IoT.
21
21
22
-
You will complete the following tasks:
22
+
You'll complete the following tasks:
23
23
24
24
* Install a set of embedded development tools for programming the STM DevKit in C
25
25
* Build an image and flash it onto the STM DevKit
@@ -114,7 +114,7 @@ To connect the STM DevKit to Azure, you'll modify a configuration file for Wi-Fi
114
114
115
115
### Flash the image
116
116
117
-
1. On the STM DevKit MCU, locate the **Reset** button (1), the Micro USB port (2), which is labeled **USB STLink**, and the board part number (3). You will refer to these items in the next steps. All of them are highlighted in the following picture:
117
+
1. On the STM DevKit MCU, locate the **Reset** button (1), the Micro USB port (2), which is labeled **USB STLink**, and the board part number (3). You'll refer to these items in the next steps. All of them are highlighted in the following picture:
118
118
119
119
:::image type="content" source="media/quickstart-devkit-stm-b-l475e/stm-devkit-board-475.png" alt-text="Locate key components on the STM DevKit board":::
120
120
@@ -222,7 +222,7 @@ To view telemetry in IoT Central portal:
222
222
223
223
## Call a direct method on the device
224
224
225
-
You can also use IoT Central to call a direct method that you have implemented on your device. Direct methods have a name, and can optionally have a JSON payload, configurable connection, and method timeout. In this section, you call a method that enables you to turn an LED on or off.
225
+
You can also use IoT Central to call a direct method that you've implemented on your device. Direct methods have a name, and can optionally have a JSON payload, configurable connection, and method timeout. In this section, you call a method that enables you to turn an LED on or off.
Copy file name to clipboardExpand all lines: articles/iot-develop/quickstart-devkit-stm-b-l4s5i.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,8 @@ ms.author: timlt
6
6
ms.service: iot-develop
7
7
ms.devlang: c
8
8
ms.topic: quickstart
9
-
ms.date: 06/02/2021
10
-
ms.custom: mode-other
9
+
ms.date: 10/21/2022
10
+
ms.custom: mode-other, engagement-fy23
11
11
zone_pivot_groups: iot-develop-stm32-toolset
12
12
13
13
# Owner: timlt
@@ -371,7 +371,7 @@ To view telemetry in IoT Central portal:
371
371
372
372
## Call a direct method on the device
373
373
374
-
You can also use IoT Central to call a direct method that you have implemented on your device. Direct methods have a name, and can optionally have a JSON payload, configurable connection, and method timeout.
374
+
You can also use IoT Central to call a direct method that you've implemented on your device. Direct methods have a name, and can optionally have a JSON payload, configurable connection, and method timeout.
375
375
376
376
To call a method in IoT Central portal:
377
377
@@ -403,10 +403,10 @@ Select the **About** tab from the device page.
403
403
404
404
## Download the STM32Cube IDE
405
405
406
-
You can download a free version of STM32Cube IDE, but you will need to create an account. Follow the instructions on the ST website. THe STM32Cube IDE can be downloaded from this website:
406
+
You can download a free version of STM32Cube IDE, but you'll need to create an account. Follow the instructions on the ST website. The STM32Cube IDE can be downloaded from this website:
The sample distribution zip file contains the following sub-folders that you will use later:
409
+
The sample distribution zip file contains the following subfolders that you'll use later:
410
410
411
411
|Folder|Contents|
412
412
|-------------|-----|
@@ -451,11 +451,11 @@ To connect the device to Azure, you'll modify a configuration file for Azure IoT
451
451
452
452
### Build the project
453
453
454
-
In STM32CubeIDE, select ***Project > Build All*** to build sample projects and its dependent libraries. You will observe compilation and linking of the sample project.
454
+
In STM32CubeIDE, select***Project> Build All*** to build sample projects and its dependent libraries. You'll observe compilation and linking of the sample project.
455
455
456
456
Download and run the project
457
457
458
-
1. On the STM DevKit MCU, locate the **Reset** button (1), the Micro USB port (2), which is labeled **USB STLink**, and the board part number (3). You will refer to these items in the next steps. All of them are highlighted in the following picture:
458
+
1. On the STM DevKit MCU, locate the **Reset** button (1), the Micro USB port (2), which is labeled **USB STLink**, and the board part number (3). You'll refer to these items in the next steps. All of them are highlighted in the following picture:
459
459
460
460
:::image type="content" source="media/quickstart-devkit-stm-b-l4s5i/stm-b-l4s5i.png" alt-text="Locate key components on the STM DevKit board":::
461
461
@@ -550,7 +550,7 @@ To view telemetry in IoT Central portal:
550
550
551
551
## Call a direct method on the device
552
552
553
-
You can also use IoT Central to call a direct method that you have implemented on your device. Direct methods have a name, and can optionally have a JSON payload, configurable connection, and method timeout.
553
+
You can also use IoT Central to call a direct method that you've implemented on your device. Direct methods have a name, and can optionally have a JSON payload, configurable connection, and method timeout.
554
554
555
555
To call a method in IoT Central portal:
556
556
@@ -602,7 +602,7 @@ To view telemetry in IoT Central portal:
602
602
603
603
## Call a direct method on the device
604
604
605
-
You can also use IoT Central to call a direct method that you have implemented on your device. Direct methods have a name, and can optionally have a JSON payload, configurable connection, and method timeout. In this section, you call a method that enables you to turn an LED on or off.
605
+
You can also use IoT Central to call a direct method that you've implemented on your device. Direct methods have a name, and can optionally have a JSON payload, configurable connection, and method timeout. In this section, you call a method that enables you to turn an LED on or off.
606
606
607
607
To call a method in IoT Central portal:
608
608
@@ -645,7 +645,7 @@ To remove the entire Azure IoT Central sample application and all its devices an
645
645
646
646
## Next steps
647
647
648
-
In this quickstart, you built a custom image that contains Azure RTOS sample code, and then 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 customer content, and send messages.
648
+
In this quickstart, you built a custom image that contains Azure RTOS sample code, and then 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 device data, and send messages.
649
649
650
650
As a next step, explore the following articles to learn more about using the IoT device SDKs to connect devices to Azure IoT.
0 commit comments