Skip to content

Latest commit

 

History

History

MIMXRT1050-EVKB

Folders and files

NameName
Last commit message
Last commit date

parent directory

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

Connect an NXP MIMXRT1050-EVKB Evaluation kit to Azure IoT

Quickstart article Documentation

The Quickstart button above provides the complete steps for creating an IoT Central application and then configuring, building and flashing the device.

For guidance on connecting additional devices, see the Embedded device quickstarts.

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\MIMXRT1050-EVKB\app\azure_config.h

  4. Build the binary image:

    getting-started\NXP\MIMXRT1050-EVKB\tools\rebuild.bat

  5. Flash the image to the device by copying the image file to the RT1050-EVK drive:

    getting-started\NXP\MIMXRT1050-EVKB\build\app\mimxrt1050_azure_iot.bin

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