EMBEDDED SYSTEMS SDU What is an Embedded System  Combines mechanical, electrical, and chemical components along with a computer, hidden inside,

Slides:



Advertisements
Similar presentations
TO COMPUTERS WITH BASIC CONCEPTS Lecturer: Mohamed-Nur Hussein Abdullahi Hame WEEK 1 M. Sc in CSE (Daffodil International University)
Advertisements

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 Arduino Microcontrollers...and how they can be used in Amateur Radio Andrew Rohne, KE8P October 18, 2013.
Presenters: Adam Andy Andy Rachel
Embedded XINU and Beyond B. Ramamurthy. Embedded XINU Platform WRT54GL Understand the various components CPU, different types of memory, its classification.
Introduction.
ASPPRATECH.
Microcontroller based system design
EMBEDDED WEB SERVER. CONTENT: 1.ABSTRACT 2.INTRODUCTION TO EMBEDDED SYSTEMS 3.INTRODUCTION TO EMBEDDED WEB SERVER 4.BLOCK DIAGRAM 5.POER SUPPLY 6.COMPONENT.
DPNM Lab., POSTECH 1/29 CS490K - Internet of Things (IoT) Jonghwan Hyun DPNM Lab. Department of Computer Science and Engineering, POSTECH
Technion – Israel Institute of Technology Department of Electrical Engineering High Speed Digital Systems Lab Spring 2009.
Ch. 1. The Third ICT Wave The Third ICT Wave.
Presenters: Adam Andy Andy
Introduction to Arduino Microcontrollers. What is a Microcontroller ? What is a Microprocessor ? A Microcontroller (8 bit) does one task very fast and.
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.
Electronics & Microcontrollers
Internet of Things. IoT Novel paradigm – Rapidly gaining ground in the wireless scenario Basic idea – Pervasive presence around us a variety of things.
REVERSE ENGINEERING ANALYSIS OF THE KILL-A-WATT Jason Sweeney Ryan Gittens Sean Kolanowski.
EMBEDDED SYSTEM & ROBOTICS. Introduction to robotics Robots are machines capable of carrying out a complex series of actions automatically. Robotics is.
Internet of everything
Introduction to Arduino Microcontrollers...and how they can be used in Amateur Radio Andrew Rohne, AC8JO October 13, 2011.
I I R R T T Internet Real Time Lab SECE SYSTEM SECE SERVER INTERNET ELECTRICAL APPLIANCES CONNECTED TO MICROCONTROLLER … … : register & download.
1 Microcontrollers. 2 Programmers work in the virtual world Machinery works in the physical world Microcontrollers connect the virtual and physical world.
Embedded Systems. What is Embedded Systems?  Embedded reflects the facts that they are an integral.
SCADA Supervisory Control And Data Acquisition Pantech Solutions Here is the key to learn more.
Lecture 7: Internet of Things By D. Najla Al-Nabhan 1.
BUILDING AND IMPLEMENT A EMBEDDED WEB SERVER BASE ON TCP/IP STACK WITH A SoC PLATFORM Professor : CHI-JO WANG Name : Bui Quang Hoa (M982b211)
Lecture 1: Getting Ready
IF I ONLY HAD A BRAIN THE MICROCONTROLLER
Smart Newton Car By: Hui Zhu.
Class 1: Building a Raspberry Pi LED Flasher
IoT Milos Hampl.
Department of Computer Science
EE5900 Cyber-Physical Systems
Internet of Things and Smart Cities
Assist. Prof. Rassim Suliyev - SDU 2017
What is Photonics? Photonics is the use of light energy for a variety of purposes – it is the technology that deals with the generation, transmission,
Scrolling LCD using Arduino.
Home automation using Arduino & ‘PIR sensor’
ULTRASONIC DISTANCE METER USING 8051
Connected Products and Microcontrollers
Cloud Architecture Internet of Everything Meetup
Outline Introduction Standards Project General Idea
Monitoring Robot Prepared by: Hanin Mizyed ,Abdalla Melhem
Researcher and Lecturer Assistant at FCI Assiut University
Prepared by: Celeste Ng Updated: May, 2017.
Prototyping Home Automation Concepts
DIGITAL CALCULATOR USING 8051
EMBEDDED SYSTEMS
Everything as a service
Programming with Arduinos and Rapsberry Pi
‘SONAR’ using Arduino & ultrasonic distance sensor
Internet of Things.
Assist. Prof. Rassim Suliyev - SDU 2017
INTERNET OF THINGS.
Microcontrollers, Microcomputers, and Microprocessors
Green Energy Management Systems (G.E.M.S)
Arduino and Design of Embedded Applications
Invent the future of small intelligent devices here.
What we learn during Program
What is Arduino? By James Tedder.
"You don't need anyone's permission to make something great
Manual Robotics ..
Invent the future of small intelligent devices here.
HUMAN AND SYSTEMS ENGINEERING:
Arduino Workshop University of Jordan.
Arduino Workshop University of Jordan.
Having fun with Arduino
Introduction to IoT Sadoon Azizi s. ac
Welcome to The World of Internet of Things
Presentation transcript:

EMBEDDED SYSTEMS SDU 2016

What is an Embedded System  Combines mechanical, electrical, and chemical components along with a computer, hidden inside, to perform a single dedicated purpose  There are more computers on this planet than there are people, and most of these computers are single-chip microcontrollers that are the brains of an embedded system  Hundreds of tiny computers are embedded into our houses, our cars, our bridges, our toys, and our work  Therefore the world needs a trained workforce to develop and manage products based on embedded microcontrollers.

What is IoT?  Is a network of physical objects (devices) that are embedded with electronics, sensors, software and network  allows objects to be sensed and controlled remotely across existing network infrastructure

History  The concept is first coined in 1999 by Kevin Ashton (founder of AUTO-ID research labs in MIT)  expected to offer advanced connectivity of devices, systems, and services that goes beyond machine-to- machine communications and covers a variety of protocols, domains, and applications

Development  In 2004 scientists showed its household applications  In period analysts form Cisco concluded that the number of devices connected to the global network has exceeded the population of the Earth, thus "internet of people" became the "Internet of things"

Devlopment  with the support of the European Commission in Brussels, annually Conference on “Internet of Things” is held  IoT becomes the driving force for the “Fog computing” paradigm

Applications of IoT and ES  According to some researches there will be nearly 26 billion devices on the Internet of Things by 2020  Media  Environmental monitoring  Infrastructure management  Manufacturing  Energy management  Medical and healthcare systems  Building and home automation  Transportation  Large scale deployments  Etc.

Technology  Identification  Unique ID (IP address)  Optical ID (bar-code, qr-code, etc)  RFID  etc  Sensing  Light, gas, noise, moisture sensors and etc.  Intellectual counters  Complex measuring circuitry  Communication  Wired (ethernet, SPI, I2R)  Wireless (wifi, bluetooth, rf)

Microcontroller systems  Is a small computer on a single integrated circuit containing a processor core, memory, and programmable input/output peripherals  Microcontrollers are designed for embedded applications, in contrast to the microprocessors used in personal computers or other general purpose applications

Platforms  Arduino  Raspberry Pi  Intel Galileo  Adafruit  SparkFun  ARM mbed  Particle  Etc..

What will we use?  Book: Arduino Cookbook, Michael Margolis  Arduino Kit (Arduino+sensors+wifi+bluetooth+…)  LEDS + resistors(220, 1K, 10K) + breadboard + wires  Potentiometers (variable resistors), buttons  Light dependent resistor, piezo buzzer, tilt sensor, temperature sensor, IR and sonar distance sensors  servo-motor, dc-motor, stepper-motor(and driver)  LCD display, 8x8 led matrix, 7 segment displays, remote IR control  Bluetooth and WiFi shields  Gyroscope (accelerometer)  Arduino IDE (software)  Proteus ISIS simulation tool  Processing

Grading  MID1- 30%  Lab Tasks – 15%  Midterm – 15%  MID2 – 30%  Lab Tasks – 15%  Midterm Project or Quizzes – 10%  Home Tasks – 5%  FIN – 40%  Final Project – 20%  Final Exam – 20%