Moto - Orchestrating IoT for business users and connecting it to YaaS

13
Moto - Orchestrating IoT for business users and connecting it to YaaS Lars Gregori, @choas Hybris Labs

Transcript of Moto - Orchestrating IoT for business users and connecting it to YaaS

Page 1: Moto - Orchestrating IoT for business users and connecting it to YaaS

Moto - Orchestrating IoT for business users

and connecting it to YaaSLars Gregori, @choas

Hybris Labs

Page 2: Moto - Orchestrating IoT for business users and connecting it to YaaS

Smart Wine Shelf

https://labs.hybris.com/prototype/smart-wine-shelf/

Page 3: Moto - Orchestrating IoT for business users and connecting it to YaaS

Funky Retailhttps://labs.hybris.com/prototype/funky-retail/

Page 4: Moto - Orchestrating IoT for business users and connecting it to YaaS

Motohttps://labs.hybris.com/

prototype/moto/

Page 5: Moto - Orchestrating IoT for business users and connecting it to YaaS
Page 6: Moto - Orchestrating IoT for business users and connecting it to YaaS

AgendaBLE and MQTT

YaaS Node-RED

Page 7: Moto - Orchestrating IoT for business users and connecting it to YaaS

Android: BLE and MQTTimport org.eclipse.paho.client.mqttv3.MqttClient; public int onStartCommand(…) { this.mqttClient = new MqttClient("tcp://"+MQTT_SERVER, ”moto”, …); this.bleReceiver = new BroadcastReceiver() { @Override public void onReceive(Context context, Intent intent) {

Boolean present = intent.getBooleanExtra(MotoBluetoothDevice.EXTRA_PRESENT, false);jsonObj.put("present", present);

mqttMsg.setPayload(jsonObj.toString().getBytes()); this.mqttClient.getTopic(MQTT_TOPIC).publish(mqttMsg); }}; }

Page 8: Moto - Orchestrating IoT for business users and connecting it to YaaS

LightBlue Beanhttps://punchthrough.com/

bean

Page 9: Moto - Orchestrating IoT for business users and connecting it to YaaS

Arduino Code

Page 10: Moto - Orchestrating IoT for business users and connecting it to YaaS

YaaSSAP Hybris as a Service

Page 11: Moto - Orchestrating IoT for business users and connecting it to YaaS

Node-REDorchestrating IoT

Page 12: Moto - Orchestrating IoT for business users and connecting it to YaaS

Thank you

Page 13: Moto - Orchestrating IoT for business users and connecting it to YaaS

Links and Credits• yaas.io

• labs.hybris.com

• nodered.org

• http://www.thingiverse.com/thing:351119