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

Size: px
Start display at page:

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

Transcription

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

2 In the Rrevious Seminar IoT network IoT devices Technology and architectures This presentation Mohsen s presentation last time on Low level architectures

3 Introduction What is an IoT application? How to summarize? Device level: Embedded Interaction: the technological and conceptual phenomena of seamlessly integrating the means for interaction into everyday life [Schmidt2010]

4 Introduction What is an IoT application? How to summarize? Network level: the effort to enable the machine perception of the real world and seamless interaction with it [Mitton2011]

5 Introduction You just wrote a C program It s compiling with no errors How do you make sure it is properly working? You test it! How do we test IoT applications? What is required?

6 Introduction Goal 1 (IoT devices): Integrate sensing, networking and actuation capabilities into everyday objects Goal 2 (IoT networks): Design network systems that can interchangeably and efficiently support a large range of applications Make it available for developers to test applications (IoT testbed)

7 In this Presentation Look at how to test IoT: Device level How do we build new devices for the IoT by integrating sensing/networking capabilities into everyday objects? Network level What are the requirements of a network of interconnected devices? How can users leverage an IoT testbed?

8 Outline IoT devices Challenges Design guidelines Commercial devices for IoT IoT testbeds The Motelab example IoT testbeds requirements IoT testbeds classification Some examples more into details Motelab SmartSantander Other projects Actuation and control IoT in industry

9 IoT Devices

10 Embedded Interaction: Netgets We can modify everyday objects to become a part of the IoT by integrating sensing/networking/actuation. Netgets: specialized networked gadgets with sensors and actuators that let users seamlessly manipulate digital information and data in the context of real- world usage [Schmidt2010] HapiFork Kolibree More on

11 Challenges [Schmidt2010] Embedded Vs. Interaction Devices Invisibility Dilemma Implicit Vs. Explicit interaction Context dependence Interaction and multimodality Development support

12 Design Guidelines [Schmidt2010] Information when and where it s useful Information provision without explicit interaction Overprovisioning Specialized components Visibility Accidental use The invisibility dilemma Short and long term life cycle Rapid prototyping Modeling support

13 Commercial Devices for IoT Prototyping Nodes, sensors, SBCs: PanStamps TinyDuino Arduino RF Duino Pinoccio Raspberry Pi BeagleBone Cubieboard Nanode Arduino Uno PanStamp Raspberry Pi 2 More at

14 PanStamp Hardware specifications Dimmensions: 0.7 x 1.2 in (17.7 x 30.5 mm) MCU: Atmel Atmega328P at 8MHz Flash: 32 KB RAM: 2 KB EEPROM: 1 KB RF frontend: TI CC1101 Frequency bands: 868/915 MHz Operating voltage: from 2.5 VDC to 3.6 VDC Current consumption: 1 ua when in deep sleep mode. 2.5mA whilst transmitting On-board LED panstamp AVR 2 ($16)

15 PanStamp Hardware specifications Size: 1.0 x 2.2 in (25.4 x 55.8 mm) Pin spacing: 0.1 in (2.54 mm) Optional on-board sensors: 10KOhm NTC temperature sensor SI7021 I2C humidity/temperature sensor BMP180 I2C pressure/temperature sensor lsm9ds0 I2C accelerometer/gyroscope/ magnetometer sensor Default input voltage (Vcc): 2.0 to 3.6 VDC Optional input voltages: 2.7V to 13.2V with MCP1702 LDO 0.8V to 3.3V with MAX1724 boost regulator panstamp AVR 2 ($16) panstamp sensor board ($6)

16 PanStamp panstamp provides three different API's, which are often combined in the same application. Each API has a special purpose and provides control over different cores and peripherals: Arduino API : generic delay functions and I/ O control, including digital I/O's, ADC's, PWM's, UART, SPI and I2C. panstamp API : core functions and power management. SWAP API : SWAP (protocol) functions. This API is implemented in a separate library. Get the libraries from github and program devices using Arduino IDE panstamp AVR 2 ($16) panstamp sensor board ($6)

17 Raspberry Pi Low cost (~35$) single- board computer A fully functional ARM- based Linux machine WHAT YOU WILL NEED REQUIRED SD Card Display and connectivity cables Keyboard and mouse Power supply Raspberry Pi 2 NOT ESSENTIAL BUT HELPFUL TO HAVE Internet connection Headphones

18 Raspberry Pi Low cost (~35$) single- board computer A fully functional ARM- based Linux machine Raspberry Pi 2 Internet doorbell: blog/internet-doorbell/ Temperature and humidity monitor: Raspberry-Pi-Temperature- Humidity-Network-Monitor/ Raspberry Pi Bluetooth In/Out Board: Raspberry-Pi-Bluetooth-InOut- Board-or-Whos-Hom/ Raspberry quadcopter: /10-insanely-innovative-incrediblycool-raspberry-pi-projects.html#slide10 Innovative Raspberry projects: Raspberry and IoT: Raspberry projects to learn IoT:

19 PanStamp Vs Raspberry PanStamp Raspberry Low cost Low cost (~$35) Reliable communication stack Line of compatible products A Linux machine Supports multiple programming languages (Python, C, C++, etc) Battery powered Requires IDE In general requires power cable

20 How to Test IoT? Are we done yet? So far we looked at how to make the single pieces of IoT Netgets: Custom devices for embedded interaction Challenges and design guidelines Nodes, sensors, SBC: Rapid prototyping How to obtain a realistic environment for IoT? Build an IoT testbed and make it available to everybody

21 IoT Testbeds

22 IoT Testbeds Simulations Pros: Good for having a preliminary understanding of the problem and of tradeoffs Can be run in general purpose machines Cons: Rely on assumptions and models which may be not accurate and/or not general This is even more dramatic for IoT: Real world processes Very large scale interactions

23 IoT Testbeds Need for Interdisciplinary, multitechnology, large- scale, realistic testbeds Test IoT outside of research labs To enable Technical evaluation of IoT under realistic conditions Assessment of social acceptance of IoT Quantification of performance with real users in the loop How do we build an IoT testbed? What are the requirements? How do we classify IoT testbeds?

24 The Motelab Testbed (2005) A software infrastructure implemented on a network of 30 sensor nodes distributed over three floors of ECE dept building at Harvard University. A web interface allows remote users to program nodes and run experiments. One of first and long lasting testbeds (635 citations on [Welsh2005]) Remote users can connect and use the interface for job scheduling, node programming, data logging. Used as basis for other testbeds, e.g. CCNY- CWSNET and INDRIYA

25 Requirements [Mitton2011] Scale Thousands of interconnected devices Minimize human intervention Maximize plug- and- play Automate fault management Support resource selection Heterogeneity IoT networks are composed by different devices The testbed should reflect such heterogeneity Repeatability Experiments should be easily re- executed and compared Agreements on standards for experiment specifications, collection of traces, packaging of results

26 Requirements Federation Enable integration with other IoT testbeds Requires a common framework for authentication, authorization, accounting, reservation and experimental scheduling. Concurrency Multiplexing of concurrent experiments Virtualization to enable resource selection while avoiding conflicts Experimental Environment Moving testbeds out of labs requires higher robustness Every connection should be wireless Overhead of maintenance

27 Requirements Mobility Real IoT devices may move around Control and exploit realistic mobility of devices and entities User Involvement and Impact IoT application are centered on users Require active participation Mechanisms to evaluate social impact of IoT applications

28 Testbeds Classification Scope Architecture Hardware features Testbed services

29 Testbeds Classification Scope and architecture

30 Testbeds Classification Hardware features

31 Testbeds Classification Testbed services Web interfaces Application programming interfaces Experiment description Experiment scheduling Reprogramming Execution control Monitoring and data collection Resource discovery and configuration Fault management Performance monitoring Co- simulation

32 Example 1: Motelab (2005) Federation: Motelab software can manage any lab of nodes providing remote reprogramming and data logging capabilities Concurrency: User quota system facilitates sharing the lab between multiple users Repeatability: Once a job is created, Motelab stores the configuration information allowing the same job to be run multiple times What is missing? Mobility Scale Requirements Scale Heterogeneity Repeatability Federation Concurrency Experimental Environment Mobility User Involvement and Impact

33 Example 1: Motelab (2005) Scope: HW features: Application domain WSN Generic Limited to TinyOS Technology domain Testbed services: Single domain (WSN) Architecture: Two- tier Web interface for experiment specification Homogeneous Data collection Indoor Power monitoring Permanent/portable?

34 Example 2: SmartSantander (2009- present) SmartSantander proposes a unique in the world city- scale experimental research facility in support of typical applications and services for a smart city. The project envisions the deployment of 20,000 sensors in Belgrade, Guildford, Lübeck and Santander (12,000)

35 Example 2: SmartSantander (2009- present) Key Functions: Validation of approaches to the architectural model of IoT. Evaluation of the key building blocks of the IoT architecture Evaluation of social acceptance of IoT technologies and services. Scale, Federation, Mobility, User involvement

36 Other Interesting Projects WISEBED [Pfisterer2009] SensLab [Vandaele2011 ] SmartCampus [Headley2013] IoT- LAB [Ziegler2015] IoT-LAB testbeds are located at six different sites across France which gives forward access to 2728 wireless sensors nodes: Inria Grenoble (928), Inria Lille (640), ICube Strasbourg (400), Inria Rocquencourt (344), Inria Rennes (256) and Institut Mines-Télécom Paris (160)

37 Other Interesting Projects WISEBED [Pfisterer2009] SensLab [Vandaele2011 ] SmartCampus [Headley2013] IoT- LAB [Ziegler2015] 1. Build your application Build one or several firmwares to use during your experiment for WSN430, M3 or A8 hardware platform. 2. Select resources Choose number and type of nodes or choose a specific topology. 3. Configure nodes Associate a firmware to each node and define the activity of the control node during the experiment 4. Submit your experiment A scheduler will program your experiment, immediately if resources are free. The deployment will be automatic.

38 Actuation and Control Smart grids Detailed energy measurement Energy control and distribution A problem of distributed control: Move control to subcomponents Achieve optimal solutions by intelligently orchestrate distributed controllers REFERENCES Demo Abstract: Distributed Control of a Swarm of Buildings Connected to a Smart Grid Multi-Agent Systems in a Distributed Smart Grid: Design and Implementation Management and Control of Domestic Smart Grid Technology The Path of the Smart Grid Control Mechanisms for Residential Electricity Demand in SmartGrids

39 IoT Platforms ThingWorx Carriots idigi

40 IoT Startups SmartThings Chui Sensoria

41 IoT in Large Companies Intel of- things/overview.html ARM of- things- solutions/ Google Cisco of- things/overview.html

42 Conclusion Potentially every object can be augmented with sensing, networking and actuation capabilities. There is a proliferation of commercial smart devices, sensor boards, single- board computers Invisibility dilemma, rapid prototyping. IoT applications require large and flexible testbeds IoT testbeds should be developed to fulfill important requirements Some recent effort realized large- scale testbeds for IoT experimentation (SmartSantander, IoT- lab) Important companies are striving to drive IoT development Proliferation of IoT- related startups

43 Backup

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

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

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

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

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

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

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

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

IoT Software Platforms

IoT Software Platforms Politecnico di Milano Advanced Network Technologies Laboratory IoT Software Platforms in the cloud 1 Why the cloud? o IoT is about DATA sensed and transmitted from OBJECTS o How much data? n IPV6 covers

More information

Distributed by Pycom Ltd. Copyright 2016 by Pycom Ltd. All rights reserved. No part of this document may be reproduced, distributed, or transmitted

Distributed by Pycom Ltd. Copyright 2016 by Pycom Ltd. All rights reserved. No part of this document may be reproduced, distributed, or transmitted Copyright 2016 by Pycom Ltd. All rights reserved. No part of this document may be reproduced, distributed, or and certain other noncommercial uses permitted by copyright law.. LoPy With LoRa, Wifi and

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

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

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

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

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

IERC Standardization Challenges. Standards for an Internet of Things. 3 and 4 July 2014, ETSI HQ (Sophia Antipolis)

IERC Standardization Challenges. Standards for an Internet of Things. 3 and 4 July 2014, ETSI HQ (Sophia Antipolis) www.internet-of-things-research.eu Standardization Challenges Standards for an Internet of Things 3 and 4 July 2014, ETSI HQ (Sophia Antipolis) Workshop co-organized by EC DG Connect and ETSI Dr. Ovidiu

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

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

PROTOTYPE OF IOT ENABLED SMART FACTORY. HaeKyung Lee and Taioun Kim. Received September 2015; accepted November 2015

PROTOTYPE OF IOT ENABLED SMART FACTORY. HaeKyung Lee and Taioun Kim. Received September 2015; accepted November 2015 ICIC Express Letters Part B: Applications ICIC International c 2016 ISSN 2185-2766 Volume 7, Number 4(tentative), April 2016 pp. 1 ICICIC2015-SS21-06 PROTOTYPE OF IOT ENABLED SMART FACTORY HaeKyung Lee

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

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

IOT BASED ENERGY METER RATING

IOT BASED ENERGY METER RATING IOT BASED ENERGY METER RATING Amrita Lodhi 1,Nikhil Kumar Jain 2, Prof.Prashantchaturvedi 3 12 Student, 3 Dept. of Electronics & Communication Engineering Lakshmi Narain College of Technology Bhopal (India)

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

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

Application of Internet of Things for Equipment Maintenance in Manufacturing System

Application of Internet of Things for Equipment Maintenance in Manufacturing System Application of Internet of Things for Equipment Maintenance in Manufacturing System Tejaswini S Sharadhi 1, R S Ananda Murthy 2, Dr M S Shashikala 3 1 MTech, Energy Systems and Management, Department of

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 (IoT): The Big Picture

Internet of Things (IoT): The Big Picture Internet of Things (IoT): The Big Picture Tampere University of Technology, Tampere, Finland Vitaly Petrov: vitaly.petrov@tut.fi IoT at a glance q Internet of Things is: o A concept o A trend o The network

More information

ProMOS. Bravo1601. Stand-alone BLE SMD Modules. Datasheet (V1.0) ProMOS Co., Ltd. IoT Solutions Provider.

ProMOS. Bravo1601. Stand-alone BLE SMD Modules. Datasheet (V1.0) ProMOS Co., Ltd. IoT Solutions Provider. Bravo1601 Stand-alone BLE SMD Modules Datasheet (V1.0) ProMOS Co., Ltd. Description The Bravo1601 series are the compact Bluetooth low energy (BLE) modules, built in TI_CC2640 with the high-performance

More information

PoLTE: The GPS Alternative for IoT Location Services

PoLTE: The GPS Alternative for IoT Location Services PoLTE: The GPS Alternative for IoT Location Services A Cost-Effective New Cellular IoT Location Solution that is Power Efficient, Low Cost and Rapidly Scalable Global positioning system (GPS) has been

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

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

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

UPDATE ON IOT LANDSCAPING

UPDATE ON IOT LANDSCAPING UPDATE ON IOT LANDSCAPING ETSI STF 505 Jumoke Ogunbekun IoT in the Smart Home Workshop, 21 st to 22 nd March 2015, Sophia Antipolis, France Outline Starting point for TR 103 375 The AIOTI initiative AIOTI

More information

The Internet-of-Things For Biodiversity

The Internet-of-Things For Biodiversity The Internet-of-Things For Biodiversity Adam T. Drobot Wayne, PA 19087 Outline What: About IoT Aspects of IoT Key ingredients Dealing with Complexity The basic ingredients for IoT Examples of IoT that

More information

ENGINEERING COMMITTEE Energy Management Subcommittee SCTE STANDARD SCTE

ENGINEERING COMMITTEE Energy Management Subcommittee SCTE STANDARD SCTE ENGINEERING COMMITTEE Energy Management Subcommittee SCTE STANDARD SCTE 237 2017 Implementation Steps for Adaptive Power Systems Interface Specification (APSIS ) NOTICE The Society of Cable Telecommunications

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

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

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

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

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

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

ISSN (PRINT): , (ONLINE): , VOLUME-5, ISSUE-4,

ISSN (PRINT): , (ONLINE): , VOLUME-5, ISSUE-4, RURAL PEOPLE/PATIENTS HEALTH CONDITION MONITORING AND PRESCRIPTION WITH IOT B. Mani 1, G. Deepika 2 Department of Electronics and Communication Engineering RRS College of Engineering & Technology Abstract

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

Datasheet. Dual-Band airmax ac Radio with Dedicated Wi-Fi Management. Model: B-DB-AC. airmax ac Technology for 300+ Mbps Throughput at 5 GHz

Datasheet. Dual-Band airmax ac Radio with Dedicated Wi-Fi Management. Model: B-DB-AC. airmax ac Technology for 300+ Mbps Throughput at 5 GHz Dual-Band airmax ac Radio with Dedicated Wi-Fi Management Model: B-DB-AC airmax ac Technology for 300+ Mbps Throughput at 5 GHz Superior Processing by airmax Engine with Custom IC Plug and Play Integration

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

Sharif University of Technology. SoC: Introduction

Sharif University of Technology. SoC: Introduction SoC Design Lecture 1: Introduction Shaahin Hessabi Department of Computer Engineering System-on-Chip System: a set of related parts that act as a whole to achieve a given goal. A system is a set of interacting

More information

AIFA TECHNOLOGY CORP.

AIFA TECHNOLOGY CORP. AIFA TECHNOLOGY CORP. WiFi-04 Module Specification Disclaimer and Copyright Notice The contents of this specification are subject to change without notice. Specification contents PROVIDED WITHOUT ANY WARRANTY,

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

ITU-T Y Reference architecture for Internet of things network capability exposure

ITU-T Y Reference architecture for Internet of things network capability exposure 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.4455 TELECOMMUNICATION STANDARDIZATION SECTOR OF ITU (10/2017) SERIES Y: GLOBAL INFORMATION INFRASTRUCTURE, INTERNET PROTOCOL

More information

RF4432F27 wireless transceiver module

RF4432F27 wireless transceiver module RF4432F27 wireless transceiver module 1. Description RF4432F27 is 500mW RF module embedded with amplifier and LNA circuit. High quality of component, tightened inspection and long term test make this module

More information

OddCI: On-Demand Distributed Computing Infrastructure

OddCI: On-Demand Distributed Computing Infrastructure OddCI: On-Demand Distributed Computing Infrastructure Rostand Costa Francisco Brasileiro Guido Lemos Filho Dênio Mariz Sousa MTAGS 2nd Workshop on Many-Task Computing on Grids and Supercomputers Co-located

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

IOT BASED SMART ATTENDANCE SYSTEM USING GSM

IOT BASED SMART ATTENDANCE SYSTEM USING GSM IOT BASED SMART ATTENDANCE SYSTEM USING GSM Dipali Patil 1, Pradnya Gavhane 2, Priyesh Gharat 3, Prof. Urvashi Bhat 4 1,2,3 Student, 4 A.P, E&TC, GSMoze College of Engineering, Balewadi, Pune (India) ABSTRACT

More information

Smart. Connected. Energy-Friendly.

Smart. Connected. Energy-Friendly. www.silabs.com Smart. Connected. Energy-Friendly. Miniaturizing IoT Designs Tom Nordman, Pasi Rahikkala This whitepaper explores the challenges that come with designing connected devices into increasingly

More information

Internet of Things (IoT) Vikram Raval GSMA

Internet of Things (IoT) Vikram Raval GSMA Internet of Things (IoT) Vikram Raval GSMA Introductions 2 Your objectives What do you expect to learn from this course? How is it relevant to you? 3 Themes Understanding the benefits IoT can bring Key

More information

Four steps to IoT success

Four steps to IoT success Introduction Businesses are using the Internet of Things (IoT) to connect the unconnected. By taking all their electro-mechanical assets and applying a digital layer a layer enabled by the Internet of

More information

Emerging IoT Technologies for Smart Cities

Emerging IoT Technologies for Smart Cities 07.11.2017 U4IoT Contact Dr sziegler@mandint.org IoT-related International Engagement ITU-T Member Rapporteur on Research and Emerging Technologies for the Internet of Things and Smart Cities (SG20) Cybersecurity

More information

APPLICATIONS typical application: Lighting automation Other applications of the SO and SI line of controllers: HVAC automation Industrial automation OVERVIEW The S Series are microprocessor based I/O controllers

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

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

PERFORMANCE ANALYSIS OF IOT SMART SENSORS IN AGRICULTURE APPLICATIONS

PERFORMANCE ANALYSIS OF IOT SMART SENSORS IN AGRICULTURE APPLICATIONS International Journal of Mechanical Engineering and Technology (IJMET) Volume 9, Issue 11, November 2018, pp. 1936 1942, Article ID: IJMET_09_11 203 Available online at http://www.ia aeme.com/ijmet/issues.asp?jtype=ijmet&vtype=

More information

Senior Design Project: Blind Transmitter

Senior Design Project: Blind Transmitter Senior Design Project: Blind Transmitter Marvin Lam Mamadou Sall Ramtin Malool March 19, 2007 As the technology industry progresses we cannot help but to note that products are becoming both smaller and

More information

RF4432 wireless transceiver module

RF4432 wireless transceiver module RF4432 wireless transceiver module 1. Description RF4432 adopts Silicon Lab Si4432 RF chip, which is a highly integrated wireless ISM band transceiver. The features of high sensitivity (-121 dbm), +20

More information

PLED-W800 Scan for more information

PLED-W800 Scan for more information The ViewSonic PLED-W800 is an ultra-portable LED projector with 800 ANSI lumens and WXGA 1280x800 native resolution. With a compact lightweight design, a USB reader/5v charging port, and over 30,000 hours

More information

IoT Technical foundation and use cases Anders P. Mynster, Senior Consultant High Tech summit DTU FORCE Technology at a glance

IoT Technical foundation and use cases Anders P. Mynster, Senior Consultant High Tech summit DTU FORCE Technology at a glance IoT Technical foundation and use cases Anders P. Mynster, apm@force.dk Senior Consultant High Tech summit DTU 2017 FORCE Technology at a glance Internet of Things devices everywhere! Gartners Hype cycle

More information

Internet of Things: Cross-cutting Integration Platforms Across Sectors

Internet of Things: Cross-cutting Integration Platforms Across Sectors Internet of Things: Cross-cutting Integration Platforms Across Sectors Dr. Ovidiu Vermesan, Chief Scientist, SINTEF DIGITAL EU-Stakeholder Forum, 31 January-01 February, 2017, Essen, Germany IoT - Hyper-connected

More information

LandRake HYC V 4006-MIMO Series 4GHz PTP / NATO Mobile Mesh Series

LandRake HYC V 4006-MIMO Series 4GHz PTP / NATO Mobile Mesh Series LandRake HYC V 4006-MIMO Series 4GHz PTP / NATO Mobile Mesh Series HYC (V)406X-27 4.430 ~ 4.930 GHz 2x2 MIMO HT-OFDM PTP/Mobile Mesh Radio with GPS receiver With High Throughput 2x2 MIMO HT-OFDM Protocol

More information

Alice EduPad Board. User s Guide Version /11/2017

Alice EduPad Board. User s Guide Version /11/2017 Alice EduPad Board User s Guide Version 1.02 08/11/2017 1 Table OF Contents Chapter 1. Overview... 3 1.1 Welcome... 3 1.2 Launchpad features... 4 1.3 Alice EduPad hardware features... 4 Chapter 2. Software

More information

PLED-W800 Scan for more information

PLED-W800 Scan for more information The ViewSonic PLED-W800 is an ultra-portable LED projector with 800 ANSI lumens and WXGA 1280x800 native resolution. With a compact lightweight design, a USB reader/5v charging port, and over 30,000 hours

More information

APPLICATION NOTE. Atmel AVR32850: ATSAM4L-EK User Guide. Atmel SAM4L. Features. Introduction

APPLICATION NOTE. Atmel AVR32850: ATSAM4L-EK User Guide. Atmel SAM4L. Features. Introduction APPLICATION NOTE Atmel AVR32850: ATSAM4L-EK User Guide Atmel SAM4L Features ATSAM4L-EK kit Board description Using the demonstration firmware Introduction The ATSAM4L-EK is a reference design and development

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

Design for Testability

Design for Testability TDTS 01 Lecture 9 Design for Testability Zebo Peng Embedded Systems Laboratory IDA, Linköping University Lecture 9 The test problems Fault modeling Design for testability techniques Zebo Peng, IDA, LiTH

More information

SERVICE DESCRIPTION VIDENS SD-WAN SERVICE MANAGEMENT

SERVICE DESCRIPTION VIDENS SD-WAN SERVICE MANAGEMENT VERSION 2.1 MARCH 2018 SERVICE DESCRIPTION VIDENS SD-WAN SERVICE MANAGEMENT TABLE OF CONTENTS 1 Videns SD-WAN Service Management overview... 3 2 Customer benefits... 3 3 Service levels... 3 4 Deliverables...

More information

A Brief Overview of Existing Tools for Testing the Internet-of-Things

A Brief Overview of Existing Tools for Testing the Internet-of-Things A Brief Overview of Existing Tools for Testing the Internet-of-Things João Pedro Dias, Flávio Couto, Ana C.R. Paiva and Hugo Sereno Ferreira First International Workshop on Verification and Validation

More information

Designing for the Internet of Things with Cadence PSpice A/D Technology

Designing for the Internet of Things with Cadence PSpice A/D Technology Designing for the Internet of Things with Cadence PSpice A/D Technology By Alok Tripathi, Software Architect, Cadence The Cadence PSpice A/D release 17.2-2016 offers a comprehensive feature set to address

More information

C-MAX. CMM-9301-V3.1S Bluetooth 4.0 Single Mode HCI Module. Description. 1.1 Features

C-MAX. CMM-9301-V3.1S Bluetooth 4.0 Single Mode HCI Module. Description. 1.1 Features Description This Module is limited to OEM installation ONLY The module is a Bluetooth SIG qualified, miniaturised BLE controller module based on EM Microelectronic's low power fully integrated single-chip

More information

User manual. Long Range Wireless HDMI/SDI HD Video Transmission Suite

User manual. Long Range Wireless HDMI/SDI HD Video Transmission Suite User manual Long Range Wireless HDMI/SDI HD Video Transmission Suite Preface Thanks for purchasing our Long Range Wireless HDMI/SDI HD Video Transmission Suite. Before using this product, read this user

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

Spectrum Management Aspects Enabling IoT Implementation

Spectrum Management Aspects Enabling IoT Implementation Regional Seminar for Europe and CIS Management and Broadcasting 29-31 May 2017 Hotel Roma Aurelia Antica, Convention Centre Rome, Italy Management Aspects Enabling IoT Implementation Pavel Mamchenkov,

More information

THE TRANSFER CENTER INTERNET OF THINGS (IOT) LAB

THE TRANSFER CENTER INTERNET OF THINGS (IOT) LAB THE TRANSFER CENTER INTERNET OF THINGS (IOT) LAB DEMONSTRATION, DEVELOPMENT AND TEST CENTER FOR IOT TECHNOLOGIES We support our customers from recognizing and understanding IoT technologies to strategy

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

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

Telecommunication Development Sector

Telecommunication Development Sector Telecommunication Development Sector Study Groups ITU-D Study Group 1 Rapporteur Group Meetings Geneva, 4 15 April 2016 Document SG1RGQ/218-E 22 March 2016 English only DELAYED CONTRIBUTION Question 8/1:

More information

Hitachi Kokusai Electric Comark LLC

Hitachi Kokusai Electric Comark LLC Hitachi Kokusai Electric Comark LLC TRANSMIT TER OF THE FUTURE Solid State. Broadband. Affordable. The future has arrived. With rapid changes in solid state RF device technologies and design techniques,

More information

Case analysis: An IoT energy monitoring system for a PV connected residence

Case analysis: An IoT energy monitoring system for a PV connected residence Case analysis: An IoT energy monitoring system for a PV connected residence Marcus André P. Oliveira, 1, Wendell E. Moura Costa 1, Maxwell Moura Costa 1, 1 IFTO Campus Palmas marcusandre@ifto.edu.br, wendell@ifto.edu.br,

More information

DCIT 2015 Wuhan, Hubei, China, November LIMOS UMR 6158 CNRS, Clermont-Ferrand, FRANCE

DCIT 2015 Wuhan, Hubei, China, November LIMOS UMR 6158 CNRS, Clermont-Ferrand, FRANCE DCIT 2015 Wuhan, Hubei, China, 16-18- November 2015 kun-mean.hou@isima.fr LIMOS UMR 6158 CNRS, Clermont-Ferrand, FRANCE 1 Outline Introduction: Panorama of IoT technology IoT core technologies: IoT node

More information

Embedded System Training Module ABLab Solutions

Embedded System Training Module ABLab Solutions Embedded System Training Module ABLab Solutions www.ablab.in Table of Contents Course Outline... 4 1. Introduction to Embedded Systems... 4 2. Overview of Basic Electronics... 4 3. Overview of Digital

More information

Coverage where you need it, made easy!

Coverage where you need it, made easy! Sigfox Access Station Micro SMBS-T4 Coverage where you need it, made easy! Improve Sigfox device coverage indoor and outdoor Version : September 2018 Easy to install Cost efficient The Sigfox Access Station

More information

Copyright 2018 Xi an NovaStar Tech Co., Ltd. All Rights Reserved. No part of this document may be copied, reproduced, extracted or transmitted in any

Copyright 2018 Xi an NovaStar Tech Co., Ltd. All Rights Reserved. No part of this document may be copied, reproduced, extracted or transmitted in any Document Version: Document Number: V1.1.0 NS110100423 A8s Receiving Card Copyright 2018 Xi an NovaStar Tech Co., Ltd. All Rights Reserved. No part of this document may be copied, reproduced, extracted

More information

Dell Wyse 5030 PCoIP Zero Client

Dell Wyse 5030 PCoIP Zero Client Dell Wyse 5030 PCoIP Zero Client User Guide Regulatory Model: PxN Regulatory Type: PxN001 Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your

More information

Design of Vision Embedded Platform with AVR

Design of Vision Embedded Platform with AVR Design of Vision Embedded Platform with AVR 1 In-Kyu Jang, 2 Dai-Tchul Moon, 3 Hyoung-Kie Yoon, 4 Jae-Min Jang, 5 Jeong-Seop Seo 1 Dept. of Information & Communication Engineering, Hoseo University, Republic

More information

Dynamic Animation Cube Group 1 Joseph Clark Michael Alberts Isaiah Walker Arnold Li

Dynamic Animation Cube Group 1 Joseph Clark Michael Alberts Isaiah Walker Arnold Li Dynamic Animation Cube Group 1 Joseph Clark Michael Alberts Isaiah Walker Arnold Li Sponsored by: Department of Electrical Engineering & Computer Science at UCF What is the DAC? The DAC is an array of

More information

Hardware Design Considerations for a Wireless LED Based Display Design

Hardware Design Considerations for a Wireless LED Based Display Design International Journal of Emerging Engineering Research and Technology Volume 3, Issue 11, November 2015, PP 50-57 ISSN 2349-4395 (Print) & ISSN 2349-4409 (Online) Hardware Design Considerations for a Wireless

More information

Showcase C: Korea USA. Japan (Germany) Germany. Smart City Services and Multiple Service Layer Platforms Interworking

Showcase C: Korea USA. Japan (Germany) Germany. Smart City Services and Multiple Service Layer Platforms Interworking Korea KETI & SKT & ntels USA CONVIDA Wireless Japan (Germany) NEC Laboratories Europe Germany Fraunhofer FOKUS Showcase C: Smart City Services and Multiple Service Layer Platforms Interworking KETI Convida

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

Internet of Things (IoT)

Internet of Things (IoT) Internet of Things (IoT) Aims of this session Define IoT Understanding the technology behind IoT Analysis of Operational aspects of IoT Understanding IoT business models Explore the policy and regulatory

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

Government of Karnataka Department of Technical Education Bengaluru

Government of Karnataka Department of Technical Education Bengaluru Government of Karnataka Department of Technical Education Bengaluru Course Title: Internet of Things Course Code: Scheme (L:T:P) : 4:0:0 Total Contact Hours: 2 1CS6F Type of Course: Lectures, Self Core/

More information

VRT Radio Transport for SDR Architectures

VRT Radio Transport for SDR Architectures VRT Radio Transport for SDR Architectures Robert Normoyle, DRS Signal Solutions Paul Mesibov, Pentek Inc. Agenda VITA Radio Transport (VRT) standard for digitized IF DRS-SS VRT implementation in SDR RF

More information

One view. Total control. Barco OpSpace

One view. Total control. Barco OpSpace One view. Total control Barco OpSpace One view. Total control Today, operators can either access only one portion of the required information, or they have to physically switch between different work stations

More information