mxchip
Setting an Azure IoT Hub connection string in code on an MXChip
Learn how to set the Azure IoT Hub connection string on an MXChip board in code.
Streaming Serial data using an MXChip
The MXChip board has 2 serial ports - one using the USB which is great for debugging, and one you can use to stream data from third party modules. This article shows you how! TL;DR - connect the TXD on the module to 1 on the MXChip, RXD to 2, then create a new Serial using UARTClass Serial1(UART_1); …