36
Embedded Systems: Future Perspectives Laurea Magistrale in Ingegneria Informatica Sistemi Embedded

Embedded systems: Future perspectives

Embed Size (px)

DESCRIPTION

This presentation describes the future perspectives of embedded devices due to the spread of ubiquitous applications. The presentation shows the transition from Internet of Things to Web of Things and presents Webinos as a platform for WoT

Citation preview

Page 1: Embedded systems: Future perspectives

Embedded Systems: Future Perspectives

Laurea Magistrale in Ingegneria Informatica

Sistemi Embedded

Page 2: Embedded systems: Future perspectives

¤  Pervasive Computing Definition

¤  Internet of Things

¤  Web of Things

¤  State of the Art

¤  Arduino introduction

Outline

Page 3: Embedded systems: Future perspectives

The most profound technologies are those that disappear. They weave themselves into the fabric of everyday life until

they are indistinguishable from it .

Mark Weiser 1991

Mark Weiser’s Vision of Pervasive Computing

Page 4: Embedded systems: Future perspectives

Ubiquitous Computing

Ubiquitous computing =

Ability to handle information from physical world

+ Ubiquitous connectivity

Page 5: Embedded systems: Future perspectives

¤  Pervasive computing applications are characterized by the following basic elements ¤  Ubiquitous access

¤  Context-awareness

¤  Intelligence

¤  Natural interaction

PerComp: Basic Elements

Page 6: Embedded systems: Future perspectives

¤  Ubiquitous access refers to a situation in which users are surrounded by a multitude of interconnected embedded systems, which are mostly invisible and weaved into the background of the surrounding, like furniture, clothing, rooms, etc., and all of them able to sense the setting and state of physical world objects via a multitude of sensors.

¤  Internet of Things / Web of Things

Ubiquitous Access

Page 7: Embedded systems: Future perspectives

¤  Context awareness refers to the ability of the system to recognise and localise objects as well as people and their intentions.

¤  The context of an application is understood as “any information that can be used to characterize the situation of an entity”, an entity being “a person, place or object that is considered relevant to the interaction between a user and an application, including the user and applications themselves”

¤  Issues

¤  Context discovery

¤  Context representation

Context-awareness

Page 8: Embedded systems: Future perspectives

¤  Intelligence refers to the fact that a technology-rich environment is able to adapt itself to the people that live (or artefacts that reside) in it, learn from their behaviour, and possibly recognise as well as show emotion.

¤  Example

¤  Contextual advertising

Intelligence

Page 9: Embedded systems: Future perspectives

¤  Natural interaction finally refers to advanced modalities like natural speech and gesture recognition, as well as speech synthesis which will allow a much more human-like communication with the digital environment than is possible today.

¤  Example

¤  Gesture Recognition

¤  Speech Recognition

Natural Interaction

Page 10: Embedded systems: Future perspectives

¤  Ubiquitous access is promisingly implemented based on a wireless communication infrastructure involving broadband satellite systems, cellular radio communication (e.g. GSM, GPRS, TETRA, DECT, EDGE, UMTS/IMT2000), personal and local area radio communication (e.g. Bluetooth, HomeRF, IEEE802.11, HiperLAN, HomeCast), infrared (IrDA) and ultrasonic communication.

¤  Above these technologies, the capability of an object to identify, localize and track other objects, and to coordinate its activites with respect to and relative to the other objects is essential in pervasive computing systems: ¤  Identification (sensing the identity of a real world object), ¤  localization (sensing its position and movement in space), and ¤  coordination (relating it semantically to other objects and behavioral

rules)

PerComp: Enabling Technologies

Page 11: Embedded systems: Future perspectives

¤  If all objects and people in daily life were equipped with radio tags, they could be identified and inventoried by computers.

Internet of Things

Page 12: Embedded systems: Future perspectives

Identification: QR-Code, RFID, NFC

¤  Near field communication (NFC) and Radio-Frequency Identification (RFID) are wireless communication technologies that connect two wireless devices. The devices in NFC are placed close to each other, while in RFID, they can be situated at some distance because it uses radio frequency. Yet, its limitation is same as that of radio waves. The credit of discovering NFC technology goes to Sony and NXP semiconductors in 2002. Near field communications can be used in mobile phones while for radio frequency, we need separate devices. NFC technology is becoming more widely used because it is used for making payments with the help of smartphones. NFC technology can be embedded in a smartphone. Furthermore, RFID is an older technology than NFC. RFID can also be used for making payments, car-sharing, toll roads, and season parking tickets.

Page 13: Embedded systems: Future perspectives

6LoWPAN

¤  6LoWPAN is an acronym of IPv6 over Low power Wireless Personal Area Networks.

¤  The 6LoWPAN concept originated from the idea that "the Internet Protocol could and should be applied even to the smallest devices,” and that low-power devices with limited processing capabilities should be able to participate in the Internet of Things.

¤  The 6LoWPAN group has defined encapsulation and header compression mechanisms that allow IPv6 packets to be sent to and received from over IEEE 802.15.4 based networks.

¤  Mapping between IPv6 and IEEE 802.15.4 standard packets

Page 14: Embedded systems: Future perspectives

Machine-to-Machine (M2M)

¤  Machines cooperate with other machines

¤  No user intervention

¤  Typical machines: sensors, actuators

¤  Typical applications: ¤  Monitoring

¤  Health

Page 15: Embedded systems: Future perspectives

From IoT to WoT

¤  Internet of Things (IoT) ¤  Network of daily life objects (things) ¤  Identifiable things: RFID, QR-Code ¤  Lack of a standard communication protocol ¤  Fields: Tracking, domotic, health

¤  Web of Things (WoT) ¤  Identifiable and controllable “smart things” ¤  Things are identified by URI ¤  Communication through RESTfull API

Page 16: Embedded systems: Future perspectives

Web of Things vs Internet of Things: what is the difference?

¤  Internet = Interconnected networks ¤  They are interconnected via IP (Internet Protocol) ¤  There are IP addresses in the internet, no domain names such as

wikipedia.org ¤  Started around 1950 in a effort to make two computers talk to

each other ¤  Manifold of protocols: DHCP, DHCPv6, DNS, FTP, HTTP, IMAP, IRC,

LDAP, MGCP, NNTP, NTP, POP, RPC, RTP, RTSP, SIP, SMTP, SNMP, SOCKS, SSH, Telnet, TLS/SSL, XMPP

¤  Web = Linked documents and resources ¤  Uses HTTP ¤  The web needs the Internet underneath to function ¤  Started around 1980 in an effort to help people share data over

the Internet

Page 17: Embedded systems: Future perspectives

The Web evolution

Page 18: Embedded systems: Future perspectives

Future trends

Source: Cisco IBSG, 2011

Page 19: Embedded systems: Future perspectives

Future trends

Source: Analysis Mason

Page 20: Embedded systems: Future perspectives

How to identify these objects?

¤  Each object is available on Internet ¤  Handsets

¤  Appliances

¤  Every day objects

¤  IPv4 (4,3 x 109 addresses)

¤  IPv6 (3,4 x 1038 addresses)

Page 21: Embedded systems: Future perspectives

What’s REST?

¤  Representational State Transfer or REST basically means that each unique URL is a representation of some object. You can get the contents of that object using an HTTP GET, to delete it, you then might use a POST, PUT, or DELETE to modify the object (in practice most of the services use a POST for this).

¤  All of the major webservices on the Internet now use REST: Twitter, Yahoo’s web services use REST, others include Flickr, del.icio.us, pubsub, bloglines, technorati, and several others.

http://geeknizer.com/rest-vs-soap-using-http-choosing-the-right-webservice-protocol/

Page 22: Embedded systems: Future perspectives

REST vs SOAP - Main features

¤  The main advantages of REST web services are: ¤  Lightweight – not a lot of extra xml markup

¤  Human Readable Results

¤  Easy to build – no toolkits required

¤  SOAP also has some advantages: ¤  Easy to consume – sometimes

¤  Rigid – type checking, adheres to a contract

¤  Development tools

http://geeknizer.com/rest-vs-soap-using-http-choosing-the-right-webservice-protocol/

Page 23: Embedded systems: Future perspectives

JSON

¤  JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. It is based on a subset of the JavaScript Programming Language,

¤  JSON is a text format that is completely language independent but uses conventions that are familiar to programmers of the C-family of languages, including C, C++, C#, Java, JavaScript, Perl, Python, and many others.

¤  These properties make JSON an ideal data-interchange language.

http://geeknizer.com/rest-vs-soap-using-http-choosing-the-right-webservice-protocol/

Page 24: Embedded systems: Future perspectives

JSON XML

JSON vs XML

Page 25: Embedded systems: Future perspectives

WoT Platforms

¤  REST Web technologies for API

¤  JSON (JavaScript Object Notation)

Social Networks of Things

Page 26: Embedded systems: Future perspectives

Cosm (Pachube)

Page 27: Embedded systems: Future perspectives

WoT Architecture

Page 28: Embedded systems: Future perspectives

WoT Requirements

¤  Things discovery ¤  Identification, position

¤  Multi-user access ¤  E.g. Network of temperature sensors

¤  Privacy and access control ¤  Health applications

¤  Low-level abstraction ¤  Several languages, Several hardware

Page 29: Embedded systems: Future perspectives

State of the art: The Webinos Project

The webinos project will define and deliver an Open Source Platform and software components for the Future Internet in the form of web runtime extensions, to enable web applications and services to be used and shared consistently and securely over a broad spectrum of converged and connected devices, including mobile, PC, home media (TV) and in-car units.

Page 30: Embedded systems: Future perspectives

Webinos features

¤  Cross-platform ¤  Windows, Linux, OSX, Android

¤  Cross-domain ¤  PC, Handsets, Entertainment, Automotive,

Embedded systems (Pandaboard) ¤  As soon: Raspberry PI

¤  Service Discovery

¤  User Management

¤  Security

Page 31: Embedded systems: Future perspectives

Webinos Personal Zones

¤  A Personal Zone Virtually contains a set of devices owned by a user

¤  PZ can include non-IP devices (BT, ZigBee)

¤  Devices authenticate themselves to the PZH

¤  PZHs can be bridged for inter-user communication

Page 32: Embedded systems: Future perspectives

Webinos Personal Zones

Page 33: Embedded systems: Future perspectives

Webinos Device/PZP Architecture

33

Page 34: Embedded systems: Future perspectives

Raspberry PI

The SoC is a Broadcom BCM2835. This contains an ARM1176JZFS, with floating point, running at 700Mhz, and a Videocore 4 GPU. The GPU is capable of BluRay quality playback, using H.264 at 40MBits/s. It has a fast 3D core accessed using the supplied OpenGL ES2.0 and OpenVG libraries.

Page 35: Embedded systems: Future perspectives

Arduino

Page 36: Embedded systems: Future perspectives

Contacts

¤  Giuseppe La Torre ¤  [email protected]

¤  http://opensource.diit.unict.it/glatorre