Skip to content
This repository was archived by the owner on Apr 7, 2026. It is now read-only.

Commit f8e610a

Browse files
NXP guide update to Central (#190)
* NXP guide update to Central * included minor fixes * update toolchain to remove azure cli and iot explorer Co-authored-by: Ryan Winter <ryanwinter@outlook.com>
1 parent b43f933 commit f8e610a

31 files changed

+205
-434
lines changed

MXChip/AZ3166/readme.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -146,18 +146,18 @@ In your console or in File Explorer, run the script *rebuild.bat* at the followi
146146

147147
> *getting-started\MXChip\AZ3166\tools\rebuild.bat*
148148

149-
After the build completes, confirm that the binary files were created in the following path:
149+
After the build completes, confirm that the binary file was created in the following path:
150150

151151
> *getting-started\MXChip\AZ3166\build\app\mxchip_azure_iot.bin*
152152

153153
### Flash the image
154154

155-
1. On the MXCHIP DevKit, locate the **Reset** button, and the micro USB port. You use these components in the following steps. Both are highlighted in the following picture:
155+
1. On the MXCHIP DevKit, locate the **Reset** button, and the Micro USB port. You use these components in the following steps. Both are highlighted in the following picture:
156156

157157
![MXCHIP DevKit reset button and micro USB port](media/mxchip-iot-devkit.png)
158158

159-
1. Connect the micro USB cable to the micro USB port on the MXCHIP DevKit, and then connect it to your computer.
160-
1. In File Explorer, find the binary files that you created in the previous section.
159+
1. Connect the Micro USB cable to the Micro USB port on the MXCHIP DevKit, and then connect it to your computer.
160+
1. In File Explorer, find the binary file that you created in the previous section.
161161

162162
1. Copy the binary file *mxchip_azure_iot.bin*.
163163

@@ -180,7 +180,7 @@ You can use the **Termite** utility to monitor communication and confirm that yo
180180

181181
![Termite](media/termite-settings.png)
182182
1. Select OK.
183-
1. Press the **Reset** button on the device. The button is labeled on the device and located near the micro USB connector.
183+
1. Press the **Reset** button on the device. The button is labeled on the device and located near the Micro USB connector.
184184
1. In the **Termite** console, check the following checkpoint values to confirm that the device is initialized and connected to Azure IoT.
185185

186186
```output

NXP/MIMXRT1050-EVKB/app/azure_config.h

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,24 @@
55
#define _AZURE_CONFIG_H
66

77
// ----------------------------------------------------------------------------
8-
// Azure IoT Hub Connection Transport
9-
// Define to use the legacy MQTT connection, else Azure RTOS SDK for Azure IoT
8+
// Azure IoT Dynamic Provisioning Service
9+
// Define this to use the DPS service, otherwise direct IoT Hub
1010
// ----------------------------------------------------------------------------
11-
//#define ENABLE_LEGACY_MQTT
11+
#define ENABLE_DPS
1212

1313
// ----------------------------------------------------------------------------
14-
// Azure IoT Dynamic Provisioning Service
15-
// Define this to use the DPS service, otherwise direct IoT Hub
14+
// Azure IoT DPS connection config
15+
// IOT_DPS_ID_SCOPE: The DPS ID Scope
16+
// IOT_DPS_REGISTRATION_ID: The DPS device Registration Id
17+
// ----------------------------------------------------------------------------
18+
#define IOT_DPS_ID_SCOPE ""
19+
#define IOT_DPS_REGISTRATION_ID ""
20+
21+
// ----------------------------------------------------------------------------
22+
// Azure IoT Hub Connection Transport
23+
// Define to use the legacy MQTT connection, else Azure RTOS SDK for Azure IoT
1624
// ----------------------------------------------------------------------------
17-
//#define ENABLE_DPS
25+
//#define ENABLE_LEGACY_MQTT
1826

1927
// ----------------------------------------------------------------------------
2028
// Azure IoT DPS Self-Signed X509Certificate
@@ -27,16 +35,8 @@
2735
// IOT_HUB_HOSTNAME: The Azure IoT Hub hostname
2836
// IOT_HUB_DEVICE_ID: The Azure IoT Hub device id
2937
// ----------------------------------------------------------------------------
30-
#define IOT_HUB_HOSTNAME ""
31-
#define IOT_HUB_DEVICE_ID ""
32-
33-
// ----------------------------------------------------------------------------
34-
// Azure IoT DPS connection config
35-
// IOT_DPS_ID_SCOPE: The DPS ID Scope
36-
// IOT_DPS_REGISTRATION_ID: The DPS device Registration Id
37-
// ----------------------------------------------------------------------------
38-
#define IOT_DPS_ID_SCOPE ""
39-
#define IOT_DPS_REGISTRATION_ID ""
38+
//#define IOT_HUB_HOSTNAME ""
39+
//#define IOT_HUB_DEVICE_ID ""
4040

4141
// ----------------------------------------------------------------------------
4242
// Azure IoT device SAS key
72.8 KB
Loading
49 KB
Loading
8.31 KB
Loading
17.5 KB
Loading
45.5 KB
Loading
-70.2 KB
Binary file not shown.
-88.8 KB
Binary file not shown.
-74.8 KB
Binary file not shown.

0 commit comments

Comments
 (0)