Skip to content

Latest commit

 

History

History

AZ3166

page_type description languages products
sample
Connect an MXCHIP AZ3166 to Azure IoT using Azure RTOS
c
azure-iot
azure-iot-pnp
azure-rtos
azure-iot-central

Connect an MXCHIP AZ3166 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 Getting 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 Wi-Fi and Azure IoT configuration to the config file:

    getting-started\MXChip\AZ3166\app\azure_config.h

  4. Build the binary image:

    getting-started\MXChip\AZ3166\tools\rebuild.bat

  5. Flash the image to the device by copying the image file to the AZ3166 drive:

    getting-started\MXChip\AZ3166\build\app\mxchip_azure_iot.bin

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