Community Articles

Find and share helpful community-sourced technical articles.
Announcements
Celebrating as our community reaches 100,000 members! Thank you!
avatar
Explorer

In this article we will focus on configuring the IBM Bluemix IoT Cloud to except simulated IIoT messages. We will configure the Bluemix IoT cloud in gateway mode so that devices can be auto registered when IIoT messages are sent from the device.

Prerequisites

  • IBM Bluemix IoT account. You can create an account here
  • Hortonworks Data Flow (HDF) 2.x or Apache Nifi 1.1.0

Setup The Gateway Definition on Bluemix IoT Cloud

Login to your Bluemix IoT account and navigate to your IoT Dashboard, which will look like this: 14525-screen-shot-2017-04-11-at-91139-am.jpg

Click on the IoT icon (which looks like a microchip), which will navigate us to the Devices section. This is where you can define all the devices that you want to communicate with the Bluemix IoT cloud. We will define our gateway device here.

14526-iot-device-section.jpg

Click on "Add Device"

14527-screen-shot-2017-04-11-at-92943-am.png

Click "Create device type". You will have the option to select a gateway or device type. Each device must have a type. In our case we are going to create a gateway device type called nifi-gateway and click next

14529-screen-shot-2017-04-11-at-94034-am.png

14530-screen-shot-2017-04-11-at-94226-am.png

We are going to define an attribute that will be asked each time a nifi-gateway type is selected. This attribute is called "Descriptive Location". This will allow us to specify a location for each nifi-gateway that we have deployed. This will allow us to track and report on each nifi-gateway and device that's using that gateway

14532-screen-shot-2017-04-11-at-95422-am.png

Now we are going to provide the Descriptive Location a sample value, which should be overridden each time a new nifi-gateway type is used. The format of our value is country, plant number and the zone that the device is located

14533-screen-shot-2017-04-11-at-95719-am.png

Optionally you can add metadata about the device using JSON. But, we aren't going to use it. So, just click "Create"

14534-screen-shot-2017-04-11-at-102044-am.png

Add the Newly Created Gateway Device

Select the "nifi-gateway" device and click "Next"

14535-screen-shot-2017-04-11-at-103113-am.png

 

We will now provide a Device ID and Descriptive location. We will set both values to us-plan14-zone12. We will scrip the Metadata section so click "Next" two times.

14536-screen-shot-2017-04-11-at-103609-am.png

 

On the security screen you have the ability to auto-generate or define a security token. We will auto-generate. Therefore, you can just click "Next"

14537-screen-shot-2017-04-11-at-104049-am.png

Now you will see a summary of your settings. Click "Add" to add the device.

14538-screen-shot-2017-04-11-at-104740-am.png

Now you will see the self generated authentication token, which you will need to connect Nifi to the Bluemix IoT Cloud. Note, if you lose the token you will need to re-register the device to generate a new token.

14540-screen-shot-2017-04-11-at-105000-am.jpg

Setup HDP/Nifi Flow

 

1,603 Views
Comments
avatar
New Contributor

Nice start, but I'd love to see how the Setup HDP/Nifi flow was going to work. If you're willing, completing this post would be much appreciated.

Thanks.

Version history
Last update:
‎02-20-2020 04:40 PM
Updated by:
Contributors