Skip to content

Latest commit

 

History

History

MIMXRT1060-EVK

page_type description languages products
sample
Connecting an NXP MIMXRT1060-EVK device to Azure IoT using Azure RTOS
c
azure-iot
azure-iot-pnp
azure-rtos
azure-iot-central

Connect an NXP MIMXRT1060-EVK Evaluation kit to Azure IoT

Quickstart article Documentation

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.

What you need

Steps

  1. Recursively clone the repository:

    git clone --recursive https://github.com/azure-rtos/getting-started.git
  2. Install the development tools:

    getting-started\tools\get-toolchain.bat

  3. Add Azure IoT configuration to the config file:

    getting-started\NXP\MIMXRT1060-EVK\app\azure_config.h

  4. Build the binary image:

    getting-started\NXP\MIMXRT106-EVK\tools\rebuild.bat

  5. 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

  6. Configure a serial port app at baud rate 115,200 to monitor the device output.