Skip to content

Commit 3f698d0

Browse files
Merge pull request #242109 from timlt/fixATsame
Review and update article
2 parents 0fc4fd2 + 4dd877a commit 3f698d0

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed

articles/iot-develop/quickstart-devkit-microchip-atsame54-xpro-iot-hub.md

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,8 @@ ms.author: timlt
66
ms.service: iot-develop
77
ms.devlang: c
88
ms.topic: quickstart
9-
ms.date: 05/11/2022
10-
11-
#- id: iot-develop-toolset
12-
## Owner: timlt
13-
# title: IoT Devices
14-
# prompt: Choose a build environment
15-
# - id: iot-toolset-mplab
16-
# title: MPLAB
9+
ms.date: 06/20/2023
10+
1711
#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.
1812
---
1913

@@ -230,7 +224,7 @@ Keep Termite open to monitor device output in the following steps.
230224
231225
## View device properties
232226
233-
You can use Azure IoT Explorer to view and manage the properties of your devices. In the following sections, you use the Plug and Play capabilities that are visible in IoT Explorer to manage and interact with the Microchip E54. These capabilities rely on the device model published for the Microchip E54 in the public model repository. You configured IoT Explorer to search this repository for device models earlier in this quickstart. In many cases, you can perform the same action without using plug and play by selecting IoT Explorer menu options. However, using plug and play often provides an enhanced experience. IoT Explorer can read the device model specified by a plug and play device and present information specific to that device.
227+
You can use Azure IoT Explorer to view and manage the properties of your devices. In the following sections, you use the Plug and Play capabilities that are visible in IoT Explorer to manage and interact with the Microchip E54. These capabilities rely on the device model published for the Microchip E54 in the public model repository. You configured IoT Explorer to search this repository for device models earlier in this quickstart.
234228
235229
To access IoT Plug and Play components for the device in IoT Explorer:
236230
@@ -398,10 +392,13 @@ To delete a resource group by name:
398392
399393
In this quickstart, you built a custom image that contains Azure RTOS sample code, and then flashed the image to the Microchip E54 device. You connected the Microchip E54 to Azure IoT Hub, and carried out tasks such as viewing telemetry and calling a method on the device.
400394
401-
As a next step, explore the following articles to learn more about using the IoT device SDKs, or Azure RTOS to connect devices to Azure IoT.
395+
As a next step, explore the following articles to learn more about using the IoT device SDKs to connect general devices, and embedded devices, to Azure IoT.
396+
397+
> [!div class="nextstepaction"]
398+
> [Connect a general simulated device to IoT Hub](quickstart-send-telemetry-iot-hub.md)
402399
403400
> [!div class="nextstepaction"]
404-
> [Connect a simulated device to IoT Hub](quickstart-send-telemetry-iot-hub.md)
401+
> [Learn more about connecting embedded devices using C SDK and Embedded C SDK](concepts-using-c-sdk-and-embedded-c-sdk.md)
405402
406403
> [!IMPORTANT]
407404
> Azure RTOS provides OEMs with components to secure communication and to create code and data isolation using underlying MCU/MPU hardware protection mechanisms. However, each OEM is ultimately responsible for ensuring that their device meets evolving security requirements.

0 commit comments

Comments
 (0)