After my first blog yesterday, I have being finding resources on how to start developing IoT with it.
this blog #1 is mainly to document all the resources
This image from https://www.element14.com/community/themes/images/2019/AzureSphereMD_BlockDiagram.png shows the starter kit in a pictorial way.
Tutorial wise, I have decided to start follow these
Avnet's Azure Sphere Starter-Kit (Out of Box Demo) Part 1 of 3
this is a 3 part series from Reference Design section ofAzure Sphere Starter Kit
Three Out-of-Box Demos
Part 1: Intro to Avnet MT3620 Starter Kit - Using the On-board Sensors
Guides you through periodic sampling of the on-board sensors and reporting the measurements locally to Visual Studio IDE's output window.
Part 2: Azure IoT Hub, the Device Twin and Azure Time Series Insights
Hands-on exercise creating an IoT Hub, manipulating the device twin and viewing sensor data using Azure time series insights.
Part 3: Azure IoT Central Dashboard
Add content to the measurements, settings, properties & dashboard tabs to create a versatile custom visualization and device control dashboard. This is used for sensor display and remote control of device outputs.
Reference
GitHub for Microsoft Azure Sphere https://github.com/MicrosoftDocs/azure-docs
Top Comments