News

New Azure Sphere Secures IoT Devices

Microsoft yesterday announced a preview of Azure Sphere for securely connecting Internet of Things (IoT) devices.

Announced at the RSA 2018 security conference, Azure Sphere is a three-part solution designed to ensure the safety of hooking up billions of devices to the Internet, focusing on the tiny microcontroller (MCU) chips embedded as the "brains" of such devices. They're responsible for hosting compute, storage, memory and an OS. While some 9 billion MCU-powered devices hit the market every year, relatively few are as yet connected to the Internet, the company said, but it expects that to change and is offering Azure Sphere to be ready for secure implementations.

The three-part solution includes:

  • Microsoft's own cross-over class of Sphere-certified MCUs with security and connectivity built in by the company
  • A special-purpose, Linux-based Azure Sphere OS with multiple levels of security baked in
  • A turnkey Azure Sphere cloud-based security service guarding every device

The first chip, called the MediaTek MT3620, will ship this year, with partners participating in a private preview expected to come on board with their own offerings later. Development kits to work with the new offerings are expected mid-year.

Microsoft Azure Sphere
[Click on image for larger view.] Microsoft Azure Sphere (source: Microsoft).

That development can be done in Visual Studio, Microsoft said, with a new Visual Studio Tools for Azure Sphere offering that will include application templates, development tools and the Azure Sphere software development kit (SDK). The company said it will help developers:

  • Simplify and accelerate development
  • Streamline debugging
  • Modernize the development experience

To more quickly connect Azure Sphere devices to Microsoft's Azure IoT service, the company said a simple Visual Studio wizard will guide developers through the process, connecting devices to the Azure IoT Hub while adding needed code directly into an application.

Along with connecting devices to the Azure cloud, the wizard will enable the sending of telemetry from devices to the cloud, along with messaging going both ways.

About the Author

David Ramel is an editor and writer at Converge 360.

comments powered by Disqus

Featured

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube