Embedded Systems

Total Page:16

File Type:pdf, Size:1020Kb

Embedded Systems The Recent Past and Distant Future of [Micro-Scale] Embedded Systems Pat Pannuto, University of Michigan [email protected], patpannuto.com NextMote Workshop @ EWSN’16, Graz, Austria February 15, 2016 “Micro-Scale” are systems whose principle node dimension is measured on the order of millimeters • Today’s motes are decimeter-scale… …and pushing towards centimeter-scale A millimeter-sized system is a 1000x reduction in volume • In practice, several nodes fit on a period. We have developed dozens of millimeter-scale motes as part of the Michigan Micro Mote (M3) project This talk: A tour of micro-scale mote challenges • A Brief History of “Smart Dust” • Micro-Scale Composition Architecture • Energy • Communication • Debugging This talk: A tour of micro-scale mote challenges • A Brief History of “Smart Dust” • Micro-Scale Composition Architecture • Energy • Communication • Debugging “Smart Dust” is not new… • 1957: Fred Hoyle’s Black Cloud – Sentient space-faring cloud organism • Early-mid 90’s: Viable? – First serious discussions at RAND and ISAT workshops • 1995: Neal Stephenson’s Diamond Age – Popularized a modern vision of smart dust • 1998: Kris Pister coins the term – And starts making smart dust a reality! First-generation smart dust missed its 1mm3 goal, but their so-called “macro motes” were perhaps the most important • Ad-hoc composition • Early “macro motes” dovetailed lessened efficiency of and helped drive early “mote” volumetric space development 1999 • 900 MHz radio • Magnetometer • Accelerometer • Light • Temperature • Pressure One week lifetime in continuous operation, http://robotics.eecs.berkeley.edu/~pister/SmartDust/ 2 years w/ 1% duty cycle The history of modern mote research picks up around this time CSP Workshop @ Xerox PARC Epic Core [soon to be First MICA (modular IPSN] Great Duck Island platforms) TelosB (Tmot e Sky) Workshop on Wireless Sensor Networks and Applications [soon to be SenSys] Glossy BTNode Pister & Hollar’s B-MAC “Macro Motes” But what happened to research pushing towards a 1mm3 system? ? We stopped building mm-scale systems, and focused on mm-scale circuits – at least for a little while Y.-S. Lin ‘07 V. Ekanayake ‘04 M. Scott ‘03 B. Warneke ‘04 Y.-S. Lin ‘08 2008 The Phoenix Project Monolithic designs let us push the envelope, but modularity must return to grow beyond a niche space • Phoenix • Intraocular Pressure – World’s lowest power – Collaboration for glaucoma computer (30 pW / 300 nW) health – Basically a temperature sensor – A pressure sensor From mm-scale temperature sensor to mm2008 -scale pressure sensor2011 took 3 years (and another half-dozen PhD students…) The Phoenix Processor: A 30pW Platform for Sensor Applications, Mingoo Seok, Scott Hanson, Yu-Shiang Lin, Zhiyoong Foo, DaeyeonKim, A Cubic-Millimeter Energy-Autonomous Wireless Intraoc ul ar Pressure Monitor, Gregory Chen, Hassan Ghaed, Razi-ul Haque, Michael Yoonmyung Lee, Nurrachman Liu, Dennis Sylvester, David Blaauw , VLSI ‘08 Wiec kowski, Yejoong Kim, Gyouho Kim, David Fick, DaeyeonKim, Mingoo Seok, Kensall Wise, Dav id Blaauw, Dennis Sylvester, ISSC C ‘11 Today, we are able to mix and match components to synthesize systems Control/ Decap Temp Radio PMU + CDC Sensor 2 uAh 5 uAh Battery Battery MEMS Motion P. S e n s o r Detection/ Imager Pressure Sensing Temp. Sensing Visual Sensing However, we had to invent a new system interconnect to be able to do it Control/ Decap Temp Radio PMU + CDC Sensor 2 uAh 5 uAh Battery Battery MEMS Motion P. S e n s o r Detection/ Imager Pressure Sensing Temp. Sensing Visual Sensing • A Brief History of “Smart Dust” • Micro-Scale Composition Architecture • Energy • Communication • Debugging Comparing system composition strategies between traditional motes and mm-scale motes • How to build a mote to • How to build a mm-scale sense temperature today? mote to sense temperature? – Processor – Temperature Sensor temp_sense t1 ( … .sample_valid_out (to_proc_t1_sample_valid), .sample_out (to_proc_t1_sample), – Radio ); processor p1 ( … .temp_valid_in (to_proc_t1_sample_valid), .temp_in (to_proc_t1_sample), ); We have solutions for composing embedded systems… SPI and I2C • Nearly every microcontroller has both • Nearly every peripheral has one or the other • Very few use anything else – (except maybe UART) • So why don’t they work for mm-scale systems? 17 Millimeter-scale systems are small Node volume is dominated by energy storage “Phone” Battery “Sensor” Batteries “Sensor” Battery And volume is shrinking cubically Budget 10’s μW active, 10’s nW sleep, DC 0.1% 18 Millimeter-scale systems are small Node volume is dominated by I/O pads begin to account energy storage for non-trivial percentage of node surface area “Phone” Battery “Sensor” Batteries 1 mm = 1,000 μm 50 μm, minimum viable bond pad “Sensor” Battery 16-20 maximum I/O pins for 3D stacking And volume is shrinking cubically Budget 10’s μW active, 10’s nW sleep, DC 0.1% 19 What is wrong with how are systems composed today? • SPI, invented by • One master, N slaves Motorola in ~1979 • Shared clock: SCLK Master Slave 1 • Shared data bus: MOSI • Shared data bus: MISO SCLK SCLK MOSI MOSI • One Slave Select line per slave MISO MISO SS SS0 • Key Properties SS1 Slave 2 … • One dedicated I/O line per slave SCLK • Master controls all communication MOSI MISO SS 20 What is wrong with how are systems composed today? • SPI, invented by • One master, N slaves Motorola in ~1979 • Shared clock: SCLK Master Slave 1 • Shared data bus: MOSI SCLK SCLK • Shared data bus: MISO MOSI MOSI • One Slave Select line per slave MISO MISO • One interrupt line per slave SS SS0 INT SS1 Slave 2 • Key Properties … SCLK • One Two dedicated I/O lines per slave • Master controls all communication GPIO0 MOSI GPIO1 MISO • Interrupts must be out-of-band … SS INT 21 SPI’s I/O overhead and centralized architecture do not scale to mm-scale systems • SPI, invented by • One master, N slaves Motorola in ~1979 • Shared clock: SCLK Master Slave 1 • Shared data bus: MOSI SCLK SCLK • Shared data bus: MISO MOSI MOSI • One Slave Select line per slave MISO MISO • One interrupt line per slave SS SS0 INT SS1 Slave 2 • Key Properties … SCLK • One Two dedicated I/O lines per slave • Master controls all communication GPIO0 MOSI GPIO1 MISO • Interrupts must be out-of-band … SS INT 22 SPI’s I/O overhead and centralized architecture do not scale to mm-scale systems • SPI, invented by Motorola in ~1979 Master Slave 1 SCLK SCLK 1 mm = 1,000 μm MOSI MOSI MISO MISO SS 50 μm, minimum viable bond pad SS0 INT SS1 Slave 2 … SCLK GPIO0 MOSI GPIO1 MISO … SS INT 23 I2C has fixed I/O requirements and a decentralized architecture • I2C, invented by Phillips in 1982 ‒ Any-to-(m)any on one shared bus Node1 Node2 Node3 SCL SCL SCL • Key Properties SDa SDa SDa ‒ Fixed wire count (2) 24 I2C has fixed I/O requirements and a decentralized architecture • I2C, invented by Phillips in 1982 ‒ Any-to-(m)any on one shared bus Node1 Node2 Node3 SCL SCL SCL • Key Properties SDa SDa SDa ‒ Fixed wire count (2) ‒ Open-collector • Multi-master • Flow Control Open-collector (aka wired-AND) 25 The problem is the energy costs of running an open- collector @400 kHz VDD = 1.2 V No setup, no hold R = 15.5 kΩ (“the best”) 80% VDD as 1 Send a “1”: 0 J Send a “0”: 174 pJ 26 The problem is the energy costs of running an open- collector @400 kHz @400 kHz VDD = 1.2 V No setup, no hold Bigger R? R = 15.5 kΩ (“the best”) 80% VDD as 1 Send a “1”: 0 J Send a “0”: 174 pJ SCL alone: 70 μW 27 The problem is the energy costs of running an open- collector @400 kHz @400 kHz VDD = 1.2 V No setup, no hold R = 15.5 kΩ (“the best”) 80% VDD as 1 Send a “1”: 0 J Send a “0”: 174 pJ SCL alone: 70 μW 28 The energy demands of open-collectors make them unsuitable for mm-scale systems @400 kHz@400 kHz • Active Energy Budget: 20 μW • Not an arbitrary number: - Volume Target - Lifetime Target Two batteries SCL alone: 70 μW ~ 3.1 mm 29 The design and synthesis of modular, millimeter-scale systems requires a new embedded interconnect MBus is a clean-slate design, built to satisfy interconnect requirements for this and the next generation of motes • Fixed pin count (4) • Minimal standby and active power • Large global address space • Multi-master design • Broadcast message support • Hardware acknowledgements • Data independent behavior • Modest protocol overhead • Power aware design MBus: An Ultra-Low Power Interconnect Bus for Next Generation Nanopower Systems Pat Pannuto, Yoonmyung Lee, Ye-Sheng Kuo, ZhiYoong Foo, Benjamin Kempke, Gyo u h o Kim, Ronald G Dreslinski, D avi d Blaauw, and Prabal Dutta 31 Proceedings of the 42nd International Symposium on Computer Architecture (ISCA ’15) • Ring Topology MBus in a nutshell • 2 lines – 4 I/O per node – Clock Clock – Data MBus Data • Transaction oriented Mediator – Arbitration – Address Transmission MBus MBus – Data Transmission Member Member – Interjection – Control (ACK/NAK) • “Shoot-Through” CLK_IN MBus MBus CLK_OUT Member Member 32 Embedded interconnect technology has not changed in over 30 years • If we re-examine… Embedded interconnect technology has not changed in over 30 years • If we re-examine… – Addressing • Requires I/O not available • Makes packaging assumptions ‒ Systems will not always be PCBs ‒ Routing may not be easy • 3D stack • Flip-chip + TSVs Embedded interconnect technology has not changed in over 30 years • If we re-examine… – Addressing 3 Options Short static addresses and allow device conflicts Long static addresses to avoid device conflicts Non-static addresses MBus does all 3 4-bit: Static
Recommended publications
  • Smart Dust: Communicating with a Cubic- Millimeter Computer
    COVER FEATURE Smart Dust: Communicating with a Cubic- Millimeter Computer The Smart Dust project is probing microfabrication technology’s limitations to determine whether an autonomous sensing, computing, and communication system can be packed into a cubic-millimeter mote to form the basis of integrated, massively distributed sensor networks. Brett ecreasing computing device size, increased • monitoring environmental conditions that affect Warneke connectivity, and enhanced interaction with crops and livestock; the physical world have characterized com- • building virtual keyboards; Matt Last puting’s history. Recently, the popularity of • managing inventory control; Brian Dsmall computing devices, such as handheld • monitoring product quality; Liebowitz computers and cell phones, burgeoning Internet • constructing smart-office spaces; and growth, and the diminishing size and cost of sensors— • providing interfaces for the disabled. Kristofer S.J. especially transistors—have accelerated these trends. Pister The emergence of small computing elements, with SMART DUST REQUIREMENTS University of sporadic connectivity and increased interaction with Smart Dust requires both evolutionary and revolu- California, the environment, provides enriched opportunities to tionary advances in miniaturization, integration, and Berkeley reshape interactions between people and computers energy management. Designers can use microelectro- and spur ubiquitous computing research.1 mechanical systems (MEMS) to build small sensors, The Smart Dust project2 is exploring whether an optical communication components, and power sup- autonomous sensing, computing, and communication plies, whereas microelectronics provides increasing system can be packed into a cubic-millimeter mote (a functionality in smaller areas, with lower energy con- small particle or speck) to form the basis of integrated, sumption. Figure 1 shows the conceptual diagram of massively distributed sensor networks.
    [Show full text]
  • Kent Academic Repository Full Text Document (Pdf)
    Kent Academic Repository Full text document (pdf) Citation for published version Arief, Budi and Blythe, Phil and Fairchild, Richard and Selvarajah, Kirusnapillai and Tully, Alan (2008) Integrating Smartdust into Intelligent Transportation System. In: 10th International Conference on Application of Advanced Technologies in Transportation (AATT 2008), 27-31 May 2008, Athens, Greece. DOI Link to record in KAR https://kar.kent.ac.uk/58716/ Document Version UNSPECIFIED Copyright & reuse Content in the Kent Academic Repository is made available for research purposes. Unless otherwise stated all content is protected by copyright and in the absence of an open licence (eg Creative Commons), permissions for further reuse of content should be sought from the publisher, author or other copyright holder. Versions of research The version in the Kent Academic Repository may differ from the final published version. Users are advised to check http://kar.kent.ac.uk for the status of the paper. Users should always cite the published version of record. Enquiries For any further enquiries regarding the licence status of this document, please contact: [email protected] If you believe this document infringes copyright then please contact the KAR admin team with the take-down information provided at http://kar.kent.ac.uk/contact.html INTEGRATING SMARTDUST INTO INTELLIGENT TRANSPORTATION SYSTEMS Budi Arief1, Phil Blythe2, Richard Fairchild3, Kirusnapillai Selvarajah4, Alan Tully5 ABSTRACT. The last few years have seen the emergence of many new technologies that can potentially have major impacts on Intelligent Transportation Systems (ITS). One of these technologies is a micro-electromechanical device called smartdust. A smartdust device (or a mote) is typically composed of a processing unit, some memory, and a radio chip, which allows it to communicate wirelessly with other motes within range.
    [Show full text]
  • Smart Dust Technology
    250, Mini-Project Report Amy Haas Smart Dust Technology Smart dust is an emerging technology with a huge potential for becoming an internationally successful commercial venture. Now is the best time to invest in smart dust – right at the point at which the scientific community is close to perfecting the technology and its applications but its potential has not yet been realized by the capitalist market. Fundamental Concept Smart dust is a theoretical concept of a tiny wireless sensor network, made up of microelectromechanical sensors (called MEMS), robots, or devices, usually referred to as motes, that have self-contained sensing, computation, communication and power1. According to the smart dust project design created by a team of UC Berkeley researchers2, within each of these motes is an integrated package of “MEMS sensors, a semiconductor laser diode and MEMS beam-steering mirror for active optical transmission, a MEMS corner-cube retroreflector for passive optical transmission, an optical receiver, signalprocessing and control circuitry, and a power source based on thick-film batteries and solar cells.” The intent is that these motes will eventually become the size of a grain of sand or a dust particle, hence the name “smart dust”, but the technology still has a long way to go to achieve its target size. In current sensor technology, the sensors are about the size of a bottle cap or small coin. As with most electronic devices or technologies, the biggest challenges in achieving actual smart dust are the power consumption issues and making the batteries small enough. Although there is a lot of work being done on solar cells to keep the motes self-sustaining, the components are just not small enough yet to actually be considered smart dust.
    [Show full text]
  • Jul 2 7 2000
    THE SNAP! TOOLKIT FOR DEVELOPING SENSOR NETWORKS AND APPLICATION TO XC SKIING BY MATTHEW B. DEBSKI Submitted to the Department of Electrical Engineering and Computer Science in Partial Fulfillment of the Requirements for the Degrees of Bachelor of Science in Electrical Engineering and Computer Science and Master of Engineering in Electrical Engineering and Computer Science at the MASSACHUSETTS INSTITUTE OF TECHNOLOGY May 2000 2 20C: MASSACHUSETTS INSTITUTE © Massachusetts Institute of Technology 2000. All rights reserved. OF TECHNOLOGY JUL 2 7 2000 LIBRARIES Author Department of Electrical Engineering and Computer Science May 18, 2000 Certified by MichaelJ. Hawley Assistant Prolssor of Media Arts and Sciences Alex Dreyfoos Jr. (1954) Career Development Professor of Media Arts and Sciences Thesis Supervisor Accepted by Arthur C. Smith Chairman, Department Committee on Graduate Theses ' pT THE SNAP! TOOLKIT FOR DEVELOPING SENSOR NETWORKS AND APPLICATION TO XC SKIING BY MATTHEW B. DEBSKI Submitted to the Department of Electrical Engineering and Computer Science in Partial Fulfillment of the Requirements for the Degrees of Bachelor of Science in Electrical Engineering and Computer Science and Master of Engineering in Electrical Engineering and Computer Science May 18, 2000 ABSTRACT Athletes, health professionals, animal specialists, meteorologists, and other investigators increasingly employ small, human-scale sensor networks in their disciplines. The sensor networks used by each field and study have unique requirements. Regardless, these networks all collect and store data, and often display or transmit them. The Snap! toolkit takes advantage of the similarities among sensor networks to make prototyping them fast and easy. Simultaneously, it acknowledges their inherent differences, remaining flexible in order to accommodate the needs of different systems.
    [Show full text]
  • Case /.'06-285F
    NATIONAL SCIENCE FOUNDATION 4201 WILSON BOULEVARD ARLINGTON, VIRGINIA 22230 nsf OFFICE OF THE GENERALCOUNSEL Case /.'06-285F October 17.2006 Ms. M'dwh Mofmaiiii Staff Attorney Fleclronie Frontiei Foundation 1875 Coonecticul Avenue, WW, Suite 850 Wasmn#on, DC 7.0009 Dear Ms. rloimann: ibis is in response to sour Scpien<ber 26. 2006 emailed Freedom of In formation. Act (FOIA> request .for eoui.es of the NSF fiu-ded grants r-umbered 042.3.386, 0209190 and 0512976. Records responsive io your request are enclosed. Personal information (individual salaries, bios, pending aiid non-Federal grams) has been withheld wherever it appears uncer the; pviv.-ey protests''.-n of Exemption 6 of the FOiA. Reviewer identifying in forma!ion in ihe proposal jacket is withheld under exemptions 5 and;6 of the Freedom of lp-ormali'ori Ac! {.- '.J.S.C. :": 52(b)) that protect from disclosure the prcdeeisional, ueJiberaWe process and. personal information and exemption (k)(5) of the Privacy Act (5 IJ.S.C !o?a). Father, reviewer's coiniininis/rankings are exempt from disclosure under the provisions oM.-.xanption (b)(3) of the FOiA. Your right of administrative appeal is set ftVlh in See'riot; 612.9 of dsc NSF FOIA regulation (copy enclosed). There is ao fee (or FCTA services in this instance in accordance with 5 U.S.C. 552 uOC^XAX'i) yt seq. Sincerely, Leslie A Jensen FOIA/Privacy Act Ofiker Hnciosure:-; Telephone (703) 292-8060 FAX (703) 292-9041 §612.9 Appeals. .F^omof.nfonna,ionAc.ApI«a.,Yo«rappea11enerInus,iIlduae.c0pyofyo»r wrinenreques,a„a,heae„ia1,oEe*erwi*anyWri«enargume«youWishK,subml«.
    [Show full text]
  • Using Radio Frequency Identification and Virtual Reality to Map and Track Assets
    Using Radio Frequency Identification and Virtual Reality to Map and Track Assets by Christopher S. Moon Advisor: Dr. David Fredrick Honors Assistant to the Advisor: Keenan Cole Thesis in partial fulfillment of the requirements for the degree Bachelor of Science in Business Administration in Information Systems Sam M. Walton College of Business University of Arkansas Fayetteville, Arkansas May 8th, 2011 1 Contents An Introduction to Technologies Used ........................................................................................... 3 What is Radio Frequency Identification? .................................................................................... 3 Table 1 ‐ Example of Typical RFID Data................................................................................... 5 What is Virtual Reality Technology? ........................................................................................... 6 What is Unity? ............................................................................................................................. 8 Objective ......................................................................................................................................... 8 Current Visualization Standards ..................................................................................................... 9 Figure 1 ‐ Current 3D Representation of RFID Positional Data at the University of Arkansas RFID Lab .................................................................................................................................
    [Show full text]
  • NTT Technical Review, November 2012, Vol. 10, No. 11
    Feature Articles: Communication Science that Connects Information and Humans Information Processing of Sensor Networks Takayuki Suyama and Yutaka Yanagisawa Abstract In this article, we introduce technologies for collecting information from many sensor nodes deployed in the environment and/or attached to people, interpreting the sensor data as meaningful information, and presenting it to people appropriately. 1. Introduction In our daily lives, we are surrounded by many sen- sors. For example, a video game machine uses an accelerometer as one of its input devices, and a mobile phone uses GPS (global positioning system) to determine the user’s location. In the field of weath- er forecasting, pressure, temperature, and other infor- mation about various places is collected in a network and utilized in creating a weather forecast. Although individual sensors are used in various situations, sen- sor networks are becoming easier to use as a result of sensor evolution and the spread of sensor network technology driven by progress in semiconductor technology. Sensor networks and their information Fig. 1. Sensor nodes. processing technology are expected to be used for various purposes, such as collecting information to enable the provision of appropriate services that suit sides of about 1 mm to 2 mm, and observes environ- a particular situation and for recognizing the real mental information collected from the sensor nodes. world. However, the need for miniaturization, which was initially advocated and dictated the sensor node’s 2. Research on sensor networks size, is no longer considered to be such a high prior- ity. Research on sensor networks is progressing with a The flow of information on a sensor network is focus on a sensor node equipped with various sen- shown in Fig.
    [Show full text]
  • RFID Technology for Human Implant Devices Hervé Aubert
    RFID Technology for Human Implant Devices Hervé Aubert To cite this version: Hervé Aubert. RFID Technology for Human Implant Devices. Comptes rendus à l’Académie des Sciences, 2011, Special issue on nanosciences/nanotechnologies. hal-00599304 HAL Id: hal-00599304 https://hal.archives-ouvertes.fr/hal-00599304 Submitted on 9 Jun 2011 HAL is a multi-disciplinary open access L’archive ouverte pluridisciplinaire HAL, est archive for the deposit and dissemination of sci- destinée au dépôt et à la diffusion de documents entific research documents, whether they are pub- scientifiques de niveau recherche, publiés ou non, lished or not. The documents may come from émanant des établissements d’enseignement et de teaching and research institutions in France or recherche français ou étrangers, des laboratoires abroad, or from public or private research centers. publics ou privés. Comptes rendus à l’Académie des Sciences Special issue on nanosciences/nanotechnologies March 1st, 2011 Hervé AUBERT RFID Technology for Human Implant Devices Technologie RFID pour implants dans le corps humain Hervé Aubert Laboratoire d’Analyse et d’Architecture des Systèmes (LAAS) - CNRS and University of Toulouse: INP, UPS, INSA, ISAE 7 Avenue du colonel Roche, Toulouse, France - email : [email protected] Abstract - This paper presents an overview on Radio Frequency Identification (RFID) technology for human implants and investigates the technological feasibility of such implants for locating and tracking persons or for remotely controlling human biological functions. Published results on the miniaturization of implantable passive RFID devices are reported as well as a discussion on the choice of the transmission frequency in wireless communication between passive RFID device implanted inside human body and an off-body interrogator.
    [Show full text]
  • A Changing Landscape: the Internet of Things (Iot)
    A Changing Landscape: the Internet of Things (IoT) Prof Sanjay Jha Deputy Director, Australian Center for Cyber Security, UNSW Director of Cyber Security and Privacy Laboratory, School of Computer Science and Engineering University Of New South Wales [email protected] http://www.cse.unsw.edu.au/~sanjay SecureCanberra@MilCIS 2014, Australia 13th Nov 2014 Internet of Things • Connected devices • Smoke alarms, light bulbs, power switches, motion sensors, door locks etc. 2 Outline • Introduction to IoT • History of IoT (and M2M) and Wireless Sensor Networks • Security Challenges in IoT • Sample Research Projects at UNSW History (IoT) • Early 90s or prior: SCADA systems, Telemetry applications • Late 90s- Products/services from mobile operators (Siemens) to connect devices via cellular network – Primarily automotive telematics • Mid- 2000s – Many tailored products for logistics, fleet management, car safety, healthcare, and smart metering of electricity consumption • Since 2010 – A large number of consortiums mushrooming up to bid for a large market share – ABI Projects US$198M by 2018 – Berg Insight US$187M by 2014…… History of Wireless Sensor Net • 1999: Kahn, Katz,Pister: Vision for Smart Dust • 2002 Sensys CFP: Wireless Sensor Network research as being composed of ”distributed systems of numerous smart sensors and actuators connecting computational capabilities to the physical world have the potential to revolutionise a wide array of application areas by providing an unprecedented density and fidelity of instrumentation”. Typical Application Roadmap to IoT • Supply Chain Applications – Routing, inventory, loss prevention. • Vertical Market Helpers – Healthcare, Transport, Energy, Agriculture, Security, Home Network. • Ubiquitous Position – Location of people and objects and possible tailored services • Teleoperations/Telepresence - Ability to interact/control with remote objects.
    [Show full text]
  • Robotics Research the International Journal Of
    The International Journal of Robotics Research http://ijr.sagepub.com Localization and Navigation Assisted by Networked Cooperating Sensors and Robots Peter Corke, Ron Peterson and Daniela Rus The International Journal of Robotics Research 2005; 24; 771 DOI: 10.1177/0278364905057118 The online version of this article can be found at: http://ijr.sagepub.com/cgi/content/abstract/24/9/771 Published by: http://www.sagepublications.com On behalf of: Multimedia Archives Additional services and information for The International Journal of Robotics Research can be found at: Email Alerts: http://ijr.sagepub.com/cgi/alerts Subscriptions: http://ijr.sagepub.com/subscriptions Reprints: http://www.sagepub.com/journalsReprints.nav Permissions: http://www.sagepub.com/journalsPermissions.nav Downloaded from http://ijr.sagepub.com at MASSACHUSETTS INST OF TECH on February 14, 2007 © 2005 SAGE Publications. All rights reserved. Not for commercial use or unauthorized distribution. Peter Corke Localization and CSIRO ICT Centre, Australia Ron Peterson Navigation Dartmouth Computer Science Department and Assisted by The Institute for Security Technology Studies (ISTS) at Dartmouth College Networked Hanover, NH 03755, USA Daniela Rus Cooperating Computer Science and Artificial Intelligence Lab Massachusetts Institute of Technology (MIT) Sensors and Cambridge, MA 02139, USA [email protected] Robots Abstract small number of expensive sensors of limited spatial reach. The new paradigm is of ubiquitous sensors embedded in the In this paper we discuss how a network of sensors and robots can environment with which the robot interacts: to deploy them, cooperate to solve important robotics problems such as localization to harvest data from them, and to task them.
    [Show full text]
  • Wireless Sensor Network Platform for Harsh Industrial Environments
    WIRELESS SENSOR NETWORK PLATFORM FOR HARSH INDUSTRIAL ENVIRONMENTS by Ahmad El Kouche A thesis submitted to the School of Computing In conformity with the requirements for the degree of Doctor of Philosophy Queen’s University Kingston, Ontario, Canada (September, 2013) Copyright ©Ahmad El Kouche, 2013 Abstract Wireless Sensor Networks (WSNs) are popular for their wide scope of application domains ranging from agricultural, medical, defense, industrial, social, mining, etc. Many of these applications are in outdoor type environments that are unregulated and unpredictable, thus, potentially hostile or physically harsh for sensors. The popularity of WSNs stems from their fundamental concept of being low cost and ultra-low power wireless devices that can monitor and report sensor readings with little user intervention, which has led to greater demand for WSN deployment in harsh industrial environments. We argue that there are a new set of architectural challenges and requirements imposed on the hardware, software, and network architecture of a wireless sensor platform to operate effectively under harsh industrial environments, which are not met by currently available WSN platforms. We propose a new sensor platform, called Sprouts. Sprouts is a readily deployable, physically rugged, volumetrically miniature, modular, network standard, plug-and-play (PnP), and easy to use sensor platform that will assist university researchers, developers, and industrial companies to evaluate WSN applications in the field, and potentially bring about new application domains that were previously difficult to accomplish using off the shelf WSN development platforms. Therefore, we addresses the inherent requirements and challenges across the hardware, software, and network layer required for designing and implementing Sprouts sensor platform for harsh industrial environments.
    [Show full text]
  • MEMS for Environmental and Bioterrorism Applications Learning Module
    Southwest Center for Microsystems Education (SCME) University of New Mexico MEMS for Environmental and Bioterrorism Applications Learning Module This Learning Module contains the following units: Primary Knowledge (PK) Reading material Research Activity Final Assessment This learning module provides an overview of how MEMS (MicroElectroMechanical Systems) are being used for bioterrorism and environmental sensing. An activity allows for more in-depth exploration into an application of personal interest. Target audiences: High School, Community College, University Made possible through grants from the National Science Foundation Department of Undergraduate Education #0830384, 0902411, and 1205138. Any opinions, findings and conclusions or recommendations expressed in this material are those of the authors and creators, and do not necessarily reflect the views of the National Science Foundation. Southwest Center for Microsystems Education (SCME) NSF ATE Center © 2009 Regents of the University of New Mexico Content is protected by the CC Attribution Non-Commercial Share Alike license. Website: www.scme-nm.org MEMS for Environmental and Bioterrorism Applications Primary Knowledge (PK) Instructor Guide Note to Instructor This Primary Knowledge (PK) unit provides introductory material on the applications of Microelectromechanical Systems (MEMS) for environmental and bioterrorism sensing. This PK and its related activity and assessment are part of the MEMS for Environmental and Bioterrorism Applications Learning Module: • MEMS for Environmental and Bioterrorism Applications PK • MEMS for Environmental and Bioterrorism Applications: Activity • MEMS for Environmental and Bioterrorism Applications Assessment Description and Estimated Time to Complete This learning module provides an overview of how MEMS (MicroElectroMechanical Systems) are being used for bioterrorism and environmental sensing. An activity allows for more in- depth exploration into an application of personal interest.
    [Show full text]