Slide 1

Slide 1 text

Element14 - 3rd September 2014 THE SOCIAL NETWORK OF THE INTERNET OF THINGS theThings.iO

Slide 2

Slide 2 text

THETHINGS.IO Marc Pous

Slide 3

Slide 3 text

THETHINGS.IO

Slide 4

Slide 4 text

THETHINGS.IO IoT platform connecting different things in one dashboard and when your things talk, functionality augments, and you get more.

Slide 5

Slide 5 text

theChallenge NEW USER EXPERIENCE THETHINGS.IO App App App App App App App App

Slide 6

Slide 6 text

THETHINGS.IO my #iot projects

Slide 7

Slide 7 text

INREDIS, 2010 THETHINGS.IO

Slide 8

Slide 8 text

THETHINGS.IO BLE WiFi API REST WiFi (API REST) INREDIS, 2010

Slide 9

Slide 9 text

Cutleware, 2011 THETHINGS.IO

Slide 10

Slide 10 text

THETHINGS.IO CUTLEWARE, 2011 BLE WiFi (API REST)

Slide 11

Slide 11 text

CO-2-maps, 2011 THETHINGS.IO

Slide 12

Slide 12 text

THETHINGS.IO Ethernet API REST API REST CO-2-maps, 2011

Slide 13

Slide 13 text

Oktoberfest, 2012-2014 THETHINGS.IO

Slide 14

Slide 14 text

THETHINGS.IO Oktoberfest of Things, 2012-2013 BLE WiFi (API REST) GPRS

Slide 15

Slide 15 text

Sònar, 2013 THETHINGS.IO

Slide 16

Slide 16 text

THETHINGS.IO WiFi API REST WiFi (API REST) One seat away, 2013

Slide 17

Slide 17 text

Handy bird, 2014 THETHINGS.IO

Slide 18

Slide 18 text

THETHINGS.IO WiFi API REST API REST Handy bird, 2014

Slide 19

Slide 19 text

Hydroino, 2014 THETHINGS.IO

Slide 20

Slide 20 text

THETHINGS.IO WiFi API REST API REST Hydroino, 2014

Slide 21

Slide 21 text

THETHINGS.IO

Slide 22

Slide 22 text

THETHINGS.IO CONNECT THINGS WITH

Slide 23

Slide 23 text

THETHINGS.IO theChallenge Companies developing new things currently have a lot to do - they have to design, prototype, and manufacture the thing, build the app to control it, and develop the cloud platform to store the data, all from scratch theThings.IO significantly reduces the time and cost of this process, while offering companies increased functionality.

Slide 24

Slide 24 text

theChallenge NEW USER EXPERIENCE THETHINGS.IO App App App App App App App App

Slide 25

Slide 25 text

THETHINGS.IO THETHINGS.IO YOUR THING HERE theThings

Slide 26

Slide 26 text

THETHINGS.IO API REST MQTT CoAP IOT BRIDGES thePlatform

Slide 27

Slide 27 text

theAPI THETHINGS.IO http://dev.thethings.io

Slide 28

Slide 28 text

theAPI THETHINGS.IO

Slide 29

Slide 29 text

THETHINGS.IO theAPI

Slide 30

Slide 30 text

THETHINGS.IO theAPI

Slide 31

Slide 31 text

THETHINGS.IO REST API

Slide 32

Slide 32 text

THETHINGS.IO // configure led to be a digital output micro.configure(ANALOG_IN); function loop() { // read values local pin1Value = hardware.pin1.read(); // create json and send to agent local data = { "thing":{ "id":"THING_TOKEN"}, "values": [{"key": "noise", "value": pin1Value, "units": "", "type":"temporal"}]} agent.send("senddata", data); // recursively call self after 0.5 seconds imp.wakeup(0.5, loop); } // start the loop loop(); Device.nuts local url = "https://api.thethings.io/0.1/ThingWrite/"; local user_token = "XXXXXXXXXXXX"; local headers = { "Authorization": "theThingsIO-Token: " + user_token, "Content-Type": "application/json; charset=UTF-8" } device.on("senddata", function(data) { local body = http.jsonencode(data); local resp = http.post(url, headers, body).sendsync(); return resp; }); Agent.nuts

Slide 33

Slide 33 text

THETHINGS.IO REST API

Slide 34

Slide 34 text

THETHINGS.IO

Slide 35

Slide 35 text

THETHINGS.IO more #iot

Slide 36

Slide 36 text

@IoTBCN THETHINGS.IO

Slide 37

Slide 37 text

#IoTMUC THETHINGS.IO

Slide 38

Slide 38 text

THETHINGS.IO

Slide 39

Slide 39 text

THETHINGS.IO

Slide 40

Slide 40 text

https://thethings.io JOIN US MARC @ THETHINGS.IO