Projects

Project Device Type

IBM Bluemix Consolearrow-up-right

  1. IBM Watson IoT Platform Quickstart connection Connect an Intel® IoT Gateway to IBM Watson IoT Platformarrow-up-right

      root@board:~# wget https://github.com/ibm-messaging/iot-gw-solutions/releases/download/1.03/ibm-iot-quickstart.zip
      root@board:~# cd ibm-iot-quickstart
      root@board:~/ibm-iot-quickstart# ls
      CLA.md     LICENSE    README.md  samples
      root@board:~/ibm-iot-quickstart# cd samples/
      root@board:~/ibm-iot-quickstart/samples# ls
      client.py              ibm-iot-quickstart.py
      root@board:~/ibm-iot-quickstart/samples# python ibm-iot-quickstart.py
      No config file found, connecting to the Quickstart service
      MAC address: 784b87a53a73
      0.0
      message published
      1.00586756077
      message published     
      ...
      [Go to https://quickstart.internetofthings.ibmcloud.com/#/ and write Device ID based on device MAC Address]
  2. Register your Device In Watson IoT Platform How to Register Devices in IBM Watson IoT Platformarrow-up-right

Project Gateway Type

IBM Bluemix Consolearrow-up-right then Dashboard

  1. Register your Gateway In Watson IoT Platform How to Register Gateways in IBM Watson IoT Platformarrow-up-right

  2. Create IBM Watson IoT Platform Organization

    • Name IntelEdison01

    • Organization ID 5ii3a2

  3. Create Device Type

    • Device Type Name IntelEdison01-GatewayType

    • Device Type Description Intel Edison 01 Gateway Type

  4. Add Device in IBM Watson IoT Platform

    • Device ID (MAC Address) 784082a53a73

    • Authentication Method Token

    • Authentication Token i+*La@jT5dd9YyMW9s

  5. Finish

  6. API Key

    • Go to IBM Watson IoT Platform Dashboard

    • Click on "ACCESS" tab

    • Click on "API Keys" tab

    • Click on “Generate API Key”

Project

Last updated