Mobile Black Box Part 2 : IoT Cloud Service Device Configuration


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)

This slideshow requires JavaScript.

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!

Next post

Previous post

Enjoy 😉

One Comment

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.