IoT Developer

Tooling and Experience

MXChip IoT DevKit board package v1.0.0 is now available

After a month work of stabilizing the code, fixing bugs and adding more samples, we are happy to release the v1.0.0 for our IoT DevKit. You can download the latest package by following the get started guide or from direct link here. And soon we will open source the stacks including firmware, toolchain and all sample projects code. Please check...

Debug your Arduino code with Visual Studio Code

Debugging Arduino application is a challenging task as the debugging feature has not been officially supported in Arduino IDE. Many modern IDEs have debug support that developers are used to, using Breakpoints, Steps, Call Stack, Watch, Local/Global Variables, etc. Arduino developers often have to explore many alternative methods and tools...