DEV Community

Segun Ade
Segun Ade

Posted on

AZURE IOT HUB

Implement Azure IOT HUB

Project

Creating An Azure IOT Hub in Azure Portal and Configuring the hub to authenticate a connection to an IOT DEVICE using the Raspberry Pi device Simulator...

STEPS
From the home screen. The arrow in red input iot hub in the search box.
Then click create
Then under Basics choose any Resource Group
Then use any iot hub name for reference i used BOBOIOTHUB.
Go with default region
Then Review + create
When the deployment is complete
click on GO to Resource.

Image description

Then on the Left hand side under device management click devices.
Then add device
Then i used BOBODEVICE as name and saved.

Then click on the device added; copy primary connection string.
(FOR RASPBERRY PI DEVICE GOOGLE THE ONLINE SIMULATOR) for testing purposes

Image description

Paste the string in line 15

Image description

Click on run
Then you would notice the indicator would be blinking red on and off

Image description

THEN GO TO THE IOTHUB HOMEPAGE then click overview to see the IOT hub usage

Image description

Top comments (0)