Regional Cloud Advocate at Microsoft focusing on communities in the Pacific North West and the Redmond Reactor.
Learn how to set the Azure IoT Hub connection string on an MXChip board in code.…
Read MoreLearn how to set the Azure IoT Hub connection string on an MXChip board in code.…
Read MoreThe 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); You can then call this in the same way as the Ard…
Read MoreThe 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); You can then call this in the same way as the Ard…
Read More