Internet-of-Things (IoT)

Slides:



Advertisements
Similar presentations
Introduction Frank Drews
Advertisements

© Alan Burns and Andy Wellings, 2001 Real-Time Systems and Programming Languages n Buy Real-Time Systems: Ada 95, Real-Time Java and Real-Time POSIX by.
EE5900 Advanced Embedded System For Smart Infrastructure
Real-Time Embedded Systems
Embedded System Lab. What is an embedded systems? An embedded system is a computer system designed for specific control functions within a larger system,
Introduction to Operating Systems CS-2301 B-term Introduction to Operating Systems CS-2301, System Programming for Non-majors (Slides include materials.
Embedded Systems: Introduction. Course overview: Syllabus: text, references, grading, etc. Schedule: will be updated regularly; lectures, assignments.
CS599 Software Engineering for Embedded Systems1 Software Engineering for Real-Time: A Roadmap Presentation by: Mandar Samant Raghbir Singh Banwait.
REAL-TIME SOFTWARE SYSTEMS DEVELOPMENT Instructor: Dr. Hany H. Ammar Dept. of Computer Science and Electrical Engineering, WVU.
Real-Time Systems and Programming Languages
CprE 458/558: Real-Time Systems
Dalya Gaber. Definition:- Embedded system is any device that includes a computer but is not itself a general purpose computer. It has hardware & software.
EMBEDDED SOFTWARE Team victorious Team Victorious.
Engineering 1040: Mechanisms & Electric Circuits Fall 2011 Introduction to Embedded Systems.
BEH30802 :: REAL-TIME EMBEDDED SYSTEM
REAL-TIME SOFTWARE SYSTEMS DEVELOPMENT Instructor: Dr. Hany H. Ammar Dept. of Computer Science and Electrical Engineering, WVU.
Real Time & Embedded Systems Lecture 1: Real Time Systems Software (RTSS) RTSS: the software half of the Real Time & Embedded Systems unit What do we mean.
Introduction to Real Time Systems Akos Ledeczi EECE 354, Fall 2010 Vanderbilt University.
1. Introduction 1.1 Background 1.2 Real-time applications 1.3 Misconceptions 1.4 Issues in real-time computing 1.5 Structure of a real-time system.
Microcontroller Presented by Hasnain Heickal (07), Sabbir Ahmed(08) and Zakia Afroze Abedin(19)
EEL Software development for real-time engineering systems.
Scheduling policies for real- time embedded systems.
Chapter 101 Multiprocessor and Real- Time Scheduling Chapter 10.
Introduction to Real Time Systems
REAL-TIME SOFTWARE SYSTEMS DEVELOPMENT Instructor: Dr. Hany H. Ammar Dept. of Computer Science and Electrical Engineering, WVU.
CprE 458/558: Real-Time Systems (G. Manimaran)1 CprE 458/558: Real-Time Systems Introduction to Real-Time Systems.
Embedded and Real Time Systems Lecture #2 David Andrews
UNIT I. EMBEDDED SYSTEM It is an electrical/electro-mechanical system designed to perform a specific function. It is a combination of hardware and software.
Slides created by: Professor Ian G. Harris Embedded Systems  Embedded systems are computer-based systems which are embedded inside another device (car,
6/11/20161Preetha V. AP/EEE SNS College of Engineering.
Embedded System Design and Development Introduction to Embedded System.
Embedded Systems. What is Embedded Systems?  Embedded reflects the facts that they are an integral.
Industrial Automation Part I Real Time Control Embedded Systems.
SCADA Supervisory Control And Data Acquisition Pantech Solutions Here is the key to learn more.
A brief introduction to IoT gateway
EMBEDDED SYSTEMS.
Computer Organization and Machine Language Programming CPTG 245
Chapter 19: Real-Time Systems
Introduction Frank Drews
Embedded Systems Normal everyday items contain computer chips, complete with CPU, memory, programs Television, Entt. Center, Automobiles, Irrigation, MP3,
ECE354 Embedded Systems Introduction C Andras Moritz.
CSNB COMPUTER SYSTEM CHAPTER 1 INTRODUCTION CSNB153 computer system.
Albert M. K. Cheng Embedded Real-Time Systems
COMPUTER ORGANIZATION & ASSEMBLY LANGUAGE
Wayne Wolf Dept. of EE Princeton University
Technology Literacy Hardware.
Embedded Systems Design
EMBEDDED SYSTEMS SUCHITA M. DAKI.
Introducing Embedded Systems and the Microcontrollers
מעבדה במערכות משובצות ד"ר מרינה ליפשטיין דוא"ל:
CS703 - Advanced Operating Systems
Chapter 1: Introduction
AS PER OBE SYLLABUS DTE KARNATAKA SHANTHU M.Tech SAI JAYANI ACADEMY (R) SIXTH SEMESTER Diploma in ELECTRONICS AND COMMUNICATION ENGINEERING.
Introduction to Realtime Systems (& Embedded Systems)
Programmable Logic Controllers (PLCs) An Overview.
Internet-of-Things (IoT)
MICROCONTROLLERS Subject code:10ES42
Tiny Computers, Hidden Control
Morgan Kaufmann Publishers
EMBEDDED SYSTEMS.
Digital Control Systems Waseem Gulsher
CS 501: Software Engineering Fall 1999
Introduction to Embedded Systems
What is Concurrent Programming?
OPERATING SYSTEM OVERVIEW
Embedded Systems Design
Chapter 19: Real-Time Systems
CompSci 1: Principles of Computer Science Lecture 1 Course Overview
Chapter-1 Computer is an advanced electronic device that takes raw data as an input from the user and processes it under the control of a set of instructions.
Course Code 114 Introduction to Computer Science
Presentation transcript:

Internet-of-Things (IoT) Summer Engineering Program 2018 University of Notre Dame

Course Overview Lecture Lab Week 1 Week 2 Week 3 Week 4 Week 5 Week 6 Fundamentals of IoT, basic concepts, applications Basic Python & Raspberry Pi programming Week 2 Human-computer interfaces, sensing, actuation Sensor programming, control loops, digital/analog I/O Week 3 Fundamentals of computer and wireless networks Wi-Fi and Bluetooth networks, network measurements Week 4 Sensor networks, mesh networks, routing, WPANs ZigBee, WPANs, WBANs, routing, network measurements Week 5 Processing, IoT cloud, analytics, visualization IoT cloud integration, sensor fusion, analytics, visualization Week 6 RFID, IoT ecosystem, security, privacy, ethics, case studies Final project

Components of an IoT Device

Embedded System/Computer “Any sort of device which includes a programmable computer but itself is not intended to be a general-purpose computer” Wayne Wolf General purpose Dedicated

Automotive Embedded Systems

Automotive Embedded Systems Today’s high-end automobile may have 100+ microprocessors: Seat belt; dashboard devices; engine control; ABS; automatic stability control; navigation system; infotainment system; collision avoidance system; tire pressure monitoring; lane warning; adaptive cruise control; climate control; airbag control unit; electric window and central locking; parking aid; automatic wiper control; alarm and immobilizer; power seat; electric power steering; electronic transmission; active suspension

Embedded Processor Market 80 million PCs every year 3 billion embedded CPUs every year Embedded systems market growing, while PC market mostly saturated

General-Purpose Processor Programmable device, “microprocessor” Features Program memory General data path with large register file and general ALU User benefits Low time-to-market and NRE costs High flexibility Examples: Intel Core i7, AMD Ryzen 5, etc. IR PC Register file General ALU Datapath Controller Program memory Assembly code for: total = 0 for i =1 to … Control logic and State register Data memory

Dedicated Processor Digital circuit designed specifically for one purpose Features Contains only the components needed to execute a single program No program memory Benefits Fast Low power Small size Datapath Controller Control logic State register Data memory index total +

Application-Specific Processor (ASIC) Programmable processor optimized for a particular class of applications that have common characteristics (compromise) Features Program memory Optimized data path Special functional units Benefits Some flexibility, good performance, size, and power, “reusable” IR PC Registers Custom ALU Datapath Controller Program memory Assembly code for: total = 0 for i =1 to … Control logic and State register Data memory

Characteristics of Embedded Systems Dedicated functionality Real-time operation Small size and low weight Low power Harsh environments Safety-critical operation Cost sensitive

Embedded vs. Real Time Systems Embedded system: is a computer system that performs a limited set of specific functions; it often interacts with its environment RTS: Correctness of the system depends not only on the logical results, but also on the time in which the results are produced Embedded Systems Real Time Examples?

Examples Real Time Embedded: Real Time, but not Embedded: Nuclear reactor control Flight control Basically any safety critical system GPS MP3 player Mobile phone Real Time, but not Embedded: Stock trading system Skype Pandora, Netflix Embedded, but not Real Time: Home temperature control Sprinkler system Washing machine, refrigerator, etc.

Characteristics of RTS Event-driven (reactive) vs. time-driven Reliability/fault-tolerance requirements (example: triple modular redundancy) Predictability Priorities in multi-programmed systems

Taxonomy Hard RT: absolutely imperative to meet all timing constraints Soft RT: deadlines are important, but the system will still function even if deadline is missed Firm RT: no value, but not catastrophic

Taxonomy: Static Task arrival times can be predicted Static (compile-time) analysis possible Allows good resource usage (low idle time for processors)

Taxonomy: Dynamic Arrival times unpredictable Static (compile-time) analysis possible only for simple cases Processor utilization varies dramatically; must design system to handle “worst case” Must avoid over-simplifying assumptions e.g., assuming that all tasks are independent, when this is unlikely

Taxonomy: Periodic Each task (or group of tasks) executes repeatedly with a particular period Allows some static analysis techniques to be used Matches characteristics of many real problems It is possible to have tasks with deadlines smaller, equal to, or greater than their period the later are difficult to handle (i.e., multiple concurrent task instances occur)

Taxonomy: Periodic Single rate: Multi rate: One period in the system Simple but inflexible Used in implementing a lot of wireless sensor networks Multi rate: Multiple periods Should be harmonics to simplify system design

Taxonomy: Aperiodic Are also called sporadic, asynchronous, or reactive Creates a dynamic situation Bounded arrival time intervals are easier to handle Unbounded arrival time intervals are impossible to handle with resource-constrained systems

Real-Time Computer System Control Systems Operator Controlled Object Real-Time Computer System Man-Machine Interface Instrumentation Man-machine interface: input devices, e.g., keyboard and output devices, e.g., display Instrumentation interface: sensors and actuators that transform between physical signals and digital data Most control systems are hard real-time Deadlines are determined by the controlled object, i.e., the temporal behavior of the physical phenomenon (fuel injection vs. ATM)

Control System Example Example: A simple one-sensor, one-actuator control system. rk reference input r(t) A/D control-law computation uk D/A yk A/D y(t) u(t) sensor plant actuator Outside effects The system being controlled

Control Systems Cont’d. Pseudo-code for this system: set timer to interrupt periodically with period T; at each timer interrupt do do analog-to-digital conversion to get y; compute control output u; output u and do digital-to-analog conversion; end do T is called the sampling period. T is a key design choice. Typical range for T: seconds to milliseconds.

Sensors and Actuators Sensors: Actuators: They are mainly input components They sense and collect surrounding information Actuators: They are mainly output components They alter the surrounding

Communications Connects devices with each other & the cloud Communication type: Wireline (e.g., copper wires, optical fibers) Wireless (e.g., RF, IR); RF-based communication is the most popular choice Popular RF-based communication solutions: IEEE 802.15.4 IEEE 802.11 (or Wifi) Bluetooth Near Field Communication (NFC), e.g., RFID

Components of an IoT Device Weeks 5&6 IoT EcoSystem Week 1 Week 1 Week 2 Week 2 Weeks 3&4

BREAK