www.fgks.org   »   [go: up one dir, main page]

IoT Developer: Tooling and Experience

New year, new experience and new sample for Azure IoT Device Workbench

Together with the new Azure IoT Tools for VS Code extension pack, we also overhauled the experience of Azure IoT Device Workbench. And there is another exciting sample contributed by Chris Lovett (Github) from Microsoft Research about running Embedded Learning Library (ELL) on MXChip IoT DevKit to achieve the keyword spotting locally.

Introducing Azure IoT Tools for Visual Studio Code

Azure IoT Tools for VS Code is an extension pack for Visual Studio Code that lets you get all you need for Azure IoT development with 1-click installation. Microsoft Azure IoT support for Visual Studio Code is provided through a rich set of extensions that make it easy to discover and interact with Azure IoT Hub that power your IoT Edge and device applications.

Azure IoT Device

Azure IoT Edge development

Easily develop and debug Azure IoT Edge C modules with Azure IoT Edge Tools (Preview) 0.3.1

With 0.3.1 release of Azure IoT Edge Tools (Preview), you can use Visual Studio 2017 to develop and debug C modules for Azure IoT Edge.
Prerequisites

OS: Windows 10 with 1809 update
Visual Studio 2017 with update 7 or later,

Easily build and debug IoT Edge modules on your remote device with Azure IoT Edge for VS Code 1.9.0.

Recently, both Docker and Moby engine support SSH connection, which means you can connect a remote Docker engine more easily than before. In Azure IoT Edge for VS Code 1.9.0, we introduced a new extension setting(azure-iot-edge.executor.env) to inject environment variables into VS Code terminals.

Azure IoT Hub

Azure IoT Device Workbench bumped to 0.2.6 with more cool samples and huge performance improvement

It’s April the Fool but this is real. We made a huge performance improvement by reduing the extension load-up time 10 times faster. Here are what’s new for Azure IoT Device Workbench 0.2.6:
What’s new

New sample:  “IoT Devkit Dictionary”.

Read Azure IoT Hub device-to-cloud messages from the built-in and custom endpoints

IoT Hub Message Routing enables users to route device-to-cloud messages to service-facing endpoints. An IoT hub has a default built-in endpoint. You can create custom endpoints to route messages to by linking other services in your subscription to the hub.

Diagnose issues with Distributed Tracing for Azure IoT Hub (preview) in Visual Studio Code 

Effective monitoring is instrumental in understanding and troubleshooting your modern cloud solution leveraging multiple services. Distributed tracing helps you diagnose issues in your cloud solution by providing the capability to track the flow of a call and the associated latency across these different services.

Azure IoT Hub Toolkit 2.1.0: Great performance optimization, more code generation templates and UX improvement

Happy New Year! Azure IoT Hub Toolkit 2.1.0 is the first version released in the year of 2019. In the release, we have several great updates for performance optimization, code generation and user experience! You could see the full Changelog here: https://marketplace.visualstudio.com/items/vsciot-vscode.azure-iot-toolkit/changelog

Azure IoT Toolkit: 200K installs, Open Source always on the Way

Really another milestone! We are glad to see that the Azure IoT Toolkit for VS Code has reached 200K installs now, with all 5-star ratings. More and more Azure IoT developers are using Azure IoT Toolkit in their daily work.

Azure IoT Toolkit supports IoT Hub Module Management (Module Twin, Module Direct Method, Module CRUD)

With the v1.4.0 release of Azure IoT Toolkit, it supports module management. You could easily create module, view module twin, update module twin, invoke module direct method and delete module in VS Code.

Azure IoT Toolkit supports C#, Go, Java, Node.js, PHP, Python and Ruby to develop Azure IoT application in VS Code

With the latest release of Azure IoT Toolkit, lots of popular languages are supported to quickly create an Azure IoT application in VS Code: C#, Go, Java, Node.js, PHP, Python and Ruby!

Diagnostics

Uncategorized

Azure IoT Edge for VS Code 1.11.0 has been released – import modules from Azure marketplace

Now Azure IoT Edge for VS Code 1.11.0 has been released with a bunch of new features.
What’s new in Azure IoT Edge for VS Code 1.11.0

You can easily import IoT Edge modules from Azure Marketplace in VS Code.

Read Azure IoT Hub device-to-cloud messages from the built-in and custom endpoints

IoT Hub Message Routing enables users to route device-to-cloud messages to service-facing endpoints. An IoT hub has a default built-in endpoint. You can create custom endpoints to route messages to by linking other services in your subscription to the hub.

Azure IoT Hub Toolkit 2.1.0: Great performance optimization, more code generation templates and UX improvement

Happy New Year! Azure IoT Hub Toolkit 2.1.0 is the first version released in the year of 2019. In the release, we have several great updates for performance optimization, code generation and user experience! You could see the full Changelog here: https://marketplace.visualstudio.com/items/vsciot-vscode.azure-iot-toolkit/changelog

New year, new experience and new sample for Azure IoT Device Workbench

Together with the new Azure IoT Tools for VS Code extension pack, we also overhauled the experience of Azure IoT Device Workbench. And there is another exciting sample contributed by Chris Lovett (Github) from Microsoft Research about running Embedded Learning Library (ELL) on MXChip IoT DevKit to achieve the keyword spotting locally.

Introducing Azure IoT Tools for Visual Studio Code

Azure IoT Tools for VS Code is an extension pack for Visual Studio Code that lets you get all you need for Azure IoT development with 1-click installation. Microsoft Azure IoT support for Visual Studio Code is provided through a rich set of extensions that make it easy to discover and interact with Azure IoT Hub that power your IoT Edge and device applications.

Azure IoT Edge for VS Code 1.6.0 has been released – One click to switch your IoT Edge platform

Now Azure IoT Edge for VS Code 1.6.0 has been released with a bunch of new features.

Setup Azure IoT Edge CI/CD Pipeline with ARM Agent

Azure IoT Edge is a fully managed service that delivers cloud intelligence locally by deploying and running artificial intelligence (AI), Azure services, and custom logic directly on cross-platform IoT devices. An Edge solution contains one or more modules,

A Workaround to Run Azure IoT Edge on ARM64 Devices

Azure IoT Edge went generally available in June, with official support for AMD64 and ARM32 platforms. Recently, more and more developers from the community requested to run Azure IoT Edge on ARM64 (a.k.a.

Azure IoT Toolkit: 200K installs, Open Source always on the Way

Really another milestone! We are glad to see that the Azure IoT Toolkit for VS Code has reached 200K installs now, with all 5-star ratings. More and more Azure IoT developers are using Azure IoT Toolkit in their daily work.

Create a CI/CD pipeline for your IoT Edge solution with Azure DevOps

Modern software moves fast and demands more from developers than ever. Tools and concepts around CI/CD help developers deliver value faster and more transparently. For Azure IoT Edge, we provide two tools to create CI/CD pipeline. In this post, we would introduce Azure IoT Edge for DevOps.