IOT reference projects
Below are some of the references available to start your own IOT projects based on SAP HANA IOT Services.
I have tried to combine them, so you can pick and choose what best suits your requirements
- The simplest way to experience IoT in the HANA Cloud Platform – Part 1 by Jeff Durnwald based on Simplelink SensorTag – TI.com
- Measure the Sun with Hana Cloud Platform – Hands On Tutorial – 2.0 by Marcus Conrad Behrens based on Electric Imp
- RaspberryPi on SAP HANA Cloud Platform by Rui Nogueira base on Raspberry Pi – Teach, Learn, and Make with Raspberry Pi
- Hand’s-On Video Tutorials for Internet of Things (IoT) Services by Philip MUGGLESTONE based on Simplelink SensorTag – TI.com
- SAP HANA IoT Part 1: Introduction to Arduino, Raspberry Pi and why we have selected them by Ajay Nayak
- Particle Photon or Core on HCP – IoT by A. Kamhoot based on Particle (formerly Spark) | Prototyping tools for the Internet of Things
- Connecting mobile devices with IFTTT and Zapier to SAP HCP IoT Service by Rafael Weber based on IFTTT
Please update this blog, if you find more interesting topics for others to discover
Hi Axle,
Nice Blog 🙂 .
I have some doubts, please find below.
1. I done till iot-starterkit/src/prerequisites/mms at master · SAP/iot-starterkit · GitHub here. Last step I am unable to achieve.
I dont know where to find core and data service tiles. Could you please guide me.
Regards,
Karthik A
Hi Karthik,
you have your MMS, right? Core Service tiles there are 3 blocks on top: Application Data, Push Service and IoT Services Cockpit. Data Services tiles are below: HTTP API and WebSocket API. See last screenshot here https://github.com/SAP/iot-starterkit/tree/master/src/prerequisites/mms
Regards,
Anton
Yup, I deployed my app to http api. But I dont know where to find core, and data service.
On click of MMS Cockpit. I am getting below error.
Access to the requested resource is forbidden (HTTP 403)
This means that you did not assign your user to IoT-MMS-User role like described in here iot-starterkit/src/prerequisites/mms at master · SAP/iot-starterkit · GitHub
Also check that you really use your user ID (it is a p-user without trial) and as hint says "Changes will affect new sessions only", logout from HCP Cockpit (and also better close and open browser window) after you did the role assignment.
Thank you so much. It is working as expected 🙂