Open-Hardware Meets Open Software for Environmental Monitoring

Size: px
Start display at page:

Download "Open-Hardware Meets Open Software for Environmental Monitoring"

Transcription

1 International Environmental Modelling and Software Society (iemss) 7th Intl. Congress on Env. Modelling and Software, San Diego, CA, USA, Daniel P. Ames, Nigel W.T. Quinn and Andrea E. Rizzoli (Eds.) Open-Hardware Meets Open Software for Environmental Monitoring Jeffrey M. Sadler, Daniel P. Ames, Rohit Khattar Brigham Young University ) Abstract: Environmental data are critical to understanding environmental phenomena. This paper describes the design and development of a low-cost environmental monitoring system including sensor, data logger, and transmitter using several low-cost, open-source, mass-produced components. The system is connected to the open source Hydrologic Information System (HIS) software created by the Consortium of Universities for the Advancement of Hydrologic Sciences Inc. (CUAHSI) through a web service interface to the HIS HydroServer Lite. It is expected that this connection will enable the ingestion into the CUAHI HIS of near-real-time data collected by our low-cost device or similar devices through HydroServer. By publishing data in this way, it becomes discoverable through the GIS-based CUAHSI tools, HydroDesktop and HydroShare. Additionally, because it follows WaterML encoding, open hardware data stored in the HIS can be included in international catalogues such as the Global Earth Observation System of System (GEOSS) catalogue. Keywords: Open-source hardware; Sensors; Environmental monitor; Open-source software. 1 INTRODUCTION 1.1 Problem Statement With the development of open-source hardware, the cost of systems used to collect, store, and transmit environmental data has been significantly reduced. As a result of this dramatic reduction in costs, more data than ever before is being harvested and stored in digital format (Barniuk, 2011). However, to maintain the value of collected data, it must be stored and made discoverable, in a structured and standardized way (Borgman, 2012). The purpose of this research is to design, develop, and test a userfriendly, open source hardware sensor linked to open source software tools for sharing hydrologic and climate data on a federated global data network. 1.2 Background In recent years, the advancement of open-source hardware has sparked significant reductions in costs of scientific equipment in many technical areas. For example, the Arduino board, an open-source, programmable microcontroller which is adaptable to both simple and complex tasks (arduino.cc), has been coupled with 3D printers to manufacture custom equipment for experimental laboratories (Pearce, 2012). One such piece of equipment, called a colorimeter (a sensor used to measure chemical concentration), has been produced using open-source hardware, the final cost of which was two orders of magnitude less than its commercial counterpart (Anzlone, Glover, & Pearce, 2013). Open hardware sensors are being used on a global scale in reducing costs of environmental monitoring. For example, an Arduino Pro with a passive infrared sensor was used to monitor latrine usage in Orissa,

2 India. In this research a custom sensor system was produced for approximately $60 USD; a commercial alternative would have cost $400 USD (Clasen et al., 2012). In the Acronet Paradigm, an open hardware project of Acronet Sri ( multi-node sensor systems using open-source parts have been built to measure variables such as snow-depth, soil moisture, and air quality for municipalities in Northern Italy (Fedi, Ferrari, Lima, Pintus, & Versace, 2013). A similar project, SEMAT, is a low-cost sensor system for monitoring marine environments in Australia (Trevathan et al., 2012). Of particular significance in environmental monitoring is the increased spatial and temporal resolution made possible by sensor nodes built with open-source hardware; as each open hardware unit costs significantly less than commercial alternatives, many more nodes can be installed for a given financial investment. The Stroud Research Center, located in Pennsylvania, has taken full advantage of this by building a variety of data acquisition modules with open-source hardware to collect data in the Christina River Basin Critical Zone Observatory. Using Arduino boards and other open-source electronics, the Stroud Research Center has built and configured several custom sensor modules including a radio reporting stream gauge, soil moisture sensor, pressure transducer readout, and respirometer controllers. With sensor and transmission costs reduced by more than an order of magnitude, the Stroud Research Center has been able to obtain data at a greater temporal and spatial resolution (Hicks, Aufenkampe, & Montgomery, 2011). 1.3 Challenges with the current state of the technology Despite much success with open-source electronics in environmental monitoring, there are still improvements to be made in managing the collected data. Open-source sensors dramatically increase the amount of data that can be affordably collected but the value of those data depends on how they are managed and made available for sharing (Piwowar, Day, & Fridsma, 2007). Data management and sharing plans are also emphasized heavily by funding institutions such as NSF (Tenopir et al., 2011). The management and accessibility of open hardware data is an area that can be improved. For example, in the cases of the Acronet and SEMAT sensors there is no plan specified to make the collected data publically available. In the case of the latrine usage sensor in India, the collected data was simply stored on an SD memory card. The Stroud Research Center made their data viewable via a custom interactive website, but no standards for the storage and retrieval of the data were specified. The researchers for the SEMAT project also created a custom data management system. It is noted that in each of these projects, the chosen method for data management and sharing was sufficient and suitable for each particular need. However, this paper describes a more generalized and simpler approach to the management of data collected by low-cost sensors. The simplicity of implementation and the accessibility of the data are two improvements which this research will address. 1.4 Proposed Solution The proposed solution of this research was to build a low-cost sensor configured to automatically input data into the Consortium of Universities for the Advancement of Hydrologic Sciences Inc. (CUAHSI) Hydrologic Information System (HIS). The CUAHSI HIS is a standards-based system for the storage, sharing, publication, and discovery of hydrologic and other environmental time-series data (Horsburgh et al., 2009). This system as well as the low-cost environmental monitor which was built are described in detail in the methods section below.

3 2 METHODS 2.1 Hardware The objective in building the hardware was to assemble and configure a self-contained module to record environmental data. The module also had to accommodate the automatic ingestion of the data into the CUAHSI HIS. In addition, the ability to assemble and configure the sensor easily (e.g. with minimal soldering) and inexpensively were significant considerations in the methodology.. To coordinate the various components of the system, the Arduino Uno microcontroller was chosen. Though the Arduino Uno has greater power consumption and smaller memory capacity than several alternatives, its price, ease-of-use, and availability of support were factors which led to its selection. Other Arduino boards with larger memory capacity and/or smaller power consumption were more expensive, not as user-friendly, or both. For example, the Arduino Mega 2560 R3 with eight times the RAM available to the Uno cost $65 USD while the Uno was purchased for $30 USD (prices from Conversely, some less expensive boards such as the Arduino Pro, can also be configured to consume much less power than the Uno. However, this is possible, in part, at the sacrifice of the USB port; with the Arduino Pro, the user would need to upload any programs to the Arduino via an FDTI cable, which is much less common and user-friendly than a standard USB cable. As usability was a major objective in this research, this difference was a significant swaying point and led to the using of the Arduino Uno with its USB port instead of the Arduino Pro. The Arduino Uno was programmed using the Arduino IDE which is free and available to download at the Arduino website (arduino.cc). In the Arduino IDE, The user writes a script or a sketch (the term used in the IDE) in a programming language derived from C++. The sketch is then uploaded over the USB port to the Arduino board. The uploaded contents of the sketch are instructions to the Arduino board as per tasks it is to do, the coordination of inputs and outputs etc. In the present case, the sketch coordinates the timestamps, sensor readings, recording of the data to variables and to an SD memory card, the transmission of the data, and the power consumption of the modem. The sketch is, as with everything written for Arduino, open-source. As the focus was on the transmission and automatic storage of environmental data, the type of data collected was kept simple: air temperature and relative humidity. Notwithstanding the simplicity of the parameters recorded, it is assumed that these methods are customizable to a variety of environmental variables. In this case, a DHT22 digital temperature and humidity sensor was used. This was chosen on the basis of cost (~$11) and usability. To interface the sensor with the Arduino, a DHT22 library found on GitHub was used. However, this library is only one of several DHT22 libraries found with a simple web search (Adams, 2012). Besides being stored in the Arduino Uno memory, temperature and humidity values are stored onto a Micro SD card attached to the General Packet Radio Service (GPRS) shield used. This shield is also used to transmit the data over the data layer of the cell phone network. The GPRS shield provided realtime clock functionality, data storage on a Micro SD card, and the transmission of the data and timestamps over the internet via an HTTP GET request. Because the GPRS shield relies on the cell phone network, a cellular plan with basic data capabilities, and a SIM card were needed. Both the plan and the SIM card were purchased from a company called PTEL. The SIM card cost $5 USD while the plan, which was non-contract and lasted two months, cost $10 USD. The purchased plan allowed for data to be sent at a rate of ten cents per megabyte up to the ten dollar limit. This was more than sufficient for the needs of this project ( To create a self-contained unit, a solar powering system was needed. To meet the power consumption needs of the Arduino board and the GPRS module, both a solar panel and a battery were required; the solar panel would harvest energy from the sunlight in the daytime and store that energy in the battery to be used in the night-time or when cloudy. A satisfactory solution was found from a manufacturer called Voltaic ( A 6W panel with an accompanying 4000mAh lithium ion battery were purchased for a total of $88, which constituted the largest portion of the total cost. To house the unit, a waterproof, durable plastic container built by Pelican Cases (pelican-case.com) was purchased for $15. In order to get the solar panel wire into the case with the battery, a hole was

4 drilled into the side of the case. With the sensor wires as well entering the box from the outside through the drilled hole, the temperature and humidity outside the case were measured rather than the parameters inside the case. A summary of the cost of each item as well of the total cost is shown in Table 1. Figure 1 is a photo of the solar panel, battery, Arduino, GPRS Modem, temperature sensor, and weatherproof box. Table 1: Individual Item Costs and Total Cost of Hardware Item Cost Arduino Uno $30 Sim900 GPRS/GSM Board $40 SIM Card $5 Phone Plan (good for two months) $10 8GB MicroSD Card $10 DHT22 Temperature and Humidity Sensor $11 Voltaic 6W Solar Panel and 4000 mah Battery $88 Case $15 Total Cost $209 Figure 1: Arduino, solar panel, battery, sensor, and GPRS modem 2.2 Software The software side of the configuration begins with the transmission of the data via an HTTP GET request. The request can be modified in the Arduino code to submit the GET request to any URL. For our case, the GET request was sent to a webserver hosted at BYU, therefore, the following URL was used: In the request, two parameters were transmitted, info and readings. The info parameter contained metadata information and the readings parameter contained the temperature, humidity, and timestamp values. The HTTP request was sent to a PHP script on the server, parsetest.php. The script parses the data into an SQL query which inserts the metadata and data into a persistent, structured data model called the Observations Data Model (ODM). ODM is the relational model used in the CUASHI HIS to store observation data, and the context for that data (i.e. the metadata) in an SQL database (Horsburgh, et

5 1 7:30:00 17:30:00 12:30:00 6:30:00 15:30:00 2:30:00 10:30:00 19:30:00 4:30:00 1 6:30:00 16:30:00 1 9:30:00 18:30:00 11:30:00 19:30:00 12:30:00 Sadler, Ames, and Khattar / Open-Hardware Meets Open Software for Environmental Monitoring al., 2009). For the purposes of this research, the MySQL version of ODM was used with its accompanying PHP user interface, HydroServer Lite. Because it is built on PHP and MySQL, HydroServer Lite is very inexpensive, with the only expense being basic web hosting. Additionally, its simplistic, web-based user-interface makes it very user-friendly. Notwithstanding its low cost and simplicity, HydroServer Lite provides many useful features including a web map interface showing the locations of data-collection sites, graphical and tabular representations of the collected data, and download functionality(conner, Ames, & Gill, 2013; Kadlec & Ames, 2012). The complete workflow, as described above, is shown graphically in Figure 2. Figure 2: Workflow of Data from Sensor to User Aside from it being free and simple to use, HydroServer Lite becomes a gateway to the broader CUAHSI HIS. HIS provides a well-defined system and several software tools to make data easily discoverable and downloadable through standards-compliant WaterML web services called WaterOneFlow services. Included in the WaterOneFlow services are methods such as GetValues and GetSiteInfo. Each HydroServer Lite becomes an endpoint for these services. Additionally, if a HydroServer Lite is registered in the HIS Catalogue, the data becomes discoverable and downloadable by applications such as HydroExcel and HydroDesktop (Ames et al., 2012). Additionally, because it follows WaterML encoding, open hardware data stored in the HIS can be included in international catalogues such as the Global Earth Observation System of System (GEOSS) catalogue. 3 RESULTS AND DISCUSSION A sensor was built and deployed in two instances to collect data every 15 minutes and transmit that data every hour. Data were collected for two variables: temperature in degrees Celsius and relative humidity. In the first deployment, 424 data points were collected and transmitted to the webserver over the ten days period. With sufficient sunlight in these days, the sensor was able to collect and transmit the data without losing power. In this deployment, the data, including the timestamp, were stored in a text file on the webserver. A graphical representation of the temperature and humidity data is shown in Figure 3. Figure 4 shows the maximum daily temperature recorded in the ten days of deployment Relative Humidity (%) Temperature ( C) 1/14 1/15 1/16 1/17 1/18 1/19 1/20 1/21 1/22 1/231/24/2014 Figure 3: Temperature and Humidity Values Collected by Sensor in First Deployment

6 Figure 4: Maximum Daily Temperatures (in degrees Celsius) Recorded in First Deployment In the ten day period, there were 29 instances in which the values for the previous hour were not sent. This represents 13% of the total transmission attempts. Of the 29 instances, a failure in consecutive hours only occurred twice. As an attempt to address this issue, a redundancy was introduced into the Arduino. With the redundancy, at each hour the GPRS modem transmitted the data for the past two hours. In this way, each set of data is transmitted twice in case there is a problem with one of the connections. In the second deployment, the transmitted data points were submitted to the server s PHP page which inserted them into the ODM and were thus viewable in HydroServer Lite. The data were plotted by HydroServer Lite and are shown in Figure 5. In the second deployment, due to lack of sunlight and time constraints, the sensor only collected data for a period of nine hours and in those nine hours, two consecutive hours worth of data were not received by the webserver. While the second deployment proved the automatic ingestion into HydroServer Lite was successful, further testing is needed to determine if the added redundancy will significantly improve transmission success. Figure 5: Temperature and Humidity Values Collected by Sensor in Second Deployment

7 4 CONCLUSION This paper presents an open hardware sensor and the automatic ingestion of its data into the CUAHSI HIS. This system is a low cost solution for gathering environmental data, viewing that data in near-realtime, and storing the data in a standards-based system allowing for easy access and sharing. Though in this paper only air temperature and humidity were measured and recorded, it is assumed that the system can be used to measure a number of environmental variables at low cost. 5 REFERENCES Ames, Daniel P., Horsburgh, Jeffery S., Cao, Yang, Kadlec, Jiří, Whiteaker, Timothy, & Valentine, David. (2012). HydroDesktop: Web services-based software for hydrologic data discovery, download, visualization, and analysis. Environmental Modelling & Software, 37, Anzlone, Gerald C., Glover, Alexandra G., & Pearce, Joshua M. (2013). Open-Source Colorimeter. Sensors, 13(4), Barniuk, Richard G. (2011). More is less: signal processing and the data deluge. Science(Washington), 331(6018), Borgman, Christine L. (2012). The conundrum of sharing research data. Journal of the American Society for Information Science and Technology, 63(6), Clasen, Thomas, Fabini, D., Boisson, S., Taneja, J., Song, J., Aichinger, E.,... Nelson, Kara L. (2012). Making Sanitation Count: Developing and Testing a Device for Assessing Latrine Use in Low- Income Settings. Environmental Science & Technology, 46(6), Conner, Lafe G., Ames, Daniel P., & Gill, Richard A. (2013). HydroServer Lite as and open source solution for archiving and sharing environmental data for independent university labs. Ecological Informatics, 18(0), doi: Fedi, A., Ferrari, D., Lima, M., Pintus, F., & Versace, C. (2013). Acronet Paradigm: An Open Hardware Project. Paper presented at the 2nd Open Water Symposium, Brussels. Hicks, S. D., Aufenkampe, A. K., & Montgomery, D. S. (2011). Sensor Networks, Dataloggers, and Other Handy Gadgets Using Open-Source Electronics for the Christina River Basin CZO. AGU Fall Meeting Abstracts, Horsburgh, Jeffery S., Tarboton, David G., Piasecki, Michael, Maidment, David R., Zaslavsky, IIya, Valentine, David, & Whitenack, Thomas. (2009). An integrated system for publishing environmental observations data. Environmental Modelling & Software, 24(8), Kadlec, Jiří, & Ames, Daniel P. (2012). Development of a Lightweight Hydroserver and Hydrologic Data Hosting Website. Paper presented at the Proceedings of the AWRA Spring Specialty Conference on GIS and Water Resources, New Orleans. Pearce, Joshua M. (2012). Building Research Equipment with Free, Open-Source Hardware. Science, 337(6100), Piwowar, Heather A., Day, Roger S., & Fridsma, Douglas B. (2007). Sharing detailed research data is associated with increased citation rate. PloS one, 2(3), e308. Tenopir, Carol, Allard, Suzie, Douglass, Kimberly L., Aydinoglu, Arsev Umur, Wu, Lei, Read, Eleanor,... Frame, Mike. (2011). Data sharing by scientists: practices and perceptions. PloS one, 6(6). Trevathan, Jarrod, Johnstone, Ron, Chiffings, Tony, Atkinson, Ian, Bergmann, Neil, Read, Wayne,... Stevens, Tom. (2012). SEMAT The Next Generation of Inexpensive Marine Environmental Monitoring and Measurement Systems. Sensors, 12(7),

Automating Data Management and Sharing within a Large-Scale, Heterogeneous Sensor Network

Automating Data Management and Sharing within a Large-Scale, Heterogeneous Sensor Network International Environmental Modelling and Software Society (iemss) 7th Intl. Congress on Env. Modelling and Software, San Diego, CA, USA, Daniel P. Ames, Nigel W.T. Quinn and Andrea E. Rizzoli (Eds.) http://www.iemss.org/society/index.php/iemss-2014-proceedings

More information

Jiří Kadlec and Daniel P. Ames*

Jiří Kadlec and Daniel P. Ames* AWRA 2012 SPRING SPECIALTY CONFERENCE New Orleans, Louisiana March 26 28, 2012 Copyright 2012 AWRA DEVELOPMENT OF A LIGHTWEIGHT HYDROSERVER AND HYDROLOGIC DATA HOSTING WEBSITE Jiří Kadlec and Daniel P.

More information

Introducing the Open Source CUAHSI Hydrologic Information System Desktop Application (HIS Desktop)

Introducing the Open Source CUAHSI Hydrologic Information System Desktop Application (HIS Desktop) 18 th World IMACS / MODSIM Congress, Cairns, Australia 13-17 July 2009 http://mssanz.org.au/modsim09 Introducing the Open Source CUAHSI Hydrologic Information System Desktop Application (HIS Desktop) Ames,

More information

Nevada NSF EPSCoR Track 1 Data Management Plan

Nevada NSF EPSCoR Track 1 Data Management Plan Nevada NSF EPSCoR Track 1 Data Management Plan August 1, 2011 INTRODUCTION Our data management plan is driven by the overall project goals and aims to ensure that the following are achieved: Assure that

More information

XBee Wireless Sensor Networks for Temperature Monitoring

XBee Wireless Sensor Networks for Temperature Monitoring XBee Wireless Sensor Networks for Temperature Monitoring Vongsagon Boonsawat, Jurarat Ekchamanonta, Kulwadee Bumrungkhet, and Somsak Kittipiyakul School of Information, Computer, and Communication Technology

More information

Boulder Creek Critical Zone Observatory Data Management Plan

Boulder Creek Critical Zone Observatory Data Management Plan Boulder Creek Critical Zone Observatory Data Management Plan Types of data The Boulder Creek Critical Zone Observatory (CZO) focuses on research in the Boulder Creek watershed. This encompasses Green Lakes

More information

TOWARDS VIRTUAL WATERSHEDS: INTEGRATED DATA MINING, MANAGEMENT, MAPPING AND MODELING

TOWARDS VIRTUAL WATERSHEDS: INTEGRATED DATA MINING, MANAGEMENT, MAPPING AND MODELING AWRA 2010 SPRING SPECIALTY CONFERENCE Orlando, FL March 29-31, 2010 Copyright 2010 AWRA TOWARDS VIRTUAL WATERSHEDS: INTEGRATED DATA MINING, MANAGEMENT, MAPPING AND MODELING Yang Cao, Daniel P. Ames, and

More information

HYDRODESKTOP: AN OPEN SOURCE GIS- BASED PLATFORM FOR HYDROLOGIC DATA DISCOVERY, VISUALIZATION, AND ANALYSIS

HYDRODESKTOP: AN OPEN SOURCE GIS- BASED PLATFORM FOR HYDROLOGIC DATA DISCOVERY, VISUALIZATION, AND ANALYSIS HYDRODESKTOP: AN OPEN SOURCE GIS- BASED PLATFORM FOR HYDROLOGIC DATA DISCOVERY, VISUALIZATION, AND ANALYSIS Daniel P. Ames, Ph.D. P.E. Idaho State University With Jiří Kadlec, Yang Cao, Dinesh Grover and

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

Environmental Modelling & Software

Environmental Modelling & Software Environmental Modelling & Software 24 (2009) 879 888 Contents lists available at ScienceDirect Environmental Modelling & Software journal homepage: www.elsevier.com/locate/envsoft An integrated system

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

Testbed implementation of cloud based energy management system with ZigBee sensor networks

Testbed implementation of cloud based energy management system with ZigBee sensor networks Testbed implementation of cloud based energy management system with ZigBee sensor networks Katsuhiro Naito, Kazuo Mori, and Hideo Kobayashi Department of Electrical and Electronic Engineering, Mie University,

More information

Final Report - HydrometDB Belize s Climatic Database Management System. Executive Summary

Final Report - HydrometDB Belize s Climatic Database Management System. Executive Summary Executive Summary Belize s HydrometDB is a Climatic Database Management System (CDMS) that allows easy integration of multiple sources of automatic and manual stations, data quality control procedures,

More information

Design and implementation of modular home security system with short messaging system

Design and implementation of modular home security system with short messaging system EPJ Web of Conferences 68, 00025 (2014) DOI: 10.1051/ epjconf/ 20146800025 C Owned by the authors, published by EDP Sciences, 2014 Design and implementation of modular home security system with short messaging

More information

STRUCTURAL HEALTH MONITORING AT ROME UNDERGROUND, ROMA, ITALY

STRUCTURAL HEALTH MONITORING AT ROME UNDERGROUND, ROMA, ITALY Ref: WhP_Rome_vA STRUCTURAL HEALTH MONITORING AT ROME UNDERGROUND, ROMA, ITALY WHITE PAPER Summary: This white paper shows how Structural Health Monitoring (SHM), helps to improve the quality in the construction

More information

Prototyping Connected-Devices for the Internet of Things. Angus Wong

Prototyping Connected-Devices for the Internet of Things. Angus Wong Prototyping Connected-Devices for the Internet of Things Angus Wong Agenda 1) Trends of implementation of IoT applications REST Cloud 2) Connected-device Prototyping Tools Arduino Raspberry Pi Gadgeteer

More information

Figure 2: System Flow Diagram for Workflow Management

Figure 2: System Flow Diagram for Workflow Management 5. WORKFLOW MANAGEMENT The developed system EASKB uses the open source content management system called Drupal ([2]). A Content Management System - CMS is a tool that enables many user friendly features

More information

Temperature & Humidity SMS Alert Controller

Temperature & Humidity SMS Alert Controller Temperature & Humidity Alert Controller METERS 3 simple steps starting the unit: Insert the SIM card Plug in the sensors connectors Connect the AC power cord. Specifications: AC 90~260V Auto Select Internal

More information

Culturally Situated Sensors. Progress & Development on Culturally Situated Sensors and Sensor-Caching -Chris Shing

Culturally Situated Sensors. Progress & Development on Culturally Situated Sensors and Sensor-Caching -Chris Shing Culturally Situated Sensors on Progress & Development on Culturally Situated Sensors and Sensor-Caching -Chris Shing Table of Contents Culturally Situated Sensors Sensor-caching Questions 2 What is CSS?

More information

Monitoring Humidity and Temperature in Biological Collections. Using Free Software Tools

Monitoring Humidity and Temperature in Biological Collections. Using Free Software Tools Monitoring Humidity and Temperature in Biological Collections Using Free Software Tools Herson Esquivel Vargas Instituto Nacional de Biodiversidad (INBio) Costa Rica hesquivel@inbio.ac.cr Rev 3.0 Eng Abstract

More information

A web system for display and analysis of real-time monitoring observations of small urbanized catchments in Lahti, Finland

A web system for display and analysis of real-time monitoring observations of small urbanized catchments in Lahti, Finland A web system for display and analysis of real-time monitoring observations of small urbanized catchments in Lahti, Finland Jiří Kadlec 1, Juhani Jarveläinen 1 1 Aalto University, Niemenkatu 73, 15140 Lahti,

More information

Using Cellular RTU Technology for Remote Monitoring and Control in Pipeline and Well Applications

Using Cellular RTU Technology for Remote Monitoring and Control in Pipeline and Well Applications Using Cellular RTU Technology for Remote Monitoring and Control in Pipeline and Well Applications Steve Frank Business Development Manager Moxa Inc. Introduction Cellular technology minimizes site visits

More information

Can I Cost-Effectively Monitor Critical Remote Locations?

Can I Cost-Effectively Monitor Critical Remote Locations? WHITE PAPER Can I Cost-Effectively Monitor Critical Remote Locations? The Technical and Business Cases for Solar-Powered, Wireless Remote Video Surveillance 2015 MicroPower Technologies, Inc. Introduction

More information

Sensor data management software, requirements and considerations. Don Henshaw H.J. Andrews Experimental Forest

Sensor data management software, requirements and considerations. Don Henshaw H.J. Andrews Experimental Forest Sensor data management software, requirements and considerations Don Henshaw H.J. Andrews Experimental Forest Joint NERC Environmental Sensor Network/LTER SensorNIS Workshop, October 25-27 th, 2011 COMMON

More information

EDK 350 (868 MHz) EDK 350U (902 MHz) EnOcean Developer Kit

EDK 350 (868 MHz) EDK 350U (902 MHz) EnOcean Developer Kit EDK 350 (868 MHz) EDK 350U (902 MHz) EnOcean Developer Kit EDK 350 User Manual Important Notes This information describes the type of component and shall not be considered as assured characteristics. No

More information

GIS/GPS/GPRS and Web based Framework for Fleet Tracking

GIS/GPS/GPRS and Web based Framework for Fleet Tracking GIS/GPS/GPRS and Web based Framework for Fleet Tracking Michael Medagama 1, Dilusha Gamage 1, Lanka Wijesinghe 1, Nadeeka Leelaratna 1, Indika Karunaratne 2 and Dileeka Dias 3 1 Dialog-University of Moratuwa

More information

Over the past several years, the Missoula Technology

Over the past several years, the Missoula Technology Watershed, Soil, and Air United States Department of Agriculture Forest Service Technology & Development Program November 2002 2500 0225-2329 MTDC Remote Telemetry System for Particulate Monitoring Andy

More information

Hydrological information systems and Database Management issues Jean-Pierre BRICQUET

Hydrological information systems and Database Management issues Jean-Pierre BRICQUET Hydrological information systems and Database Management issues Jean-Pierre BRICQUET 10 th WHYCOS International Advisory Group, WMO, Geneva, Switzerland, 10-11 October 2013 Challenges of data management

More information

Issues in Information Systems Volume 14, Issue 2, pp.289-297, 2013

Issues in Information Systems Volume 14, Issue 2, pp.289-297, 2013 SOCIAL MEDIA WIDGET FOR EMERGENCY RESPONSE Shreeti Banerjee, Illinois State University, sbaner2@ilstu.edu Bryan Hosack, Illinois State University, bhosack@ilstu.edu Billy B. L. Lim, Illinois State University,

More information

User Manual Network connection and Mobics Dashboard (MIS) software for Dryer Controller M720

User Manual Network connection and Mobics Dashboard (MIS) software for Dryer Controller M720 User Manual Network connection and Mobics Dashboard (MIS) software for Dryer Controller Manual version : v1.00 Networking and MIS Manual Dryer controller Page 1 of 16 Document history Preliminary version

More information

Novel AMR technologies and Remote Monitoring

Novel AMR technologies and Remote Monitoring Novel AMR technologies and Remote Monitoring Marios Milis, SignalGeneriX Ltd marios.milis@signalgenerix.com 1 AMR Overview AMR is the technology of automatically collecting consumption, diagnostic, and

More information

Metadata for Data Discovery: The NERC Data Catalogue Service. Steve Donegan

Metadata for Data Discovery: The NERC Data Catalogue Service. Steve Donegan Metadata for Data Discovery: The NERC Data Catalogue Service Steve Donegan Introduction NERC, Science and Data Centres NERC Discovery Metadata The Data Catalogue Service NERC Data Services Case study:

More information

REMOTE TELEMETRY UNITS FOR CONTINUOUS WATER QUALITY MONITORING: AN EXAMPLE FROM SILVERSTREAM LANDFILL Mike Millar, Geotechnics Ltd ABSTRACT

REMOTE TELEMETRY UNITS FOR CONTINUOUS WATER QUALITY MONITORING: AN EXAMPLE FROM SILVERSTREAM LANDFILL Mike Millar, Geotechnics Ltd ABSTRACT REMOTE TELEMETRY UNITS FOR CONTINUOUS WATER QUALITY MONITORING: AN EXAMPLE FROM SILVERSTREAM LANDFILL Mike Millar, Geotechnics Ltd ABSTRACT Continuous monitoring of key water quality indicators is becoming

More information

Your Phone This section introduces you to the hardware of the device.

Your Phone This section introduces you to the hardware of the device. Your Phone This section introduces you to the hardware of the device. No. Items Functions 1 Earphone jack 2 Strap hole 3 LED / Speaker Use a headset for hands-free conversation or listening to music. It

More information

NETWORK ENABLED EQUIPMENT MONITOR

NETWORK ENABLED EQUIPMENT MONITOR NETWORK ENABLED EQUIPMENT MONITOR Remotely Monitor Sensors over the Internet Connect Sensors to the Web to Remotely Monitor Equipment, Processes or Other Applications A Complete, Easy to Deploy, Stand-Alone

More information

PRODUCT CATALOG. Data Loggers External Sensors Software Accessories

PRODUCT CATALOG. Data Loggers External Sensors Software Accessories PRODUCT CATALOG Data Loggers External Sensors Software Accessories WELCOME! Thank you for your interest in Onset the world leader in data loggers. At Onset, we know how important your data is to you. Our

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

13.2 THE INTEGRATED DATA VIEWER A WEB-ENABLED APPLICATION FOR SCIENTIFIC ANALYSIS AND VISUALIZATION

13.2 THE INTEGRATED DATA VIEWER A WEB-ENABLED APPLICATION FOR SCIENTIFIC ANALYSIS AND VISUALIZATION 13.2 THE INTEGRATED DATA VIEWER A WEB-ENABLED APPLICATION FOR SCIENTIFIC ANALYSIS AND VISUALIZATION Don Murray*, Jeff McWhirter, Stuart Wier, Steve Emmerson Unidata Program Center, Boulder, Colorado 1.

More information

McAfee Product Entitlement Definitions

McAfee Product Entitlement Definitions McAfee Product Entitlement Definitions McAfee. Part of Intel Security. 2821 Mission College Blvd Santa Clara, CA 95054 www.intelsecurity.com Application Server CPU CPU Core Database An Application Server

More information

Smart. Scalable. Simple.

Smart. Scalable. Simple. Thermo Scientific Wireless Monitoring Solution Smart. Scalable. Simple. providing the protection you need with the simplicity you deserve Thermo Scientific Wireless Monitoring Solution Optimized Sample

More information

Ultimate Server Client Software

Ultimate Server Client Software Ultimate Server Client Software GPRS NET Data Logger Ul mate Server is dedicatedly developed for high volume data applica on. 1. Receive data from Data Loggers in UDP or TCP via GPRS, Ethernet and SMS

More information

Southwest Watershed Research Center Data Access Project

Southwest Watershed Research Center Data Access Project Click Here for Full Article Southwest Watershed Research Center Data Access Project M. H. Nichols 1 and E. Anson 1,2 WATER RESOURCES RESEARCH, VOL. 44,, doi:10.1029/2006wr005665, 2008 Received 27 October

More information

HydroDesktop Overview

HydroDesktop Overview HydroDesktop Overview 1. Initial Objectives HydroDesktop (formerly referred to as HIS Desktop) is a new component of the HIS project intended to address the problem of how to obtain, organize and manage

More information

Research on Digital Agricultural Information Resources Sharing Plan Based on Cloud Computing *

Research on Digital Agricultural Information Resources Sharing Plan Based on Cloud Computing * Research on Digital Agricultural Information Resources Sharing Plan Based on Cloud Computing * Guifen Chen 1,**, Xu Wang 2, Hang Chen 1, Chunan Li 1, Guangwei Zeng 1, Yan Wang 1, and Peixun Liu 1 1 College

More information

APPLICATION DEVELOPMENT FOR THE IOT ERA. Embedded Application Development Moves to the Cloud

APPLICATION DEVELOPMENT FOR THE IOT ERA. Embedded Application Development Moves to the Cloud APPLICATION DEVELOPMENT FOR THE IOT ERA Embedded Application Development Moves to the Cloud EXECUTIVE SUMMARY The emergence of the Internet of Things (IoT) is opening up the complex world of embedded systems

More information

HomeReACT a Tool for Real-time Indoor Environmental Monitoring

HomeReACT a Tool for Real-time Indoor Environmental Monitoring HomeReACT a Tool for Real-time Indoor Environmental Monitoring Tessa Daniel, Elena Gaura, James Brusey Cogent Computing Applied Research Centre Faculty of Engineering and Computing Coventry University,

More information

ONLINE HEALTH MONITORING SYSTEM USING ZIGBEE

ONLINE HEALTH MONITORING SYSTEM USING ZIGBEE ONLINE HEALTH MONITORING SYSTEM USING ZIGBEE S.Josephine Selvarani ECE Department, Karunya University, Coimbatore. Abstract - An on-line health monitoring of physiological signals of humans such as temperature

More information

CHAPTER 4 PERFORMANCE ANALYSIS OF CDN IN ACADEMICS

CHAPTER 4 PERFORMANCE ANALYSIS OF CDN IN ACADEMICS CHAPTER 4 PERFORMANCE ANALYSIS OF CDN IN ACADEMICS The web content providers sharing the content over the Internet during the past did not bother about the users, especially in terms of response time,

More information

Ex Libris Rosetta: A Digital Preservation System Product Description

Ex Libris Rosetta: A Digital Preservation System Product Description Ex Libris Rosetta: A Digital Preservation System Product Description CONFIDENTIAL INFORMATION The information herein is the property of Ex Libris Ltd. or its affiliates and any misuse or abuse will result

More information

Privacy and Security: Two Prominent Aspects of the Internet of Things. Mohammad Ali Jazayeri and Steve H. L. Liang

Privacy and Security: Two Prominent Aspects of the Internet of Things. Mohammad Ali Jazayeri and Steve H. L. Liang Privacy and Security: Two Prominent Aspects of the Internet of Things Mohammad Ali Jazayeri and Steve H. L. Liang 1 University of Calgary, smajazay@ucalgary.ca 2 University of Calgary, steve.liang@ucalgary.ca

More information

DATA LOGGER AND REMOTE MONITORING SYSTEM FOR MULTIPLE PARAMETER MEASUREMENT APPLICATIONS. G.S. Nhivekar, R.R.Mudholker

DATA LOGGER AND REMOTE MONITORING SYSTEM FOR MULTIPLE PARAMETER MEASUREMENT APPLICATIONS. G.S. Nhivekar, R.R.Mudholker e -Journal of Science & Technology (e-jst) e-περιοδικό Επιστήμης & Τεχνολογίας 55 DATA LOGGER AND REMOTE MONITORING SYSTEM FOR MULTIPLE PARAMETER MEASUREMENT APPLICATIONS G.S. Nhivekar, R.R.Mudholker Department

More information

Real Time Data Streaming in Sensor Networks: Integrating SAL with the RBNB Data Turbine

Real Time Data Streaming in Sensor Networks: Integrating SAL with the RBNB Data Turbine Real Time Data Streaming in Sensor Networks: Integrating SAL with the RBNB Data Turbine Yong Jin Lee, Jarrod Trevathan, Ian Atkinson, Wayne Read, Nigel Bajema, Adam Scarr, Jochen Braun, Andreas Knisch,

More information

Applying Web Based GPS/GPRS Ticketing and Tracking Mechanism to Reduce Traffic Violation in Developing Countries

Applying Web Based GPS/GPRS Ticketing and Tracking Mechanism to Reduce Traffic Violation in Developing Countries Applying Web Based GPS/GPRS Ticketing and Tracking Mechanism to Reduce Traffic Violation in Developing Countries Saed Tarapiah 1, Rajaa AbuHania 2, Islam Hindi 3, Diana Jamal 4 Telecommunication Engineering

More information

World Food Programme. Grasp Manual. An Overview

World Food Programme. Grasp Manual. An Overview World Food Programme Grasp Manual An Overview irene.ferrari 10/24/2013 Contents Introduction:... 2 GRASP Installation: Hardware / Software specifications for GRASP data collection setup and installation

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

SIP Protocol as a Communication Bus to Control Embedded Devices

SIP Protocol as a Communication Bus to Control Embedded Devices 229 SIP Protocol as a Communication Bus to Control Embedded Devices Ramunas DZINDZALIETA Institute of Mathematics and Informatics Akademijos str. 4, Vilnius Lithuania ramunas.dzindzalieta@gmail.com Abstract.

More information

Fronting Integrated Scientific Web Applications: Design Features and Benefits for Regulatory Environments

Fronting Integrated Scientific Web Applications: Design Features and Benefits for Regulatory Environments International Environmental Modelling and Software Society (iemss) 7th Intl. Congress on Env. Modelling and Software, San Diego, CA, USA, Daniel P. Ames, Nigel W.T. Quinn and Andrea E. Rizzoli (Eds.) http://www.iemss.org/society/index.php/iemss-2014-proceedings

More information

In the case of the online marketing of Jaro Development Corporation, it

In the case of the online marketing of Jaro Development Corporation, it Chapter 2 THEORETICAL FRAMEWORK 2.1 Introduction Information System is processing of information received and transmitted to produce an efficient and effective process. One of the most typical information

More information

A REST API for Arduino & the CC3000 WiFi Chip

A REST API for Arduino & the CC3000 WiFi Chip A REST API for Arduino & the CC3000 WiFi Chip Created by Marc-Olivier Schwartz Last updated on 2014-04-22 03:01:12 PM EDT Guide Contents Guide Contents Overview Hardware configuration Installing the library

More information

GeoCloud Project Report GEOSS Clearinghouse

GeoCloud Project Report GEOSS Clearinghouse GeoCloud Project Report GEOSS Clearinghouse Qunying Huang, Doug Nebert, Chaowei Yang, Kai Liu 2011.12.06 Description of Application GEOSS clearinghouse is a FGDC, GEO, and NASA project that connects directly

More information

Long Term Preservation of Earth Observation Space Data. Preservation Workflow

Long Term Preservation of Earth Observation Space Data. Preservation Workflow Long Term Preservation of Earth Observation Space Data Preservation Workflow CEOS-WGISS Doc. Ref.: CEOS/WGISS/DSIG/PW Data Stewardship Interest Group Date: March 2015 Issue: Version 1.0 Preservation Workflow

More information

Optimizing Energy Operations with Machine-to-Machine Communications

Optimizing Energy Operations with Machine-to-Machine Communications Optimizing Energy Operations with Machine-to-Machine Communications Contents Executive Summary... 3 The Role of M2M in Energy Companies... 3 Leveraging a M2M Platform... 5 Key Requirements for M2M Application

More information

USING THE INTERNET TO MANAGE AND DISTRIBUTE GEOSPATIAL SUBMARINE CABLE DATA

USING THE INTERNET TO MANAGE AND DISTRIBUTE GEOSPATIAL SUBMARINE CABLE DATA USING THE INTERNET TO MANAGE AND DISTRIBUTE GEOSPATIAL SUBMARINE CABLE DATA GIS Database World Wide Web Internet Data Management Cable Marine RPL Protection David Caswell, Bill Gilmour, David Millar Racal

More information

Seeing by Degrees: Programming Visualization From Sensor Networks

Seeing by Degrees: Programming Visualization From Sensor Networks Seeing by Degrees: Programming Visualization From Sensor Networks Da-Wei Huang Michael Bobker Daniel Harris Engineer, Building Manager, Building Director of Control Control Technology Strategy Development

More information

Investigating Hadoop for Large Spatiotemporal Processing Tasks

Investigating Hadoop for Large Spatiotemporal Processing Tasks Investigating Hadoop for Large Spatiotemporal Processing Tasks David Strohschein dstrohschein@cga.harvard.edu Stephen Mcdonald stephenmcdonald@cga.harvard.edu Benjamin Lewis blewis@cga.harvard.edu Weihe

More information

An Esri White Paper June 2010 Tracking Server 10

An Esri White Paper June 2010 Tracking Server 10 An Esri White Paper June 2010 Tracking Server 10 Esri 380 New York St., Redlands, CA 92373-8100 USA TEL 909-793-2853 FAX 909-793-5953 E-MAIL info@esri.com WEB www.esri.com Copyright 2010 Esri All rights

More information

A CLOUD-BASED FRAMEWORK FOR ONLINE MANAGEMENT OF MASSIVE BIMS USING HADOOP AND WEBGL

A CLOUD-BASED FRAMEWORK FOR ONLINE MANAGEMENT OF MASSIVE BIMS USING HADOOP AND WEBGL A CLOUD-BASED FRAMEWORK FOR ONLINE MANAGEMENT OF MASSIVE BIMS USING HADOOP AND WEBGL *Hung-Ming Chen, Chuan-Chien Hou, and Tsung-Hsi Lin Department of Construction Engineering National Taiwan University

More information

Task AR-09-01a Progress and Contributions

Task AR-09-01a Progress and Contributions Doug Nebert, POC U.S. Geological Survey ddnebert@usgs.gov March 2010 Task AR-09-01a Progress and Contributions Background and scope for AR-09-01a This Task defines the minimum, common technical capabilities

More information

Video VBOX Pro RLVD10P2P/RLVD10P2PV/RLVD10P4PV/RLVD20P2PV/RLVD20P4PV. Features

Video VBOX Pro RLVD10P2P/RLVD10P2PV/RLVD10P4PV/RLVD20P2PV/RLVD20P4PV. Features Video VBOX Pro combines a powerful GPS data logger with a high quality multi-camera video recorder and real-time graphics engine. Multi Camera Recording Taking up to four waterproof cameras and combining

More information

AKCess Pro Server Management Software

AKCess Pro Server Management Software Management Software v.100.00x takes the best from IP Video Monitoring Software and is the first to combine it with Environmental / Security Sensor and Access Control equipment in one centralized management

More information

mysensors mysensors Wireless Sensors and and Cellular Gateway Quick Start Guide Information to Users Inside the Box

mysensors mysensors Wireless Sensors and and Cellular Gateway Quick Start Guide Information to Users Inside the Box mysensors mysensors Wireless Sensors and and Cellular Gateway Quick Start Guide Information to Users The mysensors wireless products referenced in this Quick Start Guide have been tested to comply with

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

Keeping your goods safe... ...and you in control.

Keeping your goods safe... ...and you in control. PT300 Tracking System Keeping your goods safe......and you in control. Easily track and monitor packages, shipments, and mobile assets, in real time, with the compact and portable PT300 Tracking System.

More information

Issues in Information Systems Volume 16, Issue I, pp. 219-225, 2015

Issues in Information Systems Volume 16, Issue I, pp. 219-225, 2015 MOVING TOWARD A SERVER-BASED VIRTUAL MACHINE HOSTING ENVIRONMENT IN SUPPORT OF UNIVERSITY INFORMATION TECHNOLOGY PROGRAMMING COURSES George Stefanek, PhD, Purdue University North Central, stefanek@pnc.edu

More information

Wireless In-Ear Audio Monitor

Wireless In-Ear Audio Monitor University of Nebraska - Lincoln Computer Engineering Senior Design Project Wireless In-Ear Audio Monitor Team Stonehenge: Erin Bartholomew Paul Bauer Nate Lowry Sabina Manandhar May 4, 2010 Contents 1

More information

Rotorcraft Health Management System (RHMS)

Rotorcraft Health Management System (RHMS) AIAC-11 Eleventh Australian International Aerospace Congress Rotorcraft Health Management System (RHMS) Robab Safa-Bakhsh 1, Dmitry Cherkassky 2 1 The Boeing Company, Phantom Works Philadelphia Center

More information

VitalJacket SDK v1.0.03 Technical Specifications

VitalJacket SDK v1.0.03 Technical Specifications VitalJacket SDK v1.0.03 Technical Specifications Edíficio Olympus I Page2 LEGAL NOTICE AND DISCLAIMER ATENTION: Although VitalJacket is a certified medical device, its developer version is NOT certified

More information

SQLstream Blaze and Apache Storm A BENCHMARK COMPARISON

SQLstream Blaze and Apache Storm A BENCHMARK COMPARISON SQLstream Blaze and Apache Storm A BENCHMARK COMPARISON 2 The V of Big Data Velocity means both how fast data is being produced and how fast the data must be processed to meet demand. Gartner The emergence

More information

Agent-based dam monitoring

Agent-based dam monitoring Agent-based dam monitoring V. BETTZIECHE, Ruhrverband (Ruhr River Association), Essen, GER SYNOPSIS. The monitoring of security relevant structures is a task of growing importance in civil engineering.

More information

REMOTE MONITORING AND CONTROL SYSTEM

REMOTE MONITORING AND CONTROL SYSTEM REMOTE MONITORING AND CONTROL SYSTEM The Comanche RMCS automatically monitors and controls digital and analog functions and processes associated with the oil and gas industries, which include but are not

More information

Sample specifications for an effective Flow Monitoring Services RFP

Sample specifications for an effective Flow Monitoring Services RFP Sample specifications for an effective Flow Monitoring Services RFP Red copy indicates areas requiring specific input Each specification is numbered for quick identification 1. Project Specifications 1.1.

More information

AN588 ENERGY HARVESTING REFERENCE DESIGN USER S GUIDE. 1. Kit Contents. 2. Introduction. Figure 1. Energy Harvesting Sensor Node

AN588 ENERGY HARVESTING REFERENCE DESIGN USER S GUIDE. 1. Kit Contents. 2. Introduction. Figure 1. Energy Harvesting Sensor Node ENERGY HARVESTING REFERENCE DESIGN USER S GUIDE 1. Kit Contents The RF to USB Reference Design contains the following items: Si1012 Energy Harvesting Wireless Sensor Node EZRadioPRO USB Dongle ToolStick

More information

A CUAHSI DataCenter for Hydroinformatics: Draft Specifications. Alva L. Couch Tufts University February 21, 2012

A CUAHSI DataCenter for Hydroinformatics: Draft Specifications. Alva L. Couch Tufts University February 21, 2012 A CUAHSI DataCenter for Hydroinformatics: Draft Specifications Alva L. Couch Tufts University February 21, 2012 1 TABLE OF CONTENTS Introduction... 5 Scope of this Document... 5 Requirements and Mission...

More information

RFID Based 3D Indoor Navigation System Integrated with Smart Phones

RFID Based 3D Indoor Navigation System Integrated with Smart Phones RFID Based 3D Indoor Navigation System Integrated with Smart Phones Y. Ortakci*, E. Demiral*, I. R. Karas* * Karabuk University, Computer Engineering Department, Demir Celik Kampusu, 78050, Karabuk, Turkey

More information

mysensors mysensors Wireless Sensors and Ethernet Gateway Quick Start Guide Information to Users Inside the Box mysensors Ethernet Gateway Quick Start

mysensors mysensors Wireless Sensors and Ethernet Gateway Quick Start Guide Information to Users Inside the Box mysensors Ethernet Gateway Quick Start mysensors Information to Users mysensors Wireless Sensors and Ethernet Gateway Quick Start Guide This equipment has been tested and found to comply with the limits for a Class B digital devices, pursuant

More information

GENASIS System Architecture

GENASIS System Architecture GENASIS System Architecture On the way from environmental data repository towards research infrastructure Richard Hůlek, Jiří Jarkovský, Miroslav Kubásek, Jana Klánová, Jakub Gregor, Kateřina Šebková,

More information

The Role of Broadband in Bridge Monitoring in Minnesota. Carol Shield Department of Civil, Environmental, and Geo- Engineering

The Role of Broadband in Bridge Monitoring in Minnesota. Carol Shield Department of Civil, Environmental, and Geo- Engineering The Role of Broadband in Bridge Monitoring in Minnesota Carol Shield Department of Civil, Environmental, and Geo- Engineering March 19, 2015 Presentation Outline A brief history of bridge testing Current

More information

GeoCloud Project Report USGS/EROS Spatial Data Warehouse Project

GeoCloud Project Report USGS/EROS Spatial Data Warehouse Project GeoCloud Project Report USGS/EROS Spatial Data Warehouse Project Description of Application The Spatial Data Warehouse project at the USGS/EROS distributes services and data in support of The National

More information

ON-GUARD. Guard Management System. Table of contents : Introduction Page 2. Programming Guide Page 5. Frequently asked questions Page 25 - 1 -

ON-GUARD. Guard Management System. Table of contents : Introduction Page 2. Programming Guide Page 5. Frequently asked questions Page 25 - 1 - ON-GUARD Guard Management System Table of contents : Introduction Page 2 Programming Guide Page 5 Frequently asked questions Page 25-1 - Introduction On Guard tm is designed to exceed all the requirements

More information

The Energy Harvesting Tipping Point for Wireless Sensor Applications

The Energy Harvesting Tipping Point for Wireless Sensor Applications The Energy Harvesting Tipping Point for Wireless Sensor Applications Ever since the first watermills and windmills were used to generate electricity, energy harvesting has been an attractive source of

More information

Raspberry Pi Webserver

Raspberry Pi Webserver 62 Int'l Conf. Embedded Systems and Applications ESA'15 Raspberry Pi Webserver Max Runia 1, Kanwalinderjit Gagneja 1 1 Department of Computer Science, Southern Oregon University, Ashland, OR, USA Abstract

More information

Real Time Remote Monitoring over Cellular Networks. Wayne Chen Marketing Specialist

Real Time Remote Monitoring over Cellular Networks. Wayne Chen Marketing Specialist Real Time Remote Monitoring over Cellular Networks Wayne Chen Marketing Specialist Introduction For distribution infrastructures located in remote, isolated areas, unmanned monitoring systems have long

More information

WAMLocal. Wireless Asset Monitoring - Local Food Safety Software. Software Installation and User Guide BA/WAM-L-F

WAMLocal. Wireless Asset Monitoring - Local Food Safety Software. Software Installation and User Guide BA/WAM-L-F Wireless Asset Monitoring - Local Food Safety Software BA/WAM-L-F Software Installation and User Guide System Overview The BAPI Wireless Asset Monitoring Local (WAM Local) Software receives temperature

More information

The NIDIS Pilot in the Upper Colorado River Basin

The NIDIS Pilot in the Upper Colorado River Basin The NIDIS Pilot in the Upper Colorado River Basin Jim Verdin (USGS), Roger Pulwarty (NOAA), Nolan Doesken (CSU), Mike Gillespie (NRCS), Kevin Werner (NOAA), Olga Wilhelmi (NCAR), Michael Lewis (USGS),

More information

Firmware version: 1.10 Issue: 7 AUTODIALER GD30.2. Instruction Manual

Firmware version: 1.10 Issue: 7 AUTODIALER GD30.2. Instruction Manual Firmware version: 1.10 Issue: 7 AUTODIALER GD30.2 Instruction Manual Firmware version: 2.0.1 Issue: 0.6 Version of the GPRS transmitters configurator: 1.3.6.3 Date of issue: 07.03.2012 TABLE OF CONTENTS

More information

KACO-monitoring. onlinecomponents.com. Integrated monitoring available. Monitor up to 32 inverters per prolog. Reliable and accurate data

KACO-monitoring. onlinecomponents.com. Integrated monitoring available. Monitor up to 32 inverters per prolog. Reliable and accurate data KACO-monitoring watchdog insight prolog Integrated monitoring available Monitor up to 32 inverters per prolog Reliable and accurate data Email alarms to maximize uptime Historical, current and production

More information

1000 Series Data Loggers PRODUCT MANUAL

1000 Series Data Loggers PRODUCT MANUAL 1000 Series Data Loggers PRODUCT MANUAL Model s 1650, 1525, 1450, 1425, 1400, 1250, 1225, 1200 CONTENTS General Overview 3 Model Specifications 4 External Sensors 5 Installation and Placement 6 Digital

More information

A Review of Security System for Smart Home Applications

A Review of Security System for Smart Home Applications Journal of Computer Science 8 (7): 1165-1170, 2012 ISSN 1549-3636 2012 Science Publications A Review of Security System for Smart Home Applications Mohammad Syuhaimi Ab-Rahman and Mohd Ariff Razaly Department

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

Whitepaper Document Solutions

Whitepaper Document Solutions Whitepaper Document Solutions ScannerVision 3 Contents Contents... 2 Introduction... 3 ScannerVision introduction... 4 Concept... 4 Components... 4 Deploying ScannerVision... 5 Supported Operating Systems...

More information