CURIE Academy 2014 Design Project: Exploring an Internet of Things

Size: px
Start display at page:

Download "CURIE Academy 2014 Design Project: Exploring an Internet of Things"

Transcription

1 CURIE Academy 2014 Design Project: Exploring an Internet of Things Christopher Batten School of Electrical and Computer Engineering Cornell University

2 Electrical and Computer Engineering Monday Lab Session Tuesday Lab Session The Internet of Things CURIE Design Project Sponsors Funding partially provided by the National Science Foundation through NSF CAREER Award # Laboratory facilities provided by the School of Electrical and Computer Engineering at Cornell University CURIE Academy 2014 Design Project Final Presentations 2 / 31

3 Electrical and Computer Engineering Monday Lab Session Tuesday Lab Session The Internet of Things I Patrick Cao, ECE Sophomore I Olivia Gustafson, ECE Senior I Victoria Hu, BEE Sophomore I Laura Johnson, ECE Ph.D. I Christopher Torng, ECE Ph.D. I Jon Tse, ECE Ph.D. CURIE Design Project Staff CURIE Academy 2014 Design Project Final Presentations 3 / 31

4 Electrical and Computer Engineering Monday Lab Session Tuesday Lab Session The Internet of Things ECE is the Study and Application of Electricity, Micro-Electronics, and Electro-Magnetism Smart Grid and Smart Buildings Atmospheric Science Telecomm Information Theory Network Protocols and Optimization Image, Audio, Video Processing Signal Processing Power Systems ECE Fusion and Plasma Physics Control Theory Computer Engineering Electrical Circuits Robotics Computer-Aided Design Analog and Digital Circuits Opto-Electrical Devices Micro-Electro-Mechanical Devices Electrical Devices Bio-Electrical Engineering Systems and Synthetic Biology CURIE Academy 2014 Design Project Final Presentations 4 / 31

5 Electrical and Computer Engineering Monday Lab Session Tuesday Lab Session The Internet of Things Cornell was founded because of ECE! Samuel Morse invented the telegraph (a digital communication device), but needed help building the network Ezra Cornell built the first telegraph line (the beginning of telecommunications), and invested in the Western Union Telegraph Co "What hath God wrought?" Ezra Cornell s investments created the fortune that eventually enabled the founding of Cornell University CURIE Academy 2014 Design Project Final Presentations 5 / 31

6 Electrical and Computer Engineering Monday Lab Session Tuesday Lab Session The Internet of Things Optional Homework I Visit the statue of Ezra Cornell on the Arts Quad I Does something on the back of the statue relate to ECE? CURIE Academy 2014 Design Project Final Presentations 6 / 31

7 Electrical and Computer Engineering Monday Lab Session Tuesday Lab Session The Internet of Things Computer Engineering Smart Grid and Smart Buildings Atmospheric Science Telecomm Information Theory Network Protocols and Optimization Image, Audio, Video Processing Signal Processing Power Systems ECE Fusion and Plasma Physics Control Theory Computer Engineering Electrical Circuits Robotics Computer-Aided Design Analog and Digital Circuits Opto-Electrical Devices Micro-Electro-Mechanical Devices Electrical Devices Bio-Electrical Engineering Systems and Synthetic Biology CURIE Academy 2014 Design Project Final Presentations 7 / 31

8 Electrical and Computer Engineering Monday Lab Session Tuesday Lab Session The Internet of Things Computer Systems: CS vs. EE vs. CE Computer Engineering Application Algorithm Programming Language Operating System Instruction Set Architecture Microarchitecture Register-Transfer Level Gate Level Circuits Devices Technology Traditional Computer Science Computer Engineering is at the interface between hardware and software and considers the entire system Traditional Electrical Engineering In its broadest definition, computer engineering is the development of the abstraction/implementation layers that allow us to execute information processing applications efficiently using available manufacturing technologies CURIE Academy 2014 Design Project Final Presentations 8 / 31

9 Electrical and Computer Engineering Monday Lab Session Tuesday Lab Session The Internet of Things Monday Lab Session Computer Engineering Hardware Perspective Computer Engineering Application Algorithm Programming Language Operating System Instruction Set Architecture Microarchitecture Register-Transfer Level Gate Level Circuits Devices Technology Boolean logic gates and functions Combining devices to do useful work Resistors, LEDs, Transistors CURIE Academy 2014 Design Project Final Presentations 9 / 31

10 Electrical and Computer Engineering Monday Lab Session Tuesday Lab Session The Internet of Things Monday Lab Session Computer Engineering Hardware Perspective Computer Engineering Application Algorithm Programming Language Operating System Instruction Set Architecture Microarchitecture Register-Transfer Level Gate Level Circuits Devices Technology How data flows through system, specifically how to do binary addition CURIE Academy 2014 Design Project Final Presentations 10 / 31

11

12

13

14

15

16 Electrical and Computer Engineering Monday Lab Session Tuesday Lab Session The Internet of Things Tuesday Lab Session Computer Engineering Software Perspective Computer Engineering Application Algorithm Programming Language Operating System Instruction Set Architecture Microarchitecture Register-Transfer Level Gate Level Circuits Devices Technology Mobile Robot Control Application Robot wanders environment searching for target Robot starts in this quadrant 12"x12" Target CURIE Academy 2014 Design Project Final Presentations 16 / 31

17 Electrical and Computer Engineering Monday Lab Session Tuesday Lab Session The Internet of Things Tuesday Lab Session Computer Engineering Software Perspective Computer Engineering Application Algorithm Programming Language Operating System Instruction Set Architecture Microarchitecture Register-Transfer Level Gate Level Circuits Devices Technology Finite-state-machine control algorithm FWD State not bumped and no target bumped found target REV State TGT State r seconds t seconds ROT State STOP State // Move forward for two seconds n seconds Arduino-code to implement algorithm digitalwrite( pin_motor_left_dir, LOW ); digitalwrite( pin_motor_right_dir, LOW ); analogwrite( pin_motor_left_speed, 100 ); analogwrite( pin_motor_right_speed, 100 ); delay(2000); CURIE Academy 2014 Design Project Final Presentations 17 / 31

18 Electrical and Computer Engineering Monday Lab Session Tuesday Lab Session The Internet of Things Tuesday Lab Session Computer Engineering Software Perspective Computer Engineering Application Algorithm Programming Language Operating System Instruction Set Architecture Microarchitecture Register-Transfer Level Gate Level Circuits Devices Technology Arduino machine instructions <loop>: 100: push r28 102: push r29 # load values from memory into registers 104: lds r24, 0x : lds r25, 0x0102 # do the actual addition 10c: add r24, r25 # store sum from register to memory 10e: sts 0x0104, r24 CURIE Academy 2014 Design Project Final Presentations 18 / 31

19

20

21

22

23

24 Electrical and Computer Engineering Monday Lab Session Tuesday Lab Session The Internet of Things Lab Sessions on Computer Engineering Computer Engineering Application Algorithm Programming Language Operating System Instruction Set Architecture Microarchitecture Register-Transfer Level Gate Level Circuits Devices Technology Lab 2 Software pushing towards hardware (CS,CE) Lab 1 Hardware pushing towards software (EE,CE) CURIE Academy 2014 Design Project Final Presentations 24 / 31

25 Electrical and Computer Engineering Monday Lab Session Tuesday Lab Session The Internet of Things The Traditional Internet Internet of People Human beings must collect, enter, publish, and analyze almost all of the information that is transmitted over the Internet CURIE Academy 2014 Design Project Final Presentations 25 / 31

26 Electrical and Computer Engineering Monday Lab Session Tuesday Lab Session The Internet of Things Emerging Trend Towards an Internet of Things Smart Home Internet of Things Wearable Health Monitor Smart Power Distribution Grid Early Disaster Warning System Wildlife Tracking System Interconnected "things" augmented with inexpensive embedded controllers, sensors, actuators to collect information and interact with the world CURIE Academy 2014 Design Project Final Presentations 26 / 31

27 Electrical and Computer Engineering Monday Lab Session Tuesday Lab Session The Internet of Things CURIE IoT Design Projects IoT Cloud IoT Input Device IoT Output Device IoT Input Modules (sensors) IoT Output Modules (displays,actuators) CURIE Academy 2014 Design Project Final Presentations 27 / 31

28

29

30

31 Electrical and Computer Engineering Monday Lab Session Tuesday Lab Session The Internet of Things Agenda I Group 2 : Smart Home I Group 7 : Wearable Health Monitor I Group 6 : Wildlife Monitoring System I Group 4 : Early Disaster Warning System I Group 3 : Smart Power Distribution Grid I Group 1 : Smart Home I Group 8 : Wearable Health Monitor I Group 5 : Early Disaster Warning System CURIE Academy 2014 Design Project Final Presentations 31 / 31

CURIE Academy, Summer 2014 Lab 2: Computer Engineering Software Perspective Sign-Off Sheet

CURIE Academy, Summer 2014 Lab 2: Computer Engineering Software Perspective Sign-Off Sheet Lab : Computer Engineering Software Perspective Sign-Off Sheet NAME: NAME: DATE: Sign-Off Milestone TA Initials Part 1.A Part 1.B Part.A Part.B Part.C Part 3.A Part 3.B Part 3.C Test Simple Addition Program

More information

WifiBotics. An Arduino Based Robotics Workshop

WifiBotics. An Arduino Based Robotics Workshop WifiBotics An Arduino Based Robotics Workshop WifiBotics is the workshop designed by RoboKart group pioneers in this field way back in 2014 and copied by many competitors. This workshop is based on the

More information

Electrical Engineering 40 Introduction to Microelectronic Circuits

Electrical Engineering 40 Introduction to Microelectronic Circuits Electrical Engineering 40 Introduction to Microelectronic Circuits Instructor: Prof. Andy Neureuther EECS Department University of California, Berkeley Lecture 1, Slide 1 Introduction Instructor: Prof.

More information

र ष ट र य प र द य ग क स स थ न प द च च र

र ष ट र य प र द य ग क स स थ न प द च च र FIRST SEMESTER - (2014 Regulation) HM101 MA101 PH101 CH101 CE101 CS101 CC101 ME101 COMMUNICATION IN ENGLISH I MATHEMATICS I PHYSICS I CHEMISTRY I ENGINEERING MECHANICS BASICS OF PROGRAMMING ENERGY & ENVIRONMENTAL

More information

Nandha Engineering College (Autonomous) Erode Examination -Sep 2018 Department Wise Time Table

Nandha Engineering College (Autonomous) Erode Examination -Sep 2018 Department Wise Time Table B.E - Computer Science and Engineering F.N: 09.30 AM to 12.30 PM A.N: 01.30 AM to 04.30 PM Date Session Code Subject 14-11-2018 FN 13CSX08 Network Analysis and Management AN 13CSX15 Software Testing Methodologies

More information

Total Hours Registration through Website or for further details please visit (Refer Upcoming Events Section)

Total Hours Registration through Website or for further details please visit   (Refer Upcoming Events Section) Total Hours 110-150 Registration Q R Code Registration through Website or for further details please visit http://www.rknec.edu/ (Refer Upcoming Events Section) Module 1: Basics of Microprocessor & Microcontroller

More information

ROBOTICS & IOT. Workshop Module

ROBOTICS & IOT. Workshop Module ROBOTICS & IOT Workshop Module CURRICULUM STRUCTURE DURATION : 2 day (16 hours) Session 1 Let's Learn Embedded System & Robotics Description Under this topic, we will discuss basics and give brief idea

More information

ROBOTICS & IOT. Workshop Module

ROBOTICS & IOT. Workshop Module ROBOTICS & IOT Workshop Module CURRICULUM STRUCTURE DURATION : 2 day (16 hours) Session 1 Let's Learn Embedded System & Robotics Description Under this topic, we will discuss basics and give brief idea

More information

Lecture #1. Course Overview

Lecture #1. Course Overview Lecture #1 OUTLINE Course overview Introduction: integrated circuits Analog vs. digital signals Lecture 1, Slide 1 Course Overview EECS 40: One of five EECS core courses (with 20, 61A, 61B, and 61C) introduces

More information

Dr. Vincent Lau

Dr. Vincent Lau Dr. Vincent Lau vincentmklau@astri.org 2015-6-25 Hong Kong Applied Science and Technology Research Institute (ASTRI) Largest HK R&D centre created by HK Government 500+ staffs with 30% Ph.D., 50% Master

More information

Texas Instruments University Program Ayesha Mayhugh WW University Manager

Texas Instruments University Program Ayesha Mayhugh WW University Manager Texas Instruments University Program Ayesha Mayhugh WW University Manager www.ti.com/university Future of Engineering depends on developing passion in students for hands on learning 2 Texas Instruments

More information

The Key to the Internet-of-Things: Conquering Complexity One Step at a Time

The Key to the Internet-of-Things: Conquering Complexity One Step at a Time The Key to the Internet-of-Things: Conquering Complexity One Step at a Time at IEEE QRS2017 Prague, CZ June 19, 2017 Adam T. Drobot Wayne, PA 19087 Outline What is IoT? Where is IoT in its evolution? A

More information

School of Engineering SUMMER CAMPS PROGRAMMING : STEP BY STEP ROBOTICS & BASICS OF PROGRAMMING. INTERNET OF THINGS IoT, SMARTPHONE APPLICATIONS

School of Engineering SUMMER CAMPS PROGRAMMING : STEP BY STEP ROBOTICS & BASICS OF PROGRAMMING. INTERNET OF THINGS IoT, SMARTPHONE APPLICATIONS School of Engineering SUMMER CAMPS 20 18 PROGRAMMING : STEP BY STEP June 4 - July 24 ROBOTICS & BASICS OF PROGRAMMING INTERNET OF THINGS IoT, SMARTPHONE APPLICATIONS PROGRAMMING & BIOMEDICAL APPLICATIONS

More information

CS101 Lecture 01: Introduction. What You ll Learn Today

CS101 Lecture 01: Introduction. What You ll Learn Today CS101 Lecture 01: Introduction Aaron Stevens (azs@bu.edu) 16 January 2013 What You ll Learn Today What is computer science? What are data and information? What is a computer? What are hardware and software?

More information

pulse horizons imagine new beginnings

pulse horizons imagine new beginnings pulse horizons 19 imagine new beginnings Imagine... The Heartbeat of Innovation Tech Talks Workshops Networking Events Competitions Key Speakers CPO of Uptake, Greg Goff CEO of Nvidia, Jen-Hsun Huang CEO

More information

Welcome to EGN-1935: Electrical & Computer Engineering (Ad)Ventures

Welcome to EGN-1935: Electrical & Computer Engineering (Ad)Ventures : ECE (Ad)Ventures Welcome to -: Electrical & Computer Engineering (Ad)Ventures This is the first Educational Technology Class in UF s ECE Department We are Dr. Schwartz and Dr. Arroyo. University of Florida,

More information

Introduction. Reading: Chapter 1. Courtesy of Dr. Dansereau, Dr. Brown, Dr. Vranesic, Dr. Harris, and Dr. Choi.

Introduction. Reading: Chapter 1. Courtesy of Dr. Dansereau, Dr. Brown, Dr. Vranesic, Dr. Harris, and Dr. Choi. Introduction Reading: Chapter 1 Courtesy of Dr. Dansereau, Dr. Brown, Dr. Vranesic, Dr. Harris, and Dr. Choi http://csce.uark.edu +1 (479) 575-6043 yrpeng@uark.edu Why study logic design? Obvious reasons

More information

History of Communication

History of Communication 1 History of Communication Required reading: Forouzan Ch. 1 Garcia 1.1 and 1.2 CSE 3213, Fall 2015 Instructor: N. Vlajic History of Telecommunications 2 Papyrus 3000 BC http://www.prologprintmedia.co.uk/news-whats-next-in-the-evolution-of-communication

More information

BS in. Electrical Engineering

BS in. Electrical Engineering BS in Electrical Engineering Program Objectives Habib University s Electrical Engineering program is designed to impart rigorous technical knowledge, combined with hands-on experiential learning and a

More information

Training Schedule. Robotic System Design using Arduino Platform

Training Schedule. Robotic System Design using Arduino Platform Training Schedule Robotic System Design using Arduino Platform Session - 1 Embedded System Design Basics : Scope : To introduce Embedded Systems hardware design fundamentals to students. Processor Selection

More information

Industrial Automation Training Academy. Arduino, LabVIEW & PLC Training Programs Duration: 6 Months (180 ~ 240 Hours)

Industrial Automation Training Academy. Arduino, LabVIEW & PLC Training Programs Duration: 6 Months (180 ~ 240 Hours) nfi Industrial Automation Training Academy Presents Arduino, LabVIEW & PLC Training Programs Duration: 6 Months (180 ~ 240 Hours) For: Electronics & Communication Engineering Electrical Engineering Instrumentation

More information

EE 280 Introduction to Digital Logic Design

EE 280 Introduction to Digital Logic Design EE 280 Introduction to Digital Logic Design Lecture 1. Introduction EE280 Lecture 1 1-1 Instructors: EE 280 Introduction to Digital Logic Design Dr. Lukasz Kurgan (section A1) office: ECERF 6 th floor,

More information

The Key to the Internet-of-Things: Conquering Complexity One Step at a Time

The Key to the Internet-of-Things: Conquering Complexity One Step at a Time The Key to the Internet-of-Things: Conquering Complexity One Step at a Time at IEEE PHM2017 Adam T. Drobot Wayne, PA 19087 Outline What is IoT? Where is IoT in its evolution? A life Cycle View Key ingredients

More information

DUE CONFERENCE 2015 FUTURE INTERNET CONCEPTS FOR DEMAND MANAGEMENT. By: Hinesh Madhoo and Tiaan Willemse. Date: 31 March 2015

DUE CONFERENCE 2015 FUTURE INTERNET CONCEPTS FOR DEMAND MANAGEMENT. By: Hinesh Madhoo and Tiaan Willemse. Date: 31 March 2015 DUE CONFERENCE 2015 FUTURE INTERNET CONCEPTS FOR DEMAND MANAGEMENT By: Hinesh Madhoo and Tiaan Willemse Date: 31 March 2015 AGENDA 1. Background Future Internet Concepts for Demand Management 2. What is

More information

Department of Electrical & Computer Engineering. Five-Year Strategic Plan: Improving Lives. Transforming Louisiana. Changing the World.

Department of Electrical & Computer Engineering. Five-Year Strategic Plan: Improving Lives. Transforming Louisiana. Changing the World. Department of Electrical & Computer Engineering Five-Year Strategic Plan: 2010-2015 Improving Lives. Transforming Louisiana. Changing the World. Engineering is intertwined with our very own way of life.

More information

EENG 444 / ENAS 944 Digital Communication Systems

EENG 444 / ENAS 944 Digital Communication Systems EENG 444 / ENAS 944 Digital Communication Systems Introduction!! Wenjun Hu Communication Systems What s the first thing that comes to your mind? Communication Systems What s the first thing that comes

More information

Digitalisation as day-to-day-business

Digitalisation as day-to-day-business Digitalisation as day-to-day-business What is today feasible for the company in the future Prof. Jivka Ovtcharova INSTITUTE FOR INFORMATION MANAGEMENT IN ENGINEERING Baden-Württemberg Driving force for

More information

KURUKSHETRA UNIVERSI TY KURUKSHETRA. REVISED Date-Sheet for B.Tech. Engineering Ist Semester Examination commencing w.e.f

KURUKSHETRA UNIVERSI TY KURUKSHETRA. REVISED Date-Sheet for B.Tech. Engineering Ist Semester Examination commencing w.e.f UNIVERSI TY REVISED Date-Sheet for B.Tech. Ist Semester Examination commencing w.e.f. 7.1.2012. Time of Examination: 2.00 P.M. onwards (Evening Session) DATE AND DAY REFERENCE NO./SUBJECT AND PAPER JANUARY,

More information

DAV Institute of Engineering & Technology Department of ECE. Course Outcomes

DAV Institute of Engineering & Technology Department of ECE. Course Outcomes DAV Institute of Engineering & Technology Department of ECE Course Outcomes Upon successful completion of this course, the student will intend to apply the various outcome as:: BTEC-301, Analog Devices

More information

Haria Nikunj Jayantilal Orre Liza Maribor Turning LED on/off using motion sensor- A project report

Haria Nikunj Jayantilal Orre Liza Maribor Turning LED on/off using motion sensor- A project report 0 Haria Nikunj Jayantilal-641750 Orre Liza Maribor-638110 Turning LED on/off using motion sensor- A project report Digital Electronics- APT 2030 Dr. Sylvester Namuye USIU- Africa Spring 2016 1 ABSTRACT

More information

UNIT 2 TOPICS IN COMPUTER SCIENCE. Emerging Technologies and Society

UNIT 2 TOPICS IN COMPUTER SCIENCE. Emerging Technologies and Society UNIT 2 TOPICS IN COMPUTER SCIENCE Emerging Technologies and Society EMERGING TECHNOLOGIES Technology has become perhaps the greatest agent of change in the modern world. While never without risk, positive

More information

Stream Profiles Career Opportunities

Stream Profiles Career Opportunities Stream Profiles Career Opportunities As a Industrial & Control Engineer, You can be Control engineer, Modeling engineer, Development engineer, Test and validation engineer, Robotics Engineer R&D Electrical

More information

Research Statement. Sorin Cotofana

Research Statement. Sorin Cotofana Research Statement Sorin Cotofana Over the years I ve been involved in computer engineering topics varying from computer aided design to computer architecture, logic design, and implementation. In the

More information

Design and Application of Architecture of Internet of Things Based on Open Source Hardware

Design and Application of Architecture of Internet of Things Based on Open Source Hardware 2016 3 rd International Conference on Engineering Technology and Application (ICETA 2016) ISBN: 978-1-60595-383-0 Design and Application of Architecture of Internet of Things Based on Open Source Hardware

More information

Sensors. CS Embedded Systems p. 1/1

Sensors. CS Embedded Systems p. 1/1 CS 445 - Embedded Systems p. 1/1 Sensors A device that provides measurements of a physical process. Many sensors are transducers, devices that convert energy from one form to another. Examples: Pressure

More information

Welcome to ESE Research Interviews 2017

Welcome to ESE Research Interviews 2017 Dear prospective research student: Welcome to ESE Research Interviews 2017 Thank you for applying for a research student position in our department. The interview s w ill be held on June 5-9, 2017, in

More information

MEMS Sensors as enablers for IoTS Shanghai, 17 th of March 2014 百里博 / Leopold Beer Regional President Asia Pacific

MEMS Sensors as enablers for IoTS Shanghai, 17 th of March 2014 百里博 / Leopold Beer Regional President Asia Pacific - The MEMS Technology Leader MEMS Sensors as enablers for IoTS Shanghai, 17 th of March 2014 百里博 / Leopold Beer Regional President Asia Pacific 1 Marketing 17/03/2014 GmbH 2013. All rights reserved, also

More information

Research Directions in Electrical Engineering

Research Directions in Electrical Engineering Research Directions in Electrical Engineering Joseph A. O Sullivan Committee Research Organization Other Universities Future Ad Hoc Committee on Electrical Engineering at Washington University Appointed

More information

UTILIZATION OF ROBOTICS AS CONTEMPORARY TECHNOLOGY AND AN EFFECTIVE TOOL IN TEACHING COMPUTER PROGRAMMING

UTILIZATION OF ROBOTICS AS CONTEMPORARY TECHNOLOGY AND AN EFFECTIVE TOOL IN TEACHING COMPUTER PROGRAMMING UTILIZATION OF ROBOTICS AS CONTEMPORARY TECHNOLOGY AND AN EFFECTIVE TOOL IN TEACHING COMPUTER PROGRAMMING Aaron R. Rababaah* 1, Ahmad A. Rabaa i 2 1 arababaah@auk.edu.kw 2 arabaai@auk.edu.kw Abstract Traditional

More information

Subjects taken at UC-MEng which are recognized for credit transfer to the respective PolyU-MSc

Subjects taken at UC-MEng which are recognized for credit transfer to the respective PolyU-MSc Annex 1 Subjects taken at UC-MEng which are recognized for credit transfer to the respective PolyU-MSc Program: MSc Biomedical Engineering Equivalent subjects in UC MEng programs PolyU subjects contributed

More information

INDUSTRY 4.0. Modern massive Data Analysis for Industry 4.0 Industry 4.0 at VŠB-TUO

INDUSTRY 4.0. Modern massive Data Analysis for Industry 4.0 Industry 4.0 at VŠB-TUO INDUSTRY 4.0 Modern massive Data Analysis for Industry 4.0 Industry 4.0 at VŠB-TUO Václav Snášel Faculty of Electrical Engineering and Computer Science VŠB-TUO Czech Republic AGENDA 1. Industry 4.0 2.

More information

Computer Aided Design of Electronics

Computer Aided Design of Electronics Computer Aided Design of Electronics [Datorstödd Elektronikkonstruktion] Zebo Peng, Petru Eles, and Nima Aghaee Embedded Systems Laboratory IDA, Linköping University www.ida.liu.se/~tdts01 Electronic Systems

More information

Essential Understandings with Guiding Questions Robotics Engineering

Essential Understandings with Guiding Questions Robotics Engineering Essential Understandings with Guiding Questions Robotics Engineering 1 st Quarter Theme: Orientation to a Successful Laboratory Experience Student Expectations Safety Emergency MSDS Organizational Systems

More information

ME 487 Mechatronics. Office: JH 515, Tel.: (505)

ME 487 Mechatronics. Office: JH 515,   Tel.: (505) ME 487 Mechatronics Instructor: Assistant: Dr. Ou Ma Office: JH 515, Email: oma@nmsu.edu Tel.: (505)646-6534 Xiumin Diao (Ph.D. student) Office: JH 608, Email: xiumin@nmsu.edu Tel.: (505)646-6544 Dept.

More information

U N I V E R S I T Y O F C A L I C U T Pareeksha Bhavan

U N I V E R S I T Y O F C A L I C U T Pareeksha Bhavan U N I V E R S I T Y O F C A L I C U T Pareeksha Bhavan REVISED TIME TABLE FOR THE SEVENTH SEMESTER B.Tech/ P T B.Tech (2009 SCHEME) REGULAR / SUPPLEMENTARY / EXAMINATIONS NOVEMBER 2016 Time of Examination:

More information

B.Tech. / M.Tech. Even Supplementary Examinations -April Draft

B.Tech. / M.Tech. Even Supplementary Examinations -April Draft DATE 02 April 2019 04 April 2019 08 Apr 2019 10 Apr 2019 12 Apr 2019 15 Apr 2019 Tuesday Thursday Monday Wednesday Friday Monday CE431 / MA431 CE432 / CE432P/CE432 CE433 CE434 CE435P CE436 4BTCI 4BTME

More information

CHRIST - Deemed to be University BANGALORE B.Tech. / M.Tech. Even Regular End Semester Examinations -April Draft

CHRIST - Deemed to be University BANGALORE B.Tech. / M.Tech. Even Regular End Semester Examinations -April Draft TIME CHRIST - Deemed to be University BANGALORE- 560029 9:30am 12:30 pm DATE 02 April 2019 04 April 2019 08 Apr 2019 10 Apr 2019 12 Apr 2019 15 Apr 2019 Tuesday Thursday Monday Wednesday Friday Monday

More information

Scientific Highlights 2016

Scientific Highlights 2016 Scientific Highlights 2016 Science and Technology Sector Schools and Faculties Faculty of Science Louvain School of Engineering (EPL) Faculty of Architecture, Architectural Engineering and Urban Planning

More information

University of Pittsburgh

University of Pittsburgh University of Pittsburgh Experiment #7 Lab Report Analog-Digital Applications Submission Date: 08/01/2018 Instructors: Dr. Ahmed Dallal Shangqian Gao Submitted By: Nick Haver & Alex Williams Station #2

More information

EE-110 Introduction to Engineering & Laboratory Experience Saeid Rahimi, Ph.D. Labs Introduction to Arduino

EE-110 Introduction to Engineering & Laboratory Experience Saeid Rahimi, Ph.D. Labs Introduction to Arduino EE-110 Introduction to Engineering & Laboratory Experience Saeid Rahimi, Ph.D. Labs 10-11 Introduction to Arduino In this lab we will introduce the idea of using a microcontroller as a tool for controlling

More information

EPD ENGINEERING PRODUCT DEVELOPMENT

EPD ENGINEERING PRODUCT DEVELOPMENT EPD PRODUCT DEVELOPMENT PILLAR OVERVIEW The following chart illustrates the EPD curriculum structure. It depicts the typical sequence of subjects. Each major row indicates a calendar year with columns

More information

INTRODUCTION TO DIGITAL CONCEPT

INTRODUCTION TO DIGITAL CONCEPT COURSE / CODE DIGITAL SYSTEM FUNDAMENTALS (ECE 421) DIGITAL ELECTRONICS FUNDAMENTAL (ECE 422) INTRODUCTION TO DIGITAL CONCEPT Digital and Analog Quantities Digital relates to data in the form of digits,

More information

Bachelor of Science in Electrical Engineering Freshman Year

Bachelor of Science in Electrical Engineering Freshman Year Bachelor of Science in Electrical Engineering 2016-17 Freshman Year CHEM 1011 General Chemistry I Lab 1 ENG 1013 Composition II 3 CHEM 1013 General Chemistry I 3 ENGR 1412 Software Applications for Engineers

More information

Introduction to Programming. June 4 June 8, and July 9 July 13 Mo-Fr., 8:30AM - 3:30PM

Introduction to Programming. June 4 June 8, and July 9 July 13 Mo-Fr., 8:30AM - 3:30PM Introduction to Programming June 4 June 8, and July 9 July 13 This hands-on training will teach basics of computer programming. Campers will learn how computers work, how to control devices and components

More information

PROJECT LEAD The way. Quakertown community high school

PROJECT LEAD The way. Quakertown community high school PROJECT LEAD The way Quakertown community high school is a college recognized pre-engineering program designed to prepare students for the challenges of college classes. Quakertown Community High School

More information

Mechatronics. STEAM Clown Production. STEAM Clown & Productions Copyright 2016 STEAM Clown

Mechatronics. STEAM Clown Production. STEAM Clown & Productions Copyright 2016 STEAM Clown Mechatronics Production Page 1 - Mechatronics SVCTE Mechatronics Class Class Production Ready To Hear about Mechatronics? Mecha = Mechanical Engineering Design Tronincs = Electrical Engineering Design

More information

CPS Engineering Labs. A Network of Design Centres. Expediting and accelerating the realisation of trustworthy CPS

CPS Engineering Labs. A Network of Design Centres. Expediting and accelerating the realisation of trustworthy CPS CPS Engineering Labs A Network of Design Centres Expediting and accelerating the realisation of trustworthy CPS Holger Pfeifer CPSE Labs co-ordinator fortiss, Munich, Germany Funded by the European Union

More information

ECE Digital Logic Lecture 2. Digital Design Circuit Types: Combinational vs. Sequential

ECE Digital Logic Lecture 2. Digital Design Circuit Types: Combinational vs. Sequential ECE 74 - Digital Logic Lecture Circuit Types: Combinational vs. equential Lecture Transistors, witches, CMO Basic Logic Gates Boolean Equations Truth Table: w/o time or previous values Circuit Components:

More information

Assignments from last week

Assignments from last week Assignments from last week Review LED flasher kits Review protoshields Need more soldering practice (see below)? http://www.allelectronics.com/make-a-store/category/305/kits/1.html http://www.mpja.com/departments.asp?dept=61

More information

Electronics Design Laboratory Lecture #10. ECEN 2270 Electronics Design Laboratory

Electronics Design Laboratory Lecture #10. ECEN 2270 Electronics Design Laboratory Electronics Design Laboratory Lecture #10 Electronics Design Laboratory 1 Lessons from Experiment 4 Code debugging: use print statements and serial monitor window Circuit debugging: Re check operation

More information

Logistics. Kinetic Art. Embedded Systems. Embedded Systems and Kinetic Art. Jim Campbell s Algorithm

Logistics. Kinetic Art. Embedded Systems. Embedded Systems and Kinetic Art. Jim Campbell s Algorithm Embedded Systems and Kinetic Art CS5968: Erik Brunvand School of Computing Art4455: Paul Stout Department of Art and Art History Logistics Class meets M-W from 11:50-2:50 We ll start meeting in Sculpt

More information

Embedded Systems and Kinetic Art. CS5968: Erik Brunvand School of Computing. Art4455: Paul Stout Department of Art and Art History.

Embedded Systems and Kinetic Art. CS5968: Erik Brunvand School of Computing. Art4455: Paul Stout Department of Art and Art History. Embedded Systems and Kinetic Art CS5968: Erik Brunvand School of Computing Art4455: Paul Stout Department of Art and Art History Logistics Class meets M-W from 11:50-2:50 We ll start meeting in Sculpt

More information

3C5 Telecommunications / 4BIO2 Telemedicine: Course Preliminaries. Luiz DaSilva Professor of Telecommunications

3C5 Telecommunications / 4BIO2 Telemedicine: Course Preliminaries. Luiz DaSilva Professor of Telecommunications 3C5 Telecommunications / 4BIO2 Telemedicine: Course Preliminaries Luiz DaSilva Professor of Telecommunications dasilval@tcd.ie +353-1-8963660 Telecommunication systems around us 1. 2. 3. 4. 5. 6. 7. 8.

More information

Internet of Things (Winter Training Program) 6 Weeks/45 Days

Internet of Things (Winter Training Program) 6 Weeks/45 Days (Winter Training Program) 6 Weeks/45 Days PRESENTED BY RoboSpecies Technologies Pvt. Ltd. Office: W-53g, Sec- 11, Noida, UP Contact us: Email: stp@robospecies.com Website: www.robospecies.com Office: +91-120-4245860

More information

EECS150 - Digital Design Lecture 28 Course Wrap Up. Recap 1

EECS150 - Digital Design Lecture 28 Course Wrap Up. Recap 1 EECS150 - Digital Design Lecture 28 Course Wrap Up Dec. 5, 2013 Prof. Ronald Fearing Electrical Engineering and Computer Sciences University of California, Berkeley (slides courtesy of Prof. John Wawrzynek)

More information

Time Synchronization and Distributed Modulation in Large-Scale Sensor Networks

Time Synchronization and Distributed Modulation in Large-Scale Sensor Networks Time Synchronization and Distributed Modulation in Large-Scale Sensor Networks Sergio D. Servetto School of Electrical and Computer Engineering Cornell University http://cn.ece.cornell.edu/ RPI Workshop

More information

The impact of rapid technological change on sustainable development

The impact of rapid technological change on sustainable development 15-17 January 2019, Vienna The impact of rapid technological change on sustainable development Shamika N. Sirimanne Director, Division on Technology and Logistics UNCTAD 2018-2019 CSTD Intersessional Panel

More information

Technology Trends with Digital Transformation

Technology Trends with Digital Transformation Technology Trends with Digital Transformation 26 April 2017 Dr. Seungyun Lee Digital transformation is the change associated with the application of digital technology in all aspects of human society.

More information

Ontology-Based Robots Self-Organization in Cyber-Physical Systems

Ontology-Based Robots Self-Organization in Cyber-Physical Systems AMICT 2015, Petrozavodsk, Russia 13.05.2015 Ontology-Based Robots Self-Organization in Cyber-Physical Systems Alexey Kashevnik, e-mail: alexey@iias.spb.su PhD, Senior Researcher Laboratory of Computer

More information

The Smart Production Laboratory: A Learning Factory for Industry 4.0 Concepts

The Smart Production Laboratory: A Learning Factory for Industry 4.0 Concepts The Smart Production Laboratory: A Learning Factory for Industry 4.0 Concepts Marco Nardello 1 ( ), Ole Madsen 1, Charles Møller 1 1 Aalborg University, Department of Materials and Production Fibigerstræde

More information

Accelerating Collective Innovation: Investing in the Innovation Landscape

Accelerating Collective Innovation: Investing in the Innovation Landscape PCB Executive Forum Accelerating Collective Innovation: Investing in the Innovation Landscape How a Major Player Uses Internal Venture Program to Accelerate Small Players with Big Ideas Dr. Joan K. Vrtis

More information

Eleonora Escalante, MBA - MEng Strategic Corporate Advisory Services Creating Corporate Integral Value (CIV)

Eleonora Escalante, MBA - MEng Strategic Corporate Advisory Services Creating Corporate Integral Value (CIV) Eleonora Escalante, MBA - MEng Strategic Corporate Advisory Services Creating Corporate Integral Value (CIV) Leg 7. Trends in Competitive Advantage. Generation Z is the next guinea pig generation for Industry

More information

BIOMEDICAL ELECTRONICS. Date & Day II - SEMESTER ADVANCED MEDICAL IMAGING DIAGNOSTIC AND THERAPEUTIC EQUIPMENT MEDICAL PRODUCT DESIGN

BIOMEDICAL ELECTRONICS. Date & Day II - SEMESTER ADVANCED MEDICAL IMAGING DIAGNOSTIC AND THERAPEUTIC EQUIPMENT MEDICAL PRODUCT DESIGN OSMANIA UNIVERSITY, HYDERABAD - 7 M. E. (BME) (Main) Examination, September 2013 EXAMINATION TIME TABLE Time : 2.00 PM to 5.00 PM Department of BME Date & Day BIOMEDICAL ELECTRONICS II - SEMESTER ADVANCED

More information

CSE 466 Software for Embedded Systems. What is an embedded system?

CSE 466 Software for Embedded Systems. What is an embedded system? CSE 466 Software for Embedded Systems The wrap up Recall the introduction what are embedded systems? What we covered in the course CSE 466 Wrap Up 1 What is an embedded system? Let s proceed inductively

More information

Sensors and Sensing Motors, Encoders and Motor Control

Sensors and Sensing Motors, Encoders and Motor Control Sensors and Sensing Motors, Encoders and Motor Control Todor Stoyanov Mobile Robotics and Olfaction Lab Center for Applied Autonomous Sensor Systems Örebro University, Sweden todor.stoyanov@oru.se 13.11.2014

More information

02 Digital Input and Output

02 Digital Input and Output week 02 Digital Input and Output RGB LEDs fade with PWM 1 Microcontrollers utput ransducers actuators (e.g., motors, buzzers) Arduino nput ransducers sensors (e.g., switches, levers, sliders, etc.) Illustration

More information

Funding Perspectives for Cyber- Physical Systems in Horizon 2020

Funding Perspectives for Cyber- Physical Systems in Horizon 2020 Funding Perspectives for Cyber- Physical Systems in Horizon 2020 Firenze, 13 December 2013 Werner Steinhögl Programme Officer- Complex Systems & Advanced Computing European Commission - DG CONNECT A3 1

More information

The Photonics & Microwave Competitiveness Cluster in Nouvelle-Aquitaine (France) THE WAVES OF INNOVATION. alpha-rlh.com

The Photonics & Microwave Competitiveness Cluster in Nouvelle-Aquitaine (France) THE WAVES OF INNOVATION. alpha-rlh.com The Photonics & Microwave Competitiveness Cluster in Nouvelle-Aquitaine (France) alpha-rlh.com The ALPHA-RLH competitiveness cluster works with companies and laboratories in setting up and funding innovative

More information

Digital Electronics 8. Multiplexer & Demultiplexer

Digital Electronics 8. Multiplexer & Demultiplexer 1 Module -8 Multiplexers and Demultiplexers 1 Introduction 2 Principles of Multiplexing and Demultiplexing 3 Multiplexer 3.1 Types of multiplexer 3.2 A 2 to 1 multiplexer 3.3 A 4 to 1 multiplexer 3.4 Multiplex

More information

Introduction to IEEE CAS Publications

Introduction to IEEE CAS Publications Introduction to IEEE CAS Publications Gianluca Setti 12 1 Dep. of Engineering (ENDIF) University of Ferrara 2 Advanced Research Center on Electronic Systems for Information Engineering and Telecommunications

More information

University of Southern California. Department of Electrical Engineering Electrophysics. EE 326Lx - Essentials of Electrical Engineering

University of Southern California. Department of Electrical Engineering Electrophysics. EE 326Lx - Essentials of Electrical Engineering University of Southern California Department of Electrical Engineering Electrophysics EE 326Lx - Essentials of Electrical Engineering Course Syllabus Fall 2003 Abstract EE 326Lx serves as an introduction

More information

EECS 42 Introduction to Electronics for Computer Science

EECS 42 Introduction to Electronics for Computer Science EECS 42 Introduction to Electronics for Computer Science Andrew R. Neureuther MW 3-4, 10 Evans Plus Discussion Section http://inst.eecs.berkeley.edu/~ee42/ Welcome Back to Campus I hope EECS 42 captures

More information

SOLDIER NAVIGATION AND HEALTH RECORDING SYSTEM USING IOT

SOLDIER NAVIGATION AND HEALTH RECORDING SYSTEM USING IOT SOLDIER NAVIGATION AND HEALTH RECORDING SYSTEM USING IOT Mr.C.SATHEESWARAN* 1, AYISHA.R* 2, BIBI FATHIMA.J* 3 *1 Assistant Professor, Department of ECE, Dhaanish Ahmed College of Engineering, Padappai.

More information

STEM and Entrepreneurship - Engagement Through Wearables. HI-TEC 2016 Michael Lesiecki

STEM and Entrepreneurship - Engagement Through Wearables. HI-TEC 2016 Michael Lesiecki STEM and Entrepreneurship - Engagement Through Wearables HI-TEC 2016 Michael Lesiecki Wearable Technology? Wearable Technology? Rick Moranis: Ghostbusters: Image Credit: GBFans Virgin Mobile Canada Goal

More information

Visvesvaraya Technological University, Belagavi

Visvesvaraya Technological University, Belagavi Time Table for M.TECH. Examinations, June / July 2017 M. TECH. 2010 Scheme 2011 Scheme 2012 Scheme 2014 Scheme 2016 Scheme [CBCS] Semester I II III I II III I II III I II IV I II Time Date, Day 14/06/2017,

More information

COMPUTER SCIENCE AND ENGINEERING

COMPUTER SCIENCE AND ENGINEERING COMPUTER SCIENCE AND ENGINEERING Internet of Thing Cloud Computing Big Data Analytics Network Security Distributed System Image Processing Data Science Business Intelligence Wireless Sensor Network Artificial

More information

DC Motor Speed Control using PID Controllers

DC Motor Speed Control using PID Controllers "EE 616 Electronic System Design Course Project, EE Dept, IIT Bombay, November 2009" DC Motor Speed Control using PID Controllers Nikunj A. Bhagat (08307908) nbhagat@ee.iitb.ac.in, Mahesh Bhaganagare (CEP)

More information

Call for Papers. NuernbergMesse / Frank Boxler. embedded world Conference Nürnberg, Germany

Call for Papers. NuernbergMesse / Frank Boxler. embedded world Conference Nürnberg, Germany Call for Papers NuernbergMesse / Frank Boxler embedded world Conference 27.2. 1.3.2018 Nürnberg, Germany www.embedded-world.eu IMPRESSIONS 2017 NuernbergMesse / Frank Boxler embedded world the leading

More information

DEPARTMENT OF ELECTRICAL ENGINEERING AND COMPUTER SCIENCE UNIVERSITY OF TENNESSEE SPRING 2012 Ph.D. QUALIFYING EXAMINATION Monday, January 9, 2012

DEPARTMENT OF ELECTRICAL ENGINEERING AND COMPUTER SCIENCE UNIVERSITY OF TENNESSEE SPRING 2012 Ph.D. QUALIFYING EXAMINATION Monday, January 9, 2012 DEPARTMENT OF ELECTRICAL ENGINEERING AND COMPUTER SCIENCE UNIVERSITY OF TENNESSEE SPRING 2012 Ph.D. QUALIFYING EXAMINATION Monday, January 9, 2012 Exam Packet Number: You are allowed 4 hours to complete

More information

Digital Transformation. A Game Changer. How Does the Digital Transformation Affect Informatics as a Scientific Discipline?

Digital Transformation. A Game Changer. How Does the Digital Transformation Affect Informatics as a Scientific Discipline? Digital Transformation A Game Changer How Does the Digital Transformation Affect Informatics as a Scientific Discipline? Manfred Broy Technische Universität München Institut for Informatics ... the change

More information

TECHsummit & GadgetExpo Bratislava

TECHsummit & GadgetExpo Bratislava TECHsummit & GadgetExpo Bratislava Hotel Bratislava Date: 11./12.5.2016 Organizers Media Partners Partner Startup Panel Partner B2B Matching Partner Mobility Partner Networking Partner Conference Program

More information

The Internet of Things. A Green IT Specialist Group perspective Richard Lanyon-Hogg C.Eng

The Internet of Things. A Green IT Specialist Group perspective Richard Lanyon-Hogg C.Eng The Internet of Things A Green IT Specialist Group perspective Richard Lanyon-Hogg C.Eng April 2014 A perspective; but let s be clear, this overview is not about 2 Agenda 20 minute overview of the IoT,

More information

UNLV ME 425/625 Robotics. Introduction and Course Philosophy

UNLV ME 425/625 Robotics. Introduction and Course Philosophy UNLV ME 425/625 Robotics Introduction and Course Philosophy Paul Oh: Background 5+ years industry before Drexel ME Professor since 2000 Advisor: ASME 10-years Advisor: 8+ SD teams 3 SD awards (COE, ASME,

More information

1 Introduction. 2 Embedded Electronics Primer. 2.1 The Arduino

1 Introduction. 2 Embedded Electronics Primer. 2.1 The Arduino Beginning Embedded Electronics for Botballers Using the Arduino Matthew Thompson Allen D. Nease High School matthewbot@gmail.com 1 Introduction Robotics is a unique and multidisciplinary field, where successful

More information

Advanced Manufacturing Laboratory Department of Industrial Engineering. Sharif University of Technology

Advanced Manufacturing Laboratory Department of Industrial Engineering. Sharif University of Technology Advanced Manufacturing Laboratory Department of Industrial Engineering Sharif University of Technology Session # 14 Instructor Omid Fatahi Valilai, Ph.D. Industrial Engineering Department, Sharif University

More information

Symposium: Urban Energy innovation

Symposium: Urban Energy innovation Symposium: Urban Energy innovation Smart Monitoring, Management & Control Referent: Simone Baldi (3mE, TU Delft) Co-Referent: Wilbert Prinssen (Technolution) Chair: Laure Itard (BK, TU Delft) 30 May, 2018

More information

EE 331 Devices and Circuits I. Lecture 1 March 31, 2014

EE 331 Devices and Circuits I. Lecture 1 March 31, 2014 EE 331 Devices and Circuits I Lecture 1 March 31, 2014 Four Main Topics (Welcome to the Real World!) Physics of conduction in semiconductors (Chap 2) Solid state diodes physics, applications, and analysis

More information

The Smart Factory Lab

The Smart Factory Lab The Smart Factory Lab That Smart Factory lab is a cornerstone in the newly established Innovation lab at the Mads Clausen Institute at Alsion in Sønderborg. The Innovation Lab is a physical environment

More information

Introduction. BME208 Logic Circuits Yalçın İŞLER

Introduction. BME208 Logic Circuits Yalçın İŞLER Introduction BME208 Logic Circuits Yalçın İŞLER islerya@yahoo.com http://me.islerya.com 1 Lecture Three hours a week (three credits) No other sections, please register this section Tuesday: 09:30 12:15

More information

COS 140: Foundations of Computer Science

COS 140: Foundations of Computer Science COS 140: Foundations of C S What is C S? Fall 2017 Copyright c 2002 2017 UMaine School of Computing and Information S 1 / 16 What is C S? What do you think? A definition CS and programming Areas of CS

More information