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-iot-hub.md
+8-11Lines changed: 8 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,14 +6,8 @@ ms.author: timlt
6
6
ms.service: iot-develop
7
7
ms.devlang: c
8
8
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
+
17
11
#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.
18
12
---
19
13
@@ -230,7 +224,7 @@ Keep Termite open to monitor device output in the following steps.
230
224
231
225
## View device properties
232
226
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.
234
228
235
229
To access IoT Plug and Play components for the device in IoT Explorer:
236
230
@@ -398,10 +392,13 @@ To delete a resource group by name:
398
392
399
393
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.
400
394
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)
402
399
403
400
> [!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)
405
402
406
403
> [!IMPORTANT]
407
404
> 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