Skip to content

Commit 396aadb

Browse files
committed
minor updates to MXCHIP
1 parent 7473aa2 commit 396aadb

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

MXChip/AZ3166/readme.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ products:
1313

1414
# Connect an MXCHIP AZ3166 to Azure IoT
1515

16-
[![Documentation](../../docs/media/docs-link-buttons/azure-documentation.svg)](https://docs.microsoft.com/azure/iot-develop/)
1716
[![Quickstart article](../../docs/media/docs-link-buttons/azure-quickstart.svg)](https://docs.microsoft.com/azure/iot-develop/quickstart-devkit-mxchip-az3166)
17+
[![Documentation](../../docs/media/docs-link-buttons/azure-documentation.svg)](https://docs.microsoft.com/azure/iot-develop/)
1818

19-
This Readme provides basic details to clone the repo and flash the device. The linked quickstart provides more details on how to build and flash the image, how to create an IoT Central application, and how to connect the device.
19+
The **Quickstart** button above provides the complete steps for creating an IoT Central application and then configuring, building and flashing the device.
2020

2121
For guidance on connecting additional devices, see the series [Getting started with Azure RTOS](https://go.microsoft.com/fwlink/p/?linkid=2129824).
2222

@@ -26,7 +26,9 @@ For guidance on connecting additional devices, see the series [Getting started w
2626
* Wi-Fi 2.4 GHz
2727
* USB 2.0 A male to Micro USB male cable
2828

29-
## Steps
29+
## Basic steps
30+
31+
Here are the basic steps to setup your device:
3032

3133
1. Recursively clone the repository:
3234
```shell
@@ -39,11 +41,10 @@ For guidance on connecting additional devices, see the series [Getting started w
3941

4042
*getting-started\MXChip\AZ3166\app\azure_config.h*
4143

42-
> Note: comment out *#define ENABLE_DPS* if you want to connect to a IoT Hub without using DPS.
4344
1. Build the binary image:
4445

4546
*getting-started\MXChip\AZ3166\tools\rebuild.bat*
4647
1. Flash the image to the device by copying the image file to the **AZ3166** drive:
4748

4849
*getting-started\MXChip\AZ3166\build\app\mxchip_azure_iot.bin*
49-
1. Configure a serial port app at BAUD 115,200 to monitor the debug output from the device
50+
1. Configure a serial port app at baud rate **115,200** to monitor the debug output from the device

0 commit comments

Comments
 (0)