NoxDroid A Bicycle Sensor System for Air Pollution Monitoring

Size: px
Start display at page:

Download "NoxDroid A Bicycle Sensor System for Air Pollution Monitoring"

Transcription

1 NoxDroid A Bicycle Sensor System for Air Pollution Monitoring Andreas Bok Andersen aboa@itu.dk Pelle Krøgholt pelle@itu.dk Stine Bierre sbie@itu.dk Aurélien Tabard auta@itu.dk pitlab IT University Copenhagen Rued Langgaards Vej 7, DK 2300 Copenhagen S Abstract We present NoxDroid a sensor system aimed at monitoring air quality in cities. We designed NoxDroid to address health and environmental concerns both at a personal and societal level. NoxDroid is a small mobile sensor device built and mounted on bicycles by volunteers. The sensor provides low fidelity real-time feedback on air quality and connects to an Android application for more advanced functionalities. For example, NoxDroid users can upload air quality information to a web server to visualize it on a map or process it in their own way. Our preliminary evaluation with 3 participants highlighted some directions for improving our current implementation, such as battery life or its physical form factor. Keywords Sensor, pollution, bicycle, monitoring, nox, air, mobile. sustainability, crowd sourcing Copyright is held by the author/owner(s). CHI 2012, May 5 10, 2012, Austin, TX, USA. ACM xxx-x-xxxx-xxxx-x/xx/xx. ACM Classification Keywords H.5.m. Information interfaces and presentation (e.g., HCI): Miscellaneous. I.2.9 Robotics: Sensors. General Terms Design.

2 2 Figure 1. NoxDroid mounted on bicycles Handlebars. Introduction Air quality is an important concern in capitals of developed and emerging countries. These concerns cover both health and environment problems which has led international authorities and organizations to issue Guidelines and Directives on air and pollution 0. In order to act in an informed manner, several national research initiatives are investigating the actual distribution of air pollution. Many of these initiatives rely on stationary monitors measuring a variety of compounds very precisely for scientific purposes. Such is the case of Denmark s primary research project on air quality, led by the Danske Miljøundersøgelser (DMU)[2,3]. However, the data collected by these stations is neither provided nor accessible to the general public, thus leaving citizens blind in respect to air quality in their surroundings. To mitigate these limitations, several research projects investigated both crowd sourcing sensing (to have more sensing points as well as mobile ones), and presenting the resulting information to citizens. However most of these solutions do not provide direct feedback for the carrier or manager of the sensor nodes 0. This lack of direct feedback is a problem if volunteers have to mount and spend time on using the devices. Not getting relevant information might decrease the chances of adoption and result in less motivated participants. In order to get a quality dataset, it seems necessary to provide users with information they can draw direct benefits from and gain a feeling that it makes sense to sense. Related Work The Copenhagen Wheel [7] is the most relevant example of a mobile, bicycle-based, sensing system. The design proposed by the MIT Senseable city labs is based on an augmented wheel, collecting data on the level of NOx, CO and noise while harnessing energy from the breakers. An iphone application connects via Bluetooth to the Wheel, gathers location data, uploads sensor data to a web server and visualizes the gathered information, providing real-time and post-hoc feedback. In the last couple of years the production of mobile sensors has accelerated and researchers experimented with different sensor types, devices, systems architectture and networking [1,6,8,9]. Tsow et al. [8] proposed to use Bluetooth connection between a mobile device and a sensor device identifying VOCs (unhealthy aromatic compounds). The system is based on a very cheap, wearable tuning fork sensor, built into a cell phone sized hard case, and a cell phone. As with the Copenhagen Wheel the Bluetooth connection poses many technical problems as most Bluetooth units consume a lot of energy when doing constant polling, which has led phone manufacturers to force disconnection after 120 or 180 seconds. As an alternative, Al-Ali et al. 0 proposed having a sensor device directly posting its data to a Pollution Server using a GPRS modem. In their case, the sensor measures NO 2, CO and SO 2 and packs them in frames with GPS coordinates, time and date. The Pollution- Server stores the data and uses Google Maps to visualize pollution levels the user is (and has been) exposed to. Tudose et al. [9] measured NOx, SOx and CO, which are all strongly correlated with car exhaust. By measuring these compounds and mapping them, the

3 3 public authorities might in the long run make initiatives that can minimize the environmental problem caused by cars. Sensing device An important design consideration for NoxDroid was to keep it accessible and cheap (below $100). In comparison the Copenhagen Wheel has an estimated price of $600, which has made critics call it too clever for its own good [5]. We built the sensor device out of old-fashioned BASTA bicycle light (seen to the left on this page). Such lights can be found in second hands shops for a very cheap price or even for free. The device consists of an air sensor (MQ-135 Air Quality Control Sensor), which measures NOx, NH3, alcohol, benzene, smoke and CO2 ($7). The sensor is controlled by an IOIO board for Android1 ($50) and powered by a 9V battery. The IOIO also controls 3 LEDs of different colors visible in fig 2.C. The LEDS provide live feedback on the air quality (green being good, yellow concerning and red bad). To succeed in distributing sensor systems to the everyday user of the city, the system must be designed so that users can directly benefit from it. Sensing and visualizing the air pollution in a lot of the related works are based on a sensor/mobile device and a remote database, which means that users do not have direct access to the sensor information while moving around the city. To distribute sensors to the population individuals have to realize the problem and see direct benefits, before spending time on learning the system. In other words it needs to make sense to sense. Therefore the system has to be simple, robust and cheap enough while providing direct feedback to the user. NoxDroid The system can be self-made with common tools, a soldering kit and a guide available online with the code2. Moreover any do it yourself (DIY) amateur can put the different pieces together. We designed NoxDroid to provide individuals with tools to understand the quality of the air they breathe daily. To provide a balance between simplicity and accuracy, we focused on NOx particles, which are good indicator for the presence of other unhealthy and polluting compounds [3]. Figure 2. Sensing device: A. Casing B. Air sensor C. Feedback LEDs Android Application The NoxDroid Android application is in charge of the connection to the IOIO board, saving sensor data GPS locations and uploading the collected data to a web service at Google App Engine. It also controls the LEDS providing direct feedback on the NoxDroid device. NoxDroid is a mobile sensing device that can be attached to the handlebar of bicycles and which works in conjunction with an Android phone (see fig. 1). The sensing device (fig. 2) provides instant feedback on the air quality, while the Android part collects sensor data, combine it to location data and uploads it to a web application for later use. For GPS tracking, two background services listen and save location changes broadcast by SKYHOOK and the phone s built-in location service. To improve power

4 4 consumption we use a fixed update interval with giving a max time (8s) between location reports for SKYHOOK. The built-in location service is set up to use network, cell towers and GPS. Optimizing update interval and location change, currently set to minimum values, to balance granularity and system load is subject to further refinements. We built (and tested) the application to be compatible with Android SDK level 8 (Android 2.2) and up. For that reason the NoxDroid Android application can be used on a very wide range of Android supported phones from low to high-end phones. We have specifically tested the application both on a low level phone like the Huawei U8150 Ideos (costs approximately $100) and a highend phone like Samsung Galaxy S. Figure 4. Screenshot of NoxDroid app with connection to GPS and Wifi but no connection to the IOIO board. From the users perspective, the NoxDroid application (figure 4) shows if it is properly connected to GPS, Wifi and the sensor box. It allows users to start and stop recording data and upload it once a trip is finished. Figure 3. NoxDrop setup: A sensor device connected to an Android application. Web application Users can also visit noxdroid.org webpage to have an overview of the pollution they were exposed to. After entering their ID, they can see their routes on a map-

5 5 based interface (figure 5). The visualization comprises a search tool where single and multiple tracks can be viewed as data overlays on a map. Users can restrict the search to their NoxDroid-id while non-users view anonymized data. The website also includes blog posts with reflections and discussion of technical aspects. with sensor data and can serve data for other services as well. This API is implemented through simple HTTP GET/POST requests. Data processing and KML To visualize the data overlay we map the recorded NOx readings and GPS locations. As the sensor readings are done independently we insert GPS points on a straight line between consecutive pairs of GPS locations to geotag each intermediate NOx reading. Thus line segments on the overlay show the level of the NOx as green, yellow and red. The data can also be downloaded as KML and loaded on any map visualization tool such as Google Earth. Preliminary testing and feedback Figure 5. Screenshot of the NoxDroid pollution map. We are using the Google App Engine3 as a cloud based storage for the sensor recordings from the users of the system. We use the low-level object oriented data store of the App Engine based upon the high replication storage designed to scale well. We also use the App Engine to serve the visualization website, noxdroid.org 3 We tested NoxDroid with three participants riding their bicycle: Sara, 29 years old biking 10km everyday and generally concerned about her health; Stine, 27 years old biking 5km everyday in the inner city, is concerned about pollution when is seems to directly affect her (e.g. standing behind a truck exhaust); Frederik a 30 years old father biking 7km in less congested areas and concerned about his and his child s health but not about the pollution in general. From this summary only Sara and Stine seemed interested in using a sensor device. The tests also highlighted the need for better energy management of the phone and sensors, which had their battery drained quickly. The form factor of NoxDroid received mixed feedback, to some the DIY nature and retro look felt engaging while too cheap to others. Finally to better handle set-up and battery life a physical on/off button on the sensor device is necessary.

6 6 While the minimal live visualization was well received, more advanced visualization are necessary both at a personal level, but also aggregating more intelligently the readings from participants. We are investigating the different types of visualization (e.g. with average data per district or more fined grained quantitative information) with the aim to balance the richness of the information conveyed and its accuracy Conclusion We presented the NoxDroid mobile sensor system for air quality. We designed NoxDroid to be replicable in a DIY fashion and financially accessible. The project is in progress and we are planning on improving battery life, the setup process and the web application with personal and social features. Finally we are exploring the wide array of existing sensors to see how NoxDroid could become a more generic platform gathering a variety of environmental data such as VOC, noise or electromagnetic field strength. Acknowledgements Blank for review Citations [1] A.R. Al-Ali, I, Zualkerman and F. Aloul (2010). A Mobile GPRS-Sensors Array for Air Pollution Monitoring. IEEE SENSORS JOURNAL, VOL 10 NO 10, pp [2] DMU, NO2 and NO: Tendenser for årsmiddelværdier, Retrieved from DMU, Danmarks Miljøundersøgelser, Aarhus Universitet. [3] DMU, Oversigtsside om kvælstofoxider: NO, NO2, NOx, Retrieved from DMU, Danmarks Miljøundersøgelser, Aarhus Universitet. [4] Directive 2008/50/EC of the European Parliament and of the Council on ambient air quality and cleaner air for Europe. [5] GreenLivingBlog, 2010, Retrieved from the Guardian: [6] A. Steed and R. Milton (2008). Using tracked mobile sensors to make maps of environmental effects. Personal Ubiquitous Comput. 12, 4. [7] C. Outram, C. Ratti, and A. Biderman. (2010). The Copenhagen Wheel: An innovative electric bicycle system that harnesses the power of real-time information and crowd sourcing.ecologic Vehicles Renewable Energies, 1-8. [8] F. Tsow, E. Forzani, A. Rai, R. Wang, R. Tsui, S. Mastroianni, C. Knobbe, A. J. Gandolfi and N.J. Tao. (2009). A Wearable and Wireless Sensor System for Real-Time Monitoring of Toxic Environmental Volatile Organic Compounds, IEEE SENSORS JOURNAL, VOL 9 NO 12, pp [9] D. Ş. Tudose, T. A. Pătraşcu, A. Voinescu, R. Tătăroiu and N. Ţăpuş. (2011). Mobile sensors in air pollution measurement. CORD Conference Proceedings, pp [10] G. Vuk and C. Overgaard Hansen. (2010). Modellering af cykeltransportadfærd. TRAFIK & VEJE, pp [11] WHO Air quality guidelines for particulate matter, ozone, nitrogen dioxide and sulfur dioxide, Global update 2005, Summary of risk assessment, World health Organisation, Geneva 2006.

Vehicle Monitoring Quick Reference Guide

Vehicle Monitoring Quick Reference Guide Vehicle Monitoring Quick Reference Guide Powered by Delphi Welcome You re about to experience a powerful device that will deliver a new level of convenience and peace of mind with your vehicle. When combined

More information

RouteShoot Users Guide Android

RouteShoot Users Guide Android RouteShoot Users Guide Android Background The RouteShoot Android application draws together 3 phone features ( Video, GPS and Maps ) to provide you with a tool that will let you capture your videos, synchronised

More information

ANDROID APPLICATION DEVELOPMENT FOR ENVIRONMENT MONITORING USING SMART PHONES

ANDROID APPLICATION DEVELOPMENT FOR ENVIRONMENT MONITORING USING SMART PHONES ANDROID APPLICATION DEVELOPMENT FOR ENVIRONMENT MONITORING USING SMART PHONES ABSTRACT K. Krishnakanth 1 and P. Kavipriya 2 1 M.E Embedded Systems, Sathyabama University, Chennai, India. krishnakoneru99@gmail.com

More information

VEHICLE TRACKING SYSTEM USING GPS. 1 Student, ME (IT) Pursuing, SCOE, Vadgaon, Pune. 2 Asst. Professor, SCOE, Vadgaon, Pune

VEHICLE TRACKING SYSTEM USING GPS. 1 Student, ME (IT) Pursuing, SCOE, Vadgaon, Pune. 2 Asst. Professor, SCOE, Vadgaon, Pune VEHICLE TRACKING SYSTEM USING GPS Pooja P. Dehankar 1, 1 Student, ME (IT) Pursuing, SCOE, Vadgaon, Pune Prof. S. P. Potdar 2 2 Asst. Professor, SCOE, Vadgaon, Pune Abstract- Global Positioning System is

More information

The design of the Romanian national air quality monitoring network

The design of the Romanian national air quality monitoring network The design of the Romanian national air quality monitoring network Ecaterina SZABO NRC Air Quality Romania Senior Councilor Pollution Control and Air Quality Department Ministry of Environment and Forestry

More information

A mobile monitoring and alert SMS system with remote configuration A case study for android and the fused location provider

A mobile monitoring and alert SMS system with remote configuration A case study for android and the fused location provider A mobile monitoring and alert SMS system with remote configuration A case study for android and the fused location provider By Tiago Coelho, Sara Paiva Instituto Politécnico de Viana do Castelo, Viana

More information

Spylamp2 Bicycle GPS Tracker Instruction Manual

Spylamp2 Bicycle GPS Tracker Instruction Manual Spylamp2 Bicycle GPS Tracker Instruction Manual Version 2.0.0.5 1 Getting Started Your GPS tracker is controlled via text message. You will need your mobile phone and a SIM card (2G) with credit on it

More information

Real-time Vehicle Tracking System

Real-time Vehicle Tracking System DEVICE USER MANUAL v2 http; WEB BASED TRACKING PORTAL INDEX Overview What s in the Box? Pin-out Interface LED Status Information SIM Card and Cellular Data Requirements Usage Steps Service and Support

More information

Smart Home Security System Based on Microcontroller Using Internet and Android Smartphone

Smart Home Security System Based on Microcontroller Using Internet and Android Smartphone International Conference on Materials, Electronics & Information Engineering, ICMEIE-205 05-06 June, 205, Faculty of Engineering, University of Rajshahi, Bangladesh www.ru.ac.bd/icmeie205/proceedings/

More information

Sony Releases the Transparent Lens Eyewear SmartEyeglass Developer Edition

Sony Releases the Transparent Lens Eyewear SmartEyeglass Developer Edition News & Information 1-7-1 Konan, Minato-ku, Tokyo Sony Corporation No. 15-016E February 17, 2015 Sony Releases the Transparent Lens Eyewear SmartEyeglass Developer Edition - Promotes the development of

More information

Social Data Mining through Distributed Mobile Sensing: A Position Paper

Social Data Mining through Distributed Mobile Sensing: A Position Paper Social Data Mining through Distributed Mobile Sensing: A Position Paper John Gekas, Eurobank Research, Athens, GR Abstract. In this article, we present a distributed framework for collecting and analyzing

More information

Real Time Air Pollution Monitoring Using Mobile Phone

Real Time Air Pollution Monitoring Using Mobile Phone Real Time Air Pollution Monitoring Using Mobile Phone Gaikwad Varsha Bhagwan, Puranik V.G Student, Dept. of E&TC, V.A.C.O.E, Ahmednagar, Maharashtra, India. Asst. Professor, Dept. of E&TC, V.A.C.O.E, Ahmednagar,

More information

GPS Vehicle and personal location tracker. User manual

GPS Vehicle and personal location tracker. User manual GPS Vehicle and personal location tracker User manual 1 Contents 1. Product overview... 2 2. Safety instruction... 3 3. Specification and parameters... 3 4. Getting started... 4 4.1 Hardware and accessories...

More information

Comparative Analysis of Several Real-Time Systems for Tracking People and/or Moving Objects using GPS

Comparative Analysis of Several Real-Time Systems for Tracking People and/or Moving Objects using GPS Comparative Analysis of Several Real-Time Systems for Tracking People and/or Moving Objects using GPS Gligorcho Radinski and Aleksandra Mileva University Goce Delčev, Faculty of Computer Science Krste

More information

Location Identification and Vehicle Tracking using VANET(VETRAC)

Location Identification and Vehicle Tracking using VANET(VETRAC) Location Identification and Vehicle Tracking using VANET(VETRAC) Supervisor Name: Md. Mosaddik Hasan Assistant Professor Dept. of CSE MBSTU Md. Al-Amin Nipu CE-10031 Dept. of CSE MBSTU Abstract: Large

More information

SAMA Tracking Solutions

SAMA Tracking Solutions SAMA Tracking Solutions Vehicle Tracking System VTS SAMA Telecom 1 About SAMA Telecom SAMA TELECOM, is a leading company in telecommunication services, software application and system implementation. We

More information

Mobile Edge Computing: Unleashing the value chain

Mobile Edge Computing: Unleashing the value chain Mobile Edge Computing: Unleashing the value chain August 21.2015 Nan Zhong nan.zhong@huawei.com Note :The content has been taken from an official ETSI Presentation on MEC but put in an Huawei template,

More information

SoteriaDrive user guide and FAQs

SoteriaDrive user guide and FAQs SoteriaDrive user guide and FAQs SoteriaDrive is powered by SOTERIADRIVE Contents Contents 2 Quick guide 3-4 The basics 5 What s the main reason for getting a SoteriaDrive policy? 5 How does SoteriaDrive

More information

A Survey of Existing Technologies, Applications, Products, and Services for Geofencing

A Survey of Existing Technologies, Applications, Products, and Services for Geofencing Report to the US Department of Transportation Research and Innovative Technology Administration A Survey of Existing Technologies, Applications, Products, and Services for Geofencing California PATH Program

More information

CareSentinel Set Up Guide for Android Devices

CareSentinel Set Up Guide for Android Devices CareSentinel Set Up Guide for Android Devices Compatible Devices: Only devices running Android 4.3 or newer support Bluetooth Smart. Any smart phone or tablet running an Android operating system older

More information

URBAN MOBILITY IN CLEAN, GREEN CITIES

URBAN MOBILITY IN CLEAN, GREEN CITIES URBAN MOBILITY IN CLEAN, GREEN CITIES C. G. Cassandras Division of Systems Engineering and Dept. of Electrical and Computer Engineering and Center for Information and Systems Engineering Boston University

More information

In the pursuit of becoming smart

In the pursuit of becoming smart WHITE PAPER In the pursuit of becoming smart The business insight into Comarch IoT Platform Introduction Businesses around the world are seeking the direction for the future, trying to find the right solution

More information

minicaster Satellite-Uplink-Unit

minicaster Satellite-Uplink-Unit minicaster Satellite-Uplink-Unit The USP Going LIVE to the Web is one of most requested scenarios in the Broadcasting Industry today. Mobile Encoding solutions in full HD and easy to understand user interfaces

More information

FT-1000/GPS-N. System of remote monitoring and control of physical

FT-1000/GPS-N. System of remote monitoring and control of physical FT-1000/GPS-N System of remote monitoring and control of physical Localization of vehicles during transport by sending the values of temperature, RH%, etc.. with relative alarm threshold is exceeded. Send

More information

Weather warnings. Find my vehicles

Weather warnings. Find my vehicles Your DQ-Track guide Discovery Insure wants you to be a better driver. We use the latest technology to measure and encourage good driving, improve your driving knowledge and awareness and promote greater

More information

David. University Fabrication Lab: High Level Overview. Nanoscale Vacuum Electronics. Electrical Engineering Community. Co-Founder & CTO Libelium

David. University Fabrication Lab: High Level Overview. Nanoscale Vacuum Electronics. Electrical Engineering Community. Co-Founder & CTO Libelium EEWeb Issue 91 March 26, 2013 David Gascon Co-Founder & CTO Libelium TECHNICAL ARTICLE University Fabrication Lab: High Level Overview TECHNICAL ARTICLE Nanoscale Vacuum Electronics Electrical Engineering

More information

MAPMYFITNESS+ GUIDE FOR ANDROID. Spree Customer Service http://support.spreewearables.com

MAPMYFITNESS+ GUIDE FOR ANDROID. Spree Customer Service http://support.spreewearables.com MAPMYFITNESS+ GUIDE FOR ANDROID COMPATIBLE ANDROID DEVICES An Android Smartphone or Tablet with Bluetooth Smart (or Bluetooth 4.0). Earlier Bluetooth versions will not work. NOTE: The screenshots and directions

More information

A Mobile Application for Monitoring Inefficient and Unsafe Driving Behaviour

A Mobile Application for Monitoring Inefficient and Unsafe Driving Behaviour A Mobile Application for Monitoring Inefficient and Unsafe Driving Behaviour Adnan K. Shaout and Adam E. Bodenmiller The Electrical and Computer Engineering Department The University of Michigan-Dearborn

More information

Mobile Phone & Website Tracking Platform Operation Guide

Mobile Phone & Website Tracking Platform Operation Guide Mobile Phone & Website Tracking Platform Operation Guide This software is web based system, for users to logon with given user name & password to locate the tracker s current location, play back the history

More information

1666 IEEE SENSORS JOURNAL, VOL. 10, NO. 10, OCTOBER 2010

1666 IEEE SENSORS JOURNAL, VOL. 10, NO. 10, OCTOBER 2010 1666 IEEE SENSORS JOURNAL, VOL. 10, NO. 10, OCTOBER 2010 A Mobile GPRS-Sensors Array for Air Pollution Monitoring A. R. Al-Ali, Member, IEEE, Imran Zualkernan, and Fadi Aloul, Senior Member, IEEE Abstract

More information

Testing Mobile Software

Testing Mobile Software Page 1 by Hans Schaefer Hans.Schaefer@ieee.org Some tips and tricks Some decisive test techniques 2014 Hans Schaefer Slide no. 1 What determines app success? The decisive fact: User experience Usability

More information

Real-Time Vehicle Tracking System [RKI-1660]

Real-Time Vehicle Tracking System [RKI-1660] Real-Time Vehicle Tracking System [RKI-1660] User Manual Robokits India info@robokits.co.in http://www.robokitsworld.com Page 1 Robokits India has partnered with Vehicleonmap.com to bring a Real-Time Vehicle

More information

Tracking Anomalies in Vehicle Movements using Mobile GIS

Tracking Anomalies in Vehicle Movements using Mobile GIS Tracking Anomalies in Vehicle Movements using Mobile GIS M.Saravanan Ericsson Research India Ericsson India Global Services Pvt.Ltd. Chennai, India Abstract--- Detecting fraud activities and anomalies

More information

ENERGY SAVING SYSTEM FOR ANDROID SMARTPHONE APPLICATION DEVELOPMENT

ENERGY SAVING SYSTEM FOR ANDROID SMARTPHONE APPLICATION DEVELOPMENT ENERGY SAVING SYSTEM FOR ANDROID SMARTPHONE APPLICATION DEVELOPMENT Dipika K. Nimbokar 1, Ranjit M. Shende 2 1 B.E.,IT,J.D.I.E.T.,Yavatmal,Maharashtra,India,dipika23nimbokar@gmail.com 2 Assistant Prof,

More information

Android Application for Accessing KNX Devices via IP Connection

Android Application for Accessing KNX Devices via IP Connection Android Application for Accessing KNX Devices via IP Connection J. A. Nazabal, J. Gómez, F. Falcone, C. Fernández-Valdivielso, P. E. Branchi and I. R. Matías Electrical and Electronic Engineering Department,

More information

Development of Integrated Management System based on Mobile and Cloud service for preventing various dangerous situations

Development of Integrated Management System based on Mobile and Cloud service for preventing various dangerous situations Development of Integrated Management System based on Mobile and Cloud service for preventing various dangerous situations Ryu HyunKi, Moon ChangSoo, Yeo ChangSub, and Lee HaengSuk Abstract In this paper,

More information

Development of Integrated Management System based on Mobile and Cloud Service for Preventing Various Hazards

Development of Integrated Management System based on Mobile and Cloud Service for Preventing Various Hazards , pp. 143-150 http://dx.doi.org/10.14257/ijseia.2015.9.7.15 Development of Integrated Management System based on Mobile and Cloud Service for Preventing Various Hazards Ryu HyunKi 1, Yeo ChangSub 1, Jeonghyun

More information

Using Mobiles for On Campus Location Tracking

Using Mobiles for On Campus Location Tracking Using Mobiles for On Campus Location Tracking F. Aloul A. Sagahyroon A. Al-Shami I. Al-Midfa R. Moutassem American University of Sharjah P.O. Box 26666, Sharjah, UAE {faloul, asagahyroon, b00020906, b00020142,

More information

GROUPTALK FOR ANDROID VERSION 3.0.0. for Android

GROUPTALK FOR ANDROID VERSION 3.0.0. for Android for Android Requirements Android version 2.3 or later. Wi-Fi or mobile data connection of at least 20kbit/s network bandwidth. Optional: Bluetooth audio requires Android version 4.0.3 or later. Optional:

More information

Mobile Application GPS-Based

Mobile Application GPS-Based 3 Mobile Application GPS-Based Berta Buttarazzi University of Tor Vergata, Rome, Italy 1. Introduction Most of navigators for mobile devices have a big failure; they do not notify the user of road condition

More information

User's Guide. [Home Network] app. Model No.

User's Guide. [Home Network] app. Model No. User's Guide [Home Network] app Model No. Table of Contents Table of Contents 1 Welcome to the Panasonic Home Network System!...5 1.1 What is the Panasonic Home Network System?...5 1.2 What can I use it

More information

Completed by Robert Giusti I www.robertgiusti.com MAPPING BICYCLE MOVEMENT IN TORONTO

Completed by Robert Giusti I www.robertgiusti.com MAPPING BICYCLE MOVEMENT IN TORONTO Completed by Robert Giusti I www.robertgiusti.com MAPPING BICYCLE MOVEMENT IN TORONTO Technicity Final Project, 2013 INTENT OF THE PROJECT To better understand bicycle movement within the City of Toronto,

More information

Mobile application testing is a process by which application software developed for hand held mobile devices is tested for its functionality,

Mobile application testing is a process by which application software developed for hand held mobile devices is tested for its functionality, Mobile Testing Mobile application testing is a process by which application software developed for hand held mobile devices is tested for its functionality, usability and consistency. A mobile application

More information

Traffic Management for a Smarter City:Istanbul Istanbul Metropolitan Municipality

Traffic Management for a Smarter City:Istanbul Istanbul Metropolitan Municipality Traffic Management for a Smarter City:Istanbul Istanbul Metropolitan Municipality Traffic Management for a Smarter City: Istanbul There is no doubt for Traffic Management to be an issue in a crowded city

More information

User Manual GSM Alarm System. www.deltasecurity.cn. All rights reserved by Delta Security Co., Ltd

User Manual GSM Alarm System. www.deltasecurity.cn. All rights reserved by Delta Security Co., Ltd User Manual GSM Alarm System All rights reserved by Delta Security Co., Ltd Dear Clients, Thank you for using our GSM Alarm System. We are committed to giving you the best home security available today

More information

GPS Tracking Solution GPS GSM Tracker

GPS Tracking Solution GPS GSM Tracker 2013 GPS Tracking Solution GPS GSM Tracker Robust solution for tracking your Assets, Cars, Buses, Trucks, Fleet, Shipment, Children, Pets and more with web based tracking from anywhere in the world through

More information

FLOATING CAR DATA FOR TRAFFIC MONITORING

FLOATING CAR DATA FOR TRAFFIC MONITORING FLOATING CAR DATA FOR TRAFFIC MONITORING Kristian Torp Department of Computer Science Fredrik Bajers Vej 7E DK-9220 Aalborg Ø Aalborg University, Denmark torp@cs.aau.dk www.cs.aau.dk/~torp Harry Lahrmann

More information

How To Use Textbuster On Android (For Free) On A Cell Phone

How To Use Textbuster On Android (For Free) On A Cell Phone www.textbuster.com 1 Applications and Account Manager Dashboard User Guide For Android phones www.textbuster.com 2 Downloading the TextBuster applications After the TextBuster device is installed into

More information

Remote Android Assistant with Global Positioning System Tracking

Remote Android Assistant with Global Positioning System Tracking IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661, p- ISSN: 2278-8727Volume 16, Issue 2, Ver. III (Mar-Apr. 2014), PP 95-99 Remote Android Assistant with Global Positioning System Tracking

More information

GO GREEN AND SAVE GREEN

GO GREEN AND SAVE GREEN Wireless Fleet Management Cuts Emissions While Reducing Operating Costs Table of Contents 3 Executive Summary 3 Section I. Introduction 4 Section II. The Solution Wireless Fleet Management with Diagnostic

More information

MCOM VEHICLE TRACKING SYSTEM MANUAL

MCOM VEHICLE TRACKING SYSTEM MANUAL 2015 MCOM VEHICLE TRACKING SYSTEM MANUAL Vehicle Tracking System allows the Department to track, trace and monitor their vehicles in real time using GSM / GPRS technology. It sends the location address,

More information

Development of Rest Facility Information Exchange System by Utilizing Delay Tolerant Network

Development of Rest Facility Information Exchange System by Utilizing Delay Tolerant Network Development of Rest Facility Information Exchange System by Utilizing Delay Tolerant Network Masahiro Ono Department of Information and Communication Engineering, Tokyo Denki University Tokyo, Japan Kei

More information

BlackVue Cloud App Overview...3. Getting Started...6. Basic Menu Screens...15. BlackVue Cloud...24. BlackVue Wi-Fi...40. Internal Memory...

BlackVue Cloud App Overview...3. Getting Started...6. Basic Menu Screens...15. BlackVue Cloud...24. BlackVue Wi-Fi...40. Internal Memory... Table of Contents BlackVue Cloud App Overview...3 Key Functions When Cloud is Connected...4 Key Functions When Wi-Fi Connection is Made...4 Key Features of Internal Memory...4 Supported Devices...5 Getting

More information

Mobile Phone Location Tracking by the Combination of GPS, Wi-Fi and Cell Location Technology

Mobile Phone Location Tracking by the Combination of GPS, Wi-Fi and Cell Location Technology IBIMA Publishing Communications of the IBIMA http://www.ibimapublishing.com/journals/cibima/cibima.html Vol. 2010 (2010), Article ID 566928, 7 pages DOI: 10.5171/2010.566928 Mobile Phone Location Tracking

More information

Traffic Prediction and Analysis using a Big Data and Visualisation Approach

Traffic Prediction and Analysis using a Big Data and Visualisation Approach Traffic Prediction and Analysis using a Big Data and Visualisation Approach Declan McHugh 1 1 Department of Computer Science, Institute of Technology Blanchardstown March 10, 2015 Summary This abstract

More information

User Manual GPS Travelling System (Produced By: Bonrix Software System)

User Manual GPS Travelling System (Produced By: Bonrix Software System) User Manual GPS Travelling System (Produced By: Bonrix Software System) GPS Bonrix System is GPS based system which gives all the flexible functionalities like location your place, tracking your device.

More information

How GPS works? WHAT IS GPS? HOW TRACKING WORKS?

How GPS works? WHAT IS GPS? HOW TRACKING WORKS? WHAT IS GPS? The Global Positioning System (GPS) is a satellite-based navigation system made up of a network of 24 satellites placed into orbit by the U.S. Department of Defense. GPS was originally intended

More information

Clean Up Your Fleet. Introducing a practical approach to cleaner, more efficient fleet operation

Clean Up Your Fleet. Introducing a practical approach to cleaner, more efficient fleet operation Clean Up Your Fleet Introducing a practical approach to cleaner, more efficient fleet operation The value of clean fleet management Reduce air pollution from your fleet Reduce greenhouse gas emissions

More information

Effective Use of Android Sensors Based on Visualization of Sensor Information

Effective Use of Android Sensors Based on Visualization of Sensor Information , pp.299-308 http://dx.doi.org/10.14257/ijmue.2015.10.9.31 Effective Use of Android Sensors Based on Visualization of Sensor Information Young Jae Lee Faculty of Smartmedia, Jeonju University, 303 Cheonjam-ro,

More information

RFID, GPS & GSM Based Vehicle Tracing & Employee Security System

RFID, GPS & GSM Based Vehicle Tracing & Employee Security System RFID, GPS & GSM Based Vehicle Tracing & Employee Security System Ms.S.S.Pethakar, Prof. N. Srivastava, Ms.S.D.Suryawanshi Abstract A RFID, GPS & GSM Based Vehicle Tracking and Employee Security System

More information

SafeMobile, Inc. 3601 E. Algonquin Road, Rolling Meadows, IL 60008 Tel: (847) 818-1649 Fax: (847) 818-9190 E-mail: safemobile@safemobile.

SafeMobile, Inc. 3601 E. Algonquin Road, Rolling Meadows, IL 60008 Tel: (847) 818-1649 Fax: (847) 818-9190 E-mail: safemobile@safemobile. SafeDispatch Mobile SafeMobile, Inc. 3601 E. Algonquin Road, Rolling Meadows, IL 60008 Tel: (847) 818-1649 Fax: (847) 818-9190 E-mail: safemobile@safemobile.com Website: www.safemobile.com Communication

More information

INTEGRATED CONTEXT-AWARE AND CLOUD-BASED ADAPTIVE APPLICATION HOME SCREENS FOR ANDROID PHONES

INTEGRATED CONTEXT-AWARE AND CLOUD-BASED ADAPTIVE APPLICATION HOME SCREENS FOR ANDROID PHONES INTEGRATED CONTEXT-AWARE AND CLOUD-BASED ADAPTIVE APPLICATION HOME SCREENS FOR ANDROID PHONES Tor-Morten Grønli The Norwegian School of Information Technology, Schweigaardsgt. 14, 0185 Oslo, Norway, and

More information

Desi g n Document. Life Monitor. Group Members: Kenny Yee Xiangxiong Shi Emmanuel Panaligan

Desi g n Document. Life Monitor. Group Members: Kenny Yee Xiangxiong Shi Emmanuel Panaligan 1 Desi g n Document Life Monitor Group Members: Kenny Yee Xiangxiong Shi Emmanuel Panaligan 2 Table of Contents The System ------ 3-4 Device GUI Two Block Diagrams ------ 5-6 The Hardware ------ 7-8 Part

More information

ANDROID LEVERED DATA MONITORING ROBOT

ANDROID LEVERED DATA MONITORING ROBOT ANDROID LEVERED DATA MONITORING ROBOT 1 HIMANI PATHAK, 2 VIDYALAKSHMI KRISHNAKUMAR, 3 SHILPA RAVIKUMAR, 4 AJINKYA SHINDE 1,2,3,4 Electronics & Telecommunication Engineering, Fr. C. R. Institute of Technology,

More information

DOCUMENT REFERENCE: SQ312-002-EN. SAMKNOWS SMARTPHONE-BASED TESTING SamKnows App for Android White Paper. March 2014

DOCUMENT REFERENCE: SQ312-002-EN. SAMKNOWS SMARTPHONE-BASED TESTING SamKnows App for Android White Paper. March 2014 DOCUMENT REFERENCE: SQ312-002-EN SAMKNOWS SMARTPHONE-BASED TESTING SamKnows App for Android White Paper March 2014 SAMKNOWS QUALITY CONTROLLED DOCUMENT. SQ REV LANG STATUS OWNER DATED 312 002 EN FINAL

More information

Protect Driver Safety---Hidden installation & power down remove alarm,

Protect Driver Safety---Hidden installation & power down remove alarm, GPS Tracker & Tracking System: Protect Your Car Security! Make Your Life Safety! Protect Driver Safety---Hidden installation & power down remove alarm, hi-jacking SOS function can help police to find car

More information

Autos Limited Ghana Vehicle Tracking Business Proposal

Autos Limited Ghana Vehicle Tracking Business Proposal Autos Limited Ghana Vehicle Tracking Business Proposal Executive Summary Our Understanding of Your Goals We understand that you or your business needs to monitor all your vehicles or company's to minimize

More information

A Greener Transport System in Denmark. Environmentally Friendly and Energy Efficient Transport

A Greener Transport System in Denmark. Environmentally Friendly and Energy Efficient Transport A Greener Transport System in Denmark Environmentally Friendly and Energy Efficient Transport Udgivet af: Ministry of Transport Frederiksholms Kanal 27 DK-1220 København K Udarbejdet af: Transportministeriet

More information

DOCUMENT REFERENCE: SQ312-003-EN. SAMKNOWS SMARTPHONE-BASED TESTING SamKnows App for Android White Paper. May 2015

DOCUMENT REFERENCE: SQ312-003-EN. SAMKNOWS SMARTPHONE-BASED TESTING SamKnows App for Android White Paper. May 2015 DOCUMENT REFERENCE: SQ312-003-EN SAMKNOWS SMARTPHONE-BASED TESTING SamKnows App for Android White Paper May 2015 SAMKNOWS QUALITY CONTROLLED DOCUMENT. SQ REV LANG STATUS OWNER DATED 312 003 EN FINAL JP

More information

Density Map Visualization for Overlapping Bicycle Trajectories

Density Map Visualization for Overlapping Bicycle Trajectories , pp.327-332 http://dx.doi.org/10.14257/ijca.2014.7.3.31 Density Map Visualization for Overlapping Bicycle Trajectories Dongwook Lee 1, Jinsul Kim 2 and Minsoo Hahn 1 1 Digital Media Lab., Korea Advanced

More information

IOIO for Android Beginners Guide Introduction

IOIO for Android Beginners Guide Introduction IOIO for Android Beginners Guide Introduction This is the beginners guide for the IOIO for Android board and is intended for users that have never written an Android app. The goal of this tutorial is to

More information

Overview. 1. GPS data tracking via GSM SMS / GPRS. 2. GPS data logging in internal memory. 3. Alarm alert via GSM SMS / Dialing / GPRS

Overview. 1. GPS data tracking via GSM SMS / GPRS. 2. GPS data logging in internal memory. 3. Alarm alert via GSM SMS / Dialing / GPRS Vehicle or Personal Position Tracking Vehicle Status and Speed Tracking Auto Accident Report Global Position System (GPS) Navigation System Anti theft Alarm System Overview 1. GPS data tracking via GSM

More information

GO GREEN AND SAVE GREEN

GO GREEN AND SAVE GREEN GO GREEN AND SAVE GREEN Wireless Fleet Management Cuts Emissions While Reducing Operating Costs In the News_White Papers_2 Go Green and Save Green White Paper_v032211 Table of Contents 3 3 4 7 9 Executive

More information

Application of Android Mobile Platform in Remote Medical Monitoring System

Application of Android Mobile Platform in Remote Medical Monitoring System , pp. 163-174 http://dx.doi.org/10.14257/ijsh.2015.9.4.17 Application of Android Mobile Platform in Remote Medical Monitoring System Yao Wang, Minghan Liu and Jingang Li School of Software, Harbin University

More information

1. Vehicle Security/Tracking Device

1. Vehicle Security/Tracking Device GPS Vehicle Tracking Devices 1. Vehicle Security/Tracking Device The size of a pack of cigarettes, the SuperGuardreports to you directly with alarm details and GPS location through SMS text messaging and

More information

Step By Step Guide To Setting Up Your System

Step By Step Guide To Setting Up Your System www.kenwood-electronics.co.uk/vw Kenwood Navigation Systems DNX525DAB Keep up-to-date with the latest software by registering today. Registrate your system on Kenwood s website to receive notifications

More information

24-Hour Road Service Mobile Apps

24-Hour Road Service Mobile Apps 24-Hour Road Service Mobile Apps Project Plan Fall 2011 Michigan State University Computer Science and Engineering Capstone Team Members: Paul Fritschen Justin Hammack Lingyong Wang Contents 1. Auto-Owners

More information

Introduction. Page 2 / 9

Introduction. Page 2 / 9 Installation Manual English, US, version 1.1, as of November 13th, 2015 2015 Smappee NV. All rights reserved. Specifications are subject to change without notice. All product names are trademarks of their

More information

Road Conditioning monitoring using smart phones

Road Conditioning monitoring using smart phones Road Conditioning monitoring using smart phones Collect IRI by using the built in accelerometer in a modern smartphone. The Android app registers the vibrations from the road and correlates to the International

More information

Work Process Management for Adaptive Manufacturing

Work Process Management for Adaptive Manufacturing Intelligent Integration Interface I 3 Work Process Management for Adaptive Manufacturing WHITE PAPER #36 A MESA International and GE Intelligent Platforms co-branded white paper. 21 October 2010 MESA 107

More information

Using the Push Notifications Extension Part 1: Certificates and Setup

Using the Push Notifications Extension Part 1: Certificates and Setup // tutorial Using the Push Notifications Extension Part 1: Certificates and Setup Version 1.0 This tutorial is the second part of our tutorials covering setting up and running the Push Notifications Native

More information

Kaspersky Security for Mobile Administrator's Guide

Kaspersky Security for Mobile Administrator's Guide Kaspersky Security for Mobile Administrator's Guide APPLICATION VERSION: 10.0 SERVICE PACK 1 Dear User, Thank you for choosing our product. We hope that you will find this documentation useful and that

More information

OPC UA App development for Android

OPC UA App development for Android OPC UA App development for Android Ismo Leszczynski Master s Thesis presentation 13.11.2015 Contents 1. Introduction 2. Targets 3. OPC Unified Architecture 4. Android Operating System 5. App development

More information

GPS Vehicle Tracker User Manual VT810

GPS Vehicle Tracker User Manual VT810 GPS Vehicle Tracker User Manual VT810 1. Please read this manual carefully for correct operation. 2. You need to ask a professional to install this product in a safe position of your vehicle. Avoid dangerous

More information

CLOUD MESSAGING FOR ANDROID IS A PUSH NOTIFICATION SERVICE

CLOUD MESSAGING FOR ANDROID IS A PUSH NOTIFICATION SERVICE CLOUD MESSAGING FOR ANDROID IS A PUSH NOTIFICATION SERVICE B.Dhivya 1 G.Lakshmiprabha 2 P.Nivethitha 3, K.Kala 4 123 UG Scholar, 4Assistant Professor 1234 Department of Computer Science and Engineering

More information

Mobility with Eye-Fi Scanning Guide

Mobility with Eye-Fi Scanning Guide Mobility with Eye-Fi Scanning Guide Scan and Transfer Images Wirelessly with Eye-Fi This document is to be used in addition to the scanner s user guide located on the installation disc. The instructions

More information

STORE VIEW: Pervasive RFID & Indoor Navigation based Retail Inventory Management

STORE VIEW: Pervasive RFID & Indoor Navigation based Retail Inventory Management STORE VIEW: Pervasive RFID & Indoor Navigation based Retail Inventory Management Anna Carreras Tànger, 122-140. anna.carrerasc@upf.edu Marc Morenza-Cinos Barcelona, SPAIN marc.morenza@upf.edu Rafael Pous

More information

Using the Shockbox Application on your Android Phone (ver 1.5)

Using the Shockbox Application on your Android Phone (ver 1.5) Using the Shockbox Application on your Android Phone (ver 1.5) Impakt Protective thanks you for your Shockbox purchase. The Shockbox sensor and the application work together to provide you with immediate

More information

User Guide for the Volvo On Call mobile application

User Guide for the Volvo On Call mobile application User Guide for the Volvo On Call mobile application This document provides basic information on the pre-requisites, functionalities and limitations of the Volvo On Call mobile application. General Information

More information

INTERMEDIATE ANDROID DEVELOPMENT Course Syllabus

INTERMEDIATE ANDROID DEVELOPMENT Course Syllabus 6111 E. Skelly Drive P. O. Box 477200 Tulsa, OK 74147-7200 INTERMEDIATE ANDROID DEVELOPMENT Course Syllabus Course Number: APD-0248 OHLAP Credit: No OCAS Code: None Course Length: 120 Hours Career Cluster:

More information

CMR Journal of Engineering and Technology Vol.1 Issue.1 January 2016

CMR Journal of Engineering and Technology Vol.1 Issue.1 January 2016 VEHICLE TRACKING SYSTEM WITH ANDROID APP SUPPORT ABSTRACT M. Sudhakar Professor Dept of ECE CMR College of Engineering & Technology Kandlakoya, Medchal Rd, Hyderabad e-mail: vp@cmrcet.org K.Kalyani PG

More information

Mobile and Sensor Systems

Mobile and Sensor Systems Mobile and Sensor Systems Lecture 1: Introduction to Mobile Systems Dr Cecilia Mascolo About Me In this course The course will include aspects related to general understanding of Mobile and ubiquitous

More information

Mobile Data Collection System

Mobile Data Collection System Mobile Data Collection System Axxonet System Technologies specializes in providing organizations with Hardware, Electronics, and Software tools to enhance the quality of data collection and analysis. PoiMapper

More information

Trepn plug-in for Eclipse FAQ

Trepn plug-in for Eclipse FAQ Trepn plug-in for Eclipse FAQ Introduction and Technical Problem Q: What is Trepn plug-in for Eclipse? A: The Trepn plug-in for Eclipse is a power profiling tool created by Qualcomm Technologies Inc. for

More information

Effective System for Pregnant Women using Mobile GIS

Effective System for Pregnant Women using Mobile GIS Effective System for Pregnant Women using Mobile GIS Ayad Ghany Ismaeel Department of Information System Engineering- Erbil Technical College- Hawler Polytechnic University (previous FTE- Erbil), Iraq.

More information

Point Source Emission Inventory For Non-Electric Companies in Georgia

Point Source Emission Inventory For Non-Electric Companies in Georgia Improvements in the Point Source Emissions Inventory for Georgia Jaemeen Baek, Alper Unal, Di Tian, and Armistead Russell Georgia Institute of Technology, School of Civil and Environmental Engineering

More information

Drivesave Frequently Asked Questions (FAQ)

Drivesave Frequently Asked Questions (FAQ) Drivesave Frequently Asked Questions (FAQ) This FAQ document has been created to answer most of your questions on Drivesave. Should you not find the answer you re looking for, feel free to contact us on

More information

Enterprise M2M Solutions. Fast, Flexible, Cost Effective

Enterprise M2M Solutions. Fast, Flexible, Cost Effective Enterprise M2M Solutions Fast, Flexible, Cost Effective The Procon Difference Procon provides M2M platforms and applications for the management of all mobile assets. We are an Australian owned company

More information

OIL PRESS 71.8 PSI FUEL. Cloud based, diagnostic, engine monitoring and reporting system. www.faria-instruments.com www.beede.com

OIL PRESS 71.8 PSI FUEL. Cloud based, diagnostic, engine monitoring and reporting system. www.faria-instruments.com www.beede.com OIL PRESS 71.8 PSI Cloud based, diagnostic, engine monitoring and reporting system www.faria-instruments.com www.beede.com Start Updating Send Data The Faria EntelNet service is a multi part system which

More information