Connected Products and Microcontrollers

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,
Microprocessor and Microcontroller Fundamentals
Microprocessor 8085/8086 Lecturer M A Rahim Khan Computer Engineering and Networks Deptt.
Course Overview and The 8051 Architecture
INTRODUCTION OF COMPUTER
Microcontroller based system design
COMP1321 Digital Infrastructure Richard Henson December 2013.
1 3-General Purpose Processors: Altera Nios II 2 Altera Nios II processor A 32-bit soft core processor from Altera Comes in three cores: Fast, Standard,
Introduction to Information Technology Chapter 1 Mind Tools for Your Future.
Micro processor and Micro Controllers
Microcontroller Presented by Hasnain Heickal (07), Sabbir Ahmed(08) and Zakia Afroze Abedin(19)
66 CHAPTER SYSTEM UNIT. © 2005 The McGraw-Hill Companies, Inc. All Rights Reserved. 1-2 Lecture Objectives System unit components Microprocessors Memory.
Embedded System. What is an Embedded System? Computing systems embedded within electronic devices Hard to define – Nearly any computing system other than.
MICROOCESSORS AND MICROCONTROLLER:
ARM offers a broad range of processor cores to address a wide variety of applications while delivering optimum performance, power consumption and system.
Academic PowerPoint Computer System – Architecture.
COMP1321 Digital Infrastructure Richard Henson November 2015.
Information Technology Basics. Introduction to Information Technology 2 Is this really all that important to know ? Server Program Client Network CPU.
Lecture 7: Overview Microprocessors / microcontrollers.
Chapter 1: How are computers organized?. Software, data, & processing ? A computers has no insight or intuition A computers has no insight or intuition.
EMBEDDED SYSTEM & ROBOTICS. Introduction to robotics Robots are machines capable of carrying out a complex series of actions automatically. Robotics is.
Department of Electronic & Electrical Engineering Introduction to microcontrollers A microcontroller is a small computer on a single integrated circuit.
Internet of everything
Department of Electronic & Electrical Engineering Introduction to microcontrollers A microcontroller is a small computer on a single integrated circuit.
Networked Embedded Systems Sachin Katti EE107 Spring 2016 Lecture 3 Microcontrollers.
Information Technology Basics. Introduction to Information Technology 2 Computer Science – Theory of Computational Applications Computer Engineers - Make.
Know Difference Between Microprocessors and Microcontrollers.
CEng3361/18 CENG 336 INT. TO EMBEDDED SYSTEMS DEVELOPMENT Spring 2007 Recitation 01.
Mobile Architecture Aj.Drusawin Vongpramate Major of Information Technology.
Embedded Systems. What is Embedded Systems?  Embedded reflects the facts that they are an integral.
Part 3 Ms. T. N. Jones1. Vocabulary 1. A design for health, safety, and comfort 2. A tool used to put data into a computer, such as a keyboard, mouse,
EMBEDDED SYSTEMS SDU What is an Embedded System  Combines mechanical, electrical, and chemical components along with a computer, hidden inside,
Case Study #1 Microcontroller System. What is a microcontroller? A microcontroller can be considered a self-contained system with a processor, memory.
GCSE Computer Science - Revision
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)
EMBEDDED SYSTEM An embedded system is a special-purpose computer system and a combination of software and hardware designed to perform specific task. It.
IF I ONLY HAD A BRAIN THE MICROCONTROLLER
Part 1- Computer Systems Part 2 – Computer Architecture Mr Belony
Assist. Prof. Rassim Suliyev - SDU 2017
Computer systems is a 10-credit unit
Microprocessor and Microcontroller Fundamentals
Microprocessor and Microcontroller Fundamentals
ECE354 Embedded Systems Introduction C Andras Moritz.
Automatic human detector garbage can.
Microprocessor Systems Design I
UNIT – Microcontroller.
A microcontroller Raspberry Pi 2 Model B V1.1 RPi
IPCOWALA INSTITUTE OF ENGINEERING & TECHNOLOGY-DHARMAJ
EMBEDDED SYSTEMS
Course Overview and The 8051 Architecture
Assist. Prof. Rassim Suliyev - SDU 2017
EmbedDed Systems – MECT190
Microcontrollers, Microcomputers, and Microprocessors
Why microcontrollers in embedded systems?
Invent the future of small intelligent devices here.
EmbedDed Systems – MECT190
Lecture 3 - Instruction Set - Al
EMBEDDED SYSTEMS.
Introduction to Micro Controllers & Embedded System Design
Chapter 1: How are computers organized?
Anthony Rivera “Tony” Lab Section 0038 University of Central Florida
Embedded system Micro controller.
Manual Robotics ..
EECE.3170 Microprocessor Systems Design I
Invent the future of small intelligent devices here.
Arduino Workshop University of Jordan.
Arduino Workshop University of Jordan.
Procesorové jadrá a procesory architektúry
1.Introduction to Advanced Digital Design (14 marks)
Presentation transcript:

Connected Products and Microcontrollers Some have suggested that the internet of things “changes everything,” but that is a dangerous oversimplification. As with the internet itself, smart, connected products reflect a whole new set of technological possibilities that have emerged. From: “How Smart Connected Products are Transforming Competition Harvard Business Review

Particle Microcontroller advertisement We made more progress on our first day with Particle than we had in months without them, and within six months we began collecting data from thousands of connected brewers in the hands of consumers. Michael Cunningham, CIO, Keurig

From Harvard Business Review Capabilities of Smart, Connected Products The capabilities of smart, connected products can be grouped into four areas: monitoring, control, optimization, and autonomy. Each builds on the preceding one; to have control capability, for example, a product must have monitoring capability.

Microcontroller from Wikipedia A microcontroller (or MCU for microcontroller unit) is a small computer on a single integrated circuit. In modern terminology, it is a system on a chip or SoC. A microcontroller contains one or more CPUs (processor cores) along with memory and programmable input/output peripherals. Microcontrollers are used in automatically controlled products and devices, such as automobile engine control systems, implantable medical devices, remote controls, office machines, appliances, power tools, toys and other embedded systems. By reducing the size and cost compared to a design that uses a separate microprocessor, memory, and input/output devices, microcontrollers make it economical to digitally control even more devices and processes. Mixed signal microcontrollers are common, integrating analog components needed to control non- digital electronic systems. In bulk, may be purchased for .25 USD.

Microcontroller from Wikipedia A microcontroller can be considered a self-contained system with a processor, memory and peripherals and can be used as an embedded system.[13] The majority of microcontrollers in use today are embedded in other machinery, such as automobiles, telephones, appliances, and peripherals for computer systems. Many use Advanced RISC Machine (ARM) processors. British company ARM holdings develops the architecture and licenses it to product design companies Over 100 billion ARM processors produced as of 2017

Particle Photon Advanced RISC machine (ARM) Cortex M3 Microcontroller Broadcom Wi-Fi chip 18 GPIO pins Web based IDE at particle.build.io (develop code and flash to Photon) Particle is an open source platform Has example code for connecting to MQTT , see mqtttest.ino