Technology Blogs by SAP
Learn how to extend and personalize SAP applications. Follow the SAP technology blog for insights into SAP BTP, ABAP, SAP Analytics Cloud, SAP HANA, and more.
cancel
Showing results for 
Search instead for 
Did you mean: 
former_member194491
Active Participant
41,285


 

UPDATE (October 2019): SensorPhone is no longer supported and has been removed from the App Store due to recent changes in the IoT Services. Thanks for your support!

-

UPDATE (Feb. 27, 2017): SensorPhone has been upgraded and has a new icon to show for it! First, SensorPhone has been upgraded to support all iPhone screen sizes. Yes - that means your shiny iPhone 7 Plus! Second, the IoT Services form screen has been improved. We've leveraged design aesthetics from the SAP Belize theme and native iOS controls. It's now a lot easier to use and setup your iOS device to communicate with SAP Cloud Platform. Lastly, we've got rid of a few bugs that interfered with the microphone.

As you may already know, SAP Cloud Platform (SCP) allows anyone to go from sensor to visualization with the Internet of Things (IoT) service. SAP Cloud Platform's IoT service provides the ability to quickly develop, deploy, and manage real-time IoT and machine-to-machine (M2M) and remote data sync applications. The possibilities are nearly endless; you can setup and manage connected remote devices, get real-time predictive analysis to improve intelligence and decision-making at the edge of the network, and optimize business processes at the core of your business.


That sounds great on paper, but how can we see the power and agility of SAP Cloud Platform without the need to build and setup extensive demos for the Internet of Things? Not everyone has access to the hardware needed to build out the desired IoT demo we all dream about (and see at SAP's trade shows). However most of us have a smartphone. In fact, you may be reading this on that very smartphone. Our smartphones are packed with almost a dozen different sensors which we can leverage to see the power and agility of SAP Cloud Platform.


There's a very good chance that your smartphone is an iOS device like an iPhone. With this in mind, I developed an iOS application that taps into your iOS device's sensors (like the gyroscope, accelerometer, barometer, GPS, and audio), and neatly packages it into JSON format, then seamlessly feeds it to the IoT Service within SAP Cloud Platform. The app is called SensorPhone. I will show you how you can use your iPhone and the SensorPhone app with your own SAP Cloud Platform account.


I've made this extremely simple for anyone to setup and use. This blog post is broken down into three main steps. Step 1: Internet of Things Service Setup, Step 2: Adding your iOS Device in the Internet of Things Cockpit, and finally Step 3: Setup the SensorPhone app to send data to SAP Cloud Platform. Enjoy!


Before we get started, here is what you need:

  • The iOS SensorPhone client was updated to version 1.3.2 or higher in order to support an improved data model. if you setup your IoT Services within HANA Cloud Platform before April 10, 2016, then please see Step 2.1 to create a new Message Type. If you do not create a new Message Type, you will be unable to continue using SensorPhone (v1.3.2).

  • iPhone with the SensorPhone app (Requires iOS 7.0 or later, iPhone 5 and newer models. However, SensorPhone is compatible with iPad and iPod touch, 3.5" screen+)

  • SAP Cloud Platform account (If you don't have one, you can sign up for a trial account for free here)


 

Step 1: Internet of Things Service Setup


This is a very quick and simple walkthrough to setup your Internet of Things Service within your SAP Cloud Platform account, if you haven't already done so. If you have, you may skip to Step 2: Adding your iOS Device in the Internet of Things Cockpit.

The IoT services in SCP is comprised of two main areas:

  1. Remote Device Management Service (RDMS) - this is used to onboard new devices, like our iPhone.

  2. Message Management Service (MMS) - this is used to manage messages between device, cloud platform and business applications. This is also where we will see the sensor data stored in SAP Cloud Platform.


 

Enabling the IoT Service for your SAP Cloud Platform Account

This will give you access to the Internet of Things Cockpit which leads you to the Remote Device Management Service.


First go to your SAP Cloud Platform Account and select Services from the side menu.

Note: Make sure you are at the account level at the top. Then on you may see the Services in the left menu.

 




Scroll down until you see, Internet of Things Services and then click "Enable".




You now have enabled the IoT Services for your SCP account. The "IoT-User" role has now been assigned to you. Next we will install the Message Management Service (MMS).

 

Deploying the Message Management Service (MMS)
 

As mentioned above, this is used to manage messages between your iPhone, the platform, and business applications. This is also where we will see the sensor data stored in SAP Cloud Platform.

From your SAP Cloud Platform Cockpit, lets go back to the Internet of Things Service. We will enter the IoT Service Cockpit by clicking "Go to Service".




You will now see "Deploy Message Management Service" on the bottom left tile. Click on that.

 

Enter your account ID, username, and password.

Note: Your account ID is likely your (i/d/p) number or email address with the word "trial" on the end. Your User Name is likely to be your (i/d/p) number or email address itself.

 

We now have deployed the IoT Services application and the Message Management Service (MMS). Lastly, we need to add the IoT-MMS-User Role to our UserID.

 

Adding the IoT-MMS-User Role to your User ID

From the SAP Cloud Platform Cockpit, select Java Applications and click on iotmms. This will take us to the Java Application Overview screen.

 




 

On the left hand side, select Security > Roles.

We now see the predefined IoT-MMs-User Role at the top.

 


 

Verify that the IoT-MMS-Role is selected. Then below, click on "Assign"

 

Add in your User ID and select "Assign".

Note: Your User ID is not your account name. The user ID doesn't not include the word "trial" on the end.




Now we have added the Internet of Things Service, installed the MMS, and assigned our user to the IoT-MMS-User Role. Next we will add our iOS Device!

 

Step 2: Adding your iOS Device in the Internet of Things Cockpit

From your SAP Cloud Platform Cockpit, lets go back to the Internet of Things Service. We will enter the IoT Service Cockpit by clicking "Go to Service". We are launching the Internet of Things Cockpit, within SAP Cloud Platform. The Internet of Things Services cockpit is the main interface for users to interact with the Remote Device Management Service (RDMS). It can be used to register new Devices (like our iOS device), to define the schema of messages (Device Types and Message Types) they can send and/or receive, as well as to establish the necessary trust relationship needed by devices to interact with Message Management Service (MMS).

As mentioned above, in order for our iOS device to successfully communicate with SAP Cloud Platform, there are a few prerequisites. The internet of Things Service requires a specific syntax used to register new devices in the device registry. We will need to create 3 entities:

  1. Device Type: A device type specifies a group of devices that share the same specification. In the IoT services, this specification is interpreted as the capability of sending, receiving and processing certain types of messages from our iOS Device.

  2. Message Type: A message type defines the type of data contained in a message that is sent or received by a device. Message types are specified for device types. For example, we will need to create a Message Type with the following attributes: sensor, value, and timestamp.

  3. Device: A device is a physical object that can be registered with IoT services. After successful registration it is able to send or receive messages. This is of course our iOS device itself.


So lets begin!

From your SAP Cloud Platform Cockpit, lets go back to the Internet of Things Service. We will enter the IoT Service Cockpit by clicking "Go to Service". 




2.1: Creating our Message Type

We will create a Message Type for the iOS device. Click on the "Message Types" tile. 
 

Click on the plus ( ) button at the bottom. Name the new Message Type (iOS Message Type) for the new device.



For the Fields, click the plus (+) button to add more messages types (to have 12 in total) and data types.

timestamp: date
device: string
gyroscopex: string
gyroscopey: string
gyroscopez: string
accelerometerx: string
accelerometery: string
accelerometerz: string
altitude: string
longitude: string
latitude: string
audio: string


Then press "Create" (bottom right corner).



Please note your Message Type ID. I recommend you copy/paste somewhere for easy access later on when we need it.

 

2.2: Creating our Device Type


Click on the "Device Types" tile. Then click on the Plus ( ) symbol at the bottom to add a new device type.



Name your device type (iOS Device), assign it (by clicking Add Message Type) with the Message Type we just created, and chose From Device for the direction. press "Create".



 

2.3: Creating our Device

Press the back arrow (top left) to return to the IoT Sevices Cockpit. Then press the "Devices" tiles.




Once again, press the plus button on the bottom to create a new device. Give it a name (iOS Device), select the Device Type we created earlier (iOS Device Type) and the press "Create" (bottom right).


Important: After you create the device, a pop up will appear with a token value. Copy/Paste this as well because we need this to input into our SensorPhone app. If you lose it, click into the Authentication tab and you may generate a new token. 



Also, please note your Device ID after you click "Close". You will see the "ID" listed under your "Device Type" on your "Device Page".I recommend you copy/paste somewhere for easy access later on when we need it. This will be needed to build your URL endpoint in the next step.

 

 

We now have everything setup to use our SensorPhone app with SAP Cloud Platform!

 

Step 3: Setup your SensorPhone app to send sensor data to SAP Cloud Platform

Now that all of the heaving lifting is out of the way, lets have fun with the SensorPhone app. SensorPhone is an iOS client that allows you to visualize your iPhone’s sensor data in real-time. SensorPhone allows you to stream this sensor data to the Internet of Things service within SAP Cloud Platform (via HTTP POST). If you haven't already, download the app here from the App Store.

Once you download and open SensorPhone, it is extremely important that you Allow all the permissions (as shown below). This is vital to access and send the sensor data.






SensorPhone app is comprised of two different screens. The first screen is on the "Live" tab. The Live tab visualizes your iOS' sensor data in real-time. It displays the movements of the accelerometer and the gyroscope. It displays your GPS coordinate, and your magnetic heading along with your altitude. SensorPhone also displays your audio levels around your iOS device, as fed from the primary microphone.

 

The second screen is the "IoT Service" tab. This tab is the most important because it allows you to enter your SAP Cloud Platform/IoT Service credentials into the provided form to seamlessly stream your sensor data in real-time. The form is comprised of URL, mode, messageType, and messages. You will also notice header values with two fields: Content-Type and Authorization. This is needed to send data to the IoT service from an external source like our iOS device, outside of the authorized network. I've also added a drop down menu that allows you to constantly send your updated sensor data in intervals of Just Once, Every 2 Seconds, Every 5 Seconds, and/or Every 10 Seconds. Let's dig deeper into the form below.

 

What to enter in the "IoT Service" Form


 







Your form's inputs should look something similar to mine below. At the moment you have to enter this manually so I suggest you put your information into an email and send it to your iOS device. This will allow you to easily copy/paste the information to the appropriate fields.

 

URL: https://iotmmsi840337trial.hanatrial.ondemand.com/com.sap.iotservices.mms/v1/api/http/data/74b90c1d-...

mode: sync

messageType: 4c0781b3ff1e7506f77b

messages: *automatically generated*

Header

Content-Type: application/JSON;charset=utf-8

Authorization: Bearer *insert authorization token here*

 

Note: It is extremely important to add the word "Bearer" and a space before your device's authorization token.

 

Watch the data stream!

 

After you have successfully setup your SensorPhone app, tap POST and you will see a response from HANA that looks something like this:

 



 

If you'd like to see the raw data in a table, you can easily do so from the IoT Service Cockpit. From your SAP Cloud Platform Cockpit, lets go back to Services, and select the Internet of Things Service. We will enter the IoT Service Cockpit by clicking "Go to Service". You will now see the IoT Services Cockpit.

 




 

Select the "Select and view messages, or perform other actions" tile (in the bottom right-hand side).

 




 

Select the "Display Stored Messages" tile (in the top left-hand corner).

 



 

Locate the newly created table by looking for your Message Type (Example: The table would look something like T_IOT_4C0781B3FF1E7506F77B. The long part after the second underscore would be your message type). Then select your table and you will see the messages being sent! Refresh the page to see the new data being fed in.

 




Final Thoughts


 

Now you're able to see the power and agility of the Internet of Things services within SAP Cloud Platform. But most importantly, you're able to leverage this generic demo to build your own personalized demonstration around a particular use case. Your iOS device can a send large amount of data in real-time to your SCP account, the possibilities are endless.


I have a few more updates on the way for SensorPhone that will make the setup easier and the sensors configurable. Take a look at Visualizing iPhone Sensor Data with SAPUI5 by my colleague in Toronto, anthony.mcleod, that illustrates how to consume this sensor data using SAP Cloud Platform and SAPUI5. Stay tuned and thank you for playing with SensorPhone!

Follow me on Twitter and LinkedIn!

 

Patrick Colucci

Technology Solution Consultant

SAP Canada
158 Comments
Former Member
0 Kudos

Hi Patrick, amazing post.

I´ve follow the steps and works perfectly.

Thank you.

Former Member
0 Kudos

Great blog Pat! Thanks for sharing! #PresalesCAN

former_member194491
Active Participant
0 Kudos

I'm happy to hear that, Pablo! Thanks for giving it a try. Stay tuned for further updates to this demo!

Best,

Pat

former_member194491
Active Participant
0 Kudos

Thanks, Henry!

Murali_Shanmugham
Product and Topic Expert
Product and Topic Expert
0 Kudos

Good one :smile:

diane_pickett
Advisor
Advisor
0 Kudos

Rock star!

I'm going to make you the 'headliner' for the next HCP workshop 🙂

0 Kudos

This is really a great app which can be used by anyone for doing IoT demo using iPhone as a sensor device.

@Patrick, is it possible to create an IoT dashboard as well so that even the sales team will be able to use, once it is being configured for them with the help of presales team.

Former Member
0 Kudos

In the near future real world things like cars and trucks, homes, machines and ... Internet of Things and its services are becoming part of our everyday life, ways

Former Member
0 Kudos

Thanks. Great start!

Question: is it just me, or are the configuration data not persisted, meaning I have to enter them each time I start the app?

Looking forward to the enhancements for the app and the dashboards.

Thanks again.

former_member194491
Active Participant
0 Kudos

Thank you, Lalit! It is 100% possible to create an IoT dashboard for this demo. The IoT services come with built-in oData access. I'm working on a dashboard for the follow-up blog as we speak!

Best,

Pat

former_member194491
Active Participant
0 Kudos

Thanks, Jeroen. You are correct. That is something that will be added in an upcoming update!

Best,

Pat

Former Member
0 Kudos

Patrick -

Just Awesome and thank you for detailing the steps to execution.  This is a MUSt READ for everyone.

Well Done!

Amy

former_member194491
Active Participant
0 Kudos

Thank you so much, Amy!

tom_krusinski
Product and Topic Expert
Product and Topic Expert
0 Kudos

Fathers with teenage drivers can rest a little easier :smile:

Many potential applications, great job!

MJUDI
Product and Topic Expert
Product and Topic Expert
0 Kudos

Patrick, this is one of the best, most practical, and relevant thing to everyone that I've read about IoT so far. Awesome job!

This will be an accelerator in my personal learning journey as well, thank you!!!

former_member194491
Active Participant
0 Kudos

Haha. Thank you, Tom!

former_member194491
Active Participant
0 Kudos

Thank you, Mohammed! I'm happy to hear that you found this useful!

johna69
Product and Topic Expert
Product and Topic Expert
0 Kudos

Congrats Pat on the app and great blog.

0 Kudos

This is great stuff! Do you have any plans for Android?

Regards,

Tamas

former_member194491
Active Participant
0 Kudos

Thanks, John! Great to hear from you.

former_member194491
Active Participant
0 Kudos

Thanks, Tamas. My plan was to release an iOS version first, and if there was enough buzz around an Android version then I get that version out as well. :smile:

0 Kudos

buzz, buzz, buzz, etc

former_member194491
Active Participant
0 Kudos

I'll try to build something out... :wink:

0 Kudos

Hallo Patrick,

many thanks for this excellent blog post!

It works like a charm, but now I am struggling to find the corresponding tables "IOT" in my HCP trail-instance. Once found, I'll try to combine the data with some HANA Geospatial or Series-Data features.

Best,

Roman

former_member194491
Active Participant
0 Kudos

Hi Roman,

I'm happy to hear the app is working well for you.

In regards to the tables, at which step above does your screen differ? I'd love to see how you combine the data with HANA features.

Best,

Pat

Former Member
0 Kudos

Works perfectly!

Now I look forward to the visualisation app :smile:

Great work - thank you.

former_member194491
Active Participant
0 Kudos

Thanks, Sunil!

M_Furusawa
Advisor
Advisor
0 Kudos

Thanks Patrick!

This is an amazing experience for me. I am looking forward to your next blog to share your idea how to consume the sensor data.

BR, Masahiro

Former Member
0 Kudos

Thanks Partrick! This is good.

Are there any more updates being done for the Sensor App ? What are the other kind of information that can be retrieved ?

Former Member
0 Kudos

Hi,

Thanks for the wonderful blog which can showcase HCP Capabilities for the IOT platform by SAP.

I would like to know how to troubleshoot this scenario.though I am able to post the messages from the device but its seems some authorization issue..but how do I find the error details about this message. Also is there any configuration to be enabled to see the messages received as I am currently seeing only T_IOT_MONITOR Table under Application Data from the Display stored messages option and no other details.

Thanks in advance

Rajesh

former_member194491
Active Participant
0 Kudos

Thanks, Masahiro!

former_member194491
Active Participant
0 Kudos

Thanks, Uma. I'm looking to update the same this week or next to bring some minor tweaks to the UI, data model, and sensor calibration.

former_member194491
Active Participant
0 Kudos

HI Rajesh, I'd be happy to help you troubleshoot. Can you explain in further detail what happens when you tap "POST". What is the response you receive from the server on your iOS device? Is it similar to my screenshot above?

If you don't see the newly created table, odds are the data is not successfully being sent.

Best,

Pat

Former Member
0 Kudos

Hi,


Is there any way to save the credential in app itself.? Because while closing or disconnecting the SensorPhone app whatever credential are entered get removed from the app and we have to reenter the same.

URL:https://iotmmsi311390trial.hanatrial.ondemand.com/com.sap.iotservices.mms/v1/api/http/data/1a54c88d-...

mode: sync

messageType: 79c123e3c678ce8cde85

messages: *automatically generated*


Header

Content-Type: application/JSON;charset=utf-8

Authorization: Bearer *insert authorization token here*


Regards,

Shivanand

former_member194491
Active Participant
0 Kudos

Hi Shivanand,

Not at the moment, but there will be in a future update.

Best,

Pat

Former Member
0 Kudos

Hi Pat,

Thanks for the response.

I have received the response message as shown in your screenshot for few messages..

After that I have received an email that there have been five failed attempts to log onto your account, you can only log on using your SAP SSO certificate.

As mentioned earlier I can see lot of error messages under the table T_IOT_MONITOR under Application data and not able to get into those error messages also.

Let me know if you need any more details here.


Thanks & Regards

Rajesh

pfau_patrick
Explorer
0 Kudos

Hi Patrick,

great work, thanks for that!

One question / suggestion: Is it or will it be possible to send the sensor data in background? It would be great if one could just start the app, lock the phone or use other apps and data gets written constantly (e.g. every 10 secs) to HCP.

Thanks,

Patrick

former_member194491
Active Participant
0 Kudos

Thanks, Patrick! I'm glad you enjoyed it. I'm looking into feeding the data in the background as we speak. Thank you for the suggestion. A few updates are coming out soon for SensorPhone so I recommend you check back late next week to see what's new!

Best,

Pat

danny_lacerte2
Participant
0 Kudos

Buzz buzz buzz here too!

pfau_patrick
Explorer
0 Kudos

Thanks, that sounds great!

I have one more for some future update: it would also be nice, to be able to use the push service to directly send data to a target device (or respectively use method http to store the data on HCP for a specific device). For http for me it only seems that the messages-part of your app needs to be able to add sender and method-property.

All the best, Patrick

Former Member
0 Kudos

Wow, this is great.

former_member194491
Active Participant
0 Kudos

Thanks, Jose!

Frank_Geisler
Discoverer
0 Kudos

Fantastic Patrick!

former_member194491
Active Participant
0 Kudos

Thanks, Frank!

Former Member
0 Kudos

Hi Patrick,

I dutifully followed your script.  However, when I press the post button, it throws an error.

msg = "The message does not conform to the given message type";

peterengel
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Mark,

I had the same problem. In the script is a little typo:

timestamp: date
senor: string

value: string


It must be sensor not senor. I assume if you correct your message type it will work.


Br,

Peter

former_member194491
Active Participant
0 Kudos

Ah yes! Correct! I have corrected that typo. My apologies, please create a new Message Type with the following:

  • timestamp: date
  • sensor: string
  • value: string

Let me know if that fixes things for you.

Best,

Pat

former_member194491
Active Participant
0 Kudos

Hi Mark,

My apologies for the typo in the script. Please refer to my comment to Peter above.

Best,

Pat

Former Member
0 Kudos

Thanks Patrick & Peter.

Made the correction, and it works slick.

Thanks for the speedy replies!!

MichuG
Newcomer
0 Kudos

great blog post! very clear and helpful! i can't wait for other updates, this is really a great use case for getting geo data.