Get Started

Describes the things that must be done first to connect a device to the Nubison IoT platform.

Create Service

After logging into the Nubison IoT platform, create a service by referring to the following user guide.

Add ServiceπŸ“˜ Description of NUBISON IoT Functions > πŸ“– List of Services

Create Product Model

After logging into the NUBISON IoT platform, create a product model by following the instructions in the user guide.

Add product moelπŸ“˜ Description of NUBISON IoT Functions > πŸ“– IoT Management > πŸ“– Product Model Management

Then create units according to the device's data specifications.

The following information is required for the Nubison IoT cloud and the device to communicate.

  • Product Code

Create Driver

The Nubison IoT platform processes and stores data sent by devices using the product model's "driver".

On the product model detail page, click "Auto-generate Driver" and driverwill be configured; after that, if you send data according to the default specification, you can store and use device data through the Nubison IoT platform.

After creating a product model, enter the product model detail page and there is a "Driver Configuration" menu at the bottom right.

Product Model Detail > Bottom right "Driver Configuration" menu

"Auto-generate" tab, then click "Auto-generate Driver" to auto-generate the driver.

After auto-generating the driver, when you add devices to that product model and the devices send data according to each protocol, the data will be stored as the values of each unit.

If, after the initial creation, you add units to the product model, delete units, or modify a unit's data type, please click "Auto-generate Driver" once more.

Currently driver auto-generation supports only MQTT, MQTTS, TCP/IP, HTTP, and HTTPS protocols. For other protocols, please use the "Driver Creation Request".

Add Device

Add a device by referring to the following user guide.

Add DeviceπŸ“˜ Description of NUBISON IoT Functions > πŸ“– IoT Management > πŸ“– Device Management

The device identifier is a value used to identify the device and must be unique for each device. Use an inherent device key such as a MAC address or serial number, or use a UUID issued by the Nubison IoT platform server.

The following information is required for the Nubison IoT cloud and the device to communicate.

  • Identifier

Issue Authentication Key

Issue an authentication key by referring to the following user manual. The authentication key is required when the device connects to the Nubison IoT platform. Usage is described in each protocol section.

Add ClientsπŸ“˜ Description of NUBISON IoT Functions > πŸ“– Service Management > πŸ“– Authentication Key Management

The following information is required for the Nubison IoT cloud and the device to communicate.

  • Client ID

  • Client Secret

Configure Device Key

Device Keyserves as the ID that the Nubison IoT platform uses to identify each device.

When the device communicates with the Nubison IoT platform, it authenticates itself using this Device Key, so please configure the Device Keybefore starting communication.

Create Product Model Combine the "product code" created in the step and the Add Device "identifier" entered in the step as follows to Device Keyconfigure.

Device Key = "${productCode}_${identifier}"

For example

If the product code is ABCDEFGH

and the identifier is XYZ123 then

Device Keyis ABCDEFGH_XYZ123.

Now the device is ready to connect to the Nubison IoT platform.

Move to the section corresponding to the protocol supported by your device and try connecting the device to the Nubison IoT platform!

Last updated