CONNECTING SERVICES IN IOT DESIGN

Size: px
Start display at page:

Download "CONNECTING SERVICES IN IOT DESIGN"

Transcription

1 CONNECTING SERVICES IN IOT DESIGN RELOC s.r.l. Conference Lake Garda, 7-8 April 2016

2 Internet-of-Things Evolution of the Internet in which everyday physical objects are seamlessly integrated into the information network, and data coming from things is mixed with information generated by people, processes and systems in order to build enhanced cooperative services and applications: it s about adding value and solving problems. 1 Things with embedded sensors and communication COLLECT ACT COMMUNICATE 2 3 ANALYZE Local and wide area networks Collect, mix, and process data

3 Internet-of-Things 2015 Connected devices 5 10B B 14B 28B Source: Harbor Research, Cisco, BOSH

4 Internet-of-Things Business impact Gartner predicts that the total economic value add for the Internet of Things will be $1.9 trillion dollars in 2020, benefiting a wide range of industries, such as, healthcare, retail, and transportation $ Billion Source: CISCO Source: Postscapes, Harbor Research > $1 Trillion

5 Internet-of-Things Examples Source: Vala Afshar, «40 IoT Solutions», 2014

6 Internet-of-Things A lot of opportunities but there still are problems and challenges. A few examples: design IoT is about adding values and solving problems while in 2015 [IoT] progress was documented by the number of devices that were connected online [ ]. This is like measuring a hospital by the number of patients rather than how effective it is at curing people. Focus on the analysis phase (problem identification, solution analysis, user experience,..) and product differentiation Efficient implementation based on design reuse platform-based design

7 Internet-of-Things / embedded Internet-of-Things applications include critical design parts, e.g. communication (numerous protocols both at transport and application layer), cloud-service (multitude of solutions available) calling for specific design competences. Pre-verified ready-to-use platform components (reduce risk, accelerate design, simplify update and protocol migration) SECURITY & / embedded Potential security vulnerabilities involving encryption, permissions, password security. Products vulnerabilities stress unlawful surveillance / privacy issues. Device with encryption capabilities for secure end-to-end communications; Robust secured remote update procedures to potentially fix security issues.

8 System Architecture Cloud Services User Interface Networking Smart Objects

9 Embedded Connectivity Embedded connectivity requires significant HW / FW modifications vs Accelerate development: move firmware development at the API level Simplify update: abstract connectivity solution

10 Cloud Services and Applications Challenges of interaction with cloud services Multiple device-to-cloud protocols Multiple semantics and APIs Different device management (e.g. provisioning) Test and field monitoring challenges Requires industry proven solution for fast adoption Internet-of-Things ready-to-use starter-kits comprehensive application examples CoAP pre-verified device-to-cloud system components

11 IoT Board Architecture and Schematics 1 Reduce design errors via Configurator tools IoT Board Wired LEDs Gyro 3DOF Sensors Switches Acc. 3DOF T / H Ethernet USB Host USB Device ETH USB USB GPIOs S7 Cortex-M4 (176 pins) SPI* I2C** SPI* UART I2C** Wireless Wi-Fi BLE On- Board JTAG BUS On-Board Flash Display + Touch** TFT Controller NFC 2 Board Accelerate development On-Board RAM

12 IoT Board Firmware Components SENSOR MONITORING Physical bus sharing with dynamic reconfiguration Developed on S3, seamlessly ported on S7 3

13 IoT Board Firmware Components SENSOR MONITORING... gyro.p_api->open( gyro.p_ctrl, gyro.p_cfg ); acc.p_api->open( acc.p_ctrl, acc.p_cfg ); th.p_api->open( th.p_ctrl, th.p_cfg ); while (run) { gyro.p_api->readangularrates( gyro.p_ctrl, &gyro_rates ); acc.p_api->readaccelerations( acc.p_ctrl, &acc_rates ); th.p_api->readtemperature( th.p_ctrl, &temperature ); th.p_api->readhumidity( th.p_ctrl, &humidity );... } 5 Innovate - sensor fusion w/ same API - multi-device adaptive sensing (see smartphone) gyro.p_api->close( gyro.p_ctrl ); acc.p_api->close( acc.p_ctrl ); th.p_api->close( th.p_ctrl );... 4 Similar APIs for different sensors. Accelerate: save 1 / 2 wks per sensor (development & test).

14 IoT Board Firmware Components NFC CONNECTIVITY High-Level Application Simple NVM memory interface Software Add-ons NFC Device Driver NFC Framework TLV NDEF Parser Proprietary Parser NDEF API! R/W web url, , text,.. Synergy SW PLT Synergy HW PLT I2C NFC Fmwk I2C HAL Driver SW I2C BUS I2C HW Module 6 Accelerate interact with a smartphone via NFC in a few hours. Save 1 man/month of development and test for flexible NDEF interface I2C bus NFC to I2C tag

15 IoT Board Firmware Components WI-FI CONNECTIVITY Device provisioning Send data to the cloud Receve events and commands App-to-Cloud I/F Cloud device management Cloud-specific management «Standard» product App Cloud APIs Cloud protocol REST / MQTT / CoAP /.. NetX API interface Framework Drivers Wi-Fi Manager Wi-Fi Driver SPI Framework SPI Driver 7 Accelerate Save several man/month of development and test for networking 8 Flexibility Selection of Wi-Fi controller

16 IoT Board Sensors to Cloud Application Sensor-to-Cloud 3DOF accelerometer 2DOC gyroscope Temperature Humidity Cloud-to-Actuator Control of RGB lamp RESTful interface to SENSHUB platform

17 BUILDING A CONNECTED WORLD. TODAY. info@reloc.it

Si7013 Temperature Humidity Driver v1.2

Si7013 Temperature Humidity Driver v1.2 Si7013 Temperature Humidity Driver v1.2 Quickstart Guide for ARIS board All information contained in these materials, including products and product specifications, represents information on the product

More information

ARROW ARIS Board Software User s Guide 27/07/2016

ARROW ARIS Board Software User s Guide 27/07/2016 ARROW ARIS Board Software User s Guide All information contained in these materials, including products and product specifications, represents information on the product at the time of publication and

More information

NFC Framework and NT3H1201 Device Driver v1.1

NFC Framework and NT3H1201 Device Driver v1.1 NFC Framework and NT3H1201 Device Driver v1.1 Quickstart Guide for ARIS board All information contained in these materials, including products and product specifications, represents information on the

More information

HOW SENSOR FRAMEWORKS ENABLE EFFICIENT DEVELOPMENT

HOW SENSOR FRAMEWORKS ENABLE EFFICIENT DEVELOPMENT HOW SENSOR FRAMEWORKS ENABLE EFFICIENT DEVELOPMENT SHUBHADIP PAUL SOFTWARE ENGINEER SEMICON EUROPA 2017 16, NOVEMBER, 2017 Remote Sensors in an IoT Ecosystem Cloud Service BLE / Thread Smart Camera Wi-Fi

More information

Internet-of-Things Conference. Andrew Bickley Technology Marketing Director

Internet-of-Things Conference. Andrew Bickley Technology Marketing Director Internet-of-Things Conference Andrew Bickley Technology Marketing Director Presentation today The IoT node market Technology and architecture challenges Node architectures Internet of Things Wireless Up

More information

ARROW ARIS EDGE Board User s Guide 27/09/2017

ARROW ARIS EDGE Board User s Guide 27/09/2017 ARROW ARIS EDGE Board User s Guide All information contained in these materials, including products and product specifications, represents information on the product at the time of publication and is subject

More information

ARROW ARIS EDGE Board Software User s Guide 12/05/2017

ARROW ARIS EDGE Board Software User s Guide 12/05/2017 ARROW ARIS EDGE Board Software User s Guide All information contained in these materials, including products and product specifications, represents information on the product at the time of publication

More information

Device to Cloud. Software Hardware Know How

Device to Cloud. Software Hardware Know How Device to Cloud Software Hardware Know How Who we are q Innovative Australian based company working in Embedded Bluetooth and Wi-Fi for more than 16 years q World leading expertise in embedded Bluetooth

More information

IoT Ecosystem and Business Opportunities

IoT Ecosystem and Business Opportunities IoT Ecosystem and Business Opportunities 17th May, 2017 1 Copyright 2017 Samsung. All Rights Reserved. Shivakumar Mathapathi Co-Founder & CTO Dew Mobility (Approved Vendor for Samsung) Table of Contents

More information

ARROW ARIS EDGE S3 Board User s Guide 21/02/2018

ARROW ARIS EDGE S3 Board User s Guide 21/02/2018 ARROW ARIS EDGE S3 Board User s Guide All information contained in these materials, including products and product specifications, represents information on the product at the time of publication and is

More information

Intel Galileo gen 2 Board

Intel Galileo gen 2 Board Intel Galileo gen 2 Board The Arduino Intel Galileo board is a microcontroller board based on the Intel Quark SoC X1000, a 32- bit Intel Pentium -class system on a chip (SoC). It is the first board based

More information

Your Strategic Partner for Renesas RZ/G1x Products & Solutions

Your Strategic Partner for Renesas RZ/G1x Products & Solutions Manufacture Your Strategic Partner for Renesas RZ/G1x Products & Solutions Design Concept ELECTRONICS UNITRONIC GmbH Mündelheimer Weg 9 40472 Düsseldorf Telefon 0211 / 95 110 Telefax 0211 / 95 11 111 info@unitronic.de

More information

Quick Start Guide. Dynamic NFC/RFID tag IC expansion board based on ST25DV04K for STM32 Nucleo (X-NUCLEO-NFC04A1) Version 1.

Quick Start Guide. Dynamic NFC/RFID tag IC expansion board based on ST25DV04K for STM32 Nucleo (X-NUCLEO-NFC04A1) Version 1. Quick Start Guide Dynamic NFC/RFID tag IC expansion board based on ST25DV04K for STM32 Nucleo (X-NUCLEO-NFC04A1) Version 1.0 (Jun 23, 2017) Quick Start Guide Contents 2 X-NUCLEO-NFC04A1: Dynamic NFC/RFID

More information

Quick Start Guide. STM32 ODE Function Pack for connecting 6LoWPAN IoT Nodes to smartphone through a BLE interface (FP-NET-6LPBLE1)

Quick Start Guide. STM32 ODE Function Pack for connecting 6LoWPAN IoT Nodes to smartphone through a BLE interface (FP-NET-6LPBLE1) Quick Start Guide STM32 ODE Function Pack for connecting 6LoWPAN IoT Nodes to smartphone through a BLE interface (FP-NET-6LPBLE1) Version 1.1 (Jan. 30, 2017) Quick Start Guide Contents 2 FP-NET-6LPBLE1:

More information

Advantages of MIPI Interfaces in IoT Applications

Advantages of MIPI Interfaces in IoT Applications Advantages of MIPI Interfaces in IoT Applications IoT DevCon Conference Hezi Saar April 27, 2017 Abstract In addition to sensors, high-resolution cameras are key enablers of IoT devices. The challenge

More information

DesignWare IP for IoT SoC Designs

DesignWare IP for IoT SoC Designs DesignWare IP for IoT SoC Designs The Internet of Things (IoT) is connecting billions of intelligent things at our fingertips. The ability to sense countless amounts of information that communicates to

More information

IoT, Cloud and Managed Services Accelerating the vision to reality to profitability

IoT, Cloud and Managed Services Accelerating the vision to reality to profitability Dubrovnik, Croatia, South East Europe 20-22 May, 2013 IoT, Cloud and Managed Services Accelerating the vision to reality to profitability M. Abdul Munim Cloud and Managed Services Program Lead EMEAR Region

More information

HEXIWEAR COMPLETE IOT DEVELOPMENT SOLUTION

HEXIWEAR COMPLETE IOT DEVELOPMENT SOLUTION HEXIWEAR COMPLETE IOT DEVELOPMENT SOLUTION NXP SEMICONDUCTORS PUBLIC THE ONLY SUPPLIER TO PROVIDE COMPLETE IoT SOLUTIONS DSPs, MCUs & CPUs Suite of Sensors NFC, BLE, Thread, zigbee, sub-ghz Wireless Interconnects

More information

HOW TO INTEGRATE NFC CONTROLLERS IN LINUX

HOW TO INTEGRATE NFC CONTROLLERS IN LINUX HOW TO INTEGRATE NFC CONTROLLERS IN LINUX JORDI JOFRE NFC READERS NFC EVERYWHERE 28/09/2017 WEBINAR SERIES: NFC SOFTWARE INTEGRATION PUBLIC Agenda NFC software integration webinar series Session I, 14th

More information

Application Strategic Focus

Application Strategic Focus Application Strategic Focus Georges Penalver Chief Strategy Officer 2 ST SAM Evolution by Application 3 % of ST SAM 2016 Contribution to ST SAM Growth (2016-2019) Wired Comm. 11% Wireless Comm. 13% Wireless

More information

ARM mbed Reference Designs

ARM mbed Reference Designs ARM mbed Reference Designs Steve Ogborne Senior Engineer Internet of Things Business Unit mbed Connect / Shenzhen, China 15 th Dec 2015 Contents Intro Smart City Sub-GHz Reference Design Wi-Fi Reference

More information

PERFORMANCE ANALYSIS USING NXP S I.MX RT1050 CROSSOVER PROCESSOR AND THE ZEPHYR OS

PERFORMANCE ANALYSIS USING NXP S I.MX RT1050 CROSSOVER PROCESSOR AND THE ZEPHYR OS PERFORMANCE ANALYSIS USING NXP S I.MX RT1050 CROSSOVER PROCESSOR AND THE ZEPHYR OS MAUREEN HELM LEOTESCU FLORIN MARIUS CRISTIAN VLAD BENCHMARKING TEAM AGENDA Zephyr Project introduction Analysis scope

More information

Renesas Synergy MCUs Build a Foundation for Groundbreaking Integrated Embedded Platform Development

Renesas Synergy MCUs Build a Foundation for Groundbreaking Integrated Embedded Platform Development Renesas Synergy MCUs Build a Foundation for Groundbreaking Integrated Embedded Platform Development New Family of Microcontrollers Combine Scalability and Power Efficiency with Extensive Peripheral Capabilities

More information

Quick Start Guide (V1.0 May2015) Dynamic NFC tag expansion board based on M24SR for STM32 NUCLEO (X-NUCLEO-NFC01A1)

Quick Start Guide (V1.0 May2015) Dynamic NFC tag expansion board based on M24SR for STM32 NUCLEO (X-NUCLEO-NFC01A1) Quick Start Guide (V1.0 May2015) Dynamic NFC tag expansion board based on M24SR for STM32 NUCLEO (X-NUCLEO-NFC01A1) Overview 2 1 Introduction to the STM32 Open Development Environment 2 STM32 Nucleo Dynamic

More information

HEALTHCARE SOLUTIONS WITH RENESAS SYNERGY PLATFORM

HEALTHCARE SOLUTIONS WITH RENESAS SYNERGY PLATFORM HEALTHCARE SOLUTIONS WITH RENESAS SYNERGY PLATFORM 2017.10 01-02 Speeding-up Medical Device Development Developing medical products is a long process that not only involves all the necessary steps of modern

More information

Bluetooth Smart Development with Blue Gecko Modules. Mikko Savolainen October 2015

Bluetooth Smart Development with Blue Gecko Modules. Mikko Savolainen October 2015 Bluetooth Smart Development with Blue Gecko Modules Mikko Savolainen October 2015 Agenda Bluetooth & the IoT BGM111 Bluetooth Smart Module Blue Gecko Bluetooth Smart Software Software Development Flow

More information

Particle E Series Cloud-integrated hardware platform for cellular IoT devices

Particle E Series Cloud-integrated hardware platform for cellular IoT devices Particle E Series Cloud-integrated hardware platform for cellular IoT devices Particle E Series modules 36.0 x 43.0 x 4.6 mm World s first fully-integrated cellular hardware platform with out-of-box Cloud

More information

Quick Start Guide. Bluetooth Low Energy expansion board based on SPBTLE-RF module for STM32 Nucleo (X-NUCLEO-IDB05A1) Version 1.

Quick Start Guide. Bluetooth Low Energy expansion board based on SPBTLE-RF module for STM32 Nucleo (X-NUCLEO-IDB05A1) Version 1. Quick Start Guide Bluetooth Low Energy expansion board based on SPBTLE-RF module for STM32 Nucleo (X-NUCLEO-IDB05A1) Version 1.5 (Feb 1, 2017) Quick Start Guide Contents 2 STM32 Nucleo Bluetooth Low Energy

More information

BCM4343W IoT Starter Kit Getting Started Guide Version 2.1

BCM4343W IoT Starter Kit Getting Started Guide Version 2.1 BCM4343W IoT Starter Kit Getting Started Guide Version 2.1 Page 1 Copyright 2017 Avnet, Inc. AVNET, Reach Further, and the AV logo are registered trademarks of Avnet, Inc. All other brands are the property

More information

THE NEED FOR SMART SENSORS IN IOT. Internet. Uwe Hirsch Senior Business Development Manager

THE NEED FOR SMART SENSORS IN IOT. Internet. Uwe Hirsch Senior Business Development Manager THE NEED FOR SMART SENSORS IN IOT Internet Uwe Hirsch Senior Business Development Manager Uwe.Hirsch@Avnet-Memec.eu IOT APPLICATIONS ENABLED BY DIFFERENT SENSORS Traffic Management Up to 40% of traffic

More information

The Industrial Internet: Opportunities, Disruptions and Standards. Stephen Mellor Chief Technical Officer Industrial Internet Consortium

The Industrial Internet: Opportunities, Disruptions and Standards. Stephen Mellor Chief Technical Officer Industrial Internet Consortium The Industrial Internet: Opportunities, Disruptions and Standards Stephen Mellor Chief Technical Officer Industrial Internet Consortium Industrial vs. Consumer Internet of Things Similar Technology Drivers

More information

The Software of Things T Y S O N T U T T L E C E O S I L I C O N L A B S A S P E N C O R E C E O S U M M I T S H E N Z H E N 8 N O V E M B E R 2018

The Software of Things T Y S O N T U T T L E C E O S I L I C O N L A B S A S P E N C O R E C E O S U M M I T S H E N Z H E N 8 N O V E M B E R 2018 The Software of Things T Y S O N T U T T L E C E O S I L I C O N L A B S A S P E N C O R E C E O S U M M I T S H E N Z H E N 8 N O V E M B E R 2018 Most technology we ve built so far was for the Internet

More information

mbed OS Update Sam Grove Technical Lead, mbed OS June 2017 ARM 2017

mbed OS Update Sam Grove Technical Lead, mbed OS June 2017 ARM 2017 mbed OS Update Sam Grove Technical Lead, mbed OS June 2017 ARM mbed: Connecting chip to cloud Device software Device services Third-party cloud services IoT device application mbed Cloud Update IoT cloud

More information

Overcoming Hurdles in Wearable Device Designs. John Logan Atmel

Overcoming Hurdles in Wearable Device Designs. John Logan Atmel Overcoming Hurdles in Wearable Device Designs John Logan Atmel What is a Wearable New and exciting form factors Touch Screen Clothing Really new and exciting form factors Zoomable Contact Lenses Source,

More information

Quick Start Guide. Bluetooth Low Energy expansion board based on BlueNRG for STM32 Nucleo (X-NUCLEO-IDB04A1) Version 1.

Quick Start Guide. Bluetooth Low Energy expansion board based on BlueNRG for STM32 Nucleo (X-NUCLEO-IDB04A1) Version 1. Quick Start Guide Bluetooth Low Energy expansion board based on BlueNRG for STM32 Nucleo (X-NUCLEO-IDB04A1) Version 1.6 (Feb 1, 2017) Quick Start Guide Contents 2 STM32 Nucleo Bluetooth Low Energy expansion

More information

ARM mbed mbed OS mbed Cloud

ARM mbed mbed OS mbed Cloud ARM mbed mbed OS mbed Cloud MWC Shanghai 2017 Connecting chip to cloud Device software Device services Third-party cloud services IoT device application mbed Cloud Update IoT cloud applications Analytics

More information

Internet of Everything for Industry SFO15-209

Internet of Everything for Industry SFO15-209 Internet of Everything for Industry SFO15-209 Bent G Christensen Connected Devices BU, Cisco September 2015 People - are increasingly connecting more devices and providing more data. Data - transforming

More information

ISMART Inventek Systems Module Arduino Test. Product Brief

ISMART Inventek Systems Module Arduino Test. Product Brief ISMART Inventek Systems Module Arduino Test Product Brief Wi-Fi, BT/BLE & NFC IoT Arduino Shields Page 1 1 General Description The Inventek ISMART (Inventek Systems Module Arduino Test) IoT platform is

More information

Ubiquitous IoT Perspectives The Power of Connected Sensors and Actuators

Ubiquitous IoT Perspectives The Power of Connected Sensors and Actuators Ubiquitous IoT Perspectives The Power of Connected Sensors and Actuators Andrea Onetti Vice President, General Manager MEMS Sensor Division STMicroelectronics Digital Technologies are Transforming nearly

More information

RENESAS SYNERGY PLATFORM

RENESAS SYNERGY PLATFORM RENESAS SYNERGY PLATFORM A complete and qualified embedded MCU software and hardware platform 2018.04 START AHEAD Get to market faster and easier with Renesas Synergy. As the first fully qualified MCU

More information

Quick Start Guide. STM32Cube function pack for IoT node with dynamic NFC tag, environmental and motion sensors (FP-SNS-SMARTAG1)

Quick Start Guide. STM32Cube function pack for IoT node with dynamic NFC tag, environmental and motion sensors (FP-SNS-SMARTAG1) Quick Start Guide STM32Cube function pack for IoT node with dynamic NFC tag, environmental and motion sensors (FP-SNS-SMARTAG1) Version 1.1 (May 29, 2018) Quick Start Guide Contents 2 FP-SNS-SMARTAG1:

More information

Internet Of Things (IoT) fattore abilitante nella città del futuro XII GIORNATA DELLA RICERCA ANIE

Internet Of Things (IoT) fattore abilitante nella città del futuro XII GIORNATA DELLA RICERCA ANIE Internet Of Things (IoT) fattore abilitante nella città del futuro XII GIORNATA DELLA RICERCA ANIE Domenico Arrigo STMicroelectronics Milano, Venerdì 6 dicembre 2013 Agenda 2 IoT Scenario Applications

More information

Integrated Security Management Framework

Integrated Security Management Framework Integrated Security Management Framework Critical for Securing the Future of IoT Nampuraja Enose Principal Consultant- Industry 4.0 / Industrial Internet 17 Nov 2016 Internet Of Things The Vision 2 Instrumented

More information

StreetWise IoT Solutions

StreetWise IoT Solutions VIA Smart Cities StreetWise IoT Solutions With the rapid development of the Internet of Things, cloud computing, and the mobile internet as well as smart transportation and power grids, the promise of

More information

Quick Start Guide. Stepper motor driver expansion board based on L6474 for STM32 Nucleo (X-NUCLEO-IHM01A1) Version 1.2.

Quick Start Guide. Stepper motor driver expansion board based on L6474 for STM32 Nucleo (X-NUCLEO-IHM01A1) Version 1.2. Quick Start Guide Stepper motor driver expansion board based on L6474 for STM32 Nucleo (X-NUCLEO-IHM01A1) Version 1.2.0 (May 16, 2016) Quick Start Guide Contents 2 X-NUCLEO-IHM01A1: Stepper motor driver

More information

Wireless Embedded Modules

Wireless Embedded Modules Wireless Embedded Modules North American Sales Meeting July 2003 Product Overview Product Summary Embedded 802.11b wireless modules Ultra-compact, single component solutions Pin-compatible and interchangeable

More information

Quick Start Guide. GNSS expansion board based on Teseo-LIV3F module for STM32 Nucleo (X-NUCLEO-GNSS1A1) Version 2.1 (Nov 9, 2018)

Quick Start Guide. GNSS expansion board based on Teseo-LIV3F module for STM32 Nucleo (X-NUCLEO-GNSS1A1) Version 2.1 (Nov 9, 2018) Quick Start Guide GNSS expansion board based on Teseo-LIV3F module for STM32 Nucleo (X-NUCLEO-GNSS1A1) Version 2.1 (Nov 9, 2018) Quick Start Guide Contents 2 X-NUCLEO-GNSS1A1: STM32 Nucleo GNSS expansion

More information

MAXIMIZE YOUR IOT INVESTMENT WITH SCALABLE SOLUTIONS FROM AWS AND NXP

MAXIMIZE YOUR IOT INVESTMENT WITH SCALABLE SOLUTIONS FROM AWS AND NXP MAXIMIZE YOUR IOT INVESTMENT WITH SCALABLE SOLUTIONS FROM AWS AND NXP APR 2018 MARC GEBERT EMEA IOT SECURITY BD LEAD SENIOR DIRECTOR Secure Connections for the Smarter World Everything Smart Everything

More information

Specifications and Application Documents. Laurent Sourgen NFC Forum Board Member STMicroelectronics

Specifications and Application Documents. Laurent Sourgen NFC Forum Board Member STMicroelectronics Specifications and Application Documents Laurent Sourgen NFC Forum Board Member STMicroelectronics April 13, 2012 NFC Forum Architecture Reader/Writer Mode 2 NFC Forum Architecture Reference Applications

More information

SPARK CORE A DIY guide for KingMakers KANDARP JANI DAN TEBBS

SPARK CORE A DIY guide for KingMakers   KANDARP JANI DAN TEBBS SPARK CORE A DIY guide for KingMakers http://www.spark.io KANDARP JANI (janikd@hotmail.com) DAN TEBBS What is the Spark Core? A Wi-Fi based module for connecting sensors, controllers and other gizmos to

More information

Internet of Things Cisco s Vision & Approach

Internet of Things Cisco s Vision & Approach Internet of Things Cisco s Vision & Approach Ted Ogonda, Regional Engineering Leader Nigeria, The Maghreb, Eastern, West & Central Africa togonda@cisco.com What is IoT? Leveraging Machine Generated Data

More information

BLE to Wi-Fi Gateway

BLE to Wi-Fi Gateway BLE to Wi-Fi Gateway Connect Bluetooth Smart devices to the cloud Low power and small form factor MQTT Protocol Support HTTP Configuration Over the air upgrade Integrating the BLE node to cloud with WiFi

More information

Use of ISP1807-LR Evaluation Boards

Use of ISP1807-LR Evaluation Boards Use of ISP1807-LR Evaluation Boards Application Note AN181104 Introduction Scope This document gives details on hardware and software for using and testing Insight SiP Bluetooth Low Energy module ISP1807-LR,

More information

TRENDS IN SECURE MULTICORE EMBEDDED SYSTEMS

TRENDS IN SECURE MULTICORE EMBEDDED SYSTEMS TRENDS IN SECURE MULTICORE EMBEDDED SYSTEMS MATTHEW SHORT SR PRODUCT LINE MANAGER DIGITAL NETWORKING MATTHEW.SHORT@NXP.COM A NEW POSITION OF STRENGTH #1 Communications Processors #1 RF Power Transistors

More information

How to use IoT Platforms for the Smart Buildings and Data Centers

How to use IoT Platforms for the Smart Buildings and Data Centers How to use IoT Platforms for the Smart Buildings and Data Centers Murat Cudi Erentürk ISACA CISA, ISO 27001 Lead Auditor Gandalf Consulting and Software Ltd. What does IoT look like? What does IoT look

More information

IoE Workshop. Marc Khayat, CCIE #41288, Leonard Janer Technical Managers. June 16

IoE Workshop. Marc Khayat, CCIE #41288, Leonard Janer Technical Managers. June 16 IoE Workshop Marc Khayat, CCIE #41288, makhayat@cisco.com Leonard Janer ljaner@inlea.com Technical Managers June 16 2015 Cisco and/or its affiliates. All rights reserved. Cisco Public 2 2016 Cisco and/or

More information

Quick Start Guide. Bluetooth low energy, sensors and NFC tag software for STM32Cube (BLUEMICROSYSTEM3) Version (September 15, 2016)

Quick Start Guide. Bluetooth low energy, sensors and NFC tag software for STM32Cube (BLUEMICROSYSTEM3) Version (September 15, 2016) Quick Start Guide Bluetooth low energy, sensors and NFC tag software for STM32Cube (BLUEMICROSYSTEM3) Version 1.0.1 (September 15, 2016) Quick Start Guide Contents 2 BLUMICROSYSTEM3: Bluetooth low energy,

More information

How onem2m fits into the landscape of IoT technologies

How onem2m fits into the landscape of IoT technologies How onem2m fits into the landscape of IoT technologies 3 rd onem2m Industry Day Bangalore, September 20 th 2017 Dr. Josef J. Blanz 20-Sep-2017 3rd onem2m Industry Day hosted by TSDSI 1 M2M/IoT: Surge of

More information

PBLN52832 DataSheet V Copyright c 2017 Prochild.

PBLN52832 DataSheet V Copyright c 2017 Prochild. PBLN52832 DataSheet V1.2.3 Copyright c 2017 Prochild. No part of this publication and modification may be reproduced without the prior written permission of the author. Revision History No Version Date

More information

SEAMLESS INTEGRATION OF COMMUNICATION PROTOCOLS

SEAMLESS INTEGRATION OF COMMUNICATION PROTOCOLS SEAMLESS INTEGRATION OF COMMUNICATION PROTOCOLS Renesas Synergy Engineering Conference Lake Garda 7-8 April 2016 2016 Renesas Electronics Corporation. All rights reserved. Agenda Overview of Synergy Software

More information

iw-rainbow-g3 / G3V FAQs:

iw-rainbow-g3 / G3V FAQs: iw-rainbow-g3 / G3V FAQs: Processor / Memory / Configurations: 1. What is iw-rainbow-g3? It is a Design Solution based on Freescale s i.mx27 /ARM9 processor running at 400MHz core frequency. This can be

More information

Version (Apr 28, 2016)

Version (Apr 28, 2016) Quick Start Guide Sub-1 GHz RF expansion board based on SPSGRF modules for STM32 Nucleo X-NUCLEO-IDS01A4 (based on SPSGRF-868) X-NUCLEO-IDS01A5 (based on SPSGRF-915) Version 1.1.0 (Apr 28, 2016) Quick

More information

Whitepaper. IoT Protocols. PAASMER Support for Protocols. Website:

Whitepaper. IoT Protocols. PAASMER Support for Protocols. Website: Whitepaper IoT Protocols PAASMER Support for Protocols Website: www.mobodexter.com www.paasmer.co 1 Table of Contents 1. Introduction 3 2. IoT Protocols 4 3. Connectivity Protocols 5 4. Application Layer

More information

IoT and the Role of PLATFORMS. Balajee Sowrirajan SVP and Managing Director Samsung Semiconductors India R&D

IoT and the Role of PLATFORMS. Balajee Sowrirajan SVP and Managing Director Samsung Semiconductors India R&D IoT and the Role of PLATFORMS Balajee Sowrirajan SVP and Managing Director Samsung Semiconductors India R&D 1 The Future is IoT IoT will touch every market Key Manufacturer Driving Factors Competitive

More information

TapNLink TnL-FIR103 (BLE, NFC) Datasheet 16 February 2018 Version 1.1

TapNLink TnL-FIR103 (BLE, NFC) Datasheet 16 February 2018 Version 1.1 Standardized secure, turnkey solutins for management of IoT connectivity TapNLink TnL-FIR103 (BLE, NFC) Datasheet 16 February 2018 Version 1.1 Introduction TnL-FIR103 Datasheet 2 Contents Introduction

More information

mbed Kit User Guide of NQ62x daughter board

mbed Kit User Guide of NQ62x daughter board mbed Kit User Guide of NQ62x daughter board mbed Kit User Guide Sheet 1 of 10 Nov 17, 2016 Index: 1. Introduction... 4 1.1 Minimum Requirements... 4 2. Kit Content... 4 2.1 DELTA DFXE-SM001 mbed kit hardware

More information

ArduCAM CC3200 UNO board

ArduCAM CC3200 UNO board ArduCAM CC3200 UNO board User Guide Rev 1.2, Mar 2017 Table of Contents 1 Introduction... 2 2 Features... 3 3 Pin Definition... 4 4 Getting Started CC3200 with Energia... 5 4.1 Out of the Box Test... 5

More information

Industrial IoT Sensor Node & Gateway Solutions

Industrial IoT Sensor Node & Gateway Solutions Industrial IoT Sensor Node & Gateway Solutions Enabling a Diverse Range of IoT Applications Sensor Nodes IoT Gateway Design-in Services IoT Software Industrial Wireless Sensor Node Solutions Industrial

More information

Rapid IoT prototyping kit: SLN-RPK-NODE

Rapid IoT prototyping kit: SLN-RPK-NODE From IoT idea to proof-of-concept as easy as 1-2-3 Rapid IoT prototyping kit: SLN-RPK-NODE NXP s Rapid IoT prototyping kit is a comprehensive, secure and power-optimized IoT end node solution with a user-friendly

More information

Fusing Sensors into Mobile Operating Systems & Innovative Use Cases

Fusing Sensors into Mobile Operating Systems & Innovative Use Cases Fusing Sensors into Mobile Operating Systems & Innovative Use Cases May 23, 2012 Tristan Joo (tristanjoo@wca.org) Board Director & Co-Chair of Mobile SIG Wireless Communications Alliance, Independent Executive

More information

SPBTLE-1S ArTM. October STMicroelectronics

SPBTLE-1S ArTM. October STMicroelectronics SPBTLE-1S ArTM October 2017 STMicroelectronics BlueNRG Product Family for smart innovators 2 SPBTLE-1S Agenda 3 ST Bluetooth Low Energy modules ready to sell Reminder : module approach rational SPBTLE-1S

More information

ARM mbed Towards Secure, Scalable, Efficient IoT of Scale

ARM mbed Towards Secure, Scalable, Efficient IoT of Scale ARM mbed Towards Secure, Scalable, Efficient IoT of Scale Kirsi Maansaari Product Manager, ARM Copenhagen/Embedded Everywhere 2016 Faster route to secure IoT from chip to cloud Announced at ARM TechCon

More information

Leveraging IoT Biometrics and Zephyr RTOS for Neonatal Nursing in Uganda

Leveraging IoT Biometrics and Zephyr RTOS for Neonatal Nursing in Uganda Leveraging IoT Biometrics and Zephyr RTOS for Neonatal Nursing in Uganda Teresa Cauvel Co-founder, Neopenda 11 October, 2016 - ELCE OpenIoT Summit TM Agenda Problem statement Introduction to Neopenda Prototypes

More information

Quick Start Guide. Version 2.4 (September 05, 2018)

Quick Start Guide. Version 2.4 (September 05, 2018) Quick Start Guide STM32Cube function pack for IoT node with Wi-Fi, NFC and sensors for vibration analysis, connected to IBM Watson IoT cloud (FP-CLD-WATSON1) Version 2.4 (September 05, 2018) Quick Start

More information

Quick Start Guide. High power stepper motor driver expansion board based on powerstep01 for STM32 Nucleo (X-NUCLEO-IHM03A1)

Quick Start Guide. High power stepper motor driver expansion board based on powerstep01 for STM32 Nucleo (X-NUCLEO-IHM03A1) Quick Start Guide High power stepper motor driver expansion board based on powerstep01 for STM32 Nucleo (X-NUCLEO-IHM03A1) Version 1.1.0 (May 16, 2016) Quick Start Guide Contents 2 X-NUCLEO-IHM03A1: high

More information

MQTT Protocol Support. Cloud Ready Gateway. Modular Architecture

MQTT Protocol Support. Cloud Ready Gateway. Modular Architecture LoRaWAN Gateway with 8 Channels MODBUS / PROFIBUS Support MQTT Protocol Support Cloud Ready Gateway Modular Architecture Gateway with a Modular Architecture With the ever increasing topologies in the IoT

More information

The world of BAOS. Easy connectivity for KNX with Bus Access and Object Server. Overview and applications

The world of BAOS. Easy connectivity for KNX with Bus Access and Object Server. Overview and applications The world of BAOS Easy connectivity for KNX with Bus Access and Object Server Overview and applications WEINZIERL ENGINEERING GmbH Achatz 3 DE-84508 Burgkirchen / Alz Germany Phone : +49 (0)8677 / 91 636

More information

Cisco Connected Factory Accelerator Bundles

Cisco Connected Factory Accelerator Bundles Data Sheet Cisco Connected Factory Accelerator Bundles Many manufacturers are pursuing the immense business benefits available from digitizing and connecting their factories. Major gains in overall equipment

More information

Lesson 9 Smart city Services And Monitoring. Chapter-12 L09: "Internet of Things ", Raj Kamal, Publs.: McGraw-Hill Education

Lesson 9 Smart city Services And Monitoring. Chapter-12 L09: Internet of Things , Raj Kamal, Publs.: McGraw-Hill Education Lesson 9 Smart city Services And Monitoring 1 Tech-Mahindra partnering with ThingWorx Smart City Solutions Smart traffic solutions Smart energy management Smart parking, Smart waste bins Smart street lighting

More information

A platform to build smart solutions for everyday ease

A platform to build smart solutions for everyday ease A platform to build smart solutions for everyday ease The Internet of Things (IoT) is an environment in which objects, animals or people are provided with unique identifiers and the ability to transfer

More information

SABRE Board for Smart Devices

SABRE Board for Smart Devices Quick Start Guide SABRE Board for Smart Devices Based on the i.mx 7Dual Applications Processor SMART APPLICATION BLUEPRINT FOR RAPID ENGINEERING (SABRE) Quick Start Guide GET TO KNOW SABRE BOARD FOR SMART

More information

An Overview of Smart Sustainable Cities and the Role of Information and Communication Technologies (ICTs)

An Overview of Smart Sustainable Cities and the Role of Information and Communication Technologies (ICTs) An Overview of Smart Sustainable Cities and the Role of Information and Communication Technologies (ICTs) Sekhar KONDEPUDI Ph.D. Vice Chair FG-SSC & Coordinator Working Group 1 ICT role and roadmap for

More information

SensiBLE Getting Started. Your Idea - Worth come true

SensiBLE Getting Started. Your Idea - Worth come true SensiBLE Getting Started Your Idea - Worth come true From Idea to Form Factor Device 2 The building blocks Your need Prototype Form Factor Sensors Connectivity Audio Actuators Power Motion & Environ. Sensors

More information

ARM and x86 on Qseven & COM Express Mini. Zeljko Loncaric, Marketing Engineer, congatec AG

ARM and x86 on Qseven & COM Express Mini. Zeljko Loncaric, Marketing Engineer, congatec AG ARM and x86 on Qseven & COM Express Mini Zeljko Loncaric, Marketing Engineer, congatec AG Content COM Computer-On-Module Concept Qseven Key Points The Right ARM Integration with Freescale i.mx6 Qseven

More information

Provisioning secure Identity for Microcontroller based IoT Devices

Provisioning secure Identity for Microcontroller based IoT Devices Provisioning secure Identity for Microcontroller based IoT Devices Mark Schaeffer, Sr. Product Marketing Manager, Security Solutions Synergy IoT Platform Business Division, Renesas Electronics, Inc. May

More information

Use of ISP1507-AL Evaluation Boards

Use of ISP1507-AL Evaluation Boards Use of ISP1507-AL Evaluation Boards Application Note AN181103 Introduction Scope This document gives details on hardware and software for using and testing Insight SiP Bluetooth Low Energy module ISP1507-AL,

More information

EMBEDDED SYSTEMS WITH ROBOTICS AND SENSORS USING ERLANG

EMBEDDED SYSTEMS WITH ROBOTICS AND SENSORS USING ERLANG EMBEDDED SYSTEMS WITH ROBOTICS AND SENSORS USING ERLANG Adam Lindberg github.com/eproxus HARDWARE COMPONENTS SOFTWARE FUTURE Boot, Serial console, Erlang shell DEMO THE GRISP BOARD SPECS Hardware & specifications

More information

T he key to building a presence in a new market

T he key to building a presence in a new market Renesas Synergy MCUs Build Foundation for Groundbreaking Integrated Hardware/ Software Platform New family of microcontrollers combines scalability, power efficiency with extensive peripheral capabilities

More information

Quick Start Guide. Stepper motor driver expansion board based on L6474 for STM32 Nucleo (X-NUCLEO-IHM01A1) Version 1.

Quick Start Guide. Stepper motor driver expansion board based on L6474 for STM32 Nucleo (X-NUCLEO-IHM01A1) Version 1. Quick Start Guide Stepper motor driver expansion board based on L6474 for STM32 Nucleo (X-NUCLEO-IHM01A1) Version 1.1 (July 07, 2015) Overview 2 1 Introduction to the STM32 Open Development Environment

More information

Developing on DragonBoard

Developing on DragonBoard Developing on DragonBoard Getting Started with APQ8060 and Pragmatux+Android Bill Gatliff bgat@billgatliff.com Ryan Kuester rkuester@insymbols.com 1 2 CPU Daughterboard APQ8060 ARMv7 Dual core 1.5 GHz

More information

From Sensors to Cloud: The Case for a Complete Ecosystem for IoT Development

From Sensors to Cloud: The Case for a Complete Ecosystem for IoT Development From Sensors to Cloud: The Case for a Complete Ecosystem for IoT Development Ernesto Manuel CANTONE AME IoT Promotion and Enablement The IoT Movement 2 IoT is a movement where any system is able to leverage

More information

Creating a Java Internet of Things Gateway. David Woodard, Eurotech

Creating a Java Internet of Things Gateway. David Woodard, Eurotech Creating a Java Internet of Things Gateway David Woodard, Eurotech Sometimes IoT Solutions look simple A single application to communicate with Business Application No connectivity options required Internet

More information

ARDUINO PRIMO. Code: A000135

ARDUINO PRIMO. Code: A000135 ARDUINO PRIMO Code: A000135 Primo combines the processing power from the Nordic nrf52 processor, an Espressif ESP8266 for WiFi, as well as several onboard sensors and a battery charger. The nrf52 includes

More information

IoT Based Home Automation System over the Cloud

IoT Based Home Automation System over the Cloud IoT Based Home Automation System over the Cloud Ms. Fareha Firdous, Ms. Sumayya, Mr. Aseem Mohd Umair Student Deccan College of Eng.& Tech, Hyderabad. Dr.Kamel Alikhan Siddiqui, Faculty Deccan College

More information

Copyright 2017 Samsung. All Rights Reserved. O-Hoon Kwon, Ph.D. Samsung Electronics

Copyright 2017 Samsung. All Rights Reserved. O-Hoon Kwon, Ph.D. Samsung Electronics 1 Copyright 2017 Samsung. All Rights Reserved. O-Hoon Kwon, Ph.D. Samsung Electronics Intro Tizen Linux kernel based Embedded OS for wide range of devices, where Mobile, Wearable, TV are maintained as

More information

HOW TO INTEGRATE NFC FRONTENDS IN LINUX

HOW TO INTEGRATE NFC FRONTENDS IN LINUX HOW TO INTEGRATE NFC FRONTENDS IN LINUX JORDI JOFRE NFC READERS NFC EVERYWHERE 14/09/2017 WEBINAR SERIES: NFC SOFTWARE INTEGRATION PUBLIC Agenda NFC software integration webinar series Session I, 14th

More information

BLE MODULE SPECIFICATIONS

BLE MODULE SPECIFICATIONS WIRELESS-TAG BLE MODULE SPECIFICATIONS nrf51-01/02/dk Bluetooth Low Energy (BLE) module of nrf51-01/02 is the next generation BLE module released by SEMITRION electronics. The modules use nrf51822 from

More information

Introducing Linxs Executive Summary - Q2/2018. Linxs by New Tinxs NV/SA

Introducing Linxs Executive Summary - Q2/2018. Linxs by New Tinxs NV/SA Introducing Linxs Executive Summary - Q2/2018 Linxs by New Tinxs NV/SA With Linxs, we rent you a secure connection between your remote assets & cloud infrastructure. We will deliver you your IoT data in

More information

Enabling technologies for Wireless Sensor Networks VTT Technical Research Centre of Finland Ltd

Enabling technologies for Wireless Sensor Networks VTT Technical Research Centre of Finland Ltd VTT TECHNICAL RESEARCH CENTRE OF FINLAND LTD Enabling technologies for Wireless Sensor Networks VTT Technical Research Centre of Finland Ltd VTT Tiny Node V3.0 Miniature euro coin size On-board antenna

More information

Connect with Simplicity

Connect with Simplicity Connect with Simplicity The power of you + Capitalize on the connectivity potential of the IoT Revolutionize new and established markets Maximize your speed to profit For over 55 years, Fortune 100s and

More information