Azure IoT Hub cloud connection (Legacy WebUI): Difference between revisions
Oscar.morao (talk | contribs) No edit summary |
Oscar.morao (talk | contribs) No edit summary |
||
Line 15: | Line 15: | ||
==Azure account creation== | ==Azure account creation== | ||
Visit | Visit https://azure.microsoft.com/en-us/ and create an account that will suit your needs, for testing purposes we will be using free Azure account. | ||
==Managing Azure services== | ==Managing Azure services== |
Revision as of 23:13, 5 February 2020
Azure IoT Hub is an open and flexible cloud platform that supports open-source SDKs and multiple protocols.
Introduction
This article contains instructions on how to configure a RUT router in order to connect to the Azure IoT Hub.
Prerequisites
You will need:
- A router from the RUT2xx, RUT9xx series or RUTX09
- An Azure IoT Hub account
Azure account creation
Visit https://azure.microsoft.com/en-us/ and create an account that will suit your needs, for testing purposes we will be using free Azure account.
Managing Azure services
- First you will want to create a Resource group for easier management of resources that you will add later. In Microsoft Azure home page.
- In new window, select Add
- And then finish creating yours Resource group
- Select your subscription, we are using Free Trial for this test.
- Name your group
- Finally, choose server location for meta data. We will choose (South America) Brazil South and will use it during test where available.
- At this moment we will skip adding Tags since we will be able to do that later if needed, so simply press Review + create at the bottom of screen and then click Create to finish setup.
- You will be redirected to Homepage, then click on Resource groups. You should see yours newly created group, select it, and press Add.
- Select Internet of Things or simply search IoT Hub and press Create.
- We leave default subscription and resource group and choose:
1. Region – (South America) Brazil South as before2. Create a name for IoT Hub3. Then go to Size and scale tab
- For testing purposes, we are using F1: Free tier
- Inside IoT Hub list:
Scroll down to Explorers and select IoT devices
- Press New
-
In new device creation1. Enter Device ID2. Leave everything else on default and press Save
- After you finish creation, you will be redirected back to IoT devices select yours newly created Device ID
- In your device window you will find information needed to connect RUT devices to Azure IoT Hub.
- Select Resource groups
If it is not in very first page, click More services and locate it there.
At the bottom of the screen Review + create
And finally, Click on >> Create
Note: Wait until resource deploys and press Go to Resources
For now, we will only need connection string. Copy Primary Connection string by pressing copy icon next to it.
Configuring RUT955 Azure IoT Hub
Checking if Data reaches Azure IoT Hub
Linux
Windows
****Configuring the device****
- Login to the router's WebUI and go to the System → Administration → Azure IoT Hub page.
- Configure the main connection settings:
- The "Connection string" should be provided by Azure. The format of the string should something like this:
HostName=aics-prod-hub.azure-devices.net;DeviceId=6eLklROrG5;SharedAccessKey=xcRgQpJtY13laOumje3DrxJw1R3LlqnKmVxPFA0Z7Rw=
- Take note that a lower sending interval value will mean more data usage.
- The "Connection string" should be provided by Azure. The format of the string should something like this:
- Below the main connection settings there is a list of parameters that will be sent to the Azure IoT Hub. Place check marks next to parameters that are relevant you (once again take into account that more parameters will mean more data usage).
Note: the parameters in the figure above are selected for demonstrative purposes. Select the parameters that are relevant to your solution. - Don't forget to save the configuration: