IoT Software Platforms

Size: px
Start display at page:

Download "IoT Software Platforms"

Transcription

1 Politecnico di Milano Advanced Network Technologies Laboratory IoT Software Platforms in the cloud 1

2 Why the cloud? o IoT is about DATA sensed and transmitted from OBJECTS o How much data? n IPV6 covers every atom on 100+ earths n Recent estimates: 4.4 zettabytes (10^21B) of IoT data produced by 2020 n That s 1 stack of 128 GB Ipad Air reaching the moon! o How to manage it? Go to the cloud with an IoT platform!

3 IoT platforms o The term platform can refer to: n Hardware architectures (ARM, Arduino,etc ) n Software frameworks to program smart things n Cloud-based middleware platforms to manage IoT data and devices o We will focus on the last point 3

4 IoT platforms o IoT platforms world is growing fast n 70+ platforms available online (+40% w.r.t 2014) o They are getting more and more mature and stable n Not only startups, also big players (Microsoft, IBM) o Key value proposition n reduce costs and time-to-market for IoT solution, reduce management complexity o But: a lot of confusion for users! 4

5 Solutions o Old Giants n IBM: Bluemix IoT Cloud, Node-RED n Microsoft: Azure IoT Suite n Amazon: AWS IoT n Google: Cloud IoT + Brillo n Intel: IoT platform o Startups n Xively, Thingspeak, FreeBoard, ThingWorx.

6 Desired features o Device management n Connect devices to the cloud, configure devices, update firmware, monitor devices o Data management n Store and retrieve data, manage events, visualize and share data o Data analysis / automation n Statistical analysis, data mining, machine learning, etc o Security

7 Two types of platforms Specialized platforms: only one feature is implemented Generalized platforms: many features are implemented Security Data Analytics & BI Automation Security Data management Data Analytics & BI Data management Device management Automation Device management

8 Specialized platforms o May be difficult to link to a particular feature n E.g. Device Management can be very specific (depending on the device) o Security (device&data) is growing importance 8

9 Generalized platforms o Two main approaches n Native IoT platforms: former specialized platforms that evolved with the addition of new features (e.g., data management) n Cloud-based IoT platforms: traditional cloudbased solutions that evolved with specialized features (e.g., device management) for the IoT o Strengths: n Excellent data management and interface with corporate IT solutions 9

10 How to choose? o Specialized n Connectivity management n Device configuration n OtA firmware update o Generalized n Data mining & machine learning n Data fusion n Event processing n Rules engine o It depends on the particular IoT application! 10

11 Distinctive Features o Device SDK: n Firmware programming, API documentation o Cloud SDK: n API n Graphic programming tools (Node-RED) n Built-in functional blocks o General features n Language agnosticity (C, Java, Python) n Communities (Arduino, mbed, launchpad) 11

12 Easy development 12

13 Easy development o Built-in and custom functions eactive Blocks Node-Red 13

14 Communities o Speed-up learning processes 14

15 Dashboard DIY freeboard DGLux Azure BI Cumulocity 15

16 Summary o Many IoT platforms available o Both startups and big IT players o Different solutions / services for different users o In general, quite a complex scenario 16

17 Practical examples: ThingSpeak and Node-RED 17

18 ThingSpeak 18

19 ThingSpeak o An IoT cloud platform for: n Real-time data collection and storage n Data analytics and visualization (integrated with MATLAB) n Alerts and Scheduling n Device Communication, Open API 19

20 ThingSpeak features projects o Car Counter n Keeping track of cars in a busy highway to analyze traffic patterns o Weather Station n Arduino-based to collect, store and analyze weather data o Tide Level Alerts n Real-time tide predictions and water levels monitoring

21 ThingSpeak channels o ThingSpeak uses channels to store data sent from devices or apps o Basic operation n Create / list / view / update / delete o Channel settings n ID, name, description n Up to 8 fields (datastreams) n Public / private n Location, Metadata, etc 21

22 Operating on a channel o Operations can be done from the web interface or through the REST API: n Send an HTTP POST to: n With parameters o api_key=xxxxxxxxxxxxxxx o name=my New Channel 22

23 API Key o When performing an operation, your API key is required o Keys can be regenerated if the user feels that they are compromised 23

24 Channel fields o Each channel supports up to 8 fields o Each field represents an individual sensor stream and is associated to a chart n e.g., temperature, humidity, number of parked cars, etc o Field/Chart parameters: n Title, xaxis, yaxis, appearance, etc 24

25 Channel field update o Like channels, fields can be updated via HTTP requests: n POST version o POST api_key=xxxxxxxxxxx field1=73 n GET version o GET api_key=api_key&field1=73 25

26 Practical exercise o Starts the IOT Virtual Machine (pwd: user) o Create an account on ThingSpeak o Create a channel called Test with only one field called Random value (we ll use it later) 26

27 Node-RED 27

28 Node-RED o Visual tool for wiring the Internet of Things o Can be run on a variety of platforms: n Edge devices: Raspberry PI, BeagleBone black n Cloud: IBM Bluemix, Amazon AWS, Azure o The user creates flows by wiring together different nodes: n I/O (serial port, tcp sockets, http, mqtt, files) n Functions (built in or custom JS functions) n Advanced (execute programs, post a tweet) 28

29 The Hello World flow o Open a terminal and type node-red o Open the browser and go to localhost:1880 o The node-red console appears 29

30 The Hello World flow o Insert an inject node, a function node and a debug node. Wire them together. o Modify the function block as it follows msg.payload = "Hello World!"; return msg; o Click on Deploy and then on the inject button 30

31 A working example o Let s create a flow in Node-RED that: n Generates random data periodically n Upload the random data on the ThingSpeak channel created before o We need: n Inject node n Function node n HTTP request function node n Debug node 31

32 Random data generation o Modify the function block as it follows var API_KEY = YOUR_API_KEY ; var data = Math.random()*10; msg.url = " + API_KEY + "&field1=" + data; return msg; o Modify the inject block to run periodically every 10 seconds o What happens on your ThingSpeak page? 32

33 Processing Data o Create another flow in Node-Red o Import the node-red-alert_template flow o Modify the CreateHttpRequest block to read the last 10 values from your ThingSpeak feed! o Modify the ComputeAverage block to compute the average of the 10 samples. Send an alert if the average is greater than a fixed threshold. 33

Raspberry Pi, SenseHat and Weather Service

Raspberry Pi, SenseHat and Weather Service Overview In this lab, you will send environmental information from your RaspberryPi + SenseHat to IoT Platform and display it on a dashboard. You will also use the weather service to check the weather

More information

Integrating Device Connectivity in IoT & Embedded devices

Integrating Device Connectivity in IoT & Embedded devices Leveraging Microsoft Cloud for IoT and Embedded Applications Integrating Device Connectivity in IoT & Embedded devices Tom Zamir IoT Solutions Specialist tom@iot-experts.net About me Tom Zamir IoT Solutions

More information

IOT DEVELOPER SURVEY RESULTS. April 2017

IOT DEVELOPER SURVEY RESULTS. April 2017 IOT DEVELOPER SURVEY RESULTS April 2017 SURVEY INTRODUCTION The Eclipse IoT Working Group, IEEE IoT, AGILE IoT and IoT Council cosponsored an online survey to better understand how developers are building

More information

Greens Technologys is a leading Classroom & Online platform providing live instructor-led interactive

Greens Technologys is a leading Classroom & Online platform providing live instructor-led interactive About Greens Technologys Greens Technologys is a leading Classroom & Online platform providing live instructor-led interactive Classroom & online training. We have an easy and affordable learning solution

More information

An Introduction to The Internet of Things

An Introduction to The Internet of Things An Introduction to The Internet of Things where and how to start November 2017 Mihai Tudor Panu EST. 1999 Kevin Ashton, P&G 2 Agenda High level key concepts surrounding IoT

More information

INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) Dundigal, Hyderabad

INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) Dundigal, Hyderabad INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) Dundigal, Hyderabad -500043 COMPUTER SCIENCE AND ENGINEERING TUTORIAL QUESTIONBANK Course Title INTERNET OF THINGS Course Code ACS510 Programme B.Tech

More information

T : Internet Technologies for Mobile Computing

T : Internet Technologies for Mobile Computing T-110.7111: Internet Technologies for Mobile Computing Overview of IoT Platforms Julien Mineraud Post-doctoral researcher University of Helsinki, Finland Wednesday, the 9th of March 2016 Julien Mineraud

More information

Building Intelligent Edge Solutions with Microsoft IoT

Building Intelligent Edge Solutions with Microsoft IoT Building Intelligent Edge Solutions with Microsoft IoT Vincent Hong IoT Solution Architect, Microsoft Global Black Belt Mia Kesselring Director IoT Products, TELUS Kevin Zhang IoT Applications Engineer,

More information

IoT using Python & Cloud Computing

IoT using Python & Cloud Computing PROSPECTUS Certified course on IoT using Python & Cloud Computing (IoTPCC) ABOUT ISM UNIV ISM UNIV is established in 1994, past 23 years this premier institution has trained over 7000+ Engineers on Embedded

More information

Internet of Things Trends, Challenges, Opportunities, and Applications

Internet of Things Trends, Challenges, Opportunities, and Applications Internet of Things Trends, Challenges, Opportunities, and Applications Rabie A. Ramadan, PhD College of Computer Science and Engineering Hail University http://rabieramadan.org rabie@rabieramadan.org Agenda

More information

INTRODUCTION OF INTERNET OF THING TECHNOLOGY BASED ON PROTOTYPE

INTRODUCTION OF INTERNET OF THING TECHNOLOGY BASED ON PROTOTYPE Jurnal Informatika, Vol. 14, No. 1, Mei 2017, 47-52 ISSN 1411-0105 / e-issn 2528-5823 DOI: 10.9744/informatika.14.1.47-52 INTRODUCTION OF INTERNET OF THING TECHNOLOGY BASED ON PROTOTYPE Anthony Sutera

More information

IIoT & Digitalisation Workshop

IIoT & Digitalisation Workshop IIoT & Digitalisation Workshop Earn the Industrial IoT Samurai Badge when you attend Industrial Internet of Things & Digitalisation- Training Workshop Partial List of Past Attendees Industrial Internet

More information

The Art of Low-Cost IoT Solutions

The Art of Low-Cost IoT Solutions The Art of Low-Cost IoT Solutions 13 June 2017 By Igor Ilunin, DataArt www.dataart.com 2017 DataArt Contents Executive Summary... 3 Introduction... 3 The Experiment... 3 The Setup... 4 Analysis / Calculations...

More information

FOSS PLATFORM FOR CLOUD BASED IOT SOLUTIONS

FOSS PLATFORM FOR CLOUD BASED IOT SOLUTIONS FOSS PLATFORM FOR CLOUD BASED IOT SOLUTIONS FOSDEM 2018 04.02.2018 Bosch Software Innovations GmbH Dr. Steffen Evers Head of Open Source Services Eclipse Kuksa Demo Open Source Connected Car Platform In-Vehicle

More information

User Manual for ICP DAS WISE Monitoring IoT Kit -Microsoft Azure IoT Starter Kit-

User Manual for ICP DAS WISE Monitoring IoT Kit -Microsoft Azure IoT Starter Kit- User Manual for ICP DAS WISE Monitoring IoT Kit -Microsoft Azure IoT Starter Kit- [Version 1.0.2] Warning ICP DAS Inc., LTD. assumes no liability for damages consequent to the use of this product. ICP

More information

DEVELOPING IN THE IOT SPACE

DEVELOPING IN THE IOT SPACE DEVELOPING IN THE IOT SPACE Bruce Hulse Technology Fellow Office of the CTO ReDev B0st0n 2017 Over 35 years with PTC (via Prime Computer / Computervision) Pre-sales; R&D; Product Management; Office of

More information

Designing and Implementing an Affordable and Accessible Smart Home Based on Internet of Things

Designing and Implementing an Affordable and Accessible Smart Home Based on Internet of Things Designing and Implementing an Affordable and Accessible Smart Home Based on Internet of Things Urvi Joshi 1, Aaron Dills 1, Eric Biazo 1, Cameron Cook 1, Zesheng Chen 1, and Guoping Wang 2 1 Department

More information

Internet of Things (IoT) and Big Data DOAG 2016 Big Data Days

Internet of Things (IoT) and Big Data DOAG 2016 Big Data Days 30.9.2016 DOAG 2016 Big Data Days Guido Schmutz BASEL BERN BRUGG DÜSSELDORF FRANKFURT A.M. FREIBURG I.BR. GENEVA HAMBURG COPENHAGEN LAUSANNE MUNICH STUTTGART VIENNA ZURICH Guido Schmutz Working for Trivadis

More information

Kolding June 12, 2018

Kolding June 12, 2018 Kolding June 12, 2018 Microsoft s Perspective on IoT IoT is a business revolution enabled by a technology revolution Digital Feedback Loop IoT enables a digital feedback loop This digital feedback loop

More information

Connected Industry and Enterprise Role of AI, IoT and Geospatial Technology. Vijay Kumar, CTO ESRI India

Connected Industry and Enterprise Role of AI, IoT and Geospatial Technology. Vijay Kumar, CTO ESRI India Connected Industry and Enterprise Role of AI, IoT and Geospatial Technology Vijay Kumar, CTO ESRI India Agenda: 1 2 3 4 Understanding IoT IoT component and deployment patterns ArcGIS Geospatial Platform

More information

Chunghwa Telecom Laboratories. CHT IoT Smart Platform and Ameba. Two-Way Communication Application. Case Instruction Document

Chunghwa Telecom Laboratories. CHT IoT Smart Platform and Ameba. Two-Way Communication Application. Case Instruction Document Chunghwa Telecom Laboratories CHT IoT Smart Platform and Ameba Two-Way Communication Application Case Instruction Document Edited by Smart IoT Institute kemin 2017/3/6 Chunghwa Telecom Smart Connection

More information

Internet of Things hiotron Custom IOT Solution Development

Internet of Things hiotron Custom IOT Solution Development hiotron Custom IOT Solution Development [Make your device smart, yet not expensive] CONTENT OVERVIEW 1. Who we are? 2. Our Expertise & IOT Success Domain 3. hiotron Generic IOT Solution Architecture 4.

More information

Korea Electronics Technology Institute

Korea Electronics Technology Institute 모비우스플랫폼 [ &CUBE 를활용한 Mobius 연동 IoT DIY ] 2014. 7. 9 Korea Electronics Technology Institute 김재호 Agenda Korea Electronics Technology Institute 1. Open IoT Platform Mobius, &CUBE 2. IoT HW Platform 3. IoT

More information

Internet of Things - IoT Training

Internet of Things - IoT Training Internet of Things - IoT Training About Cognixia Cognixia, formerly known as Collabera TACT, is a Collabera Learning Solutions Company. Being a consistently awarded Digital Technology Training Company,

More information

Middleware for the Internet of Things Revision : 536

Middleware for the Internet of Things Revision : 536 Middleware for the Internet of Things Revision : 536 Chantal Taconet SAMOVAR, Télécom SudParis, CNRS, Université Paris-Saclay September 2017 Outline 1. Internet of Things (IoT) 2. Middleware for the IoT

More information

New Technologies: 4G/LTE, IOTs & OTTS WORKSHOP

New Technologies: 4G/LTE, IOTs & OTTS WORKSHOP New Technologies: 4G/LTE, IOTs & OTTS WORKSHOP EACO Title: LTE, IOTs & OTTS Date: 13 th -17 th May 2019 Duration: 5 days Location: Kampala, Uganda Course Description: This Course is designed to: Give an

More information

IoT Strategy Roadmap

IoT Strategy Roadmap IoT Strategy Roadmap Ovidiu Vermesan, SINTEF ROAD2CPS Strategy Roadmap Workshop, 15 November, 2016 Brussels, Belgium IoT-EPI Program The IoT Platforms Initiative (IoT-EPI) program includes the research

More information

Construction of soil moisture and irrigation IoT monitoring system using Project Based Learning

Construction of soil moisture and irrigation IoT monitoring system using Project Based Learning Construction of soil moisture and irrigation IoT monitoring system using Project Based Learning Rabelo S. L.;Jucá S. C. S.;Gonçalves D. L. C.;Silva V. F.;Pereira R. I. S.;Solonildo Almeida da Silva Abstract

More information

DELL: POWERFUL FLEXIBILITY FOR THE IOT EDGE

DELL: POWERFUL FLEXIBILITY FOR THE IOT EDGE DELL: POWERFUL FLEXIBILITY FOR THE IOT EDGE ABSTRACT Dell Edge Gateway 5000 Series represents a blending of exceptional compute power and flexibility for Internet of Things deployments, offering service

More information

Real-Time Big Data Processing with Azure

Real-Time Big Data Processing with Azure Real-Time Big Data Processing with Azure Lab 2 - Getting Started with IoT Hubs Overview In this lab, you will create an Azure IoT Hub and use it to collect data from a client application. What You ll Need

More information

What you need to know about IoT platforms. How platforms stack up in IoT

What you need to know about IoT platforms. How platforms stack up in IoT What you need to know about IoT platforms How platforms stack up in IoT 80 billion connected devices by 2025. 1 IoT success depends on assembling the right pieces on a flexible foundation that can support

More information

Y10 LED lamp screen wireless group control solution

Y10 LED lamp screen wireless group control solution Y10 LED lamp screen wireless group control solution Functions and Requests LED lamp screen solution provided by Shanghai Xixun Electronic Company has been widely used in southeast areas, which has helped

More information

Introduction to the Internet of Things

Introduction to the Internet of Things Introduction to the Internet of Things Marco Zennaro, PhD Telecommunications/ICT4D Lab The Abdus Salam International Centre for Theoretical Physics Trieste, Italy Introduction to IoT Vision History of

More information

ITU-T Y.4552/Y.2078 (02/2016) Application support models of the Internet of things

ITU-T Y.4552/Y.2078 (02/2016) Application support models of the Internet of things I n t e r n a t i o n a l T e l e c o m m u n i c a t i o n U n i o n ITU-T TELECOMMUNICATION STANDARDIZATION SECTOR OF ITU Y.4552/Y.2078 (02/2016) SERIES Y: GLOBAL INFORMATION INFRASTRUCTURE, INTERNET

More information

Pietro Mercati. System Energy Efficiency Lab. seelab.ucsd.edu

Pietro Mercati. System Energy Efficiency Lab. seelab.ucsd.edu Pietro Mercati System Energy Efficiency Lab seelab.ucsd.edu In the Rrevious Seminar IoT network IoT devices Technology and architectures This presentation Mohsen s presentation last time on Low level architectures

More information

HOW AN IOT PLATFORM CAN PROVIDE MORE EFFECTIVE SUPPLY CHAIN OPERATIONS. Mark Lyness & David Steen PTC

HOW AN IOT PLATFORM CAN PROVIDE MORE EFFECTIVE SUPPLY CHAIN OPERATIONS. Mark Lyness & David Steen PTC HOW AN IOT PLATFORM CAN PROVIDE MORE EFFECTIVE SUPPLY CHAIN OPERATIONS Mark Lyness & David Steen PTC 1 THE BUSINESS CASE FOR EFFECTIVE SUPPLY CHAIN OPERATIONS The Industrial Internet has emerged as a term

More information

Enterprise IoT: A Definitive Handbook PDF

Enterprise IoT: A Definitive Handbook PDF Enterprise IoT: A Definitive Handbook PDF The fourth edition of the Enterprise IoT book is out now. The most comprehensive guide on understanding Enterprise IoT and how to implement IoT applications using

More information

Getting Started with Launchpad and Grove Starter Kit. Franklin Cooper University Marketing Manager

Getting Started with Launchpad and Grove Starter Kit. Franklin Cooper University Marketing Manager Getting Started with Launchpad and Grove Starter Kit Franklin Cooper University Marketing Manager Prelab Work Lab Documentation: https://goo.gl/vzi53y Create a free my.ti.com account Install Drivers for

More information

Introduction to the platforms of services for the Internet of Things Revision : 536

Introduction to the platforms of services for the Internet of Things Revision : 536 Introduction to the platforms of services for the Internet of Things Revision : 536 Chantal Taconet SAMOVAR, Télécom SudParis, CNRS, Université Paris-Saclay April 2018 Outline 1. Internet of Things (IoT)

More information

Keysight Technologies U3801A/02A IoT Fundamentals Applied Courseware. Data Sheet

Keysight Technologies U3801A/02A IoT Fundamentals Applied Courseware. Data Sheet Keysight Technologies U3801A/02A IoT Fundamentals Applied Courseware Data Sheet Introduction The Internet of Things (IoT) is the next mega trend that will change the way we live and work, and it is predicted

More information

DPS Telecom Your Partners in Network Alarm Management

DPS Telecom Your Partners in Network Alarm Management Subject: How to Setup Analog Sensors on a NetGuardian Platforms: Netguardian 832A, 16S, 216, 216T, and NetDog G2 How are your remote sites doing? Too hot? Too cold? Too humid? Low battery voltage? Low

More information

Just a T.A.D. (Traffic Analysis Drone)

Just a T.A.D. (Traffic Analysis Drone) Just a T.A.D. (Traffic Analysis Drone) Senior Design Project 2017: Cumulative Design Review 1 Meet the Team Cyril Caparanga (CSE) Alex Dunyak (CSE) Christopher Barbeau (CSE) Matthew Shin (CSE) 2 System

More information

IoT State of the Union

IoT State of the Union IoT State of the Union Kapil Pendse Partner Solutions Architect, Amazon Web Services If you knew the state of every thing and could reason on top of that data what problems would you solve? AWS IoT Customers

More information

administration access control A security feature that determines who can edit the configuration settings for a given Transmitter.

administration access control A security feature that determines who can edit the configuration settings for a given Transmitter. Castanet Glossary access control (on a Transmitter) Various means of controlling who can administer the Transmitter and which users can access channels on it. See administration access control, channel

More information

The IoT and the Technical Information Challenge. Stuart Mendelsohn

The IoT and the Technical Information Challenge. Stuart Mendelsohn The IoT and the Technical Information Challenge Stuart Mendelsohn 1 About me From UK (Manchester) 4 years learning how to dig up dead people (archaeologist) Electronics was a hobby and then studied electronics/computing

More information

B. The specified product shall be manufactured by a firm whose quality system is in compliance with the I.S./ISO 9001/EN 29001, QUALITY SYSTEM.

B. The specified product shall be manufactured by a firm whose quality system is in compliance with the I.S./ISO 9001/EN 29001, QUALITY SYSTEM. VideoJet 8000 8-Channel, MPEG-2 Encoder ARCHITECTURAL AND ENGINEERING SPECIFICATION Section 282313 Closed Circuit Video Surveillance Systems PART 2 PRODUCTS 2.01 MANUFACTURER A. Bosch Security Systems

More information

Wireless Cloud Camera TV-IP751WC (v1.0r)

Wireless Cloud Camera TV-IP751WC (v1.0r) TRENDnet s, model, takes the work out of viewing video over the internet. Previously to view video remotely, users needed to perform many complicated and time consuming steps: such as signing up for a

More information

Smart Home. The beginning of a smarter home. Ambi Kodak LaMetric Netatmo Tend

Smart Home. The beginning of a smarter home. Ambi Kodak LaMetric Netatmo Tend Smart Home The beginning of a smarter home Ambi Kodak LaMetric Netatmo Tend Personalized Comfort - Made Easy With AI The world s First AI Enabled Smart Air Conditioner Controller - But what is AI? Nowadays,

More information

IOT Based Fuel Monitoring For Vehicles

IOT Based Fuel Monitoring For Vehicles IOT Based Fuel Monitoring For Vehicles Akshada Kawane 1, Shweta Kompa 2, Pranali Survase 3, Pratiksha Thorat 4... ABSTRACT Nowadays, true record of fuel stuffed and gas consumption in vehicles is no longer

More information

ITU-T Y Functional framework and capabilities of the Internet of things

ITU-T Y Functional framework and capabilities of the Internet of things I n t e r n a t i o n a l T e l e c o m m u n i c a t i o n U n i o n ITU-T Y.2068 TELECOMMUNICATION STANDARDIZATION SECTOR OF ITU (03/2015) SERIES Y: GLOBAL INFORMATION INFRASTRUCTURE, INTERNET PROTOCOL

More information

A Vision of IoT: Applications, Challenges, and Opportunities With China Perspective

A Vision of IoT: Applications, Challenges, and Opportunities With China Perspective A Vision of IoT: Applications, Challenges, and Opportunities With China Perspective SHANZHI CHEN, HUI XU, DAKE LIU, BO HU, AND HUCHENG WANG Definitions of IoT from Different Organizations: Organizations

More information

Casambi App User Guide

Casambi App User Guide Casambi App User Guide Version 1.5.4 2.1.2017 Casambi Technologies Oy Table of contents 1 of 28 Table of contents 1 Smart & Connected 2 Using the Casambi App 3 First time use 3 Taking luminaires into use:

More information

Internet of Things Telecommunication operator perspective

Internet of Things Telecommunication operator perspective Internet of Things Telecommunication operator perspective Pierre Rust 1 MINES Saint-Étienne, CNRS Lab Hubert Curien UMR 5516 2 Orange Labs UMR CNRS 5516 SAINT-ETIENNE Goal: Giving you overview of the perspective

More information

3 rd International Conference on Smart and Sustainable Technologies SpliTech2018 June 26-29, 2018

3 rd International Conference on Smart and Sustainable Technologies SpliTech2018 June 26-29, 2018 Symposium on Embedded Systems & Internet of Things in the frame of the 3 rd International Conference on Smart and Sustainable Technologies (), technically co-sponsored by the IEEE Communication Society

More information

142, Noida, U.P., India

142, Noida, U.P., India Review of IoT Market Open Source Technologies in IoT [1] Priyanka Jain, [2] Apoorv Gupta [1] [2] Global Business Expansion Services, NEC Technologies India Pvt. Ltd. Advant Navis Business Park, Sector

More information

IoT Theory and Concepts. (Including Practicals)

IoT Theory and Concepts. (Including Practicals) IoT Theory and Concepts (Including Practicals) Gartner says: World will need 300,000 IOT developers by year 2017. Anything we buy that costs over $100 will be IoT enabled by 2018 We, at Axelta, have launched

More information

Why Connecting to the Internet of Things Project List

Why Connecting to the Internet of Things Project List Why Connecting to the Internet of Things Should Top Your Project List Your things have a story to tell Are you listening? The Internet of Things (IoT) is made up of billions of smart devices, like sensors

More information

Make IoT Child s play

Make IoT Child s play Make IoT Child s play Gamifying IoT with Vorto & Kura Alexander Edelmann, Vorto Committer Luca Dazi, Kura Committer Make IoT Child s Play - Overview IoT Fever Game with Vorto & Kura 3 Mosquitto Server

More information

Processor time 9 Used memory 9. Lost video frames 11 Storage buffer 11 Received rate 11

Processor time 9 Used memory 9. Lost video frames 11 Storage buffer 11 Received rate 11 Processor time 9 Used memory 9 Lost video frames 11 Storage buffer 11 Received rate 11 2 3 After you ve completed the installation and configuration, run AXIS Installation Verifier from the main menu icon

More information

Linux+Zephyr: IoT made easy

Linux+Zephyr: IoT made easy Linux+Zephyr: IoT made easy IoT Explodes Everywhere Sensors and actuators embedded in physical objects and linked through wired and wireless networks, often using the same Internet Protocol (IP) that connects

More information

First Encounters with the ProfiTap-1G

First Encounters with the ProfiTap-1G First Encounters with the ProfiTap-1G Contents Introduction... 3 Overview... 3 Hardware... 5 Installation... 7 Talking to the ProfiTap-1G... 14 Counters... 14 Graphs... 15 Meters... 17 Log... 17 Features...

More information

VMware Pulse IoT Center 1.1 Release Notes

VMware Pulse IoT Center 1.1 Release Notes VMware Pulse IoT Center 1.1 Release Notes Copyright 2018. All rights reserved. Copyright and trademark information.. 3401 Hillview Ave Palo Alto, CA 94304 www.vmware.com 2 Table of Contents 1. Purpose

More information

Next Generation Interactive Experience

Next Generation Interactive Experience Next Generation Interactive Experience Steve Allinson tru2way is a trademark of Cable Television Laboratories, Inc. Tru2way Benefits Uniformity: same interactive guide experience regardless of device manufacturer

More information

HEALTH MONITORING SYSTEM USING IOT

HEALTH MONITORING SYSTEM USING IOT International Journal of Engineering and Manufacturing Science. ISSN 2249-3115 Volume 8, Number 1 (2018) pp. 177-182 Research India Publications http://www.ripublication.com\ HEALTH MONITORING SYSTEM USING

More information

SELF STORAGE. Self Service Kiosks for. Always on Duty! 24 Hour Sales & Support Remote Monitoring Added Security

SELF STORAGE. Self Service Kiosks for. Always on Duty! 24 Hour Sales & Support Remote Monitoring Added Security Optimize staffing resources and provide great customer service with self-storage automation Always on Duty! 24 Hour Sales & Support Remote Monitoring Added Security Self Service Kiosks for OVER 15 YEARS

More information

Work-in-Progress:Experience of Teaching Internet-of-Things Using TI ARM based Connected Launchpad

Work-in-Progress:Experience of Teaching Internet-of-Things Using TI ARM based Connected Launchpad Paper ID #14039 Work-in-Progress:Experience of Teaching Internet-of-Things Using TI ARM based Connected Launchpad Dr. Nannan He, Minnesota State University, Mankato Nannan He is an Assistant Professor

More information

Speech Recognition and Voice Separation for the Internet of Things

Speech Recognition and Voice Separation for the Internet of Things Speech Recognition and Voice Separation for the Internet of Things Mohammad Hasanzadeh Mofrad and Daniel Mosse Department of Computer Science School of Computing and Information University of Pittsburgh

More information

Grove - OLED Display 1.12"

Grove - OLED Display 1.12 Grove - OLED Display 1.12" Introduction 3.3V 5.0V I2C Our new 1.12 OLED displays are perfect when you need a small display with 16 grayscale. The visible portion of the OLED measures 1.12 diagonal and

More information

EEG A1452 SCTE-104 Inserter Frame Card

EEG A1452 SCTE-104 Inserter Frame Card EEG A1452 SCTE-104 Inserter Frame Card Product Manual EEG Enterprises, Inc. 586 Main Street Farmingdale, New York 11735 TEL: (516) 293-7472 FAX: (516) 293-7417 Copyright EEG Enterprises, Inc. 2017 All

More information

IP Broadcasting System. User manual

IP Broadcasting System. User manual IP Broadcasting System User manual 1. IP Broadcast System Hardware and Operating System Demands 1.1 Lowest Demands of Computer Hardware I. CPU : Intel Core Quad 3.0GHz II. RAM : 4GB III. Standard sound

More information

ENGR 1000, Introduction to Engineering Design

ENGR 1000, Introduction to Engineering Design ENGR 1000, Introduction to Engineering Design Unit 2: Data Acquisition and Control Technology Lesson 2.4: Programming Digital Ports Hardware: 12 VDC power supply Several lengths of wire NI-USB 6008 Device

More information

COMPUTER SCIENCE & ENGINEERING

COMPUTER SCIENCE & ENGINEERING COURSE STRUCTURE B.TECH. COMPUTER SCIENCE & ENGINEERING Specialization in Internet of Things (IoT) Under Choice Based Credit System (CBCS) First Semester L T P HRS/WK 1. BMAS0101 Engineering Mathematics

More information

STB Front Panel User s Guide

STB Front Panel User s Guide S ET-TOP BOX FRONT PANEL USER S GUIDE 1. Introduction The Set-Top Box (STB) Front Panel has the following demonstration capabilities: Pressing 1 of the 8 capacitive sensing pads lights up that pad s corresponding

More information

The IoT Inc Business Meetup Silicon Valley Opening remarks and guest presentation

The IoT Inc Business Meetup Silicon Valley Opening remarks and guest presentation The IoT Inc Business Meetup Silicon Valley Opening remarks and guest presentation Bruce Sinclair (Organizer): bruce@iot-inc.com Target of Meetup For business people selling products and services into IoT

More information

C8000. switch over & ducking

C8000. switch over & ducking features Automatic or manual Switch Over or Fail Over in case of input level loss. Ducking of a main stereo or surround sound signal by a line level microphone or by a pre recorded announcement / ad input.

More information

IoT-based Monitoring System using Tri-level Context Making for Smart Home Services

IoT-based Monitoring System using Tri-level Context Making for Smart Home Services IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331, Volume 11, Issue 4 Ver. I (Jul. Aug. 2016), PP 01-05 www.iosrjournals.org IoT-based Monitoring System

More information

Milestone Solution Partner IT Infrastructure Components Certification Report

Milestone Solution Partner IT Infrastructure Components Certification Report Milestone Solution Partner IT Infrastructure Components Certification Report Infortrend Technologies 5000 Series NVR 12-15-2015 Table of Contents Executive Summary:... 4 Introduction... 4 Certified Products...

More information

ITU-T Y Specific requirements and capabilities of the Internet of things for big data

ITU-T Y Specific requirements and capabilities of the Internet of things for big data I n t e r n a t i o n a l T e l e c o m m u n i c a t i o n U n i o n ITU-T Y.4114 TELECOMMUNICATION STANDARDIZATION SECTOR OF ITU (07/2017) SERIES Y: GLOBAL INFORMATION INFRASTRUCTURE, INTERNET PROTOCOL

More information

VIDEO GRABBER. DisplayPort. User Manual

VIDEO GRABBER. DisplayPort. User Manual VIDEO GRABBER DisplayPort User Manual Version Date Description Author 1.0 2016.03.02 New document MM 1.1 2016.11.02 Revised to match 1.5 device firmware version MM 1.2 2019.11.28 Drawings changes MM 2

More information

VMware Pulse IoT Center 1.0 Release Notes

VMware Pulse IoT Center 1.0 Release Notes VMware Pulse IoT Center 1.0 Release Notes Copyright 2018. All rights reserved. Copyright and trademark information.. 3401 Hillview Ave Palo Alto, CA 94304 www.vmware.com 2 Table of Contents 1. Purpose

More information

Securing IoT in the Enterprise

Securing IoT in the Enterprise Securing IoT in the Enterprise Daniel Miessler May 2017 Securing IoT in the Enterprise Daniel Miessler, IOActive May 2017 About - Infosec for around 18 years - Mostly technical testing and enterprise consulting

More information

Concept of ELFi Educational program. Android + LEGO

Concept of ELFi Educational program. Android + LEGO Concept of ELFi Educational program. Android + LEGO ELFi Robotics 2015 Authors: Oleksiy Drobnych, PhD, Java Coach, Assistant Professor at Uzhhorod National University, CTO at ELFi Robotics Mark Drobnych,

More information

The Deltix Product Suite: Features and Benefits

The Deltix Product Suite: Features and Benefits The Deltix Product Suite: Features and Benefits A Product Suite for the full Alpha Generation Life Cycle The Deltix Product Suite allows quantitative investors and traders to develop, deploy and manage

More information

Architecture of Industrial IoT

Architecture of Industrial IoT Architecture of Industrial IoT December 2, 2016 Marc Nader @mourcous Branches of IoT IoT Consumer IoT (Wearables, Cars, Smart homes, etc.) Industrial IoT (IIoT) Smart Gateways Wireless Sensor Networks

More information

Package Contents. LED Protocols Supported. Safety Information. Physical Dimensions

Package Contents. LED Protocols Supported. Safety Information. Physical Dimensions Pixel Triton Table of Contents Package Contents... 1 Safety Information... 1 LED Protocols Supported... 1 Physical Dimensions... 1 Software Features... 2 LED Status... 2 Power... 2 Activity LED... 2 Link

More information

Modbus for SKF IMx and Analyst

Modbus for SKF IMx and Analyst User manual Modbus for SKF IMx and SKF @ptitude Analyst Part No. 32342700-EN Revision A WARNING! - Read this manual before using this product. Failure to follow the instructions and safety precautions

More information

Configuring and Troubleshooting Set-Top Boxes

Configuring and Troubleshooting Set-Top Boxes Diagnose RF Tuner Issues, page 1 Protect End-User Privacy, page 4 Apply Services to Device, page 5 View Video Recordings, page 6 View VOD Programs, page 6 View PDL Programs, page 7 View Hard Disk Information,

More information

THE NEXT GENERATION OF CITY MANAGEMENT INNOVATE TODAY TO MEET THE NEEDS OF TOMORROW

THE NEXT GENERATION OF CITY MANAGEMENT INNOVATE TODAY TO MEET THE NEEDS OF TOMORROW THE NEXT GENERATION OF CITY MANAGEMENT INNOVATE TODAY TO MEET THE NEEDS OF TOMORROW SENSOR Owlet is the range of smart control solutions offered by the Schréder Group. Owlet helps cities worldwide to reduce

More information

Bridging Legacy Systems & the Internet of Things. Matt Newton Director of Technical Marketing OPTO 22

Bridging Legacy Systems & the Internet of Things. Matt Newton Director of Technical Marketing OPTO 22 Bridging Legacy Systems & the Internet of Things Matt Newton Director of Technical Marketing OPTO 22 Overview A Tale of Two Turbines Why IoT? IoT Roadblocks How do we get there? Connecting the physical

More information

Internet Of Things Meets Digital Signage. Deriving more business value from your displays

Internet Of Things Meets Digital Signage. Deriving more business value from your displays Internet Of Things Meets Digital Signage Deriving more business value from your displays IoT evolved into a mature concept ] IoT has been around as a technology trend for more than a decade but recent

More information

The Smart Port Vision

The Smart Port Vision The Smart Port Vision The Internet of Things Enabling Port and Logistics Digital Transformation Saverio Romeo Chief Research Officer Beecham Research What is the Internet of Things (IoT)? 1. It is not

More information

Comparison of IoT Platform Architectures: A Field Study based on a Reference Architecture

Comparison of IoT Platform Architectures: A Field Study based on a Reference Architecture Institute of Architecture of Application Systems Comparison of IoT Platform Architectures: A Field Study based on a Reference Architecture Jasmin Guth, Uwe Breitenbücher, Michael Falkenthal, Frank Leymann,

More information

Internet of Things. a practical component-oriented approach. What is IoT (wikipedia):

Internet of Things. a practical component-oriented approach. What is IoT (wikipedia): Internet of Things a practical component-oriented approach What is IoT (wikipedia): The Internet of Things (IoT) is the internetworking of physical devices, vehicles, buildings and other items - embedded

More information

Model- based design of energy- efficient applications for IoT systems

Model- based design of energy- efficient applications for IoT systems Model- based design of energy- efficient applications for IoT systems Alexios Lekidis, Panagiotis Katsaros Department of Informatics, Aristotle University of Thessaloniki 1st International Workshop on

More information

Bringing an all-in-one solution to IoT prototype developers

Bringing an all-in-one solution to IoT prototype developers Bringing an all-in-one solution to IoT prototype developers W H I T E P A P E R V E R S I O N 1.0 January, 2019. MIKROE V E R. 1.0 Click Cloud Solution W H I T E P A P E R Page 1 Click Cloud IoT solution

More information

EdgeX Foundry. Facilitating IoT Interoperability by Extending Cloud Native Principles to the Edge GLOBAL SPONSORS

EdgeX Foundry. Facilitating IoT Interoperability by Extending Cloud Native Principles to the Edge GLOBAL SPONSORS EdgeX Foundry Facilitating IoT Interoperability by Extending Cloud Native Principles to the Edge GLOBAL SPONSORS The IoT requires architecting from Edge to Core to Cloud EDGE/FIELD FOG CLOUD SECURITY MANAGEABILITY

More information

Home Monitoring System Using RP Device

Home Monitoring System Using RP Device International Research Journal of Computer Science (IRJCS) ISSN: 2393-9842 Issue 05, Volume 4 (May 2017) SPECIAL ISSUE www.irjcs.com Home Monitoring System Using RP Device Mrs. Sudha D 1, Mr. Sharveshwaran

More information

SAP Edge Services, cloud edition Edge Services Overview Guide Version 1802

SAP Edge Services, cloud edition Edge Services Overview Guide Version 1802 SAP Edge Services, cloud edition Edge Services Overview Guide Version 1802 Table of Contents ABOUT THIS DOCUMENT... 3 INTRODUCTION... 4 Persistence Service... 4 Streaming Service... 4 Business Essential

More information

Relationship-based Intercom Platform for Smart Space

Relationship-based Intercom Platform for Smart Space Int'l Conf. Wireless Networks ICWN'17 113 Relationship-based Intercom Platform for Smart Space Daecheon Kim, Duc-Tai Le, and Hyunseung Choo School of Information and Communication Engineering, Sungkyunkwan

More information

How Cable and Telcos support large-scale IoT

How Cable and Telcos support large-scale IoT How Cable and Telcos support large-scale IoT Perspectives and Strategies from NarrowNet SIGFOX Network Operator Enrique Zorzano IoT Week Lisbon, Industry Day, 17 th June 2015 How Cable and Telcos support

More information