From Sensors to Sensor Networks

Size: px
Start display at page:

Download "From Sensors to Sensor Networks"

Transcription

1 From Sensors to Sensor Networks Giuseppe Anastasi Head of Department Dept. of Information Engineering, University of Pisa Website:

2 Introduction This demonstration class is part of my course (graduate) course on Networked Embedded Systems This course is intended to provide the theoretical background and the basic methodologies for developing networked embedded systems and applications. It enables students to design and implement applications, based on networked embedded devices, in several application domains, such as smart cities, smart mobility, smart buildings, smart energy, etc. Wireless Sensor Networks Giuseppe Anastasi 2

3 Overview Sensors Passive Sensors Semi-passive Sensors Sensor Nodes Sensor Platforms Wireless Sensor Networks Networking Issues Wireless Sensor Networks Giuseppe Anastasi 3

4 Sensors

5 Sensors: Classification Passive Sensors RFID Semi-passive Sensors Data loggers Active Sensors Sensor nodes ibeacons Wireless Sensor Networks Giuseppe Anastasi 5

6 Sensors: Classification Temperature Humidity Light intensity Infrared (Presence) Sound (Noise) Accelerometer Compass (direction) Speed Pressure Seismic Chemical Sensors Optical Sensors Pollution CO, CO 2, NO 2, O 3, Benzene PM10, PM2.5, PM1 Smart Meters Power Consumption Energy Consumption Gas Consumption Water Consumption Wireless Sensor Networks Giuseppe Anastasi 6

7 Passive Tags RFID, QR-codes

8 QR codes Quick Response (QR) Code Two dimensional barcode that stores information in black and white dots (data pixels or QR code modules ) Wireless Sensor Networks Giuseppe Anastasi 8

9 QR code generation Many online generators available e.g., URL (Website) Text Vcard Sms Phone Call Geolocation Event WiFi Wireless Sensor Networks Giuseppe Anastasi 9

10 Using RFID Wireless Sensor Networks Giuseppe Anastasi 10

11 Application Areas Supply chain management Baggage/Animal tagging Library information systems Parcel tracking (postal services) Smart cities Access control Ticketing (public transport, parking, etc.) Parking area management Augmented reality... Wireless Sensor Networks Giuseppe Anastasi 11

12 Supply Chair Management

13 Baggage Tagging Wireless Sensor Networks Giuseppe Anastasi 13

14 Animal Tagging

15 Smart Cities Automatic Access/Tolling Wireless Sensor Networks Giuseppe Anastasi 15

16 Smart Cities Augmented Reality Points of interest in the city (touristic point of interest, shops and public places) can be tagged through RFIDs or QR codes Information about the tagged point are made available to the user (tourist, citizen, )

17 Active Tags Beacons

18 Introduction ibeacon is a technology originally developed by Apple ibeacon-compatible hardware transmitters -typically called Beacons - available also for non-apple devices Enablesdevices to perform actions when in close proximity to a Beacon Beacons emit periodic signals Mobile devices understand their location based on the received signal and perform a specific action Wireless Sensor Networks Giuseppe Anastasi 18

19 Basic Idea ibeacon uses Bluetooth Low Energy (BLE) to transmit Advertisement(ADV) messages The ADV message is received by a smartphone and forwarded toaserver(e.g.,onthecloud) The server localizes the device (user) and sends appropriate information to the smartphone Wireless Sensor Networks Giuseppe Anastasi 19

20 How BLE works BLE communication mainly consists in Advertisement (ADV) messages small data packets broadcast at a regular interval by enabled devices via radio waves one-waycommunication Typical parameter values for ibeacons Broadcast interval of 100 ms Broadcast range of up to 100 meters Wireless Sensor Networks Giuseppe Anastasi 20

21 Beacon Advertisement Message UUID (Universal Unique IDentifier) 16 byte string used to differentiate a large group of related Beacons In its canonical form, a UUID is represented by 32 lowercase hexadecimal digits, displayed in five groups separated by hyphens, in the form for a total of 36 characters E.g., ebefd083-70a2-47c e7b5634df524 Major 2-byte string distinguishing a subset of Beacons within the larger group Minor 2-byte string used to identify individual Beacons TxPower Used to determine proximity (distance) from the beacon TX power is defined as the strength of the signal at exactly 1 meter from the device. This has to be calibrated and hardcoded in advance. Devices can then use this as a baseline to give a rough distance estimate. Wireless Sensor Networks Giuseppe Anastasi 21

22 Example Application for locating people within the University of Pisa UUID (Universal Unique IDentifier) Allows to recognize that ADV messages are emitted from Beacons belonging to the University of Pisa Major Identifies ADV messages emitted from Beacons inside a specific building belonging to the University of Pisa (e.g., Building F) Minor Identifies a specific room in that Building (e.g., Room F02) Wireless Sensor Networks Giuseppe Anastasi 22

23 Application Areas Localizationin Buildings Wireless Sensor Networks Giuseppe Anastasi 23

24 Application Areas Retails: coupons delivered via Beacons to customer phone (e.g., special offers) Wireless Sensor Networks Giuseppe Anastasi 24

25 Application Areas Tracking: locate museum artworks, shop products, or cargo containers Wireless Sensor Networks Giuseppe Anastasi 25

26 Applications Areas Indoor Navigation: path discover inside a building and user localization Wireless Sensor Networks Giuseppe Anastasi 26

27 Application Areas SmartTagging: allows to give more information about artworks (also in many languages) Wireless Sensor Networks Giuseppe Anastasi 27

28 Semi-Passive Sensors

29 Semi Passive Sensors Also called data loggers Powered by a battery Measures and stores physical quantities Temperature Humidity Shock Can be attached to goods to track their history Low-cost solution Wireless Sensor Networks Giuseppe Anastasi 29

30 System Architecture Semi-passive Tag Reader Server Data manager Tag management Data retrieval and archival Data visualization Table, plots Wireless Sensor Networks Giuseppe Anastasi 30

31 Application Areas Ice cream, Frozen Products Distribution Temperature monitoring Wine Transport Temperature monitoring Shock tracking Blood Bags Transport Bag Identification Temperature tracking Wireless Sensor Networks Giuseppe Anastasi 31

32 Sensor Nodes

33 Sensor Node Architecture Battery powered devices Usually negligibleshort range Local wireless data processing communication Batteries cannot be changedpower nor recharged consumption Radio is the most and data power storage hungry component 33 Wireless Sensor Networks Giuseppe Anastasi 33

34 ZolertiaFireFly Wireless Sensor Networks Giuseppe Anastasi 34

35 Telos/Tmote Sky Mote Wireless Sensor Networks Giuseppe Anastasi 35

36 Mica Motes Mica2 Mica2dot Sensor Board for Mica light, temperature, accelerometer, magnetometer, microphone, tone detector, 4.5 Khz sounder Wireless Sensor Networks Giuseppe Anastasi 36

37 The TinyOS Operating System Specifically targeted to WSNs Component-based architecture Event-based concurrency Split-phase operation Wireless Sensor Networks Giuseppe Anastasi 37

38 TinyOS development environment nesclanguage extension to the C language definition of interfaces abstraction between definition and composition of components nesccompiler and OS source composition of the component graph (at compilation time) TinyOScomputational model (additional checks) TOSSIM simulator same code runs in actual nodes and simulator flexible models for radio and sensors scripting (Tython), graphical interface (TinyViz) Wireless Sensor Networks Giuseppe Anastasi 38

39 Tutorials on TinyOS Programming Environment TinyOS/TOSSIM Tutorial, TinyOSReference Manual, 2.x/doc/pdf/tinyos-programming.pdf D. Gay et al., "The nesclanguage: A Holistic Approach to Networked Embedded Systems", nescreference Manual, /tinyos-2.0.0beta1/doc/nesc/ref.pdf Wireless Sensor Networks Giuseppe Anastasi 39

40 ContikiOperating System Limited Memory Footprint Event-driven Kernel Portability Many different platform supported TmoteSky, Zolertia, RedBee, etc C Programming Academic and Industrial support Cisco and Atmel are part of the Contikiproject Wireless Sensor Networks Giuseppe Anastasi 40

41 ContikiOperating System Protothread(optional multi-threading) Dynamic Memory Allocation TCP/IP stack (uip) Both IPV4 and IPv6 Power profiling Dynamicloadingand over-the-airprogramming IPsec On-nodedatabase Antelope Coffee file system Wireless Sensor Networks Giuseppe Anastasi 41

42 References A. Dunkels, B. Gronvall, T. Voigt, Contiki-a lightweight and flexible operating system for tiny networked sensors,ieee International Conference on Local Computer Networks, November 2004 Contiki: The Open Source OS for the Internet of Things, Contiki, Processes. Available Online at: Wireless Sensor Networks Giuseppe Anastasi 42

43 Application Areas Environmental Monitoring Temperature, Humidity, Light Intensity, Presence Detection Home security systems Energy efficiency in buildings Location Detection Anti-theft systems Activity Detection Fall detection Athlete monitoring Wireless Sensor Networks Giuseppe Anastasi 43

44 Very Special Sensor Nodes N. Lane, E. Miluzzo, H. Lu, D. Peebles, T. Choudhury, A. Campbell, A Survey of Mobile Phone Sensing, IEEE Communication Magazine, Sept Wireless Sensor Networks Giuseppe Anastasi 44

45 Mobile Phone Sensing Applications Personal Sensing personal tracking Sensing surrounding noise E-health Fall detection, Activity detection Well-being support CenceMe Captures what the user is doing and the information on their surrounding context (collectively called sensing presence) Pushes collected information to social networks EyePhone Allows to activates your mobile phone using only your eyes Wireless Sensor Networks Giuseppe Anastasi 45

46 Participatory Sensing Citizens utilize their mobile phones to send physical sensing information to a data collection center Sensing information can be used for various applications

47 Wireless Sensor Networks From Sensors to Sensor Networks 47

48 Wireless Sensor Networks (WSNs) A large number of tiny sensor nodes deployed over a geographical area Sensor nodes integrate three different capabilities Sensing, computing, and wirelesscommunication Distributed Sensing Infrastructure Sensor nodes sense physical information e.g., temperature, pressure, vibrations, pollution level process the data locally and/or send them to one or more collection points Sink nodes or base stations Wireless Sensor Networks Giuseppe Anastasi 48

49 Architecture: Flat Multi-hop Wireless Sensor Networks Giuseppe Anastasi 49

50 WSN Application Areas Military Applications Environmental Monitoring Precision Agriculture Location/Tracking Industrial applications Health Monitoring Smart Buildings Smart Grid Smart Cities Smart * Wireless Sensor Networks Giuseppe Anastasi 50

51 Military Applications Monitoring friendly forces, equipment, ammunition Battlefield surveillance Reconnaissance of opposite forces sniper detection Targeting Battle damage assessment Attack detection nuclear, biological, chemical

52 Environmental Monitoring Environmental Monitoring Temperature, humidity, pollution level Habitat monitoring monitoring of petrel habitat (Great Duck Island project) Microclimate monitoring Berkeley botanical garden Alert systems fire detection flood detection seismic events Wireless Sensor Networks Giuseppe Anastasi 52

53 Precision Agriculture Temperature Humidity Wind Speed and Direction Soil moisture Wireless Sensor Networks Giuseppe Anastasi 53

54 Location/Tracking Location/Tracking of moving objects Surveillance Presence assessment Animals movements Inventory Control easy localization of items smart management of items Vehicles tracking and detection car theft detection remote monitoring of parking places Wireless Sensor Networks Giuseppe Anastasi 54

55 E-Health Remote monitoring chronicle patients physiological data monitoring elderly people falldetection Hospital monitoring of patients tracking of doctors and attendants drug administration minimize adverse drug events (e.g., allergies to a specific medicine) Wireless Sensor Networks Giuseppe Anastasi 55

56 Smart Factory Distributed Intelligent Sensing System for Factory automation Process Control Real-time monitoring of machinery s health Detection of liquid/gas leakage Remote monitoring of contaminated areas Real time inventory management Wireless Sensor Networks Giuseppe Anastasi 56

57 Smart Buildings Building Automation temperature and air flow control light level control energy efficiency Smart Home Smart appliances sensors and actuators inside appliances easy management of home devices both local and remote Wireless Sensor Networks Giuseppe Anastasi 57

58 Smart Cities Environmental Monitoring Temperature, Noise, Pollution Parks and Gardens Irrigation Parking Area Management Guidance to free Parking Slots Traffic Intensity Monitoring Intelligent traffic management Mobile Environmental Monitoring Better coverage than static monitoring Wireless Sensor Networks Giuseppe Anastasi 58

59 Environmental Monitoring Measured Parameters Temperature Light Noise CO Light intensity can be used for smart lighting If some critical parameters goes above a threshold the system sends an alarm. Wireless Sensor Networks Giuseppe Anastasi 59

60 Mobile Environmental Monitoring Sensors deployed in strategic (fixed) points Crosses, bus stops, homes, schools, Measured Parameters Temperature Humidity Air Pollution (PM10, CO, O3, NO2) Data collection through mobile elements public buses, taxis people Wireless Sensor Networks Giuseppe Anastasi 60

61 Mobile Environmental Monitoring Sensors deployed also on mobile carriers public buses, police cars, taxis people robots Measured Parameters Temperature Humidity Air Pollution (PM10, CO, O3, NO2) Better coverage in a more efficient way Wireless Sensor Networks Giuseppe Anastasi 61

62 Parks and Gardens Irrigation Goal to control and make more efficient the irrigation in certain parks and gardens Sensors Anemometer, pluviometer. Atmospheric pressure, solar radiation, air humidity and temperature sensors. Soil temperature and humidity sensors. Evaluation of water consumption sensor Wireless Sensor Networks Giuseppe Anastasi 62

63 Parking Area Management Parking areas equipped with sensors based on ferromagnetic technology buried under the asphalt in the main parking areas. provided with one transceiver send their parking state (free or occupied), to a gateway through the repeaters. Wireless Sensor Networks Giuseppe Anastasi 63

64 Guidance to Free Parking Slots Data collected from parking sensors are used to guide drivers towards free slots, using an architecture divides in two parts: Panel: Receives information from the Central Station and shows the number of places available in a determined parking zone. CentralStation: It receives, from the Portal Server, all data retrieved by the sensors already deployed to detect parking lots availability.

65 Traffic Intensity Monitoring Sensors buried under the asphalt at the main entrance of the city Measure traffic parameters: Traffic volumes Vehicle Speed Queue length Architecture: Traffic Sensors Repeaters Gateway Wireless Sensor Networks Giuseppe Anastasi 65

66 Readings P. Baronti, P. Pillai, V. Chook, S. Chessa, A. Gotta, Y. Hu, Wireless sensor networks: A survey on the state of the art and the and ZigBee standards, Computer Communications, Vol. 30 (2007), pp Wireless Sensor Networks Giuseppe Anastasi 66

67 Questions From Sensors to Sensor Networks 67

A Simple Smart Shopping Application Using Android Based Bluetooth Beacons (IoT)

A Simple Smart Shopping Application Using Android Based Bluetooth Beacons (IoT) Advances in Wireless and Mobile Communications. ISSN 0973-6972 Volume 10, Number 5 (2017), pp. 885-890 Research India Publications http://www.ripublication.com A Simple Smart Shopping Application Using

More information

Introduction To Wireless Sensor Networks

Introduction To Wireless Sensor Networks Introduction To Wireless Sensor Networks Wireless Sensor Networks A wireless sensor network (WSN) is a wireless network consisting of spatially distributed autonomous devices using sensors to cooperatively

More information

B L E N e t w o r k A p p l i c a t i o n s f o r S m a r t M o b i l i t y S o l u t i o n s

B L E N e t w o r k A p p l i c a t i o n s f o r S m a r t M o b i l i t y S o l u t i o n s B L E N e t w o r k A p p l i c a t i o n s f o r S m a r t M o b i l i t y S o l u t i o n s A t e c h n i c a l r e v i e w i n t h e f r a m e w o r k o f t h e E U s Te t r a m a x P r o g r a m m

More information

CSRmesh Beacon management and Asset Tracking Muhammad Ulislam Field Applications Engineer, Staff, Qualcomm Atheros, Inc.

CSRmesh Beacon management and Asset Tracking Muhammad Ulislam Field Applications Engineer, Staff, Qualcomm Atheros, Inc. CSRmesh Beacon management and Asset Tracking Muhammad Ulislam Field Applications Engineer, Staff, Qualcomm Atheros, Inc. CSRmesh Recap Bluetooth Mesh Introduction What is CSRmesh? A protocol that runs

More information

CLICK HERE TO KNOW MORE

CLICK HERE TO KNOW MORE CLICK HERE TO KNOW MORE BUILDING SMART CITIES WITH SMART CITIZENS Dr. Mazlan Abbas CEO - REDtone IOT Sdn Bhd Email: mazlan.abbas@redtone.com GeoSmart Asia 2015, Malaysia PRESENTATION CONTENTS Smart City

More information

Computer Networks II Advanced Features (T )

Computer Networks II Advanced Features (T ) Computer Networks II Advanced Features (T-110.5111) Wireless Sensor Networks, PhD Postdoctoral Researcher DCS Research Group For classroom use only, no unauthorized distribution Wireless sensor networks:

More information

Comparison of RSSI-Based Indoor Localization for Smart Buildings with Internet of Things

Comparison of RSSI-Based Indoor Localization for Smart Buildings with Internet of Things Comparison of RSSI-Based Indoor Localization for Smart Buildings with Internet of Things Sebastian Sadowski and Petros Spachos, School of Engineering, University of Guelph, Guelph, ON, N1G 2W1, Canada

More information

Energy Conservation in Wireless Sensor Networks with Mobile Elements

Energy Conservation in Wireless Sensor Networks with Mobile Elements Energy Conservation in Wireless Sensor Networks with Mobile Elements Giuseppe Anastasi Pervasive Computing & Networking Lab () Dept. of Information Engineering, University of Pisa E-mail: giuseppe.anastasi@iet.unipi.it

More information

MOBILE COMPUTING 1/29/18. Cellular Positioning: Cell ID. Cellular Positioning - Cell ID with TA. CSE 40814/60814 Spring 2018

MOBILE COMPUTING 1/29/18. Cellular Positioning: Cell ID. Cellular Positioning - Cell ID with TA. CSE 40814/60814 Spring 2018 MOBILE COMPUTING CSE 40814/60814 Spring 2018 Cellular Positioning: Cell ID Open-source database of cell IDs: opencellid.org Cellular Positioning - Cell ID with TA TA: Timing Advance (time a signal takes

More information

SIMULATION AND ANALYSIS OF RSSI BASED TRILATERATION ALGORITHM FOR LOCALIZATION IN CONTIKI-OS

SIMULATION AND ANALYSIS OF RSSI BASED TRILATERATION ALGORITHM FOR LOCALIZATION IN CONTIKI-OS ISSN: 2229-6948(ONLINE) DOI: 10.21917/ijct.2016.0199 ICTACT JOURNAL ON COMMUNICATION TECHNOLOGY, SEPTEMBER 2016, VOLUME: 07, ISSUE: 03 SIMULATION AND ANALYSIS OF RSSI BASED TRILATERATION ALGORITHM FOR

More information

Part I: Introduction to Wireless Sensor Networks. Alessio Di

Part I: Introduction to Wireless Sensor Networks. Alessio Di Part I: Introduction to Wireless Sensor Networks Alessio Di Mauro Sensors 2 DTU Informatics, Technical University of Denmark Work in Progress: Test-bed at DTU 3 DTU Informatics, Technical

More information

Beacons Proximity UUID, Major, Minor, Transmission Power, and Interval values made easy

Beacons Proximity UUID, Major, Minor, Transmission Power, and Interval values made easy Beacon Setup Guide 2 Beacons Proximity UUID, Major, Minor, Transmission Power, and Interval values made easy In this short guide, you ll learn which factors you need to take into account when planning

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

SMART RFID FOR LOCATION TRACKING

SMART RFID FOR LOCATION TRACKING SMART RFID FOR LOCATION TRACKING By: Rashid Rashidzadeh Electrical and Computer Engineering University of Windsor 1 Radio Frequency Identification (RFID) RFID is evolving as a major technology enabler

More information

Engineering Project Proposals

Engineering Project Proposals Engineering Project Proposals (Wireless sensor networks) Group members Hamdi Roumani Douglas Stamp Patrick Tayao Tyson J Hamilton (cs233017) (cs233199) (cs232039) (cs231144) Contact Information Email:

More information

Active RFID System with Wireless Sensor Network for Power

Active RFID System with Wireless Sensor Network for Power 38 Active RFID System with Wireless Sensor Network for Power Raed Abdulla 1 and Sathish Kumar Selvaperumal 2 1,2 School of Engineering, Asia Pacific University of Technology & Innovation, 57 Kuala Lumpur,

More information

DATE: 17/08/2006 Issue No 2 e-plate Operation Overview

DATE: 17/08/2006 Issue No 2 e-plate Operation Overview Page 1 of 7 Fundamentals Introduction e-pate technology is the next generation of long range RFID (Radio Frequency IDentification). The objective is wireless and automated data collection of vehicles and

More information

Feasibility and Benefits of Passive RFID Wake-up Radios for Wireless Sensor Networks

Feasibility and Benefits of Passive RFID Wake-up Radios for Wireless Sensor Networks Feasibility and Benefits of Passive RFID Wake-up Radios for Wireless Sensor Networks He Ba, Ilker Demirkol, and Wendi Heinzelman Department of Electrical and Computer Engineering University of Rochester

More information

ēko Pro Series System

ēko Pro Series System ēko Pro Series System FOR ENVIRONMENTAL MONITORING The ACEINNA ēko Pro Series Starter Kit is a wireless agricultural and environmental sensing system for crop monitoring, microclimate studies and environmental

More information

Bluetooth Low Energy Sensing Technology for Proximity Construction Applications

Bluetooth Low Energy Sensing Technology for Proximity Construction Applications Bluetooth Low Energy Sensing Technology for Proximity Construction Applications JeeWoong Park School of Civil and Environmental Engineering, Georgia Institute of Technology, 790 Atlantic Dr. N.W., Atlanta,

More information

ANFIS-based Indoor Location Awareness System for the Position Monitoring of Patients

ANFIS-based Indoor Location Awareness System for the Position Monitoring of Patients Acta Polytechnica Hungarica Vol. 11, No. 1, 2014 ANFIS-based Indoor Location Awareness System for the Position Monitoring of Patients Chih-Min Lin 1, Yi-Jen Mon 2, Ching-Hung Lee 3, Jih-Gau Juang 4, Imre

More information

Internet of Things Application Practice and Information and Communication Technology

Internet of Things Application Practice and Information and Communication Technology 2019 2nd International Conference on Computer Science and Advanced Materials (CSAM 2019) Internet of Things Application Practice and Information and Communication Technology Chen Ning Guangzhou City Polytechnic,

More information

[Kumar, 5(12): December2018] ISSN DOI /zenodo Impact Factor

[Kumar, 5(12): December2018] ISSN DOI /zenodo Impact Factor GLOBAL JOURNAL OF ENGINEERING SCIENCE AND RESEARCHES IOT BASED TRACKING AND MONITORING SYSTEM FOR SCHOOL CHILDREN SAFETY D. Lokesh Sai Kumar *1, B. Vishnu Vardhan 2 & A. Yuva Krishna 3 *1,2&3 Asst. Professor,

More information

Fresh from the boat: Great Duck Island habitat monitoring. Robert Szewczyk Joe Polastre Alan Mainwaring June 18, 2003

Fresh from the boat: Great Duck Island habitat monitoring. Robert Szewczyk Joe Polastre Alan Mainwaring June 18, 2003 Fresh from the boat: Great Duck Island habitat monitoring Robert Szewczyk Joe Polastre Alan Mainwaring June 18, 2003 Outline Application overview System & node evolution Status & preliminary evaluations

More information

Politecnico di Milano Advanced Network Technologies Laboratory. Radio Frequency Identification

Politecnico di Milano Advanced Network Technologies Laboratory. Radio Frequency Identification Politecnico di Milano Advanced Network Technologies Laboratory Radio Frequency Identification RFID in Nutshell o To Enhance the concept of bar-codes for faster identification of assets (goods, people,

More information

TRBOnet Enterprise/PLUS

TRBOnet Enterprise/PLUS TRBOnet Enterprise/PLUS Bluetooth-based Indoor Positioning User Guide Version 5.2 World HQ Neocom Software 8th Line 29, Vasilyevsky Island St. Petersburg, 199004, Russia US Office Neocom Software 15200

More information

DYNAMIC BLUETOOTH BEACONS FOR PEOPLE WITH DISABILITIES

DYNAMIC BLUETOOTH BEACONS FOR PEOPLE WITH DISABILITIES DYNAMIC BLUETOOTH BEACONS FOR PEOPLE WITH DISABILITIES A journey from ibeacon to IoT beacons, InfinIT Summit 2017 BLUETOOTH BEACONS Short information sent by radio A few times per second Kind of radio

More information

ARUBA LOCATION SERVICES

ARUBA LOCATION SERVICES ARUBA LOCATION SERVICES Powered by Aruba Beacons The flagship product of the product line is Aruba Beacons. When Aruba Beacons are used in conjunction with the Meridian mobile app platform, they enable

More information

Wireless crack measurement for control of construction vibrations

Wireless crack measurement for control of construction vibrations Wireless crack measurement for control of construction vibrations Charles H. Dowding 1, Hasan Ozer 2, Mathew Kotowsky 3 1 Professor, Northwestern University, Department of Civil and Environmental Eng.,

More information

Bloodhound RMS Product Overview

Bloodhound RMS Product Overview Page 2 of 10 What is Guard Monitoring? The concept of personnel monitoring in the security industry is not new. Being able to accurately account for the movement and activity of personnel is not only important

More information

An IoT Based Real-Time Environmental Monitoring System Using Arduino and Cloud Service

An IoT Based Real-Time Environmental Monitoring System Using Arduino and Cloud Service Engineering, Technology & Applied Science Research Vol. 8, No. 4, 2018, 3238-3242 3238 An IoT Based Real-Time Environmental Monitoring System Using Arduino and Cloud Service Saima Zafar Emerging Sciences,

More information

1. Product Introduction FeasyBeacons are designed by Shenzhen Feasycom Technology Co., Ltd which has the typical models as below showing: Model FSC-BP

1. Product Introduction FeasyBeacons are designed by Shenzhen Feasycom Technology Co., Ltd which has the typical models as below showing: Model FSC-BP ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, FeasyBeacon Getting Started Guide Version 2.5 Feasycom Online Technical Support: Skype: Feasycom Technical Support Direct Tel: 086 755 23062695 Email:

More information

The Mote Revolution: Low Power Wireless Sensor Network Devices

The Mote Revolution: Low Power Wireless Sensor Network Devices The Mote Revolution: Low Power Wireless Sensor Network Devices University of California, Berkeley Joseph Polastre Robert Szewczyk Cory Sharp David Culler The Mote Revolution: Low Power Wireless Sensor

More information

Agenda Motivation Systems and Sensors Algorithms Implementation Conclusion & Outlook

Agenda Motivation Systems and Sensors Algorithms Implementation Conclusion & Outlook Overview of Current Indoor Navigation Techniques and Implementation Studies FIG ww 2011 - Marrakech and Christian Lukianto HafenCity University Hamburg 21 May 2011 1 Agenda Motivation Systems and Sensors

More information

VisorTrac A Tracking System for Mining

VisorTrac A Tracking System for Mining VisorTrac A Tracking System for Mining Marco North America, Inc. SYSTEM APPLICATION The VISORTRAC system was developed to allow tracking of mining personnel as well as mining vehicles. The VISORTRAC system

More information

The Mote Revolution: Low Power Wireless Sensor Network Devices

The Mote Revolution: Low Power Wireless Sensor Network Devices The Mote Revolution: Low Power Wireless Sensor Network Devices University of California, Berkeley Joseph Polastre Robert Szewczyk Cory Sharp David Culler The Mote Revolution: Low Power Wireless Sensor

More information

NETWORK CONNECTIVITY FOR IoT. Hari Balakrishnan. Lecture #5 6.S062 Mobile and Sensor Computing Spring 2017

NETWORK CONNECTIVITY FOR IoT. Hari Balakrishnan. Lecture #5 6.S062 Mobile and Sensor Computing Spring 2017 NETWORK CONNECTIVITY FOR IoT Hari Balakrishnan Lecture #5 6.S062 Mobile and Sensor Computing Spring 2017 NETWORKING: GLUE FOR THE IOT IoT s technology push from the convergence of Embedded computing Sensing

More information

Introduction to Mobile Sensing Technology

Introduction to Mobile Sensing Technology Introduction to Mobile Sensing Technology Kleomenis Katevas k.katevas@qmul.ac.uk https://minoskt.github.io Image by CRCA / CNRS / University of Toulouse In this talk What is Mobile Sensing? Sensor data,

More information

Hack Your Ride With Beacon Technology!

Hack Your Ride With Beacon Technology! Hack Your Ride With Beacon Technology! #kontakt_io Trevor Longino Head of Marketing & PR @trevorlongino @kontakt_io We help build the world s best proximity solutions 10 thousand+ clients! Welcome to the

More information

IoT. Indoor Positioning with BLE Beacons. Author: Uday Agarwal

IoT. Indoor Positioning with BLE Beacons. Author: Uday Agarwal IoT Indoor Positioning with BLE Beacons Author: Uday Agarwal Contents Introduction 1 Bluetooth Low Energy and RSSI 2 Factors Affecting RSSI 3 Distance Calculation 4 Approach to Indoor Positioning 5 Zone

More information

Marine Monitoring & Early Warning Detection using Wireless Sensor Networks: Challenges

Marine Monitoring & Early Warning Detection using Wireless Sensor Networks: Challenges Marine Monitoring & Early Warning Detection using Wireless Sensor Networks: Challenges Mrs. P. Madhuri Paul, MCA, M.Tech Assistant Professor, Department of Computer Science St. Joseph s Degree & PG College,

More information

ETICA E GOVERNANCE DELL INTELLIGENZA ARTIFICIALE

ETICA E GOVERNANCE DELL INTELLIGENZA ARTIFICIALE Conferenza NEXA su Internet e Società, 18 Dicembre 2017 ETICA E GOVERNANCE DELL INTELLIGENZA ARTIFICIALE Etica e Smart Cities Le nuove frontiere dell Intelligenza Artificiale per la città del futuro Giuseppe

More information

Cutting-edge Technology for Data and Communications

Cutting-edge Technology for Data and Communications Cutting-edge Technology for Data and Communications PAGE 1 Guido Perez Business Development Manager 617-671-5747 g.perez@mstglobal.com Table of Contents TUNNEL & COMMUNICATION EVOLUTION CHALLENGES IN TUNNELS

More information

Design and Implementation of a Wireless Sensor Network on Precision Agriculture

Design and Implementation of a Wireless Sensor Network on Precision Agriculture I J C T A, 9(37) 2016, pp. 103-108 International Science Press Design and Implementation of a Wireless Sensor Network on Precision Agriculture Kedari Sai Abhishek * and S. Malarvizhi ** Abstract: The main

More information

HUMAN BODY MONITORING SYSTEM USING WSN WITH GSM AND GPS

HUMAN BODY MONITORING SYSTEM USING WSN WITH GSM AND GPS HUMAN BODY MONITORING SYSTEM USING WSN WITH GSM AND GPS Mr. Sunil L. Rahane Department of E & TC Amrutvahini College of Engineering Sangmaner, India Prof. Ramesh S. Pawase Department of E & TC Amrutvahini

More information

The definitive guide for purchasing Bluetooth Low Energy (BLE) Beacons at scale

The definitive guide for purchasing Bluetooth Low Energy (BLE) Beacons at scale The definitive guide for purchasing Bluetooth Low Energy (BLE) Beacons at scale If you re working on an enterprise Request For Quote (RFQ) or Request For Proposal (RFP) for BLE Beacons using any of the

More information

A 5G Paradigm Based on Two-Tier Physical Network Architecture

A 5G Paradigm Based on Two-Tier Physical Network Architecture A 5G Paradigm Based on Two-Tier Physical Network Architecture Elvino S. Sousa Jeffrey Skoll Professor in Computer Networks and Innovation University of Toronto Wireless Lab IEEE Toronto 5G Summit 2015

More information

Beacon Indoor Navigation System. Group 14 Andre Compagno, EE. Josh Facchinello, CpE. Jonathan Mejias, EE. Pedro Perez, EE.

Beacon Indoor Navigation System. Group 14 Andre Compagno, EE. Josh Facchinello, CpE. Jonathan Mejias, EE. Pedro Perez, EE. Beacon Indoor Navigation System Group 14 Andre Compagno, EE. Josh Facchinello, CpE. Jonathan Mejias, EE. Pedro Perez, EE. Motivation GPS technologies are not effective indoors Current indoor accessibility

More information

Routing in Massively Dense Static Sensor Networks

Routing in Massively Dense Static Sensor Networks Routing in Massively Dense Static Sensor Networks Eitan ALTMAN, Pierre BERNHARD, Alonso SILVA* July 15, 2008 Altman, Bernhard, Silva* Routing in Massively Dense Static Sensor Networks 1/27 Table of Contents

More information

CS620: New Trends in Information Technology Topic 05: Embedded Wireless Sensor Applications

CS620: New Trends in Information Technology Topic 05: Embedded Wireless Sensor Applications CS620: New Trends in Information Technology Topic 05: Embedded Wireless Sensor Applications Autumn 2007 (Jul-Dec) Bhaskaran Raman Department of CSE, IIT Bombay 1 Wireless Sensor Networks What are sensors?

More information

Detecting Intra-Room Mobility with Signal Strength Descriptors

Detecting Intra-Room Mobility with Signal Strength Descriptors Detecting Intra-Room Mobility with Signal Strength Descriptors Authors: Konstantinos Kleisouris Bernhard Firner Richard Howard Yanyong Zhang Richard Martin WINLAB Background: Internet of Things (Iot) Attaching

More information

The Cricket Indoor Location System

The Cricket Indoor Location System The Cricket Indoor Location System Hari Balakrishnan Cricket Project MIT Computer Science and Artificial Intelligence Lab http://nms.csail.mit.edu/~hari http://cricket.csail.mit.edu Joint work with Bodhi

More information

Technology Challenges and Opportunities in Indoor Location. Doug Rowitch, Qualcomm, San Diego

Technology Challenges and Opportunities in Indoor Location. Doug Rowitch, Qualcomm, San Diego PAGE 1 qctconnect.com Technology Challenges and Opportunities in Indoor Location Doug Rowitch, Qualcomm, San Diego 2 nd Invitational Workshop on Opportunistic RF Localization for Future Directions, Technologies,

More information

Sensors. with a Purpose. Libelium s Smart Sensors Aim to Change the World One Node at a Time

Sensors. with a Purpose. Libelium s Smart Sensors Aim to Change the World One Node at a Time DECEMBER 2015 Sensors with a Purpose Libelium s Smart Sensors Aim to Change the World One Node at a Time Automotive Signal Conditioning Sensors Beehive Sensors Monitor Global Pollination Sensors with a

More information

An Adaptive Indoor Positioning Algorithm for ZigBee WSN

An Adaptive Indoor Positioning Algorithm for ZigBee WSN An Adaptive Indoor Positioning Algorithm for ZigBee WSN Tareq Alhmiedat Department of Information Technology Tabuk University Tabuk, Saudi Arabia t.alhmiedat@ut.edu.sa ABSTRACT: The areas of positioning

More information

Wireless sensor networks and environmental monitoring applications

Wireless sensor networks and environmental monitoring applications Wireless sensor networks and environmental monitoring applications LE BORGNE Yann-Aël ULB Machine Learning Group 1050 Brussels Belgium Group site: http://www.ulb.ac.be/di/mlg Personal site: http://www.ulb.ac.be/di/yleborgn

More information

Catalog

Catalog - 1 - Catalog 1. Description...- 3-2. Features...- 3-3. Application...- 3-4. Block Diagram...- 3-5. Electrical Characteristics... - 4-6. Operation... - 4-1) Power on Reset...- 4-2) Setting Mode... - 5-3)

More information

Case sharing of the use of RF Localization Techniques. Dr. Frank Tong LSCM R&D Centre LSCM Summit 2015

Case sharing of the use of RF Localization Techniques. Dr. Frank Tong LSCM R&D Centre LSCM Summit 2015 Case sharing of the use of RF Localization Techniques Dr. Frank Tong LSCM R&D Centre LSCM Summit 2015 Outline A. LBS tracking and monitoring 1) Case of anti-wandering-off tracking vest system in elderly

More information

Occupancy Detection via ibeacon on Android Devices for Smart Building Management

Occupancy Detection via ibeacon on Android Devices for Smart Building Management Occupancy Detection via ibeacon on Android Devices for Smart Building Management Omitted for blind review Abstract Building heating, ventilation, and air conditioning (HVAC) systems are considered to be

More information

Design of Low Power Wake-up Receiver for Wireless Sensor Network

Design of Low Power Wake-up Receiver for Wireless Sensor Network Design of Low Power Wake-up Receiver for Wireless Sensor Network Nikita Patel Dept. of ECE Mody University of Sci. & Tech. Lakshmangarh (Rajasthan), India Satyajit Anand Dept. of ECE Mody University of

More information

RF(433Mhz) BASED PROJECTS

RF(433Mhz) BASED PROJECTS ************************************************************************ INNOVATIVE & APPLICATION ORIENTED PROJECTS ON SVSEMBEDDED SYSTEMS (8051/AVR/ARM7/MSP430/RENESAS/ARM cortex M3) ************************************************************************

More information

UNISI Team. UNISI Team - Expertise

UNISI Team. UNISI Team - Expertise Control Alberto Bemporad (prof.) Davide Barcelli (student) Daniele Bernardini (PhD student) Marta Capiluppi (postdoc) Giulio Ripaccioli (PhD student) XXXXX (postdoc) Communications Andrea Abrardo (prof.)

More information

Wearable Robotics Funding Opportunities and Commercialization of Robotics and Mobility Systems Bruce Floersheim, Ph.D., P.E.

Wearable Robotics Funding Opportunities and Commercialization of Robotics and Mobility Systems Bruce Floersheim, Ph.D., P.E. Wearable Robotics Funding Opportunities and Commercialization of Robotics and Mobility Systems Bruce Floersheim, Ph.D., P.E. www.wearablerobotics.com Help shape a global future leveraging technology in

More information

Design of WSN for Environmental Monitoring Using IoT Application

Design of WSN for Environmental Monitoring Using IoT Application Design of WSN for Environmental Monitoring Using IoT Application Sarika Shinde 1, Prof. Venkat N. Ghodke 2 P.G. Student, Department of E and TC Engineering, DPCOE Engineering College, Pune, Maharashtra,

More information

Hybrid RFID Sensors: Design, Implementation and Application. Dissertation presented for the degree of Master of science

Hybrid RFID Sensors: Design, Implementation and Application. Dissertation presented for the degree of Master of science Hybrid RFID Sensors: Design, Implementation and Application Dissertation presented for the degree of Master of science ISAT laboratory Department of Computer science University of Cape Town Jarred Martin

More information

Politecnico di Milano Advanced Network Technologies Laboratory. Radio Frequency Identification

Politecnico di Milano Advanced Network Technologies Laboratory. Radio Frequency Identification Politecnico di Milano Advanced Network Technologies Laboratory Radio Frequency Identification 1 RFID in Nutshell o To Enhance the concept of bar-codes for faster identification of assets (goods, people,

More information

Sensor Network Platforms and Tools

Sensor Network Platforms and Tools Sensor Network Platforms and Tools 1 AN OVERVIEW OF SENSOR NODES AND THEIR COMPONENTS References 2 Sensor Node Architecture 3 1 Main components of a sensor node 4 A controller Communication device(s) Sensor(s)/actuator(s)

More information

AccuSolar SOLAR POWERED SYSTEM

AccuSolar SOLAR POWERED SYSTEM AccuSolar SOLAR POWERED SYSTEM FLO-CORP s AccuSolar Solar Powered Level Monitoring System monitors process conditions through wireless WiFi that communicate up to 1,500 feet to a base station PC. The Solar

More information

Accident prevention and detection using internet of Things (IOT)

Accident prevention and detection using internet of Things (IOT) ISSN:2348-2079 Volume-6 Issue-1 International Journal of Intellectual Advancements and Research in Engineering Computations Accident prevention and detection using internet of Things (IOT) INSTITUTE OF

More information

An IoT Automatic Station for Gradient observation of Microclimate. in Mountain Profile

An IoT Automatic Station for Gradient observation of Microclimate. in Mountain Profile An IoT Automatic Station for Gradient observation of Microclimate in Mountain Profile JIN Hongwei 1, LI Ning 1,SUN Lixin 1,YU Linxiang 2,LU Weikun 2,SU Guozhen 3 (1.Jiangsu Province Radio Scientific Research

More information

Auto-Fact Security System

Auto-Fact Security System IJIRST International Journal for Innovative Research in Science & Technology Volume 2 Issue 10 March 2016 ISSN (online): 2349-6010 Auto-Fact Security System Rasika Hedaoo Department of Electronics Engineering

More information

Politecnico di Milano Advanced Network Technologies Laboratory. Course Mechanics

Politecnico di Milano Advanced Network Technologies Laboratory. Course Mechanics Politecnico di Milano Advanced Network Technologies Laboratory Course Mechanics 1 The Course Team o Instructor n Matteo Cesana o matteo.cesana@polimi.it o 02 2399 3695 o http://home.dei.polimi.it/cesana

More information

ENAiKOON inmarsat-600

ENAiKOON inmarsat-600 -600 Inmarsat modem for worldwide satellite communication -600 enables communication between trackables and the back-end system through satellite communication. -600 was designed specifically for fleet

More information

Low-Power Interoperability for the IPv6 Internet of Things

Low-Power Interoperability for the IPv6 Internet of Things for the IPv6 Adam Dunkels, Joakim Eriksson, Nicolas Tsiftes Swedish Institute of Computer Science Presenter - Bob Kinicki Fall 2015 Introduction The is a current buzz term that many see as the direction

More information

AN0503 Using swarm bee LE for Collision Avoidance Systems (CAS)

AN0503 Using swarm bee LE for Collision Avoidance Systems (CAS) AN0503 Using swarm bee LE for Collision Avoidance Systems (CAS) 1.3 NA-14-0267-0019-1.3 Document Information Document Title: Document Version: 1.3 Current Date: 2016-05-18 Print Date: 2016-05-18 Document

More information

Signals, Instruments, and Systems W12 Environmental Sensor. Real Deployments

Signals, Instruments, and Systems W12 Environmental Sensor. Real Deployments Signals, Instruments, and Systems W12 Environmental Sensor Networks Algorithms and Real Deployments 1 Outline Wireless sensor networks in the field: the Sensorscope project Main problems and baseline algorithms

More information

IOT Based Intelligent Traffic Signal and Vehicle Tracking System

IOT Based Intelligent Traffic Signal and Vehicle Tracking System IOT Based Intelligent Traffic Signal and Vehicle Tracking System Srinuvasa Manikanta Adabala M.Tech (Embedded Systems), Department of ECE, Aditya College of Engineering(JNTUK), Surampalem, A.P -533437.

More information

Automated Irrigation System In Agriculture Using Wireless Sensor Technology

Automated Irrigation System In Agriculture Using Wireless Sensor Technology Automated Irrigation System In Agriculture Using Wireless Sensor Technology Karthikeswari M 1, Mithradevi P 2 PG Student [CS], Dept. of ECE, Muthayammal Engineering College, Namakkal,Tamilnadu, India 2

More information

Wireless sensor systems for irrigation management in container grown crops

Wireless sensor systems for irrigation management in container grown crops Wireless sensor systems for irrigation management in container grown crops International Workshop on Innovative irrigation technologies for container-grown ornamentals Centro Sperimentale Vivaismo, Pistoia

More information

Multi-sensory Tracking of Elders in Outdoor Environments on Ambient Assisted Living

Multi-sensory Tracking of Elders in Outdoor Environments on Ambient Assisted Living Multi-sensory Tracking of Elders in Outdoor Environments on Ambient Assisted Living Javier Jiménez Alemán Fluminense Federal University, Niterói, Brazil jjimenezaleman@ic.uff.br Abstract. Ambient Assisted

More information

Smart Beacon Management with BlueRange

Smart Beacon Management with BlueRange Smart Beacon Management with BlueRange Version 1.1 Status 01/2018 This article describes the need for Smart Beacon Management, demonstrates innovative ways to manage and control it efficiently, and shows

More information

FTSP Power Characterization

FTSP Power Characterization 1. Introduction FTSP Power Characterization Chris Trezzo Tyler Netherland Over the last few decades, advancements in technology have allowed for small lowpowered devices that can accomplish a multitude

More information

How to Configure ibeacons in Jamf Pro

How to Configure ibeacons in Jamf Pro What is an ibeacon? ibeacon is a communication protocol developed by Apple on top of Bluetooth Smart technology. It allows developers to create mobile apps aware of location context provided by beacons.

More information

Keyword: AVR Microcontroller, GSM, LCD, remote monitoring, Sensors, ZigBee.

Keyword: AVR Microcontroller, GSM, LCD, remote monitoring, Sensors, ZigBee. Volume 3, Issue 7, July 2013 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Design & Implementation

More information

Project: IEEE P Working Group for Wireless Personal Area Networks (WPANs)

Project: IEEE P Working Group for Wireless Personal Area Networks (WPANs) Project: IEEE P802.15 Working Group for Wireless Personal Area Networks (WPANs) Title: [Kookmin University Response to 15.7r1 CFA: Applications of OWC] Date Submitted: [March, 2015] Source: [Md. Shareef

More information

ALPS: A Bluetooth and Ultrasound Platform for Mapping and Localization

ALPS: A Bluetooth and Ultrasound Platform for Mapping and Localization ALPS: A Bluetooth and Ultrasound Platform for Mapping and Localization Patrick Lazik, Niranjini Rajagopal, Oliver Shih, Bruno Sinopoli, Anthony Rowe Electrical and Computer Engineering Department Carnegie

More information

NCCT IEEE PROJECTS ADVANCED ROBOTICS SOLUTIONS. Latest Projects, in various Domains. Promise for the Best Projects

NCCT IEEE PROJECTS ADVANCED ROBOTICS SOLUTIONS. Latest Projects, in various Domains. Promise for the Best Projects NCCT Promise for the Best Projects IEEE PROJECTS in various Domains Latest Projects, 2009-2010 ADVANCED ROBOTICS SOLUTIONS EMBEDDED SYSTEM PROJECTS Microcontrollers VLSI DSP Matlab Robotics ADVANCED ROBOTICS

More information

Performance comparison of AODV, DSDV and EE-DSDV routing protocol algorithm for wireless sensor network

Performance comparison of AODV, DSDV and EE-DSDV routing protocol algorithm for wireless sensor network Performance comparison of AODV, DSDV and EE-DSDV routing algorithm for wireless sensor network Mohd.Taufiq Norhizat a, Zulkifli Ishak, Mohd Suhaimi Sauti, Md Zaini Jamaludin a Wireless Sensor Network Group,

More information

MOBILE COMPUTING 2/25/17. What is RFID? RFID. CSE 40814/60814 Spring Radio Frequency IDentification

MOBILE COMPUTING 2/25/17. What is RFID? RFID. CSE 40814/60814 Spring Radio Frequency IDentification MOBILE COMPUTING CSE 40814/60814 Spring 2017 What is RFID? Radio Frequency IDentification Who Are You? I am Product X RFID ADC (automated data collection) technology that uses radio-frequency waves to

More information

TTÜ infotehnoloogiateaduskond Informaatikainstituut. Enn Õunapuu Vanemteadur

TTÜ infotehnoloogiateaduskond Informaatikainstituut. Enn Õunapuu Vanemteadur TTÜ infotehnoloogiateaduskond Informaatikainstituut Enn Õunapuu enn.ounapuu@ttu.ee Vanemteadur Towards a connected world TEDxBNMIT We are moving towards a more connected, instrumented and data driven world

More information

* Intelli Robotic Wheel Chair for Specialty Operations & Physically Challenged

* Intelli Robotic Wheel Chair for Specialty Operations & Physically Challenged ADVANCED ROBOTICS SOLUTIONS * Intelli Mobile Robot for Multi Specialty Operations * Advanced Robotic Pick and Place Arm and Hand System * Automatic Color Sensing Robot using PC * AI Based Image Capturing

More information

Definition of RF-ID. Lecture on RF-IDs

Definition of RF-ID. Lecture on RF-IDs Definition of RF-ID RF-ID: Radio Frequency Identification. Indicates the use of Electromagnetic waves to detect and identify TAGS (i.e. labels) purposely attached to objects Basic components (2) Interrogator

More information

Course Project. Project team forming deadline has passed Project teams will be announced soon Next step: project proposal presentation

Course Project. Project team forming deadline has passed Project teams will be announced soon Next step: project proposal presentation Course Project Project team forming deadline has passed Project teams will be announced soon Next step: project proposal presentation Presentation slides and one-page proposal document are due on Jan 30

More information

Wireless Sensor Network for Intra-Venous Fluid Level Indicator Application

Wireless Sensor Network for Intra-Venous Fluid Level Indicator Application Wireless Sensor Network for Intra-Venous Fluid Level Indicator Application Abstract Wireless sensor networks use small, low-cost embedded devices for a wide range of applications such as industrial data

More information

Towards an Internet of Things: Android meets NFC. Dipartimento di Scienze dell Informazione Università di Bologna

Towards an Internet of Things: Android meets NFC. Dipartimento di Scienze dell Informazione Università di Bologna Towards an Internet of Things: Android meets NFC Luca Bedogni Marco Di Felice Dipartimento di Scienze dell Informazione Università di Bologna Outline Internet of Things: History Internet of Things: Definition

More information

An Improved MAC Model for Critical Applications in Wireless Sensor Networks

An Improved MAC Model for Critical Applications in Wireless Sensor Networks An Improved MAC Model for Critical Applications in Wireless Sensor Networks Gayatri Sakya Vidushi Sharma Trisha Sawhney JSSATE, Noida GBU, Greater Noida JSSATE, Noida, ABSTRACT The wireless sensor networks

More information

The Leading Enterprise Internet of Things Solution. Wireless Accelerometer - Advanced Vibration Meters. Wireless Range Comparison. Monnit ALTA.

The Leading Enterprise Internet of Things Solution. Wireless Accelerometer - Advanced Vibration Meters. Wireless Range Comparison. Monnit ALTA. by The Leading Enterprise Internet of Things Solution Wireless Accelerometer - Advanced Vibration Meters General Description The ALTA Wireless Advanced Vibration Meter uses an accelerometer to measure

More information

Principal component aggregation in wireless sensor networks

Principal component aggregation in wireless sensor networks Principal component aggregation in wireless sensor networks Y. Le Borgne 1 and G. Bontempi Machine Learning Group Department of Computer Science Université Libre de Bruxelles Brussels, Belgium August 29,

More information

International Journal of Scientific & Engineering Research, Volume 7, Issue 2, February ISSN

International Journal of Scientific & Engineering Research, Volume 7, Issue 2, February ISSN International Journal of Scientific & Engineering Research, Volume 7, Issue 2, February-2016 181 A NOVEL RANGE FREE LOCALIZATION METHOD FOR MOBILE SENSOR NETWORKS Anju Thomas 1, Remya Ramachandran 2 1

More information

Deformation Monitoring Based on Wireless Sensor Networks

Deformation Monitoring Based on Wireless Sensor Networks Deformation Monitoring Based on Wireless Sensor Networks Zhou Jianguo tinyos@whu.edu.cn 2 3 4 Data Acquisition Vibration Data Processing Summary 2 3 4 Data Acquisition Vibration Data Processing Summary

More information