Introduction
Did you ever think about starting an Internet of Things project that can be scaled also to Enterprise grade level? SAP HANA Cloud Platform is an enterprise solution in the cloud that enable you in creating IoT projects and a lot of nice staff.
SAP HCP is also available as free trial.
Getting started
First you have to create a new trial account in case you don't have one:

Then you have to Enable Internet of Things Services and Go to the service:

Now you have to Install Message Management Service from Internet of Things Services Cockpit:

Add your user to the role Iot-MMS-User:

Preparing the Interface
Now we need to prepare interface for registering our devices. First create Message type (in my case I prepared for sending data from my existing project):

Then create device type:

Creating the device
And finally create the device:

With these simple steps, we have prepared HCP for receiving data from our Arduino. Data will come up in a table that we can use for creating a HTML5 app or for other purposes:

Using advanced features of HCP we can also enable predictive algorithms for forecasting data.
EXPANDED TECHNICAL DETAILS
Enterprise IoT Integration
This project demonstrates how to bridge localized Arduino sensors with the power of SAP HANA Cloud Platform (HCP) for industrial-scale data analytics.
- Secure Cloud Connectivity: Uses an Arduino with a WiFi or Ethernet shield to send sensor data (e.g., machine temperature or vibration) via a secure REST API (HTTPS) to the SAP IoT Service.
- Real-Time Data Modeling: Once in the SAP cloud, the data is stored in the HANA database, allowing for complex SQL-based analytics and integration with enterprise ERP systems.
Scalability
- Standardized Messaging: The payload is formatted in JSON, following the SAP-specific message types, ensuring the data is immediately actionable by corporate business intelligence tools.