page_type | description | languages | products | |||||
---|---|---|---|---|---|---|---|---|
sample |
Connecting an NXP MIMXRT1060-EVK device to Azure IoT using Azure RTOS |
|
|
The Quickstart button above provides the complete steps for creating an IoT Hub application and then configuring, building and flashing the device.
For guidance on connecting additional devices, see Get started with IoT device development.
- The NXP MIMXRT1060-EVK Evaluation kit
- USB 2.0 A male to Micro USB male cable
- Wired Ethernet access
- Ethernet cable
-
Recursively clone the repository:
git clone --recursive https://github.com/azure-rtos/getting-started.git
-
Install the development tools:
getting-started\tools\get-toolchain.bat
-
Add Azure IoT configuration to the config file:
getting-started\NXP\MIMXRT1060-EVK\app\azure_config.h
-
Build the binary image:
getting-started\NXP\MIMXRT106-EVK\tools\rebuild.bat
-
Flash the image to the device by copying the image file to the RT1060-EVK drive:
getting-started\NXP\MIMXRT106-EVK\build\app\mimxrt1060_azure_iot.bin
-
Configure a serial port app at baud rate 115,200 to monitor the device output.