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

  • VS Code v1.99 Is All About Copilot Chat AI, Including Agent Mode

    Agent Mode provides an autonomous editing experience where Copilot plans and executes tasks to fulfill requests. It determines relevant files, applies code changes, suggests terminal commands, and iterates to resolve issues, all while keeping users in control to review and confirm actions.

  • Windows Community Toolkit v8.2 Adds Native AOT Support

    Microsoft shipped Windows Community Toolkit v8.2, an incremental update to the open-source collection of helper functions and other resources designed to simplify the development of Windows applications. The main new feature is support for native ahead-of-time (AOT) compilation.

  • New 'Visual Studio Hub' 1-Stop-Shop for GitHub Copilot Resources, More

    Unsurprisingly, GitHub Copilot resources are front-and-center in Microsoft's new Visual Studio Hub, a one-stop-shop for all things concerning your favorite IDE.

  • Mastering Blazor Authentication and Authorization

    At the Visual Studio Live! @ Microsoft HQ developer conference set for August, Rockford Lhotka will explain the ins and outs of authentication across Blazor Server, WebAssembly, and .NET MAUI Hybrid apps, and show how to use identity and claims to customize application behavior through fine-grained authorization.

  • Linear Support Vector Regression from Scratch Using C# with Evolutionary Training

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the linear support vector regression (linear SVR) technique, where the goal is to predict a single numeric value. A linear SVR model uses an unusual error/loss function and cannot be trained using standard simple techniques, and so evolutionary optimization training is used.

Subscribe on YouTube