In this post we are crating the configuration needed in Oracle IoT Cloud Service for our Mobile Blackbox device. It is quite simple, we must:
- create device model (the representation of a device)
- create an application (a container for the data received/sent to a list of device models related)
- register a device ( create an instance of a device model and give credentials for safe activation from the device itself
- Download the device registration file ( a plain text containing secure information to be attached to the physical device so that it is identified as unique)
The most important part of this tasks is creating the attributes that define the values to be registered, in our case the attributes are sensor data captured by the iPhone.
That’s it!
Enjoy 😉
One Comment