Low-Power WSN-Based Solar-Cell Monitoring System

Size: px
Start display at page:

Download "Low-Power WSN-Based Solar-Cell Monitoring System"

Transcription

1 Low-Power WSN-Based Solar-Cell Monitoring System Raden Arief Setyawan 1, Soeprapto 1, Hadi Suyono 1, and Rini Nur Hasanah 1 1 Universitas Brawijaya, Malang, Indonesia rarief@ub.ac.id, prapto@ub.ac.id, hadis@ub.ac.id, rini.hasanah@ub.ac.id Abstract Solar-cell systems have found a wide-range implementation area. However, a monitoring system becomes a must requirement to add to maintain the optimum performance of the system. Much research so far focuses only on the functionality of the monitoring system. This paper presents the design and implementation of a low-cost, lowpower monitoring system based on a wireless sensor network (WSN) schema. A low-power monitoring system offers an additional advantage because it uses the battery power produced by the photovoltaic (PV) system itself. Being implemented on a streetlight solar-powered system, the results indicated that the designed monitoring system could perform efficiently. It helps the utility authorities to maintain and to manage the streetlights. Moreover, the proposed system only requires a small amount of power from the PVcells battery. 1. Introduction Solar energy is one of the most promising energy alternative sources. It offers more advantages with zero pollution rate than the other energy sources do. Photovoltaice (PV) or solar cell is the main component which converts the solar energy into electricity using the photovoltaic concept. The implementation of solar-cell systems have been widely adopted especially in the area being far and without direct connectivity to a power plant. One the most popular implementation of such this system is the solarcell based streetlight system. It is very often found that after a couple of months following its installation the streetlight system is not working properly anymore. It is mainly caused by the lack of information about the performance of each component in the system. A monitoring system is very important to guarantee that the solar-cell system works on its optimum and maximum efficiency. The monitoring system provides the data of all solar-cell system components. An optimum electricity production can be ensured ensured with a good monitoring system. In most implementations, the solar-cell systems are working independently with no direct connectivity to electricity or communication facilities. It is the reason why any solar-cell monitoring system must be adjusted to the solar-cell condition. The output of the PV system is normally stored in a battery. The PV cells produce electricity only when the sun is shining. In the night, there is no sunlight energy to produce enough current to supply the battery. In this condition, an excessive use of the stored power by the monitoring system must be avoided. In a research [1] [2], the researcher implemented a communication system between sensor and server using an SMS (short messaging system). This system works well since the most area of the city already covered by Cellular Networks. But GSM required high power to transmit data. The use of GPRS for the communication between sensor and server has been applied to implement the Internet of Things (IOT) system on a solar power plant [3]. Another solution to overcome the problems in a PV system was proposed by combining zigbee network and GPRS network. [4] [5] [6]. Those research only focussing on the functionality of the sensor, but the effectiveness of each monitoring system not yet explained, even though most of the system using the same battery power, produced by PV system. This research work presents the design and implementation of a solar-cell monitoring system which consumes low power and only requires low cost investment using the wireless sensor network scheme. The choice of wireless system to be used depends on the location of installation. It can be used with Wi-Fi network, GPRS/SMS, Lora or NRF module, etc. 2. System Design The monitoring system to be designed comprises the following subsystems: 1. Voltage, Current, Temperature and Humidity Sensor 2. Sensor Node 3. Communication System 4. Dashboard system monitoring system Voltage, Current, Temperature and Humidity Sensor Sensor is the key point of this monitoring system. To ensure the correct values of the measured data of the system, a sensor must be chosen selectivelty. For each parameter to be measured, some concerns to consider include the required resolution, linearity, sensitivity and price. Fig. 1. Characteristic of the ACS172 sensor A current sensor ACS712 is used in this system. To ensure that this type of sensor will function well in the system and is adequate based on the system requirements, we compared the performance of three sensors to that of a reference meter, i.e. a voltmeter. The results of the test is displayed in Fig. 1. As seen, the reading results of the three sensors indicate the errors of not more than of

2 2%. The linearity and the resolution of the sensor are acceptable for the system s work [7], as in general 1V of resolution is enough. For the voltage sensor, a simple voltage divider has been used to sense the voltage. The output is connected to the ADC inside a microcontroller to result in a sensing range from 0 to 100V. The Humidity and Temperature values are provided using the DHT11 sensor [8]. This Sensor can read temperature within the range of 0-50 C with ± 2 C, and the humidity range from 20-90% RH with ± 5% RH error. One of the advantages of this sensor is that it is provided with a digital interface to ensure the accuracy the reading process. collected data will remain on its local memory if the solar-cell system works on the battery power. The sequence of this procedure is presented on the algorithm displayed in Fig. 3. When the output voltage of the PV cell is much higher than the threshold and the unflagged data is more than 100, the sensor node will send the all unflagged data to the sensor gate. This checking process works every 15 minutes. System nodes will stay on the sleep mode between the checking processes. Start 2.2. Sensor Node V PV >> and Unflag Data > 100 N Sensor node is a devices located on the PV system. Fig. 2 shows the diagram of a sensor module. The voltage and current sensors measure the output voltage of the PV cell, the battery and its load. This module consists of three sets of voltage and current sensors. Y Read Unflagged data, Send Unflagged Data to Gateway Success? Read sensor value and store data in Memory Y Flag data as sent N Loop Fig. 3. Sensor Node Algorithm 2.3. Communication System Fig. 2. Sensor Node The controller module is the brain of this monitoring system. The measured data are stored temporarily on the local memory. In a scheduled time, the data will be sent to the cloud database using the wireless communication interface over the internet. The internet access of its system possesses multiple wireless interface. Using the GPRS of cellular data, using Wi-Fi if the location of solar-cell streetlight is near the Wi-Fi access point, or using the point-to-point wireless communication if no direct access to internet exists. Since the wireless communication interface uses more power to send the data, the data transmission scheduling is very important to save the power of the battery. To make sure that all components work efficiently, each component of the monitoring system must be tested. Table 1 show the required power for each component. To ensure that all data from the sensor node are transmitted, the communication mechanism of the data is presented in Fig. 4. Table 1. Current requirement for sensor module No. Component Min Current Max Current 1 Controller Module (Typical) 80mA 200mA 2 Controller Module (sleep) 200uA 400uA 3 Memory Module Write 40mA 100mA 4 Wifi Module (Transmit) 80mA 300mA 5 GPRS Module (Transmit) 180mA 1000mA As can be observed on Table 1, a careful procedure is very important to save the stored energy. Hence, the whole system will live much longer. Since the transmission of the collected data over the Wi-Fi or GPRs requires high current, the procedure will be executed when the PV cells produce electric power. The Fig. 4. Communication Mechanism As shown in Fig. 4, the mechanism of the data transmission is started with the data collected by the sensor node. All the collected data will be transmitted to the Database Server. But, since each sensor node has different type of communication interface, and not every interface has direct access to the internet, the gathered data must be sent to the gateway first. Next, the gateway will send all the received data to the database server over internet. If the Sensor node using Wifi to send the data over the near public access point, than it can directly send the data to DB

3 Server over internet connection. Without sending trough the Gateway. The WSN Gateway is a device with all possible communication interface and direct access to internet. This device is designed with more computing power than the sensor nodes since it must handle all the data from sensor nodes. This device utilize Raspberry Pi3 as core processing module. The schema of WSN Gateway displayed in Fig. 5. green or red marks, to show which sensor is active or not. Since the data will be sent only when the PV cells receive enough light, this display indicates the status of the latest data. The interval of this status is 12 hours. If the database is not receiving any updates from the sensor nodes, the red marks will be displayed and notify that the sensor nodes experience a problem.fig. 7 shows the detail dashboard from each sensor node. All the last parameter shows to give information of the PV system condition Fig. 5. Gateway Fig. 8. Data Analysis from Sensor This Gateway received data from the sensor node from variety communication method, using SMS or GPRS throug GSM/GPRS module, or direct point to point communication over Lora or NRF radio module. This data can be accessed using a web-based application to show each parameter generated by the sensor. Each sensor module will send data to the internet server based on the communication module provided Dashboard Monitoring System For the monitoring purpose, a web-based monitoring dashboard is provided. Fig. 6 displays the dashboard system. Fig. 9. Data Analysis from Sensor Fig 8 and Fig 9 Show the analysis menu of this monitoring system. This menu provide resume of all gathered data on the database. This data is needed for analysis of PV system performance. During the implementation of the designed system, we used three sensor nodes, being installed on different locations. 3. Results and Discussion Fig. 6. Dashboard Monitoring System During the implementation of the designed system, we used three sensor nodes, being installed on different locations. Fig. 10 indicates the location map of each sensor module. All sensors were placed around the Brawijaya University campus area and have been working for a year. Fig. 11 show the Street light Solar Powered monitored in this work. The sensor installed inside panel box of the system. The gateway was located in the highest building in the middle of the campus area, to handle the radio communication between the sensor node and the gateway node Fig. 7. Sensor Data Detail This dashboard displays the actual voltage, current, temperature and humidity of each sensor node graphically. The location of the sensor node is also displayed on a map with the

4 Fig. 14. Voltage ouput of the solar-cell system Fig. 10. Sensor Location Map Fig. 15. Ouput Power of the PV system on 12/08/2017 Fig. 11. Street Light PV Cell Fig. 12 shows the sample results comparison of the PV ouput voltage of three consecutive days between 12 to 14 August The chart shows that the PV started to produce electric power since in the morning until in the afternoon. The peak voltage of the data indicates a value of 60V. Fig. 16. Daily Humidity comparison Beside the voltage and current data, this sensor node also provides the temperature and humidity of the environment as presented in Fig Fig. 18. Fig. 16 and Fig. 17 present the daily humidity comparison and the daily temperature comparison respectively, whereas Fig. 18 indicates the hourly comparison of the temperature and humidity values. Fig. 12. PV Voltage Comparison of 3 Days Fig. 13 indicates the results of monitoring values of the PV current, battery current and the lamp current on 12 August 2017, whereas the respective values of the voltage are given in Fig. 14. Based on the evaluation both the current and voltage of the PV sysem, it can be known that the maximum resulted power of the PV cells on that day was 80 watt, as confirmed by the graphic in Fig. 15. Fig. 17. Daily Temperature comparison Fig. 13. Current ouput of the solar-cell system Fig. 18. Hourly Humidity and Temperature comparison

5 6. Conclusions The streetlight PV system monitoring has been implemented on a streetlight solar-powered system, the results indicated that the designed monitoring system could perform efficiently. It helps the utility authorities to maintain and to manage the streetlights. Moreover, the proposed system only requires a small amount of power from the PV-cells battery. 7. References [1] Soegiarto, Solar panel and battery street light monitoring system using GSM wireless communication system, 2nd International Conference on Information and Communication Technology (ICoICT), Bandung, [2] N. Nithyaa, GSM based cost effective street lighting application Procedia Engineering, cilt 30, no. 2012, p , [3] L.L. Li, Wireless dimming system for LED Street lamp based on ZigBee and GPRS 3rd International Conference on System Science, Engineering Design and Manufacturing Informatization, Chengdu, [4] F. Leccese, Remote-Control System of High Efficiency and Intelligent Street Lighting Using a ZigBee Network of Devices and Sensors IEEE Transactions on Power Delivery, cilt 28, no. 1, pp , [5] Andreoni López, Implementation of wireless remote monitoring and control of solar photovoltaic (PV) system 2012 Sixth IEEE/PES Transmission and Distribution: Latin America Conference and Exposition (T&D-LA), Montevideo, [6] Z. X. Wu, Solar street lamp system using GPRS and ZIGBEE technology 2016 IEEE 11th Conference on Industrial Electronics and Applications (ICIEA), Hefei, [7] Ebim Iskandar Muda., Perbandıngan Data Sensor Arus Sct 013 Dan Sensor Arus Acs 712 Pada Pengukuran Arus Lıstrık Jurnal Mahasiswa TEUB, cilt 5, no. 5, pp , [8] K. Robert, (2017, March 10) Compare DHT22, DHT11 and Sensirion SHT71 [Online].Available: t22_dht11_sht71.html.

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

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

More information

Telemetry Monitoring of Solar Panels Using GSM

Telemetry Monitoring of Solar Panels Using GSM Student Research Paper Conference Vol-2, No-59, July 2015 Telemetry Monitoring of Solar Panels Using GSM 1 Hafiz Muhammad Zubair, 2 Syed Mutahir Ahmed Electrical Engineering Department Institute of Space

More information

ROAM System Specification Guideline Division 16520

ROAM System Specification Guideline Division 16520 ROAM System Specification Guideline Division 16520 PART 1. GENERAL 1.1 INTRODUCTION A. The intent of this specification is to provide requirements for the ROAM system as a whole. 1.2 DESCRIPTION OF WORK

More information

Design of WSN for Environmental Monitoring Using IoT Application

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

More information

DEVELOPMENT OF A HARDWARE AND SOFTWARE SYSTEM FOR METEOROLOGICAL OBSERVATIONS

DEVELOPMENT OF A HARDWARE AND SOFTWARE SYSTEM FOR METEOROLOGICAL OBSERVATIONS DEVELOPMENT OF A HARDWARE AND SOFTWARE SYSTEM FOR METEOROLOGICAL OBSERVATIONS Mikhail Shcherbakov *, Alexey Borisov Altai State Technical University, 656000, Barnaul, Russia Abstract. Article is devoted

More information

RF module and Sensing Workshop Proposal. Tachlog Pvt. Ltd.

RF module and Sensing Workshop Proposal. Tachlog Pvt. Ltd. RF module and Sensing Workshop Proposal Tachlog Pvt. Ltd. ABOUT THIS DOCUMENT Purpose of this The Workshop proposal document, explains the syllabus, estimate, activity document and overview of the workshop

More information

Design and Implementation of a Wireless Sensor Network on Precision Agriculture

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

More information

AUTOMATIC ELECTRICITY METER READING AND REPORTING SYSTEM

AUTOMATIC ELECTRICITY METER READING AND REPORTING SYSTEM AUTOMATIC ELECTRICITY METER READING AND REPORTING SYSTEM Faris Shahin, Lina Dajani, Belal Sababha King Abdullah II Faculty of Engineeing, Princess Sumaya University for Technology, Amman 11941, Jordan

More information

Real Time Transformer Health Monitoring System using IOT

Real Time Transformer Health Monitoring System using IOT Real Time Transformer Health Monitoring System using IOT D.Sarathkumar, Uvaraj.M, Kabilesh Kumar C V, Kalaiselvi A Assistant Professor, Department of Electrical and Electronics Engineering, 4 Kongu Engineering

More information

Noise monitoring solution. Continuous noise monitoring system

Noise monitoring solution. Continuous noise monitoring system Noise monitoring solution Continuous noise monitoring system CONTINUOUS NOISE MONITORING SYSTEM Continuous noise monitoring system Noise monitoring network based on a wireless sensor network Real time

More information

Photovoltaic Remote Monitoring System Based on GSM

Photovoltaic Remote Monitoring System Based on GSM Photovoltaic Remote Monitoring System Based on GSM Farihah Shariff, Nasrudin Abd Rahim, Hew Wooi Ping UM Power Energy Dedicated Advanced Centre (UMPEDAC) Level 4, Wisma R&D UM, Jalan Pantai Baharu, 59990

More information

ēko Pro Series System

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

More information

A Solar-Powered Wireless Data Acquisition Network

A Solar-Powered Wireless Data Acquisition Network A Solar-Powered Wireless Data Acquisition Network E90: Senior Design Project Proposal Authors: Brian Park Simeon Realov Advisor: Prof. Erik Cheever Abstract We are proposing to design and implement a solar-powered

More information

TRMC-19 GSM/GPRS DATALOGGER. Applications. Product description. Measure and remote monitoring

TRMC-19 GSM/GPRS DATALOGGER. Applications. Product description. Measure and remote monitoring TRMC-19 GSM/GPRS DATALOGGER The TRMC-19 is a datalogger/dataconcentrator of measures GSM/GPRS radio or wire. This device fulfills the most demanding requirements and will help you to create an effective,

More information

Design and Development of Pre-paid electricity billing using Raspberry Pi2

Design and Development of Pre-paid electricity billing using Raspberry Pi2 International Journal of Electronics Engineering Research. ISSN 0975-6450 Volume 9, Number 7 (2017) pp. 995-1005 Research India Publications http://www.ripublication.com Design and Development of Pre-paid

More information

Computer Networks II Advanced Features (T )

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

More information

A Novel Water Quality Monitoring System Based on Solar Power Supply & Wireless Sensor Network

A Novel Water Quality Monitoring System Based on Solar Power Supply & Wireless Sensor Network Available online at www.sciencedirect.com Procedia Environmental Sciences 12 (2012 ) 265 272 2011 International Conference on Environmental Science and Engineering (ICESE 2011) A vel Water Quality Monitoring

More information

Above All. The most sophisticated unit for tracking containers in real time for security and management.

Above All. The most sophisticated unit for tracking containers in real time for security and management. * The most sophisticated unit for tracking containers in real time for security and management. The French comedian Pierre Dac once said, To see into the distance, you simply need to get closer. That applies

More information

MyWatt Smart Energy Meter Introduction

MyWatt Smart Energy Meter Introduction MyWatt Smart Energy Meter Introduction MyWatt (SEM3010A) Please invest $110 for MyWatt and get 12% electricity saving and 25% energy cost. You can get paid within a year for the MyWatt investment. The

More information

SENSOR NETWORK FOR ENVIRONMENT MONITORING SYSTEM USING IOT AND DEVICE CONTROL SYSTEM

SENSOR NETWORK FOR ENVIRONMENT MONITORING SYSTEM USING IOT AND DEVICE CONTROL SYSTEM SENSOR NETWORK FOR ENVIRONMENT MONITORING SYSTEM USING IOT AND DEVICE CONTROL SYSTEM ASHWINI B. BOBADE M.E. Student, Department of E&TC, DIEMS, Aurangabad, India PROF. A. R. WADHEKAR Department of E&TC,

More information

Web Based Poultry Farm Monitoring System Using Wireless Sensor Network

Web Based Poultry Farm Monitoring System Using Wireless Sensor Network Web Based Poultry Farm Monitoring System Using Wireless Sensor Network Mohsin Murad mohsin_murad@yahoo.com Khawaja Mohammad Yahya yahyakm@yahoo.com Ghulam Mubashar Hassan gmjally@yahoo.com ABSTRACT In

More information

Accident prevention and detection using internet of Things (IOT)

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

More information

Energy Efficiency using Data Filtering Approach on Agricultural Wireless Sensor Network

Energy Efficiency using Data Filtering Approach on Agricultural Wireless Sensor Network International Journal of Computer Engineering and Information Technology VOL. 9, NO. 9, September 2017, 192 197 Available online at: www.ijceit.org E-ISSN 2412-8856 (Online) Energy Efficiency using Data

More information

A Wireless Smart Sensor Network for Flood Management Optimization

A Wireless Smart Sensor Network for Flood Management Optimization A Wireless Smart Sensor Network for Flood Management Optimization 1 Hossam Adden Alfarra, 2 Mohammed Hayyan Alsibai Faculty of Engineering Technology, University Malaysia Pahang, 26300, Kuantan, Pahang,

More information

Energy Independent Wireless Sensor Network Design

Energy Independent Wireless Sensor Network Design Energy Independent Wireless Sensor Network Design Marin Alexandru-Gabriel Politehnica University of Bucharest Bucharest, Romania marin.alexandru.gabriel@gmail.com Tudose Dan Stefan Politehnica University

More information

LoRa Temperature and Humidity Sensor ---User Guide

LoRa Temperature and Humidity Sensor ---User Guide LoRa Temperature and Humidity Sensor ---User Guide - 1 - 1 Overview LoRa Sensor wireless temp sensor is a high quality product designed by Tzone Digital Technology Co.,Ltd.Well overcome many shortcomings

More information

T Seminar on Embedded Systems. Internet of Things Ambient energy harvesting Mikko Lampi

T Seminar on Embedded Systems. Internet of Things Ambient energy harvesting Mikko Lampi T-106.5840 Seminar on Embedded Systems Internet of Things Ambient energy harvesting Mikko Lampi 1 Internet of Things Early precursors from -90 by IBM and Motorola Nebulous term, many interpretations As

More information

Smart Monitoring and Power Factor Correction of Distribution Transformer using IOT

Smart Monitoring and Power Factor Correction of Distribution Transformer using IOT GRD Journals Global Research and Development Journal for Engineering National Conference on Emerging Research Trend in Electrical and Electronics Engineering (ERTEE-2018) March 2018 e-issn: 2455-5703 Smart

More information

Wireless Monitoring of Agricultural Environment and Greenhouse Gases and Control of Water flow through Fuzzy Logic

Wireless Monitoring of Agricultural Environment and Greenhouse Gases and Control of Water flow through Fuzzy Logic Wireless Monitoring of Agricultural Environment and Greenhouse Gases and Control of Water flow through Fuzzy Logic Nusrat Ansari 1, Himanshu Phatnani 2, Akash Yadav 3, Sanket Sakharkar 4, Akshay Khaladkar

More information

Wire and Wireless Linked Remote Control for the Group Lighting System Using Induction Lamps

Wire and Wireless Linked Remote Control for the Group Lighting System Using Induction Lamps PEDS 2007 Wire and Wireless Linked Remote Control for the Group Lighting System Using Induction Lamps Kyu Min Cho*, Jae Eul Yeon**, Ma Xian Chao***, and Hee Jun Kim*** * Dept. of Information and Communications,

More information

Bloodhound RMS Product Overview

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

More information

IOT BASED AUTOMATIC VEHICLE ACCIDENT DETECTIONANDRESCUE INFORMATION SYSTEM

IOT BASED AUTOMATIC VEHICLE ACCIDENT DETECTIONANDRESCUE INFORMATION SYSTEM IOT BASED AUTOMATIC VEHICLE ACCIDENT DETECTIONANDRESCUE INFORMATION SYSTEM Supriya 1, Ajayakumar Gooli 2, Harshitha.R 3, Harshitha S 4, Dilip Chandra E 5 12345 Electronics and Communication Engineering,

More information

Using a Fuzzy Light Sensor to Improve the Efficiency of Solar Panels

Using a Fuzzy Light Sensor to Improve the Efficiency of Solar Panels Using a Fuzzy Light Sensor to Improve the Efficiency of Solar Panels Suryono Suryono 1, 2,*, Jatmiko Endro Suseno 1, 2, Ainie Khuriati Riza Sulistiati 2, Tahan Prahara 3 1 Magister of Information System,

More information

INTELLIGENT AUTOMATIC STREET-LIGHTING SYSTEM WITH ADVANCE CONTROL THROUGH GSM MODEM

INTELLIGENT AUTOMATIC STREET-LIGHTING SYSTEM WITH ADVANCE CONTROL THROUGH GSM MODEM http:// INTELLIGENT AUTOMATIC STREET-LIGHTING SYSTEM WITH ADVANCE CONTROL THROUGH GSM MODEM Mr.Umesh G.Phonde 1, Dr.Uttam L. Bombale 2 1 M-Tech (Electronics) Student, 2 Professor, Department of Technology,

More information

Coal Dust Controller on Indramayu Power Plants Conveyor Lane Based IoT

Coal Dust Controller on Indramayu Power Plants Conveyor Lane Based IoT Journal of Telematics and Informatics (JTI) Vol.6, No.1, March 2018, pp. 21~26 ISSN: 2303-3703 21 Coal Dust Controller on Indramayu Power Plants Conveyor Lane Based IoT Reza Yoga Diputra, Arief Marwanto,

More information

Mobile Agent Based Intelligence Power Distribution Control System

Mobile Agent Based Intelligence Power Distribution Control System IJIRST International Journal for Innovative Research in Science & Technology Volume 4 Issue 11 April 2018 ISSN (online): 2349-6010 Mobile Agent Based Intelligence Power Distribution Control System Pratik

More information

Automatic Docking System with Recharging and Battery Replacement for Surveillance Robot

Automatic Docking System with Recharging and Battery Replacement for Surveillance Robot International Journal of Electronics and Computer Science Engineering 1148 Available Online at www.ijecse.org ISSN- 2277-1956 Automatic Docking System with Recharging and Battery Replacement for Surveillance

More information

Development of a ZigBEE based wireless data transmission system for radon concentration measurement devices

Development of a ZigBEE based wireless data transmission system for radon concentration measurement devices Development of a ZigBEE based wireless data transmission system for radon concentration measurement devices M.Caccia, V.Chmill*, I.Defilippis, S.Guatieri, L.Simone, M.Faure Ragani, M.Magnoni,L.Panero.

More information

Remote Monitoring of Environmental Sites using Solar Powered Wi-Fi Enabled Systems

Remote Monitoring of Environmental Sites using Solar Powered Wi-Fi Enabled Systems Remote Monitoring of Environmental Sites using Solar Powered Wi-Fi Enabled Systems Mark Landress, P.G. Project Navigator, Ltd 10497 Town & Country Way Suite 830 Houston, TX 77024 www.projectnavigator.com

More information

DISTRIBUTION TRANSFORMER MONITORING AND CONTROL SYSTEM FOR REMOTE ELECTRIC POWER GRIDS THROUGH GSM

DISTRIBUTION TRANSFORMER MONITORING AND CONTROL SYSTEM FOR REMOTE ELECTRIC POWER GRIDS THROUGH GSM DISTRIBUTION TRANSFORMER MONITORING AND CONTROL SYSTEM FOR REMOTE ELECTRIC POWER GRIDS THROUGH GSM KIRAN DILIP DESAI 1, RAMCHANDRA P.HASABE 2 Electrical Engg.Department, Walchand College of Engg., Sangli.

More information

Installation Manual. Ultra RF Analogue Transmitter QC0168. Manual Ref: QC0168. Version: March

Installation Manual. Ultra RF Analogue Transmitter QC0168. Manual Ref: QC0168. Version: March Installation Manual Ultra RF Analogue Transmitter QC0168 Manual Ref: QC0168 Version: March 17 1.0 System Concept RF Transmitters connect to sensors or meters and send data to the infrastructure internet

More information

Design and Application of Architecture of Internet of Things Based on Open Source Hardware

Design and Application of Architecture of Internet of Things Based on Open Source Hardware 2016 3 rd International Conference on Engineering Technology and Application (ICETA 2016) ISBN: 978-1-60595-383-0 Design and Application of Architecture of Internet of Things Based on Open Source Hardware

More information

Research on an Economic Localization Approach

Research on an Economic Localization Approach Computer and Information Science; Vol. 12, No. 1; 2019 ISSN 1913-8989 E-ISSN 1913-8997 Published by Canadian Center of Science and Education Research on an Economic Localization Approach 1 Yancheng Teachers

More information

2.2.2 Summary of Tests Conducted Step Down Circuit. We have completed these four tests successfully.

2.2.2 Summary of Tests Conducted Step Down Circuit. We have completed these four tests successfully. 2.2.2 Summary of Tests Conducted We have completed these four tests successfully. 1. First, we were able to successfully set up a Raspberry Pi 3 as a server and have other devices go on to the blank html

More information

An Automated Rainfall Monitoring System

An Automated Rainfall Monitoring System ENGINEER - Vol. XXXIX, No. 02, pp. 53-58,2006 The Institution of Engineers, Sri Lanka The following paper received... An Automated Rainfall Monitoring System S.P.K.A Gunawardena, B.M.D Rangana & M.M Siriwardena

More information

Archit Agarwal 1, Rajesh Singh 1, Anita Gehlot 1, Gautam Gupta 1 and Mohit Choudhary 1

Archit Agarwal 1, Rajesh Singh 1, Anita Gehlot 1, Gautam Gupta 1 and Mohit Choudhary 1 I O T E n a b l e d H o m e A u t o m a t i o n t h r o u g h N o d e r em d Q atn Td IOT Enabled Home Automation through Nodered and MQTT Archit Agarwal 1, Rajesh Singh 1, Anita Gehlot 1, Gautam Gupta

More information

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

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

More information

Wireless communication for Smart Buildings

Wireless communication for Smart Buildings Wireless communication for Smart Buildings Table of contents 1. The Smart Buildings...2 2. Smart Buildings and Wireless technologies...3 3. The link budget...5 3.1. Principles...5 3.2. Maximum link budget...6

More information

PV Activity 3 PV Loads

PV Activity 3 PV Loads The purpose of this activity is to investigate the current and voltage output of photovoltaic cells when connected to various loads. This activity includes an optional extra investigation related to power

More information

International Journal of Modern Trends in Engineering and Research GSM based fault alert system for BTS (Mobile tower)

International Journal of Modern Trends in Engineering and Research   GSM based fault alert system for BTS (Mobile tower) International Journal of Modern Trends in Engineering and Research www.ijmter.com e-issn No.:2349-9745, Date: 2-4 July, 2015 GSM based fault alert system for BTS (Mobile tower) Swati Chhajed 1, Divya Ghiya

More information

Stations & Dataloggers

Stations & Dataloggers INTERFACES RS232 Interface RS232 A standard Interface that allows serial communication transmission of data. Stations & Dataloggers YOU CAN CONNECT: One piece of the following sensors: Sommer MessTechnik

More information

15. ZBM2: low power Zigbee wireless sensor module for low frequency measurements

15. ZBM2: low power Zigbee wireless sensor module for low frequency measurements 15. ZBM2: low power Zigbee wireless sensor module for low frequency measurements Simas Joneliunas 1, Darius Gailius 2, Stasys Vygantas Augutis 3, Pranas Kuzas 4 Kaunas University of Technology, Department

More information

Measuring the Optimal Transmission Power of GSM Cellular Network: A Case Study

Measuring the Optimal Transmission Power of GSM Cellular Network: A Case Study 760 Innovation and Knowledge Management in Business Globalization: Theory & Practice Measuring the Optimal Transmission Power of GSM Cellular Network: A Case Study Dr Basil M Kasasbeh, Applied Science

More information

Use of GSM Modem in ECG Transmission

Use of GSM Modem in ECG Transmission Use of GSM Modem in ECG Transmission Chapter 5 A major shortcoming of using internet based SMS is the probability of unavailability of internet connection at remote patient site. Hence, we must need to

More information

Solar-Powered Smart Agricultural Monitoring System Using Internet of Things Devices

Solar-Powered Smart Agricultural Monitoring System Using Internet of Things Devices Solar-Powered Smart Agricultural Monitoring System Using Internet of Things Devices Sebastian Sadowski and Petros Spachos, School of Engineering, University of Guelph, Guelph, ON, N1G 2W1, Canada Email:

More information

IoT Based Monitoring of Industrial Safety Measures

IoT Based Monitoring of Industrial Safety Measures IoT Based Monitoring of Industrial Safety Measures K.Shiva Prasad Sphoorthy Engineering College E-mail: shiva13b71d5516@gmail.com A.Shashikiran Sphoorthy Enginnering College E-mail: shashi.kiran5190@gmail.com

More information

Published by: PIONEER RESEARCH & DEVELOPMENT GROUP ( 33

Published by: PIONEER RESEARCH & DEVELOPMENT GROUP (  33 Resource Efficient Wireless Sensor Networks for Temperature and Gas Monitoring Ilavarasan.S 1, Latha.P 2, Vijayaraj.A 3 1,2,3 Department of Information Technology, Saveetha Engineering College Thandalam,

More information

An Application of Wireless Standards for Remote Monitoring of Electric Drive Systems

An Application of Wireless Standards for Remote Monitoring of Electric Drive Systems International Journal of Engineering Research and Development e-issn: 2278-067X, p-issn: 2278-800X, www.ijerd.com Volume 2, Issue 12 (August 2012), PP. 30-36 An Application of Wireless Standards for Remote

More information

SATELLITE MONITORING OF REMOTE PV-SYSTEMS

SATELLITE MONITORING OF REMOTE PV-SYSTEMS SATELLITE MONITORING OF REMOTE PV-SYSTEMS Stefan Krauter, Thomas Depping UFRJ-COPPE-EE, PV-Labs, C. P. 68504, Rio de Janeiro 21945-970 RJ, BRAZIL Tel: +55-21-2562-8032, Fax: +55-21-22906626, E-mail: krauter@coe.ufrj.br

More information

Critical Sign Tracking

Critical Sign Tracking Critical Sign Tracking May 14-18 Client: Dr. Halil Ceylan Advisor: Dr. Daji Qiao Group Members: Simeng Liu, Aaron Cannon, Zheng Luo, David-Paul Adeola Website: http://seniord.ece.iastate.edu/may1418/index.html

More information

TRX-300. GPS/GSM/GPRS Unit for fleet management PRELIMINARY PHOTO

TRX-300. GPS/GSM/GPRS Unit for fleet management PRELIMINARY PHOTO PRELIMINARY TRX-300 GPS/GSM/GPRS Unit for fleet management Quad Band GSM/GPRS engine Built-in GPS & GPRS antenna SuperSense GPS sensitivity Assisted GPS ready Ultra-low power consumption Multi-polygon

More information

Appendix S2. Technical description of EDAPHOLOG LOGGER - Communication unit of the EDAPHOLOG System

Appendix S2. Technical description of EDAPHOLOG LOGGER - Communication unit of the EDAPHOLOG System Appendix S2 Technical description of EDAPHOLOG LOGGER - Communication unit of the EDAPHOLOG System The EDAPHOLOG Logger transfers data collected by the EDAPHOLOG probes to the EDAPHOWEB server. The device

More information

Overview. Key Facts. TSP Transmitter. TRANSCOM Cellular Network Measurement

Overview. Key Facts. TSP Transmitter. TRANSCOM Cellular Network Measurement TSP Transmitter Overview TSP Pilot Transmitter is a kind of special engineering instrument applicable to emulation and testing of indoor and outdoor signal coverage and evaluation and testing of signal

More information

IoT BASED ENERGY METER

IoT BASED ENERGY METER International Journal of Recent Trends in Engineering & Research (IJRTER) IoT BASED ENERGY METER Giri Prasad. S 1, Akesh.R 2, BalaPravin.C 3, Gokila Devi.S 4, Gowri Devi.D 5 1 Assistant Professor, 2,3,4,5

More information

Smart Garden Inc. Auto Watering System

Smart Garden Inc. Auto Watering System Smart Garden Inc. Auto Watering System Outline Team members Video Introduction Schedule Finance Overview of system Hardware design Firmware design Encloser design Web design Future plan Conclusion Team

More information

EverBlu. Wireless fixed data collection system

EverBlu. Wireless fixed data collection system Solution EverBlu Wireless fixed data collection system > Automatic daily meter reads > Graphical data analysis > Reliable self-healing wireless mesh network > Suitable for urban, suburban and rural environments

More information

Distribution Level Metering and Visualization Applications

Distribution Level Metering and Visualization Applications Distribution Level Metering and Visualization Applications Jason Bank May 1, 2012 NREL is a national laboratory of the U.S. Department of Energy, Office of Energy Efficiency and Renewable Energy, operated

More information

Objectives, characteristics and functional requirements of wide-area sensor and/or actuator network (WASN) systems

Objectives, characteristics and functional requirements of wide-area sensor and/or actuator network (WASN) systems Recommendation ITU-R M.2002 (03/2012) Objectives, characteristics and functional requirements of wide-area sensor and/or actuator network (WASN) systems M Series Mobile, radiodetermination, amateur and

More information

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

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

More information

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

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

More information

Installation Manual. Repeater QC0149. Version: Jan17 1.0

Installation Manual. Repeater QC0149. Version: Jan17 1.0 Installation Manual Repeater QC0149 Manual Ref: QC0149 Version: Jan17 1.0 System Concept RF Transmitters connect to sensors or meters and send data to the infrastructure internet connected Gateway on site

More information

PHOTO ENCODING OF ANALOG WATER METER FOR USER ACCESS AND PAYMENT SYSTEM

PHOTO ENCODING OF ANALOG WATER METER FOR USER ACCESS AND PAYMENT SYSTEM PHOTO ENCODING OF ANALOG WATER METER FOR USER ACCESS AND PAYMENT SYSTEM GODFREY A. MILLS Department of Computer Engineering, University of Ghana, P. O. Box LG 25, Legon, Accra, Ghana gmills@ug.edu.gh http://

More information

Mixed Criticality Scheduling Applied to JPEG2000 Video Streaming over Wireless Multimedia Sensor Networks

Mixed Criticality Scheduling Applied to JPEG2000 Video Streaming over Wireless Multimedia Sensor Networks 3 December, 2013 Mixed Criticality Scheduling Applied to JPEG2000 Video Streaming over Wireless Multimedia Sensor Networks Alemayehu Addisu, Laurent George, Vincent Sciandra and Max Agueh alex.addisu@gmail.com,

More information

Smart Meter connectivity solutions

Smart Meter connectivity solutions Smart Meter connectivity solutions BEREC Workshop Enabling the Internet of Things Brussels, 1 February 2017 Vincenzo Lobianco AGCOM Chief Technological & Innovation Officer A Case Study Italian NRAs cooperation

More information

DISTRIBUTION LINE FAULT DETECTION AND INTIMATION USING GSM

DISTRIBUTION LINE FAULT DETECTION AND INTIMATION USING GSM DISTRIBUTION LINE FAULT DETECTION AND INTIMATION USING GSM Shunmugam.R 1, Ashok kumar.k 2, Deebika Devi.A.R 3, Manoj Kumar.K 4, Mathivanan.A.M 5 1 Atssociate professor,electrical And Electronics Engineering,

More information

2 Intelligent meter reading mode

2 Intelligent meter reading mode 3rd International Conference on Multimedia Technology(ICMT 2013) Intelligent water meter with low power consumption based on ZigBee technology Zhe Xie Rangding Wang 1 Abstract. A design of intelligent

More information

Chapter 1 Basic concepts of wireless data networks (cont d.)

Chapter 1 Basic concepts of wireless data networks (cont d.) Chapter 1 Basic concepts of wireless data networks (cont d.) Part 4: Wireless network operations Oct 6 2004 1 Mobility management Consists of location management and handoff management Location management

More information

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

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

More information

Making Sense of Wireless Sensor Power Consumption. Steven Lee Application Engineer

Making Sense of Wireless Sensor Power Consumption. Steven Lee Application Engineer Making Sense of Wireless Sensor Power Consumption Steven Lee Application Engineer Agenda The importance of optimizing power consumption on sensors Test Case: Tire Pressure Monitor Sensor Traditional approach

More information

REMOTE ENERGY METER MONITORING WITH SMS

REMOTE ENERGY METER MONITORING WITH SMS REMOTE ENERGY METER MONITORING WITH SMS Swathy Shankar, Muzna Nabhan Al Brashdi, Marwa Shirin, Aman Jawed Waljat College of Applied Sciences Tel: +968 92959028 Abstract. The project Remote Energy Meter

More information

International Research Journal in Advanced Engineering and Technology (IRJAET)

International Research Journal in Advanced Engineering and Technology (IRJAET) International Research Journal in Advanced Engineering and Technology (IRJAET) ISSN (Print) : 2454-4744 ISSN (Online) : 2454-4752 (www.irjaet.com) Vol. 1, Issue 3, pp.83-87, October, 2015 ENERGY SAVING

More information

Design of Rectenna using RF Harvesting for Batteryless IoT Sensors

Design of Rectenna using RF Harvesting for Batteryless IoT Sensors Design of Rectenna using RF Harvesting for Batteryless IoT Sensors Pravin Thosar Dept. of Electronics and communication Geetanjali Institute of Technical Studies Udaipur, India pravingthosar@gmail.com

More information

DESIGN OF EMBEDDED BASED AUTOMATED METER READING SYSTEM FOR REAL TIME PROCESSING

DESIGN OF EMBEDDED BASED AUTOMATED METER READING SYSTEM FOR REAL TIME PROCESSING 2016 IEEE Students' Conference on Electrical, Electronics and Computer Science DESIGN OF EMBEDDED BASED AUTOMATED METER READING SYSTEM FOR REAL TIME PROCESSING Nayan Gupta Dept. Electronics and communication

More information

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

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

More information

Industrial Wireless: Solving Wiring Issues by Unplugging

Industrial Wireless: Solving Wiring Issues by Unplugging Industrial Wireless: Solving Wiring Issues by Unplugging Industrial Wireless - 1/6 Industrial environments are uniquely different from office and home environments. High temperatures, excessive airborne

More information

A Scheme for the Application of Smart Message Language in a Wireless Meter Reading System

A Scheme for the Application of Smart Message Language in a Wireless Meter Reading System A Scheme for the Application of Smart Message Language in a Wireless Meter Reading System O. Homa Keshav M. Tech Embedded Sysem, AITS, Rajampet, Kadapa (DT) homakesav@gmail.com Abstract The use of wireless

More information

ARM BASED DISTRIBUTED ELECTRICITY MONITORING AND CONTROL USING GSM MODEM

ARM BASED DISTRIBUTED ELECTRICITY MONITORING AND CONTROL USING GSM MODEM ARM BASED DISTRIBUTED ELECTRICITY MONITORING AND CONTROL USING GSM MODEM Pankaj Chitte 1, Vikas Gujar 2, Sarang Mahajan 3, Savita Shete 4 1 Professor, Electronics Engg. Pravara Rural Engg. College, Loni,

More information

Intelligent Balanced Device and its Sensing System for Beam Pumping Units

Intelligent Balanced Device and its Sensing System for Beam Pumping Units Sensors & Transducers 2014 by IFSA Publishing, S. L. http://www.sensorsportal.com Intelligent Balanced Device and its Sensing System for Beam Pumping Units Hangxin WEI, Wenfang WANG School of mechanical

More information

AUTOMATED WATER METER READING

AUTOMATED WATER METER READING AUTOMATED WATER METER READING Padmini M S(Assistant Professor) 1, Sejal S Kulkarni 2, Shruthi K Bhat 3, Shruti S Uppin 4 Dept. of Computer Science and Engineering,National Institute Of Engineering,Mysore,

More information

Comparative Study of P&O and InC MPPT Algorithms

Comparative Study of P&O and InC MPPT Algorithms American Journal of Engineering Research (AJER) e-issn : 2320-0847 p-issn : 2320-0936 Volume-02, Issue-12, pp-402-408 www.ajer.org Research Paper Open Access Comparative Study of P&O and InC MPPT Algorithms

More information

GTBIT ECE Department Wireless Communication

GTBIT ECE Department Wireless Communication Q-1 What is Simulcast Paging system? Ans-1 A Simulcast Paging system refers to a system where coverage is continuous over a geographic area serviced by more than one paging transmitter. In this type of

More information

Landslide Monitoring and Assessment System using Low-Cost Wireless Communication

Landslide Monitoring and Assessment System using Low-Cost Wireless Communication Landslide Monitoring and Assessment System using Low-Cost Wireless Communication CHAIPORN JAIKAEO 1 ANAN PHONPHOEM 1 APHIRAK JANSANG 1 PASAKORN TIWATTHANONT 1 WITHAWAT TANGTRONGPAIROJ 1 SUTTISAK SORALUMP

More information

A Microcontroller Based Smart Helmet Using GSM &GPS Technology in Construction Sites

A Microcontroller Based Smart Helmet Using GSM &GPS Technology in Construction Sites International Journal of Computer Engineering in Research Trends Multidisciplinary, Open Access, Peer-Reviewed and fully refereed Research Paper Volume-5, Issue-2,2018 Regular Edition E-ISSN: 2349-7084

More information

Measuring the Optimal Transmission Power of GSM Cellular Network: A Case Study

Measuring the Optimal Transmission Power of GSM Cellular Network: A Case Study 216 Measuring the Optimal Transmission Power of GSM Cellular Network: A Case Study Measuring the Optimal Transmission Power of GSM Cellular Network: A Case Study Dr Basil M Kasasbeh, Applied Science University,

More information

USE OF WEB BASED REAL TIME NOISE DATA TRASMISSION FOR ACOUSTIC INVESTIGATION AND MAPPING

USE OF WEB BASED REAL TIME NOISE DATA TRASMISSION FOR ACOUSTIC INVESTIGATION AND MAPPING USE OF WEB BASED REAL TIME NOISE DATA TRASMISSION FOR ACOUSTIC INVESTIGATION AND MAPPING Andrea Cerniglia* 1 and Giovanni Amadasi 2 1 01 db Italia, via R. Sanzio 5, I-20090 Cesano Boscone, Italy 2 SCS

More information

A novel autonomous monitoring system for distributed leakage current measurements on outdoor high voltage insulators

A novel autonomous monitoring system for distributed leakage current measurements on outdoor high voltage insulators A novel autonomous monitoring system for distributed leakage current measurements on outdoor high voltage insulators Nikolaos Mavrikakis 1, Michalis Kapellakis 1, Dionisios Pylarinos 1, and Kiriakos Siderakis

More information

An Adaptive Indoor Positioning Algorithm for ZigBee WSN

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

More information

AN INTEGRATED SYSTEM FOR REGIONAL ENVIRONMENTAL MONITORING AND MANAGEMENT BASED ON INTERNET OF THINGS

AN INTEGRATED SYSTEM FOR REGIONAL ENVIRONMENTAL MONITORING AND MANAGEMENT BASED ON INTERNET OF THINGS AN INTEGRATED SYSTEM FOR REGIONAL ENVIRONMENTAL MONITORING AND MANAGEMENT BASED ON INTERNET OF THINGS LAVUDYA RAMU NAIK 1 Assistant Professor, Dept of ECE, Aurora Engineering College, Bhuvanagiri, Hyderabad,

More information

Figure 1. System Block Diagram with Subsystems

Figure 1. System Block Diagram with Subsystems Blind Me With SciEEnce EJ Hinlo, Caitlin Gruis, Chris Ravasio First Design Review System Block Diagram Figure 1. System Block Diagram with Subsystems Subsystem Communication Diagram Figure 2. Subsystem

More information

Key Features. Base-line surveys for planning Construction site monitoring Road traffic noise monitoring

Key Features. Base-line surveys for planning Construction site monitoring Road traffic noise monitoring for Sound The connects the Sound to the internet for unattended noise monitoring. It transfers the measurement data to the fully-managed NoiseScout Web Portal in real time or provides a secure access to

More information