IoT Developer

Tooling and Experience

Azure IoT Workbench now supports ESP32 devices

In April this year, we released our first public preview of Azure IoT Workbench in Visual Studio Code, an IoT development environment aims to make it easy to code, build, deploy and debug your IoT project for MXChip IoT DevKit. From this one DevKit, we gradually add more popular Azure supported development kits such as teXXmo IoT Button. ...

Azure IoT Toolkit 1.1.0 for VS Code released: Welcome page, generate SAS token, deploy Edge device at scale and more!

Shortly after GA of Azure IoT Toolkit for VS Code, We are pleased to announce that the 1.1.0 release of the Azure IoT Toolkit extension for Visual Studio Code is now available from the marketplace. You can download the Azure IoT Toolkit extension from the marketplace, or install it directly from the extension gallery in Visual Studio Code. Let...

Use VS Code to call Azure IoT Hub REST APIs

The REST APIs for IoT Hub offer programmatic access to the device, messaging, and job services, as well as the resource provider, in IoT Hub. With the Azure IoT Toolkit extension for Visual Studio Code, you could easily use IoT Hub REST APIs in VS Code, no extra toolchain needed! Let's see how quick it is to send a device-to-cloud message to ...

Use VS Code as IoT Hub Device Simulator — Say Hello to Azure IoT Hub in 5 Minutes

When doing development for Azure IoT solutions, developers may want to test and debug his cloud solution with a real device. However, not every developer has a real device in his hand.  With the Azure IoT Toolkit extension for Visual Studio Code, you could easily use VS Code as a device simulator to quickly interact with Azure IoT Hub. Let's ...

Azure IoT Toolkit for Visual Studio Code generally available for managing Azure IoT Hub and Devices with ease

Last year, we release the preview version of Azure IoT Toolkit extension for Visual Studio Code. With our continuous development, the Azure IoT Toolkit has a rich set of features to help IoT developers manage and develop Azure IoT Hub in Visual Studio Code. Now the Azure IoT Toolkit is generally available with over 100K downloads and all 5 ...

Deploy Azure IoT Edge (preview) on a simulated device with Visual Studio Code

Azure IoT Edge enables you to perform analytics and data processing on your devices, instead of having to push all the data to the cloud. The IoT Edge tutorials demonstrate how to deploy different types of modules, built from Azure services or custom code, but first you need a device to test. In this tutorial you learn how to...