Intel Presentation Template 16X9

Total Page:16

File Type:pdf, Size:1020Kb

Intel Presentation Template 16X9 Internet of Things The World of Possibilities Mathew Ockerse – IoT Application Engineer Nürnberg, June 2015 The idea of the internet of things is … … that instead of having a small number of powerful computing devices in your life, you have a large number of low energy, ubiquitous computing devices 2 Intel® Quark Intel® Quark SoC X1000 The first product from the Intel® Quark technology family of low-power, small- core products. Intel® Quark technology will extend Intel architecture into rapidly growing areas – from the Internet of Things to wearable computing in the future. 3 Past, present, future Portfolio of products . Quark : . IDF 2013 . Basis of Galileo Gen1 and Gen2 . Edison : . CES 2014 . Curie : . CES 2015 . More about it in 2H 15 4 From sensor to cloud Intel Confidential — Do Not Forward 5 Intel IoT hardware Edison & Expansion Boards 6 Intel® Edison module . 22 nm Intel® SoC that includes a dual- core, dual-threaded Intel® Atom™ CPU at 500 MHz . 32-bit Intel® Quark™ microcontroller at 100 MHz . 1 GB LPDDR3 POP memory . Flash storage 4 GB eMMC . WiFi and Bluetooth® Low Energy . 35.5 × 25.0 × 3.9 mm (1.4 × 1.0 × 0.15 inches) . 40 GPIOs: UART, I2C, SPI, I2S, GPIO(PWM), USB, SD card 7 Intel Partner Built to Order Expansion Boards Expansion Boards Expansion Boards 8 Extension Boards Intel® Edison • 70 pin connector • Hirose DF40 Series • Easy to build your own board Intel currently offers 2 boards • Breakout Board • Arduino* expansion board * Other names and brands may be claimed as the property of others. Intel® Edison Breakout Board • I/O: array of through-hole solder points • USB OTG with USB Micro (AB) • Battery charger • USB micro (B) [UART] • DC power supply jack (7 to 15 VDC) Intel® Edison - Arduino Expansion Board Board features . Compatible with Arduino Uno (except only 4 PWM instead of 6 PWM) . 20 digital input/output pins including 4 pins as PWM outputs . Micro USB device connector OR (via mechanical switch) dedicated standard size USB host Type-A connector . Micro USB device (connected to UART) . 6 analog inputs . 1 UART (RX/TX) . 1 I2C . 1 ICSP 6-pin header (SPI) . SD Card connector . DC power jack (7V – 15V DC input) 11 Partner Expansion Boards E.g.: Sparkfun* * Other names and brands may be claimed as the property of others. Intel IoT software Overview of software layers & IDE’s 13 General Software Overview • Onboard Edison • Developer Environments • Cloud Connectivity 14 IoT Development kit components 15 Developer Environments 16 libmraa • c/c++ library (abstraction layer) with bindings to javascript & python • Interfaces with IO on Galileo, Edison and other platforms • With board detection at runtime can be used on multiple platforms 17 mraa - https://github.com/intel-iot-devkit/mraa MRAA – random letters, doesn’t mean anything API documentation available – http://iotdk.intel.com/docs/master/mraa/ Examples directory Minimum code sample: mraa_gpio_context gpio; gpio = mraa_gpio_init(6); mraa_gpio_dir(gpio, MRAA_GPIO_IN); for (;;) { fprintf(stdout, "Gpio is %d\n", mraa_gpio_read(gpio)); sleep(1); } mraa_gpio_close(gpio); 18 libupm • High level sensor repository • Links to mraa • Sensors represented as classes 19 upm – Example of libupm for Grove Temp Sensor List of supported sensors in C++ API documentation - http://iotdk.intel.com/docs/master/upm/ Examples directory Minimum code example: upm::GroveTemp* s = new upm::GroveTemp(0); std::cout << s->name() << std::endl; for (int i=0; i < 10; i++) { std::cout << s->value() << std::endl; sleep(1); } 20 Developer Environments • Eclipse (C/C++) - native • Intel XDK (node.js) - native • Arduino* (Emulated Environment) • Wyliodrin* (Browser based coding, uses Javascript & Python) • Python - native * Other names and brands may be claimed as the property of others. 21 What to choose Arduino* Visual Node.JS C / C++ Programming Target Maker Beginner Intermediate Advanced Audience IDE Arduino* IDE Wyliodrin* Intel® XDK Eclipse* IDE platform Win/ Mac/ Linux Browser Win/ Mac/ Linux Win/ Mac / Linux Download your IDE of choice • https://software.intel.com/iot/downloads Arduino IDE Gain command line access Prerequisite for Windows* development systems • Install USB & FTDI serial drivers • https://software.intel.com/en-us/installing-drivers-for-intel-edison-board-with-windows • Options • Drivers installation is part of an automatic full installation ( incl. image & IDE ) • Standalone drivers downloads Setting up Arduino IDE • Download .zip from arduino.cc • Extract Arduino file (.zip .tgz .7z) • Move Arduino folder to desired location (e.g. Root directory) • Open and run arduino.exe to get to IDE (or other OS executable) Intel Getting Started Guide https://software.intel.com/en-us/iot/getting-started Setting up Arduino IDE • Choose Tools>Board>Boards Manager Intel Getting Started Guide https://software.intel.com/en-us/iot/getting-started Setting up Arduino IDE • Click on „Intel i686 Boards by Intel“ and install Intel Getting Started Guide https://software.intel.com/en-us/iot/getting-started Running a Sketch - Blink • In IDE • Click on “File > Examples > Basics > Blink” and this window will open. Running a sketch – Uploading to Edison Click “Tools > Board” and select Select “Tools > Serial Port” (Arduino “Intel® Edison” IDE uses the Virtual Com Port!) Full Bleed Image Example software.intel.com/iot Intel Confidential — Do Not Forward 31 Intel IoT on Instructables. 32 .
Recommended publications
  • LAB-Manual Iot for Intel Edison
    Evaluation of Intel Architecture An Experimental Manual for Computer Architecture, Advanced Microprocessor, System On Chip (SoC) and Compiler Design In association with Intel Collaboration Program Designed by: Zeenat Shareef, MTech (Mobile and Pervasive Computing) Under the guidance of: Dr. S.R.N Reddy, HOD and Associate Professor, CSE Mr. Naveen , Mr. Sumit Verma, Intel Department of Computer Science Indira Gandhi Delhi Technical University for Women Kashmere Gate, Delhi-110006 LIST OF EXPERIMENTS EXP. No Description of Experiment 1. To familiarize with Intel Edison. 2. Write the steps to install the drivers and IDE for Intel Edison 3. Write the steps to configure Intel Edison and enable the WIFI module 4. To enable the Bluetooth module in Intel Edison and connect with a device. 5. Write the steps to blink the LED on the Intel Edison using Eclipse CDT remote explorer(WiFi). EXPERIMENT 1 AIM: To familiarize with Intel Edison. INTEL EDISON- A SOC based on Intel Atom The Intel Edison compute module is designed to lower the barriers to entry for anyone prototyping and producing IoT and wearable computing products. Intel Edison contains the core system processing and connectivity elements: processor, PMIC, RAM, eMMC, and Wi- Fi/BT. Intel Edison is a module that interfaces with end-user systems via a 70-pin connector. The Intel Edison compute module does not include any video input or output interfaces (MIPI CSI, MIPI DSI, HDMI, etc.). Internal image processing and graphics processing cores are disabled (ISP, PowerVR, VED, VEC, VSP, etc.). Intel Edison relies on the end-user support of input power.
    [Show full text]
  • Intel Edison Workshop
    Note: This presentation was made and provided by Intel during the Intel Embedded Education & Research Summit in March 2015 Intel Edison Workshop Setting up Edison Step by Step Our Workshop Goal: 1.Unbox Edison 2.Learn how to connect and configure Edison board: Serial connecton Name /WiFi set up/Password 3. Install drivers (New Windows Installer amd manual install) 4. Intel Development IoT Kit 5. Install IDEs 6. Run example code Intel® Edison Arduino Expansion Board Assembly https://software.intel.com/en‐us/articles/intel‐edison‐arduino‐expansion‐board‐assembly Microswitch and USB Ports Details The slider switches between USB host mode and USB device mode. Device mode: The switch is toggled down and a micro‐USB cable can be used to turn the Intel® Edison into a computer peripheral. Device mode allows you to do such things as: program the board over USB, or mount the onboard flash memory like a disk drive. Host mode: The switch is toggled up and USB peripherals with a standard‐sized USB cable (such as mice, keyboards, etc) can be plugged into the Intel® Edison. USB host mode requires the use of an external power adapter. The Intel Edison board has three USB ports: The middle port (Micro A type) is used for the following: •Power through USB •Ethernet over USB •Uploading Arduino sketches •Updating the firmware by using the board as a storage device, like a flash drive The edge port (Micro A type) is used to create a terminal connection by serial over USB only. Power Through DC Plug If you are going to use more power intensive features such as Wi‐Fi, a servo motor, or an Arduino shield, use a DC power supply in addition to the device mode micro‐USB cable.
    [Show full text]
  • Paper Title (Use Style: Paper Title)
    Overview of architectures with Arduino boards as building blocks for data acquisition and control systems Vladimir Cvjetkovic Milan Matijevic Faculty of Science Faculty of Engineering University of Kragujevac University of Kragujevac Kragujevac, Serbia Kragujevac, Serbia [email protected] [email protected] Abstract— Standard SBCs (Single Board Computer) with Control of some local system number of standard shields and sensors can be used as building blocks for rapid development of network of intelligent devices with Upload of acquired and processed data to some cloud sensing, control and Internet access. Arduino family of boards network storage having high popularity and large number of sold units featuring Some or all of these functionalities can be present including open access, reliability, robustness, standard connections and low prices, possesses large potential for implementation of also some specific not mentioned here. Mentioned autonomous remote measurement and control systems of various functionalities are quite general and do not pose limitations by levels of complexity. As Arduino boards can function themselves, as the real limits of IoT devices are mainly independently, they are complete small computer platforms that determined by processing power, speed, available memory, can perform various tasks requiring some kind of interaction with power consumption and similar characteristics. If the task for the outer world. Arduino boards can be used and programmed in some IoT device is too demanding, the possibility of logically various ways, and can be arranged in various combinations redefining the task so that more than one IoT device could be forming some typical implementation architectures that this paper used and combined to fulfill the given task, should be discusses.
    [Show full text]
  • An Open Source Tool for Iot Development What Is the Product
    An Open Source Tool for IoT Development What is the product 2 The technology: Hardware ▪ Before Raspberry Pi Currently experiencing rapid growth 7,000 ▪ expensive embedded devices 6,000 ▪ few devices 5,000 4,000 ▪ Raspberry Pi changed 3,000 the game 2,000 1,000 0 2014 2015 2016 Number of connected devices (millions) 3 Our journey: The vision ▪ Goal: ▪ A new approach towards engineering ▪ IoT accessible to everyone Create, modify, tweak, customize current solutions to your needs and use cases 4 The IoT stack The problem • Arduino (Uno) does well on Level 2 but does not follow the upper stack • Raspberry Pi follows the full stack, but lacks the benefits of Arduino 5 Microcontrollers vs Embedded Boards ▪ Arduino Yun preferred to Raspberry Pi ▪ The fault ▪ development tools ▪ accessibility Most of the projects are not IoT projects, they fall into electronics or programming 6 The solution ▪ Transfer the accessibility typical of Arduino to Raspberry Pi Ease to use Direct access High Use from productivity anywhere 7 Our tools for IoT : Wyliodrin ▪ Since 2013 ▪ Fully Web-based ▪ Complex IDE ▪ Open Source components ▪ Free for basic use ▪ Supports various hardware: Arduino Yun, Raspberry Pi, Intel® Galileo, Intel® Edison, UDOO, BeagleBone Black 8 Wyliodrin STUDIO ▪ Open Source ▪ Available for ▪ Arduino Yun ▪ UDOO Neo ▪ Raspberry Pi ▪ BeagleBone Black ▪ Works locally 9 Wyliodrin STUDIO Library manager Ethernet / WiFi Run project connection manager Project Manager Connected board Task manager Code Close board connection Show / hide console Board
    [Show full text]
  • Intel Edison Tutorial – Introduction to Linux After Completing This Tutorial
    Intel® Edison Tutorial: Introduction, Linux Operating System Shell Access and SFTP Intel® Edison Tutorial: Introduction, Linux Operating System Shell Access and SFTP 1 Table of Contents Introduction ......................................................................... Error! Bookmark not defined. List of Required Equipment and Materials ................................................................... 3 Intel Edison Overview .................................................................................................... 4 Key Features ........................................................................................................................... 4 Assembly ........................................................................................................................ 5 Linux Operating System Shell Access – Serial Terminal Connection ...................... 8 Hardware Setup ...................................................................................................................... 8 Windows Operating System ................................................................................................ 10 Apple Mac OS-X Operating System .................................................................................... 13 Linux Operating System ...................................................................................................... 13 Login and Setup ................................................................................................................... 14 Enabling SSH Access
    [Show full text]
  • Proyecto Fin De Grado
    ESCUELA TÉCNICA SUPERIOR DE INGENIERÍA Y SISTEMAS DE TELECOMUNICACIÓN PROYECTO FIN DE GRADO TÍTULO: Despliegue de Liota (Little IoT Agent) en Raspberry Pi AUTOR: Ricardo Amador Pérez TITULACIÓN: Ingeniería Telemática TUTOR (o Director en su caso): Antonio da Silva Fariña DEPARTAMENTO: Departamento de Ingeniería Telemática y Electrónica VºBº Miembros del Tribunal Calificador: PRESIDENTE: David Luengo García VOCAL: Antonio da Silva Fariña SECRETARIO: Ana Belén García Hernando Fecha de lectura: Calificación: El Secretario, Despliegue de Liota (Little IoT Agent) en Raspberry Pi Quizás de todas las líneas que he escrito para este proyecto, estas sean a la vez las más fáciles y las más difíciles de todas. Fáciles porque podría doblar la longitud de este proyecto solo agradeciendo a mis padres la infinita paciencia que han tenido conmigo, el apoyo que me han dado siempre, y el esfuerzo que han hecho para que estas líneas se hagan realidad. Por todo ello y mil cosas más, gracias. Mamá, papá, lo he conseguido. Fáciles porque sin mi tutor Antonio, este proyecto tampoco sería una realidad, no solo por su propia labor de tutor, si no porque literalmente sin su ayuda no se hubiera entregado a tiempo y funcionando. Después de esto Antonio, voy a tener que dejarme ganar algún combate en kenpo como agradecimiento. Fáciles porque, sí melones os toca a vosotros, Alex, Alfonso, Manu, Sama, habéis sido mi apoyo más grande en los momentos más difíciles y oscuros, y mis mejores compañeros en los momentos de felicidad. Amigos de Kulturales, los hermanos Baños por empujarme a mejorar, Pablo por ser un ejemplo a seguir, Chou, por ser de los mejores profesores y amigos que he tenido jamás.
    [Show full text]
  • Age of the Arduino
    TOOLBOX AGE OF THE ARDUINO A booming market for small, cheap ‘single-board computers’ offers researchers a helping hand in fields such as automation, networking and data collection. ILLUSTRATION BY THE PROJECT TWINS THE PROJECT BY ILLUSTRATION BY DANIEL CRESSEY configurable computing devices that have taken to (and transmit data from) remote field transformed the field of homebrew and do-it- locations. All it takes is a little ingenuity. research subject watches a brush slowly yourself electronics. Increasingly, they are stroking a rubber hand on a table in transforming the research community too NO EXPERIENCE NECESSARY front of her, while her own hand — (see ‘March of the mini-computers’). Avail- Although researchers have been custom- Ahidden from view — experiences the same able for as little as £4 (US$5) for the basic izing computers and integrating them into stimulation. Eventually, the subject starts to circuit board, or about £50 for a kit including their experiments for decades, the market think that rubber hand is her own. power supply, case and cables, these systems for small, cheap, ‘single-board computers’ This rubber-hand illusion is a trick of the have little in the way of bells and whistles, and has boomed in recent years. The Raspberry mind. But it is also a trick of design. Normally, the learning curve can be steep. Yet Arduinos Pi — a fully fledged computer that can run the illusion is created by people who have care- and similar devices, such as the Raspberry Pi, the Linux operating system — appeared in fully practised using brushes to stroke the real pack considerable power on their diminutive 2012; by September 2016, 10 million had been and rubber hands simultaneously.
    [Show full text]
  • EECS 452 – Project Hardware Possibilities
    EECS 452 – Project Hardware Possibilities ñ This lecture is focused on programmable and non-programmable devices for potential project use. ñ Projects are not restricted to using C5515/DE2-70. What are some alternatives? ñ This is an awareness building lecture. It is not comprehensive. Other choices exist. ñ There has been an explosive growth of programmable/configurable devices. How to choose? The good news about computers is that they do what you tell them to do. The bad news is that they do what you tell them to do. — Ted Nelson If you can get your hands on the part, it’s obsolete. — anon Nothing is more difficult, and therefore more precious, than to be able to decide. — Napoleon Bonaparte EECS 452 – Fall 2014 Project Hardware Possibilities – Page 1/90 Thursday – Sept 18, 2014 Before we start . In today’s world there exist many, moderately powerful, very low cost, single board computers that one can use to self-educate. When doing DSP one very often wants/needs to generate an observe signals. The cost of the needed equipment can greatly dwarf the board cost. However, the cost of “equipment” is dropping. Consider the Digilent Analog Discovery. ñ $159 academic ñ 2-channel oscilloscope ñ 2-channel waveform generator ñ 16-channel logic analyzer ñ 16-channel digital pattern generator ñ Spectrum Analyzer ñ Network Analyzer ñ Voltmeter ñ Digital I/O ñ ≈$220 with bells and whistles From a Digilent web page. EECS 452 – Fall 2014 Project Hardware Possibilities – Page 2/90 Thursday – Sept 18, 2014 Risk and other ñ The safest choice in implementing your project is to make use of the C5515 and/or DE2-70 (or DE0-nano).
    [Show full text]
  • Wireless Connectivity Options For
    Wireless Connectivity Options for IoT By: MIST Makers John Varela and Nicholas Landy Outline • Introduction to the Internet of Things (IoT) • Wireless Communication in IoT • Current Standards • IEEE 802.11 (Wi-Fi) • IEEE 802.15.4 (Zigbee, 6LoWPAN) • Bluetooth • Comparison • Example Projects • A • B • C Introduction to the Internet of Things (IoT) • A network of embedded devices that can be connected to each other and/or the internet • IoT systems can be used to • Share sensor data between devices • Store data on cloud databases • Display real-time device information on the internet and in mobile apps • Control devices remotely • Program devices to respond to wireless signals and triggers • IoT will redefine the current state of technology • It's estimated that by 2020, there will be 50 billion devices (things) on the IoT network • IoT is expected to be as important as the advent of the World Wide Web Some IoT Products Nest Thermostat Smart thermostat. Learns preferred temperature levels and let's you change temperature on your phone. Fitbit Wearable device that monitors fitness activity like calories burned and distance walked and sends info to the cloud to view online or on your phone. Apple HomeKit Hub software framework that let's you control and monitor multiple home IoT devices in a single app. Communication in IoT • One vital decision when making an IoT device is the communication protocol you use to transfer information to and from the network • This presentation will compare three popular technologies: Wi-Fi, Bluetooth, and IEEE
    [Show full text]
  • Raspberry Pi, Arduino Y Beaglebone Black Comparación Y Aplicaciones
    Raspberry Pi, Arduino y Beaglebone Black Comparaci´ony Aplicaciones Sergio Mart´ınCasco [email protected] Universidad Cat´olicaNuestra Se~norade la Asunci´on Facultad de Ciencias y Tecnolog´ıa Ingenier´ıaElectr´onica Asunci´on- Paraguay Septiembre 2014 Abstract. El Raspberry Pi, Arduino y el BeagleBone Black son platafor- mas de desarrollo de m´ultiplesaplicaciones, utilizadas para pr´oposito general en la tendencia DIY electr´onica programable. El Pi y el Bea- gleBone Black son minicomputadoras; el primero es mejor aprovechado para proyectos que requieran interfaz gr´afica; el Arduino es un micro- controlador pensado en principio para controlar electr´onica externa, en mayor medida, sensores; mientras que el BeagleBone Black es una com- binaci´onde ambas cualidades, pero con menos soporte que las otras en las comunidades de entusiastas Key words: embedded system, raspberry pi, arduino, beagleboard, bea- glebone, diy project, microcontroller. 1 Introducci´on A principios del presente siglo, dise~narun gadget electr´onicoera casi imposible para una persona cualquiera, ya que el alto costo de software, de hardware, y la exigencia de conocimientos no simples significaban verdaderas limitaciones. El Raspberry Pi, Arduino y el BeagleBone Black son plataformas de de- sarrollo de m´ultiplesaplicaciones, utilizadas para pr´oposito general, que surgen como propulsores de la iniciativa de inventar, crear e innovar desde gadgets pr´acticosde uso cotidiano hasta aplicaciones m´ascomplejas. Son vistos como opci´ondebido a su relativo bajo costo teniendo en cuenta todas las oportu- nidades que ofrecen. En el presente documento se hace una breve exposici´onde las capacidades de cada plataforma, as´ıcomo algunas aplicaciones que demues- tran que fortaleza y debilidad tiene cada una.
    [Show full text]
  • A Software Developer Perspective
    Building your First Internet Of Things Solution - a Software Developer Perspective Raghavendra Ural Developer Evangelist Developer Relationship Division Intel Software @ragural Your logo Agenda • The Compute Model Transforms Again • Where is the opportunity? • Architecture of IOT • Challenges • Where do “I” fit in? • Where Intel® can help? • Overview of Software developer journey into IOT • Intel® Internet of Things Hardware • Tools for app building The Compute Model Transforms Again 1975 1985 1995 2005 2015 IoT is Driving the Next Compute Transformation Where is the opportunity? • 22pt Arial font is used for an introductory line or paragraph. This text may be a single heading for the bullets below or multiple sentences when necessary. – 18pt Arial bullet one • Sub-bullet – Bullet two – Bullet three Make everything smart Smart City Smart Energy Grid Smart Agriculture Smart Car Smart TV Many More IOT Architecture Application Layer Gateway and Network Layer and Network Gateway Cloud Interface Aggregation Layer Sensor 6 Challenges • Security & Privacy • Big Data Explosion • Countless components • Power efficiency • Standards/Interoperability • Many more Where do “I – Software Developer” fit in? Application Layer • Tablets, Phablets, Smart Phones, Ultrabook, Laptops Aggregation Layer • Embedded applications Cloud Systems/Interfaces • Server Platforms Sensor Layer • Building Sensors Gateway and Network Layer • Network Interfaces Where Intel® can help you? • Tablets, Phablets, Phones, Ultrabook, Intel Security, Application Layer Mashery API,
    [Show full text]
  • Intel CES 2014: Wearable Technology Highlights
    News Fact Sheet Intel CES 2014: Wearable Technology Highlights Jan. 6, 2014 – During the International Consumer Electronics Show (CES) in Las Vegas, Intel Corporation highlighted several products and initiatives aimed at accelerating wearable device innovation. Below is a summary: Intel® Edison – Making Objects Smart: Intel® Edison is a new Quark technology-based computer housed in an SD card form factor with built-in wireless. The product-ready, general purpose compute platform is well-suited to enable rapid innovation and product development by a range of inventors, entrepreneurs and consumer product designers when available this summer. Intel Edison is based on 22nm Intel Quark technology for ultra-small and low power-sensitive, Internet of Things edge devices, smart consumer products and wearable computing. The product features an Intel processor and microcontroller core. The programmable microcontroller helps manage I/Os and other baseline functions, while the x86 compatible processor core brings Linux support and enables multiple operating systems to run sophisticated high-level user applications. The small compute package brings connectivity with Wi-Fi and Bluetooth LE*, and has LPDDR2* and NAND flash storage as well as a wide array of flexible and expandable I/O capabilities. Intel Edison also brings the ease of Intel technology development with support for Linux and open source community software tools. The product will be compatible with accessible developer tools used by the maker community. Intel Edison Technology Demonstration: Rest Devices*, the maker of the innovative Mimo Baby product line, demonstrated how the company is using Intel Edison to reduce the size and cost of its products while adding functionality.
    [Show full text]