🤖 I do things with IoT and academic advocacy in the DevRel team at Microsoft.
Learn how to set the Azure IoT Hub connection string on an MXChip board in code.…
Read More
![]() |
|
🤖 I do things with IoT and academic advocacy in the DevRel team at Microsoft. |
|
Redmond, WA, USA |
|
My book: |
|
![]() |
|
Contact me: |
|
Xamarin In Action | |
GitHub | |
YouTube | |
CV |
Learn 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