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 ServicesCreate 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 ManagementThen 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.

"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.
Add Device
Add a device by referring to the following user guide.
Add Deviceπ Description of NUBISON IoT Functions > π IoT Management > π Device ManagementThe 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 ManagementThe 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