An Environment Monitoring System Design Based on IOT and Web 2.0

Size: px
Start display at page:

Download "An Environment Monitoring System Design Based on IOT and Web 2.0"

Transcription

1 1 Zhu Quanyin, 2 Fu Chen *1, Faculty of Computer Engineering, Huaiyin Institute of Technology, Huaian, , China, hyitzqy@126.com 2, Faculty of Computer Engineering, Huaiyin Institute of Technology, Huaian, , China, topchenfu@qq.com Abstract In order to obtain the remote environmental parameters, the sensor module and the mobile software is designed for a new environment monitoring system based on Internet of Things (IOT) and Web 2.0 in this paper. Using 8051 compatible MCU to control mature digital sensors to gain environmental information such as temperature, humidity and luminance and transfer these information via gateway to remote computers by using Silicon Laboratories Si4432 ISM Band transceiver and GPRS network, while computers got these information, it stores these information into database, and provide an interface to users to get the environment information in any time. Ajax and mobile platform are combined to make sure that the environment data on the server can be easily accessed. Experiments show as using Wireless Sensor Networks (WSN) can get 400 meters at the real environment, but using ZigBee network only get less then 100 meters at the real application test. Results show as by proposed system can satisfy the longer communication distance for application requirements. Keywords: Wireless Sensor Networks, Internet of Things, Web 2.0, Environment Monitoring 1. Introduction Production environment monitoring and control is very important in realizing industrial automatization and high efficiency. With the development of the Internet of Things, currently, most environment monitoring systems are using a distributed framework [1]. The Wireless Sensor Network (WSN) technology is used in some other monitoring systems [2]. But the transmission distance of the WSN is not very long, the problem doesn t exist in the GPRS network because the GPRS network based on the GSM, so the transmit distance is almost unlimited. GPRS is the shorted form of General Packet Radio Service, it is a breakthrough of GSM network s only circuit-switched provided thinking mode, And realize packet switching only by increasing the functionality entities and transforming part of the existing base- station system [3]. Even there are a lot of advantages with GPRS network, the disadvantages are also obvious. The biggest problem is the cost and the power consumption is also under considered. Internet of things (IOT) has been given wide attention and had the large number of applications in many fields, as a new generation of information technology [4]. There are also some other researches about these problems. The researcher from Beijing Jiao tong University used the Shapley-value model to discuss the distribution of interests of IOT [5] and some other researchers focus on reducing the power consideration by using an Effective Routing Estimation [6] or using the Task Allocation and Particle Swarm Optimization [7]. Reference [8] provides an integrated biotechnology database to concentrate on doing proteomics of major agricultural resources as of rice, Chinese cabbage, rice Ds-tagging lines, and microorganisms. Reference [9] presented the design of a context aware service system based on IOT, and reference [10] propose a model-free method for human action recognition via sparse spatiotemporal representation. Recent years, with the fast development of the mobile platform, the mobile platform has become the most popular way to obtain information people need. The Ajax technology is the most important way to design a Web2.0 application. The Web 2.0 enables the design of highly interactive User Interfaces (UIs) for web applications [11]. The Web has become an information source with static pages, navigated by clicking on links. In Web 2.0, it becomes a participatory medium where users have more control. Web 2.0 pages are often more like traditional desktop applications accessed through a browser [12]. International Journal of Digital Content Technology and its Applications(JDCTA) Volume7,Number5,March 2013 doi: /jdcta.vol7.issue

2 2. Principle of Ajax Ajax is an acronym for Asynchronous JavaScript and XML. With Ajax, web applications can send requests to, and retrieve data from, a server asynchronously (in the background) without interfering with the display and behavior of the existing page. The comparison between the Traditional Mode and Ajax Mode for web applications is shown in Fig.1. Figure 1 Comparison between the Traditional Mode and Ajax Mode In the traditional web application, most user actions in the interface trigger an HTTP request back to a web server. The server does some processing and then returns an HTML page to the client with a HTML page format. While user has a request, the server will return a whole page to handle the request, the user has to wait for a long time even if there is only a few simple data interaction [13]. In the application based on Ajax, when the user client needs some little data, the Ajax engine will trigger request and the server return the client end response with XML format or JSON format. By using DOM object model, the Ajax engine only refreshes those parts of the page which are changed, thereby saving a great deal of time and enhancing the work efficiency [2]. 3. The Android Mobile Platform Android is a Linux-based operating system primarily designed for mobile devices such as smartphones and tablet computers utilizing ARM processors. It is developed by the Open Handset Alliance, led by Google. The Android became the leading smartphone platform worldwide at the end of 2010 [14]. For the first quarter of 2012, Android had a 59% smartphone market share worldwide [15]. Because of the android devices and other smart phones, mobile platform has become the largest way to obtain information; the original PC lost its position be-cause of the big size and weight. People now can get the information they want more efficiently by using smart phones like android devices. 4. IOT Technologies IOT is the sensor equipment to the power grid, railways, bridges, tunnels, roads, buildings, water supply systems, dams, oil and gas pipelines as well as household appliances and other real objects, to link up via the Internet, and then run a specific program to reach remote control or direct communication between things. IOT is connected through the interface with the wireless network through the device in the various types of objects on the radio frequency identification (RFID), sensor, two-dimensional code, "smart" objects, people and objects communicate and dialogue, communication 912

3 and dialogue between objects one to an-other can also be achieved, this object linking network known as the "Internet of Things (IOT)". The Internet of Things (IOT) is built on the Internet and wireless sensor networks [16][17], by which any items could be connected to the Internet and realizing information exchange and communication, so as to achieve intelligent management in accordance with the agreed protocol and through the automatic identification of the sensing device [18]. The Internet of Things extends Web 2.0 but clearly raises the question of our ability to develop ever more powerful tools. Either objects, with their associated software intelligence, become "actors / partners" acting under our control: that is to say not only assistants but especially counselors, policy makers, organizers or economic agents [19]. 5. System Design The Environment Monitoring System is consisted of three parts. One is the sensor module using WSN technology. Another is the gateway to collect the sensor module s data and sent to the remote server. The last is the software which contains a B/S based platform designed by ASP.NET and a mobile application for Android platform. The general architecture of the system is shown in Fig.2. Figure 2 The general architecture of the system The environmental parameters are gained by several sensor modules, and then the data would be sent to the gateway through WSN. Then the data would be sent to the remote server through the Internet using GPRS technology. There could be several gateways in a large scale and in the small scale, several sensors could be used. The user can get the update environmental parameters by using PC or a smart phone and the administrator can add or delete the user. The working produce of the whole is shown in Fig. 3 Figure 3 The flow chart of the system 913

4 When the system is running, the environmental parameters are gained by the sensor module. The original parameters data are sent to the gateway, and then the data would be collected and organized by the gateway. The gateway sends the organized data to the remote server through GPRS network. The data are handled by the server and stored in the database. The web services are also provided by the server, so the environmental parameters can be easily obtained by the users through the web or the mobile platform. 5.1 Detail Design The Sensor Module The sensor module s MCU controls SHT10 and TSL2561 to gain the temperature, humidity and luminance information. This information is transferred to the gateway by using SI4432 module. The sensor module s architecture is shown as Fig. 4. Figure 4.the general architecture of the sensor module SHT10 digital humidity sensor and TSL2561 light-to-digital converter have IIC interface to connect with MCU, and SI4432 communicate with MCU through a SPI interface. A common MCS-51 MCU doesn t have IIC or SPI interface, so the common I/O pins are used to simulate the two interfaces. The sensor module s MCU takes charge of the control of all the sensors, SHT10, TSL2561, and SI4432. MCU initializes all the three chips and waiting the query from the gateway. SHT10 digital humidity and temperature sensor is the low cost version of the reflow solderable humidity sensor series [20]. It provides a high-accuracy RH and temperature measurement. It has a 0 100% RH of RH operating range and a C ( F) of temperature operating range. TSL2561 light-to-digital converter provides a Lux luminance measure range [21] The Gateway The gateway contains a MCU, a SI4432 and a GPRS module, the gateway s architecture is shown as Fig. 5. Figure 5.The general architecture of the gateway 914

5 SHT10 digital humidity sensor and TSL2561 light-to-digital converter have IIC interface to connect with MCU, and SI4432 communicates with MCU through a SPI interface. A common MCS-51 MCU doesn t have IIC or SPI interface, so the common I/O pins are used to simulate the two interfaces. The sensor module s MCU takes charge of the control of all the sensors, SHT10, TSL2561 and SI4432. MCU initializes all the three chips and waits the query from the gateway. SIM900 is a quad-band GSM/GPRS module that works on frequencies GSM 850MHz, EGSM 900MHz, DCS 1800MHz and PCS 1900MHz. SIM900 features GPRS multi-slot class 10/class 8 (optional) and supports GPRS coding schemes CS-1, CS-2, CS-3 and CS-4 [22]. The gateway s MCU queries the sensor module to gain the environmental parameters data through the WSN, then the data would be sent to the remote server through GPRS module. There is a Trickle Charge Timekeeping Chip called DS1302, the chip is used to provide the real time, the users can set the sampling frequency of the gateway. Between the two sampling processes, the gateway and the sensor module are in sleep mode The Web Application The web application is built by ASP.NET and SQL Server 2008 on Windows. It is divided into two parts. One of them is a Windows Service, running background, to handle the data sent by the sensor module. The other one is the user interface, which provides several functions to the user. The Windows Service listens at TCP port 1666, which isn t a well-known port, the port can be modified by the administrator to avoid conflicting between other applications. The data sent by the sensor module is encrypted by AES encryption to ensure the security. The system provides several encryptions to be chosen. The administrator of the system can set the encryption option at the web application. The functions provided by the web application are shown in Fig. 6. Figure 6 The functions of the web application At the Sensor Overview page, all the active sensors will be displayed in the content. Once the mouse moves on the area of some sensor, the sensor tracking dialog will be displayed. The display effect is provided by a jquery plug-in called Power Float. Ajax engine gets the latest sensor data from the remote server and displays the dialog to show the most recently environmental parameters from the sensor module. The display style of the floating dialog is shown in Fig. 7. Figure 7 The display style of the floating dialog 915

6 There are two user groups in the web application. One is the administrator and the other is the common user. The administrator has all the permissions of the system, like adding a sensor or a user and only the administrators have access to change the system configuration like sampling frequency and the system local time etc. The common users only have the permission to access the environmental parameters. To access the web application, the user must log in first. The username and the password are stored in the database. And the password is MD5-encrypted to keep the password s security. The login form of the web application is shown in Fig. 8. Figure 8 The login form of the web application When the users click the floating dialog, the web application will navigate to the sensor track function, in the sensor track function, the history data of the current sensor will be displayed in a curve chart The Android Application The most application on Android platform is game application. China has more than 344 million mobile phone users in year 2011, now the number has increased a lot [23]. The newest version of the Android now is the 4.2. Considering the version compatibility, the Android 4.2 may not be a good choice to develop this application. And the Android 2.3 was used at a wider range, so the Android Application is developed for Android platform 2.3 which means that the application can run on devices running Android 2.3 or later versions. Several functions are provided by the application. The main function is checking the sensor s data. When the user log in the application and choose the sensor, the sensor s status and the update environmental parameters will be shown at the screen. The running status of the application is shown in Fig. 9. Figure 9 The android application 916

7 6. Distance Test SI4432 module has a 19.6dBm max out power range, and the sensitivity of the module is -113dBm. The module contains a spring antenna, the development company of the module claims that the module has a 1000m max transmission distance, we had a test at Huaiyin Institute of Technology (HYIT) at Oct 10, 2012, there is no resist between the two module, the radio frequency was set as 470MHz, and the data rate was set at 9.6kbps, and the modulation was GFSK. The test shows that when the distance between the two module comes to about 400m the packet loss become insufferable, so the real transmission range is just about 400m at the real environment. The sensor and the gateway s photos with the distance on Google Maps are shown as Fig.10. Figure 10 The distance test on Google Maps By using the spring antenna, the communicating distance reached more than 400m. The transmission distance doesn t seem to be very well, but compared with some other networks it still has a great improvement. The module can change to use a 5DBI antenna, by using the antenna; the transmission distance will be a great improvement. Besides, the data rate of the module can change to 1.6kbps to reduce the conducted interference. The transmission distance could be increased further. GPRS network doesn t have the transmission problem, GPRS module in the gateway works well during the whole testing. The whole system works very well during the testing. 7. Conclusion In this paper, IOT technology is used to develop a new type of environment monitoring system, the system combined the advantages between the WSN network and the GPRS network, the whole system is low-cost and continuous high availability. Besides, the system also combined with Web2.0 and mobile platform, to provide a new and fast way to reach the real-time environment parameters, the web application is developed by ASP.NET which is easy deploying. The mobile platform application is developed with Android 2.3, so the compatibility is good for other Android platforms. The communicating distance of WSN network reached more than 400m which means the sensors could cover more than 16 hectare of land, the range satisfied a small scaled farm. We developed a friendly user interface as well. However, the system still need to improve in our future work, for example the transfer distance, SI4432 modules use the spring antennas, if we consider using a 5DBI antenna, and the transfer distance would be had a great improving. The history environment parameters should be shown as a chart to give users a more visual experience. 917

8 8. References [1] Lei WU, Jie HU., "Design and Implementation of Production Environment Monitoring System Based on GPRS-Internet", 2010 Fourth International Conference on Genetic and Evolutionary Computing (ICGEC), pp , 2010 [2] Wei HAN, Kang Ling FANG, Xiao Hui LI. Liang ZHANG, "Ajax Applied in Environment Monitoring System based on WSN", International Symposium on Computer Science and Computational Technology (ISCSCT), pp , 2008 [3] Hong Jiang HE, Zhu Qiang YUE, Xiao Jie WANG, "Design and Realization of Wireless Sensor Network Gateway Based on ZigBee and GPRS", Second International Conference on Information and Computing Science (ICIC), pp , 2009 [4] Jun YU, Xueying ZHANG, "The Application of Internet of Things Technologies in Transmission Link of Smart Grid", Communications in Computer and Information Science, Vol. 237, Emerging Research in Artificial Intelligence and Computational Intelligence, Part 3, pp , 2011 [5] Qin SUN, XiYan LU, "Research on Profits Allocation of IOT Industry Chain", AISS: Advances in Information Sciences and Service Sciences, Vol. 3, No. 6, pp. 197 ~ 203, 2011 [6] Chunyao FU, Wei WEI and Ang WEI, "Research on the Effective Routing Estimation with Lower Consumption in WSNs", AISS: Advances in Information Sciences and Service Sciences, Vol. 4, No. 16, pp. 152 ~ 158, 2012 [7] LIU Mei, HUANG Dao-ping, XU Xiao-ling, "Node Task Allocation based on PSO in WSN Multitarget Tracking", AISS: Advances in Information Sciences and Service Sciences, Vol. 2, No. 2, pp. 13 ~ 18, 2010 [8] ChangKug Kim, UngHan Yoon, GangSeob Lee, DoWon Yun, HyeonSo Ji, ByoungOhg Ahn, SooChul Park, "An Integrated Analysis System for Agricultural Biotechnology Information and Web Service", AISS: Advances in Information Sciences and Service Sciences, Vol. 2, No. 3, pp. 106 ~ 110, 2010 [9] Baoan Li, "Research on Context Aware Service Based on IOT", JDCTA: International Journal of Digital Content Technology and its Applications, Vol. 6, No. 19, pp. 35 ~ 41, 2012 [10] Anan Liu, Dong Han, "Spatiotemporal Sparsity Induced Similarity Measure for Human Action Recognition", JDCTA: International Journal of Digital Content Technology and its Applications, Vol. 4, No. 8, pp. 143 ~ 149, 2010 [11] McIntosh Shane, Adams Bram, Hassan Ahmed E, Yin ZOU, "Using indexed sequence diagrams to recover the behavior of AJAX applications", 13th IEEE International Symposium on Web Systems Evolution (WSE), pp. 1-10, 2011 [12] Fairweather Peter, Shari Trewin, "Cognitive impairments and Web 2.0", Universal Access In The Information Society, Vol. 9, No. 2, pp, , 2010 [13] A New Approach to Web Applications on [14] Palo Alto, Google s Android becomes the world s leading smart phone platform on [15] Reveals New Device Tracking Database from Signals and Systems Telecom on [16] Akyildiz I F, Su W, Sankarasubramaniam Y, "Wireless sensor networks: a survey". Computer Networks, Vol. 38, No. 4, pp , 2002 [17] Ren F Y, Huang H N, Lin C. "Wireless sensor networks", Journal of Software, Vol. 14, No. 7, pp , 2003 [18] Xiaohui XU, "Research on Safety Certification and Control Technology in Internet of Things", Computational and Information Sciences (ICCIS), 2012 Fourth International Conference, pp , 2012 [19] A new book on the Internet of Things [20] Datasheet SHT1x. on [21] TSL2561 LIGHT-TO-DIGITAL CONVERTER on [22] SIM900 Hardware Design V_2.02 on [23] Wenrong JIANG, Jian CHEN, "Android-Based Mobile Game Development", Communications in Computer and Information Science, Vol. 267, Information and Business Intelligence, Part 1, pp ,

A Design of Remote Monitoring System based on 3G and Internet Technology

A Design of Remote Monitoring System based on 3G and Internet Technology National Conference on Information Technology and Computer Science (CITCS 2012) A Design of Remote Monitoring System based on 3G and Internet Technology Shouxian WEN Lei XU Xingguo SUN Xiaohui LI* Abstract

More information

A High-Speed Wireless Transmission Scheme for Wireless Sensor Network

A High-Speed Wireless Transmission Scheme for Wireless Sensor Network A High-Speed Wireless Transmission Scheme for Wireless Sensor Network College of Information Engineering, North China University of Technology Beijing, 100144, China Email: mali@ncut.edu.cn Abstract Along

More information

Research on Heterogeneous Communication Network for Power Distribution Automation

Research on Heterogeneous Communication Network for Power Distribution Automation 3rd International Conference on Material, Mechanical and Manufacturing Engineering (IC3ME 2015) Research on Heterogeneous Communication Network for Power Distribution Automation Qiang YU 1,a*, Hui HUANG

More information

Study of Smart Home System based on Zigbee Wireless Sensor System. Jie Huang 1

Study of Smart Home System based on Zigbee Wireless Sensor System. Jie Huang 1 2nd Workshop on Advanced Research and Technology in Industry Applications (WARTIA 2016) Study of Smart Home System based on Zigbee Wireless Sensor System Jie Huang 1 1 College of Mechanical and Electronic

More information

Application of Theory and Technology of Wireless Sensor Network System for Soil Environmental Monitoring

Application of Theory and Technology of Wireless Sensor Network System for Soil Environmental Monitoring Sensors & Transducers 2013 by IFSA http://www.sensorsportal.com Application of Theory and Technology of Wireless Sensor Network System for Soil Environmental Monitoring 1,2,3 Xu Xi, 3 Xiaoyao Xie, 4 Zhang

More information

The Research and Design of the Android-Based Facilities Environment Multifunction Remote Monitoring System*

The Research and Design of the Android-Based Facilities Environment Multifunction Remote Monitoring System* The Research and Design of the Android-Based Facilities Environment Multifunction Remote Monitoring System* Lutao Gao, Linnan ang, Lin Peng, ingjie Chen, and ongzhou u College of Basic Science & Information

More information

The Design of the Sensor Node of IOT Based on SIM20 KUANG Xinghong 1, a,yao Zheyi 1, b, Huo haibo 1, c, Li junjun 1, d, Wu yanxiang 1, e

The Design of the Sensor Node of IOT Based on SIM20 KUANG Xinghong 1, a,yao Zheyi 1, b, Huo haibo 1, c, Li junjun 1, d, Wu yanxiang 1, e Advanced Materials Research Online: 2012-12-13 ISSN: 1662-8985, Vols. 605-607, pp 2375-2378 doi:10.4028/www.scientific.net/amr.605-607.2375 2013 Trans Tech Publications, Switzerland The Design of the Sensor

More information

Design of Intelligent System for Watering Flowers Based on IOT

Design of Intelligent System for Watering Flowers Based on IOT 4th International Conference on Computer, Mechatronics, Control and Electronic Engineering (ICCMCEE 2015) Design of Intelligent System for Watering Flowers Based on IOT Hong-Jun GU a, Shi-Dong Zhu, Yan-Fen

More information

The Design of Water Quality Monitoring Cloud Platform Based on. BS Architecture

The Design of Water Quality Monitoring Cloud Platform Based on. BS Architecture The Design of Water Quality Monitoring Cloud Platform Based on BS Architecture Chen Yu-jie 1, a, Liu Pei-xue 1, b, Jiang Bao-hua 1, c, Feng Fei 1, d Qingdao Huanghai College, Qingdao266427, China a chenyujie_cc@163.com,

More information

Test Analysis of Serial Communication Extension in Mobile Nodes of Participatory Sensing System Xinqiang Tang 1, Huichun Peng 2

Test Analysis of Serial Communication Extension in Mobile Nodes of Participatory Sensing System Xinqiang Tang 1, Huichun Peng 2 International Conference on Automation, Mechanical Control and Computational Engineering (AMCCE 2015) Test Analysis of Serial Communication Extension in Mobile Nodes of Participatory Sensing System Xinqiang

More information

The Design of Supermarket Electronic Shopping Guide System Based on ZigBee Communication

The Design of Supermarket Electronic Shopping Guide System Based on ZigBee Communication The Design of Supermarket Electronic Shopping Guide System Based on ZigBee Communication Yujie Zhang, Liang Han, and Yuanyuan Zhang College of Electrical and Information Engineering, Shaanxi University

More information

Watchdata SIMachine (M2M Solution)

Watchdata SIMachine (M2M Solution) Watchdata SIMachine (M2M Solution) A Introduction to M2M B Introduction to SIMachine C SIMachine Product Applications Technology Evolution ~ 1950 ~ 1980 ~ 1995 ~ 1999 Computer Internet Mobile Communication

More information

A Tentative Study on Ward Monitoring System based on Zigbee Technology Jifeng Liang

A Tentative Study on Ward Monitoring System based on Zigbee Technology Jifeng Liang 7th International Conference on Education, Management, Computer and Medicine (EMCM 2016) A Tentative Study on Ward Monitoring System based on Zigbee Technology Jifeng Liang Xi an Fanyi University, Xi an

More information

Agriculture Wireless Temperature and Humidity Sensor Network Based on ZigBee Technology

Agriculture Wireless Temperature and Humidity Sensor Network Based on ZigBee Technology Agriculture Wireless Temperature and Humidity Sensor Network Based on ZigBee Technology Xi Wang 1 and Hui Gao 2 1 Heilongjiang Bayi Agricultural Reclamation University, Daqing 163319, China 2 Lanzhou Jiaotong

More information

AN WIRELESS COLLECTION AND MONITORING SYSTEM DESIGN BASED ON ARDUINO. Lu Shaokun 1,e*

AN WIRELESS COLLECTION AND MONITORING SYSTEM DESIGN BASED ON ARDUINO. Lu Shaokun 1,e* Advanced Materials Research Online: 2014-06-25 ISSN: 1662-8985, Vols. 971-973, pp 1076-1080 doi:10.4028/www.scientific.net/amr.971-973.1076 2014 Trans Tech Publications, Switzerland AN WIRELESS COLLECTION

More information

Design of Greenhouse Temperature and Humidity Monitoring System Based on ZIGBEE Technique Ming Xin 1,a, Wei Zhongshan 1,b,*

Design of Greenhouse Temperature and Humidity Monitoring System Based on ZIGBEE Technique Ming Xin 1,a, Wei Zhongshan 1,b,* International Conference on Computational Science and Engineering (ICCSE 2015) Design of Greenhouse Temperature and Humidity Monitoring System Based on ZIGBEE Technique Ming Xin 1,a, Wei Zhongshan 1,b,*

More information

Design of Desert Plant Monitoring System Based on SI446X Wireless Radio Frequency Communication

Design of Desert Plant Monitoring System Based on SI446X Wireless Radio Frequency Communication 4th International Conference on Sustainable Energy and Environmental Engineering (ICSEEE 2015) Design of Desert Plant Monitoring System Based on SI446X Wireless Radio Frequency Communication Hua Guo1,a,

More information

An Active RFID Tag for Outdoor Billboard Management

An Active RFID Tag for Outdoor Billboard Management 2017 2nd International Conference on Communications, Information Management and Network Security (CIMNS 2017) ISBN: 978-1-60595-498-1 An Active RFID Tag for Outdoor Billboard Management Hui JIANG 1,2,

More information

The Design of Wireless Data Acquisition and Remote Transmission Interface in Micro-seismic Signals

The Design of Wireless Data Acquisition and Remote Transmission Interface in Micro-seismic Signals Sensors & Transducers 2014 by IFSA Publishing, S. L. http://www.sensorsportal.com The Design of Wireless Data Acquisition and Remote Transmission Interface in Micro-seismic Signals Huan-Huan BIAN, Yu-Duo

More information

THE EXPLOITATION OF WEBGIS BASED ON ARCGIS SERVER AND AJAX

THE EXPLOITATION OF WEBGIS BASED ON ARCGIS SERVER AND AJAX THE EXPLOITATION OF WEBGIS BASED ON ARCGIS SERVER AND AJAX Xue Lei 1, Li Lin, Longhe Wang 1, Qin Jian 1 1 College of Information and Electrical Engineering, China Agricultural University, Beijing, P. R.

More information

A New Method Of VPN Based On LSP Technology

A New Method Of VPN Based On LSP Technology 2nd Joint International Information Technology, Mechanical and Electronic Engineering Conference (JIMEC 2017) A New Method Of VPN Based On LSP Technology HaiJun Qing 1, 2 1, 2, ChaoXiang Liang, LiPing

More information

Keywords: Cloud computing, ZigBee, Smart home, Security cloud

Keywords: Cloud computing, ZigBee, Smart home, Security cloud 2016 International Conference on Information Engineering and Communications Technology (IECT 2016) ISBN: 978-1-60595-375-5 Design of the Smart-home Security System based on Cloud Computing Yan Wang 1,a,

More information

Design of Environment Monitoring System in Hatcheries Based on WSN

Design of Environment Monitoring System in Hatcheries Based on WSN Sensors & Transducers 2013 by IFSA http://www.sensorsportal.com Design of Environment Monitoring System in Hatcheries Based on WSN Zhiping LIU, Hanyu LIU School of Electrical Engineering and Automation,

More information

Research on the Application of Digital Images Based on the Computer Graphics. Jing Li 1, Bin Hu 2

Research on the Application of Digital Images Based on the Computer Graphics. Jing Li 1, Bin Hu 2 Applied Mechanics and Materials Online: 2014-05-23 ISSN: 1662-7482, Vols. 556-562, pp 4998-5002 doi:10.4028/www.scientific.net/amm.556-562.4998 2014 Trans Tech Publications, Switzerland Research on the

More information

A Reconfigurable Smart Sensor Interface for Industrial WSN in IOT Environment

A Reconfigurable Smart Sensor Interface for Industrial WSN in IOT Environment A Reconfigurable Smart Sensor Interface for Industrial WSN in IOT Environment 1 R N S Sunil Veda ; 2 N.Veeraih & 3 S.Neelima 1 M.Tech (VLSI & Embedded System), 2 Asst.Professor, 3 HOD, Assoc.Proffesor,

More information

The Analysis and Research of IPTV Set-top Box System. Fangyan Bai 1, Qi Sun 2

The Analysis and Research of IPTV Set-top Box System. Fangyan Bai 1, Qi Sun 2 Applied Mechanics and Materials Online: 2012-12-13 ISSN: 1662-7482, Vols. 256-259, pp 2898-2901 doi:10.4028/www.scientific.net/amm.256-259.2898 2013 Trans Tech Publications, Switzerland The Analysis and

More information

Design and Implementation of Intelligent Home Control System under the Concept of IoT

Design and Implementation of Intelligent Home Control System under the Concept of IoT 2018 2nd International Conference on Systems, Computing, and Applications (SYSTCA 2018) Design and Implementation of Intelligent Home Control System under the Concept of IoT Weiliang Li1, Hao Yu2, Yantong

More information

Research on Power Quality Monitoring and Analyzing System Based on Embedded Technology

Research on Power Quality Monitoring and Analyzing System Based on Embedded Technology 2010 China International Conference on Electricity Distribution 1 Research on Power Quality Monitoring and Analyzing System Based on Embedded Technology Zhang Hong-tao, Ye Ying, An Qing China Zhoukou Power

More information

A Wireless Internet of Things Architecture Based on Mobile Internet

A Wireless Internet of Things Architecture Based on Mobile Internet A Wireless Internet of Things Architecture Based on Mobile Internet https://doi.org/10.3991/ijoe.v13i10.7745 Bing Zhou Jiaozuo University, Jiaozuo, China zbcn81@126.com Abstract In order to develop a valid

More information

Greenhouse Equipment Data Acquisition and Display Platform Based on Socket Java

Greenhouse Equipment Data Acquisition and Display Platform Based on Socket Java 2017 2nd International Conference on Environmental Science and Energy Engineering (ICESEE 2017) ISBN: 978-1-60595-417-2 Greenhouse Equipment Data Acquisition and Display Platform Based on Java Guo-jian

More information

A Data Collecting and Caching Mechanism for Gateway Middleware in the Web of Things

A Data Collecting and Caching Mechanism for Gateway Middleware in the Web of Things A Data Collecting and Caching Mechanism for Gateway Middleware in the Web of Things Xuchao Chang, Chunhong Zhang, Li Sun Beijing University of Posts and Telecommunications, Beijing, 100876, China E-mail:

More information

ICMIEE-PI Real-Time Monitoring and Controlling of Remote Electrical Device Using Microcontroller and Android Smart Phone via Internet

ICMIEE-PI Real-Time Monitoring and Controlling of Remote Electrical Device Using Microcontroller and Android Smart Phone via Internet International Conference on Mechanical, Industrial and Energy Engineering 2014 26-27 December, 2014, Khulna, BANGLADESH ICMIEE-PI-140166 Real-Time Monitoring and Controlling of Remote Electrical Device

More information

Design of Underground Current Detection Nodes Based on ZigBee

Design of Underground Current Detection Nodes Based on ZigBee MATEC Web of Conferences 22, 0104 5 ( 2015) DOI: 10.1051/ matecconf/ 20152201045 C Owned by the authors, published by EDP Sciences, 2015 Design of Underground Current Detection Nodes Based on ZigBee Deyu

More information

Design of Web-based Smart Home with 3D Virtural Reality Interface

Design of Web-based Smart Home with 3D Virtural Reality Interface UKACC International Conference on Control 2012 Cardiff, UK, 3-5 September 2012 Design of Web-based Smart Home with 3D Virtural Reality Interface Wenshan Hu, Hong Zhou, Chaoyang Lin, Xianfeng Chen and Zhen

More information

Wireless Smart Home Security System Based on Android

Wireless Smart Home Security System Based on Android 2017 2 nd International Conference on Artificial Intelligence and Engineering Applications (AIEA 2017) ISBN: 978-1-60595-485-1 Wireless Smart Home Security System Based on Android LIANGYU CHEN, SEN ZHANG

More information

Embedded Surveillance System using Multiple Ultrasonic Sensors

Embedded Surveillance System using Multiple Ultrasonic Sensors IJSRD - International Journal for Scientific Research & Development Vol. 3, Issue 05, 2015 ISSN (online): 2321-0613 Embedded Surveillance System using Multiple Ultrasonic Sensors Harshad S. Patil 1 Dr.

More information

Premier Wireless Solutions Provider for IoT. LoRa / LoRaWAN Solution Selection Manual.

Premier Wireless Solutions Provider for IoT. LoRa / LoRaWAN Solution Selection Manual. Premier Wireless Solutions Provider for IoT LoRa / LoRaWAN Solution Selection Manual www.friendcom.com LoRaWAN Module Friendcom LoRaWAN series modules are designed for low power consumption and small size.

More information

Design of Centralized Remote-reading Meter System and Intelligent Network Water Meter

Design of Centralized Remote-reading Meter System and Intelligent Network Water Meter International Conference on Mechatronics, Electronic, Industrial and Control Engineering (MEIC 2014) Design of Centralized Remote-reading Meter System and Intelligent etwork Water Meter Chuanfeng Li lichuanfeng@sina.com

More information

Embedded Smart Home System Based on ZigBee Song Chi

Embedded Smart Home System Based on ZigBee Song Chi International Conference on Intelligent Systems Research and Mechatronics Engineering (ISRME 2015) Embedded Smart Home System Based on ZigBee Song Chi Liaoning Jidian Polytechnic North Gold and Jewelry

More information

RECONFIGURABLE SMART SENSOR INTERFACE for INDUSTRIES USING ARMBASED ON IOT

RECONFIGURABLE SMART SENSOR INTERFACE for INDUSTRIES USING ARMBASED ON IOT RECONFIGURABLE SMART SENSOR INTERFACE for INDUSTRIES USING ARMBASED ON IOT Prof. V.L.Jogdand 1, Pallavi P. Karamkar 2, 1 Asst. Prof, E&TC, DPCOE PUNE 2 ME STUDENT, E & TC, DPCOE PUNE, ABSTRACT Configurable

More information

Open Access Design and Implementation of the Infant Incubator Intelligent Control System Based on Internet of Things. Tianshun Huang * and Leiming Sun

Open Access Design and Implementation of the Infant Incubator Intelligent Control System Based on Internet of Things. Tianshun Huang * and Leiming Sun Send Orders for Reprints to reprints@benthamscience.ae The Open Automation and Control Systems Journal, 2015, 7, 2223-2229 2223 Open Access Design and Implementation of the Infant Incubator Intelligent

More information

Design of Fault Diagnosis System of FPSO Production Process Based on MSPCA

Design of Fault Diagnosis System of FPSO Production Process Based on MSPCA 2009 Fifth International Conference on Information Assurance and Security Design of Fault Diagnosis System of FPSO Production Process Based on MSPCA GAO Qiang, HAN Miao, HU Shu-liang, DONG Hai-jie ianjin

More information

Product Brief. Model: TLM922S-P01A. Ver.1.4

Product Brief. Model: TLM922S-P01A. Ver.1.4 Product Brief Model: TLM922S-P01A Ver.1.4 1 Index 1. Overview... 3 2. Product Features... 3 3. Application... 4 4. Product Specifications... 4 5. PIN Definition... 5 6. PCB Dimension... 6 7. Pin Configuration...

More information

Design and Implementation of Inspection System for Lift Based on Android Platform Yan Zhang1, a, Yanping Hu2,b

Design and Implementation of Inspection System for Lift Based on Android Platform Yan Zhang1, a, Yanping Hu2,b 2nd Workshop on Advanced Research and Technology in Industry Applications (WARTIA 2016) Design and Implementation of Inspection System for Lift Based on Android Platform Yan Zhang1, a, Yanping Hu2,b 1

More information

Product Brief. Model: TLM922S-P01A. Ver.1.0

Product Brief. Model: TLM922S-P01A. Ver.1.0 Product Brief Model: TLM922S-P01A Ver.1.0 1 Index 1. Overview... 3 2. Product Features... 3 3. Application... 4 4. Product Specifications... 4 5. PIN Definition... 6 6. PCB Dimension... 7 7. Pin Configuration...

More information

Research on Data Transmission and Information Integration Technology in the Distributed Wind Farm SCADA System

Research on Data Transmission and Information Integration Technology in the Distributed Wind Farm SCADA System Applied Mechanics and Materials Online: 2014-03-24 ISSN: 1662-7482, Vols. 543-547, pp 2641-2646 doi:10.4028/www.scientific.net/amm.543-547.2641 2014 Trans Tech Publications, Switzerland Research on Data

More information

Design of electrical meter reading system based on CDMA network

Design of electrical meter reading system based on CDMA network Available online www.jocpr.com Journal of Chemical and Pharmaceutical Research, 2014, 6(6):2497-2503 Research Article ISSN : 0975-7384 CODEN(USA) : JCPRC5 Design of electrical meter reading system based

More information

Design of Temperature and Humidity Data Acquisition System. Based on ARM

Design of Temperature and Humidity Data Acquisition System. Based on ARM 2017 International Conference on Computational Science and Engineering (ICCSE 2017) Design of Temperature and Humidity Data Acquisition System Based on ARM Pei-xue Liu 1, a, Yu-jie Chen 1, b, Bao-hua Jiang

More information

A platform to build smart solutions for everyday ease

A platform to build smart solutions for everyday ease A platform to build smart solutions for everyday ease The Internet of Things (IoT) is an environment in which objects, animals or people are provided with unique identifiers and the ability to transfer

More information

TEMPERATURE MONITORING SYSTEM

TEMPERATURE MONITORING SYSTEM TEMPERATURE MONITORING SYSTEM Akshada Rathod 1, VijitaMalhotra 2, Mritunjay Ojha 3 1, 2, 3 Department of Computer Engineering, Fr.Conceicao Rodrigues Institute of Technology, (India) ABSTRACT A temperature

More information

Information Acquisition System Based on ZigBee and ARM

Information Acquisition System Based on ZigBee and ARM 295 A publication of CHEMICAL EGIEERIG TRASACTIOS VOL. 46, 2015 Guest Editors: Peiyu Ren, ancang Li, Huiping Song Copyright 2015, AIDIC Servizi S.r.l., ISB 978-88-95608-37-2; ISS 2283-9216 The Italian

More information

Design and Research of Smart Home Terminal Based on Android Platform Bo LIU and Jia-tian ZHANG

Design and Research of Smart Home Terminal Based on Android Platform Bo LIU and Jia-tian ZHANG 2016 International Conference on Control and Automation (ICCA 2016) ISBN: 978-1-60595-329-8 Design and Research of Smart Home Terminal Based on Android Platform Bo LIU and Jia-tian ZHANG The Key Laboratory

More information

Design of Formaldehyde Monitoring System in Wireless Network Wang Renli 1, a. Liming2,b Zhu Lijun 1,c

Design of Formaldehyde Monitoring System in Wireless Network Wang Renli 1, a. Liming2,b Zhu Lijun 1,c Joint International Information Technology, Mechanical and Electronic Engineering Conference (JIMEC 2016) Design of Formaldehyde Monitoring System in Wireless etwork Wang Renli 1, a 1 Dong Liming2,b Zhu

More information

Wireless Best Kept Secret For Now

Wireless Best Kept Secret For Now Wireless Best Kept Secret For Now IoT Event June 2014 Gilles Thonet Managing Director Europe, ZigBee Alliance 2014 ZigBee Alliance. All rights reserved. 1 ZigBee Alliance at 10 Years Who we are Open, global,

More information

Design of Smart Home System Based on ZigBee Technology and R&D for Application

Design of Smart Home System Based on ZigBee Technology and R&D for Application Energy and Power Engineering, 2016, 8, 13-22 Published Online January 2016 in SciRes. http://www.scirp.org/journal/epe http://dx.doi.org/10.4236/epe.2016.81002 Design of Smart Home System Based on ZigBee

More information

An intelligent LED landscape lighting system

An intelligent LED landscape lighting system An intelligent landscape lighting system Lei Zhang 1,2,*, Jie Fang 1,2 and Ping Yu 1,2 1 School of electrical and photoelectrical Engineering. West Anhui University, Lu an, Anhui, 237012 2 Intelligent

More information

INTELLIGENT APPLIANCE CONTROL SYSTEM USING ARM7 AND ZIGBEE

INTELLIGENT APPLIANCE CONTROL SYSTEM USING ARM7 AND ZIGBEE Int. J. Elec&Electr.Eng&Telecoms. 2013 Pushkar Singh et al., 2013 Research Paper ISSN 2319 2518 www.ijeetc.com Vol. 2, No. 3, July 2013 2013 IJEETC. All Rights Reserved INTELLIGENT APPLIANCE CONTROL SYSTEM

More information

AN EFFICIENT MAC PROTOCOL FOR SUPPORTING QOS IN WIRELESS SENSOR NETWORKS

AN EFFICIENT MAC PROTOCOL FOR SUPPORTING QOS IN WIRELESS SENSOR NETWORKS AN EFFICIENT MAC PROTOCOL FOR SUPPORTING QOS IN WIRELESS SENSOR NETWORKS YINGHUI QIU School of Electrical and Electronic Engineering, North China Electric Power University, Beijing, 102206, China ABSTRACT

More information

Design of Smart home System Based on Basic Radio Frequency Wireless Sensor Network

Design of Smart home System Based on Basic Radio Frequency Wireless Sensor Network Design of Smart home System Based on Basic Radio Frequency Wireless Sensor Network https://doi.org/10.3991/ijoe.v14i04.8389 Fang Tian!! " Hunan Institute of Science and Technology, Yueyang, China 3151088628@qq.com

More information

REGIONAL COUNTRY INFORMATION SERVICE PLATFORM BASED ON HYBRID NETWORK

REGIONAL COUNTRY INFORMATION SERVICE PLATFORM BASED ON HYBRID NETWORK REGIONAL COUNTRY INFORMATION SERVICE PLATFORM BASED ON HYBRID NETWORK Songbin Zhou 1,2,*, Guixiong Liu 1, Taobo Cheng 1, 2 1 School of Mechanical Engineering, South China University of Technology, Guangzhou

More information

Design and Implementation of Agricultural Intelligent Monitoring System. based on the Android Platform. Liang Haili 1, a

Design and Implementation of Agricultural Intelligent Monitoring System. based on the Android Platform. Liang Haili 1, a Advances in Engineering Research (AER), volume 107 2nd International Conference on Materials Engineering and Information Technology Applications (MEITA 2016) Design and Implementation of Agricultural Intelligent

More information

International Conference on Information Sciences, Machinery, Materials and Energy (ICISMME 2015)

International Conference on Information Sciences, Machinery, Materials and Energy (ICISMME 2015) International Conference on Information Sciences, Machinery, Materials and Energy (ICISMME 2015) ARINC - 429 airborne communications transceiver system based on FPGA implementation Liu Hao 1,Gu Cao 2,MA

More information

The Application of Wireless Sensor in Aquaculture Water Quality Monitoring

The Application of Wireless Sensor in Aquaculture Water Quality Monitoring The Application of Wireless Sensor in Aquaculture Water Quality Monitoring Wen Ding, Yinchi Ma Beijing Fisheries Research Institute, Beijing, 100068, China {dingwen, mayinchi}@bjfishery.com Abstract. The

More information

Agricultural Collection System Based on Zigbee

Agricultural Collection System Based on Zigbee 301 A publication of CHEMICAL ENGINEERING TRANSACTIONS VOL. 46, 2015 Guest Editors: Peiyu Ren, Yancang Li, Huiping Song Copyright 2015, AIDIC Servizi S.r.l., ISBN 978-88-95608-37-2; ISSN 2283-9216 The

More information

Research and Design of Crypto Card Virtualization Framework Lei SUN, Ze-wu WANG and Rui-chen SUN

Research and Design of Crypto Card Virtualization Framework Lei SUN, Ze-wu WANG and Rui-chen SUN 2016 International Conference on Wireless Communication and Network Engineering (WCNE 2016) ISBN: 978-1-60595-403-5 Research and Design of Crypto Card Virtualization Framework Lei SUN, Ze-wu WANG and Rui-chen

More information

A Compatible Public Service Platform for Multi-Electronic Certification Authority

A Compatible Public Service Platform for Multi-Electronic Certification Authority Applied Mechanics and Materials Submitted: 2014-04-26 ISSN: 1662-7482, Vol. 610, pp 579-583 Accepted: 2014-05-26 doi:10.4028/www.scientific.net/amm.610.579 Online: 2014-08-11 2014 Trans Tech Publications,

More information

A Digital Menu System Based on the Cloud client Technology Lin Dong 1, a, Weibo Li 1, b, Ping He 2,c,Jia Liu 1,d

A Digital Menu System Based on the Cloud client Technology Lin Dong 1, a, Weibo Li 1, b, Ping He 2,c,Jia Liu 1,d Applied Mechanics and Materials Online: 2012-11-29 ISSN: 1662-7482, Vol. 235, pp 389-393 doi:10.4028/www.scientific.net/amm.235.389 2012 Trans Tech Publications, Switzerland A Digital Menu System Based

More information

Design and Implementation of Aquarium Remote Automation Monitoring and Control System

Design and Implementation of Aquarium Remote Automation Monitoring and Control System Design and Implementation of Aquarium Remote Automation Monitoring and Control System Yinchi Ma 1,2,* and Wen Ding 1,2 1 Beijing Fisheries Research Institute, Beijing, 100068, China 2 National Engineering

More information

2017 International Conference on Economics, Management Engineering and Marketing (EMEM 2017) ISBN:

2017 International Conference on Economics, Management Engineering and Marketing (EMEM 2017) ISBN: 2017 International Conference on Economics, Management Engineering and Marketing (EMEM 2017) ISBN: 978-1-60595-502-5 Design of Attendance Check System Based on Ethernet Technology and Fingerprint Recognition

More information

Web-based Building Energy Consumption Monitoring and Conservation Service DONG Wei1, a

Web-based Building Energy Consumption Monitoring and Conservation Service DONG Wei1, a 4th International Conference on Mechatronics, Materials, Chemistry and Computer Engineering (ICMMCCE 2015) Web-based Building Energy Consumption Monitoring and Conservation Service DONG Wei1, a 1 Faculty

More information

Condition Monitoring System of Mine Air Compressors Based on Wireless Sensor Network

Condition Monitoring System of Mine Air Compressors Based on Wireless Sensor Network Condition Monitoring System of Mine Air Compressors Based on Wireless Sensor etwork Sheng Fu, inbo Gao, Hao Lin Abstract In the current mine air compressors monitoring system, there are some difficulties

More information

Cemetery Navigation and Information Query System Based on Android and Java Web

Cemetery Navigation and Information Query System Based on Android and Java Web 2017 3rd International Conference on Computational Systems and Communications (ICCSC 2017) Cemetery Navigation and Information Query System Based on Android and Java Web Chao Ding1, a, Yongjie Yang1, b,

More information

Research on friction parameter identification under the influence of vibration and collision

Research on friction parameter identification under the influence of vibration and collision Research on friction parameter identification under the influence of vibration and collision Qiang Chen 1, Yingjun Wang 2, Ying Chen 3 1, 2 Department of Control and System Engineering, Nanjing University,

More information

Design of point to multi-point wireless communication system based on ZigBee

Design of point to multi-point wireless communication system based on ZigBee Design of point to multi-point wireless communication system based on ZigBee Tinting Meng, Chengdong Wu, Bo Shang, Chengxi Goo, unzhou Zhang College of Information Science and Engineering Northeastern

More information

Design and Implementation of a Multi-Function Data Acquisition System based on Android Platform

Design and Implementation of a Multi-Function Data Acquisition System based on Android Platform 2017 International Conference on Computer Science and Application Engineering (CSAE 2017) ISBN: 978-1-60595-505-6 Design and Implementation of a Multi-Function Data Acquisition System based on Android

More information

Design of an Intelligent PH Sensor for Aquaculture Industry

Design of an Intelligent PH Sensor for Aquaculture Industry Design of an Intelligent PH Sensor for Aquaculture Industry Haijiang Tai 1, Qisheng Ding 1,2,*, Daoliang Li 1,**, and aoguang Wei 1 1 College of Information and Electrical Engineering, China Agricultural

More information

Development and Application of Database System for Rubber Material

Development and Application of Database System for Rubber Material 4th International Conference on Information Systems and Computing Technology (ISCT 2016) Development and Application of Database System for Rubber Material Ningfei WU, Yan CAO, Yu BAI, Hu QIAO Department

More information

RWRemote v2 revision

RWRemote v2 revision User Guide RWRemote v2 revision 1.4 02. SUMMARY TECHNICAL FEATURES... 3 COMPATIBLE OS AND DEVICES... 4 CONNECTING THE WI-FI REMOTE TO THE ROBOT... 5 WORKING WI-FI MODES... 6 HOTSPOT MODE... 6 HOME WI-FI

More information

Qingdao, , China. China. Keywords: Deep sea Ultrahigh pressure, Water sound acquisition, LabVIEW, NI PXle hardware.

Qingdao, , China. China. Keywords: Deep sea Ultrahigh pressure, Water sound acquisition, LabVIEW, NI PXle hardware. 2016 International Conference on Control and Automation (ICCA 2016) ISBN: 978-1-60595-329-8 Research and Design on Water Sound Acquisition System of Deep Sea Ultrahigh Pressure Environment Gang TONG 1,

More information

A Design of Greenhouse Remote Monitoring System Based on WSN and WEB

A Design of Greenhouse Remote Monitoring System Based on WSN and WEB A Design of Greenhouse emote Monitoring System Based on WSN and WEB Jun Wang 1,2 and Gang Liu 1 1 Key Laboratory for Modern Precision Agriculture System Integration esearch, Ministry of Education, China

More information

HUMAN-COMPUTER INTERFACE DEVELOPMENT OF WIRELESS MONITORING SYSTEM BASED ON MINIGUI

HUMAN-COMPUTER INTERFACE DEVELOPMENT OF WIRELESS MONITORING SYSTEM BASED ON MINIGUI HUMAN-COMPUTER INTERFACE DEVELOPMENT OF WIRELESS MONITORING SYSTEM BASED ON MINIGUI Zhihua Diao 1, Chunjiang Zhao 1, 2, Xiaojun Qiao 2,*, Cheng Wang 2, Gang Wu 1, Xin Zhang 2 1 2 University of Science

More information

USR-LG220-L User Manual

USR-LG220-L User Manual USR-LG220-L User Manual File Version: V1.0.6.01 1 Contents USR-LG220-L User Manual... 1 Features... 3 1.Get Start... 4 1.1.Product introduction... 4 1.2.Basic parameters... 4 1.3.Application diagram...

More information

Remote Monitoring System of Ship Running State under Wireless Network

Remote Monitoring System of Ship Running State under Wireless Network Journal of Shipping and Ocean Engineering 7 (2017) 181-185 doi 10.17265/2159-5879/2017.05.001 D DAVID PUBLISHING Remote Monitoring System of Ship Running State under Wireless Network LI Ning Department

More information

Wireless Connectivity Options for IoT. By: MIST Makers John Varela and Nicholas Landy

Wireless Connectivity Options for IoT. By: MIST Makers John Varela and Nicholas Landy Wireless Connectivity Options for IoT By: MIST Makers John Varela and Nicholas Landy Outline Introduction to the Internet of Things (IoT) Wireless Communication in IoT Current Standards IEEE 802.11 (Wi-

More information

An Information Framework for Creating a Smart City through Internet of Things

An Information Framework for Creating a Smart City through Internet of Things An Information Framework for Creating a Smart City through Internet of Things Nilesh Mali 1, Prof A. B. Kanwade 2, PG Scholar, Dept. Of VLSI & Embedded System Engg, SITS Narhe, Pune, M.S., India 1 Assistant

More information

5.1 Configure each Sensor Pin Rename Set Rules Export Data Switching Nodes... 25

5.1 Configure each Sensor Pin Rename Set Rules Export Data Switching Nodes... 25 Hi-Gate User Manual Hi-Gate User Manual Hi-Gate User Manual Contents 1 Introduction... 3 1.1 Hi-Gate... 3 1.1.1 What is Hi-Gate... 3 1.1.2 Specifications... 3 1.1.3 Features... 4 1.2 Hi-Node... 5 1.2.1

More information

Remote monitoring system based on C/S and B/S mixed mode Kaibing Song1, a, Yinsong Wang2,band Dandan Shang3,c

Remote monitoring system based on C/S and B/S mixed mode Kaibing Song1, a, Yinsong Wang2,band Dandan Shang3,c 2nd International Conference on Electronics, Network and Computer Engineering (ICENCE 2016) Remote monitoring system based on C/S and B/S mixed mode Kaibing Song1, a, Yinsong Wang2,band Dandan Shang3,c

More information

WHITE PAPER. The 450 MHz Band Ecosystem

WHITE PAPER. The 450 MHz Band Ecosystem WHITE PAPER The 450 MHz Band Ecosystem Introduction M2M communications, in which everyday objects and devices are online and able to interact with each other, have seen significant growth in recent years.

More information

Design of the Refueling Card Information Transmission System Based On DTMF

Design of the Refueling Card Information Transmission System Based On DTMF Design of the Refueling Card Information Transmission System Based On DTMF Yingzhi Wang 1, Han Lin 2, Zewen Chang 3, Jia Yang 4 1 Changchun University of Science and Technology, Changchun 130022 China

More information

Embedded Technology for Remote Data Logging, Monitoring and Controlling Using GSM/GPRS

Embedded Technology for Remote Data Logging, Monitoring and Controlling Using GSM/GPRS Embedded Technology for Remote Data Logging, Monitoring and Controlling Using GSM/GPRS Sonika Bhagwatrao Jadhav 1, Prof. Ajay S. Wadhawe 2 Research Scholar (M.E.), Dept of ECE, SSIEMS, Parbhani, Maharashtra,

More information

Development of a Smart Power Meter for AMI Based on ZigBee Communication

Development of a Smart Power Meter for AMI Based on ZigBee Communication Development of a Smart Power Meter for AMI Based on ZigBee Communication Shang-Wen Luan Jen-Hao Teng Member IEEE Department of Electrical Engineering, I-Shou University, Kaohsiung, Taiwan Abstract: Many

More information

Applications of wireless sensor network in the agriculture environment monitoring

Applications of wireless sensor network in the agriculture environment monitoring Available online at www.sciencedirect.com Procedia Engineering 16 (2011 ) 608 614 International Workshop on Automobile, Power and Energy Engineering Applications of wireless sensor network in the agriculture

More information

The Research of Internet of Things in Operation and Maintenance for Distribution Grid

The Research of Internet of Things in Operation and Maintenance for Distribution Grid 2016 3 rd International Conference on Engineering Technology and Application (ICETA 2016) ISBN: 978-1-60595-383-0 The Research of Internet of Things in Operation and Maintenance for Distribution Grid Hengbo

More information

THE DESIGN OF GREENHOUSE ENVIRONMENT MONITORING SYSTEM BASED ON ZIGBEE

THE DESIGN OF GREENHOUSE ENVIRONMENT MONITORING SYSTEM BASED ON ZIGBEE THE DESIGN OF GREENHOUSE ENVIRONMENT MONITORING SYSTEM BASED ON ZIGBEE Chen Guoshao, Wang Zhongsheng, Shang Xiao Dept. of Computer Science & Engineering, Xi an Technological University, Xi an, China 710021

More information

An Efficient Low Power Transmission Over Long Range in Wireless Sensor Networks for environmental studies

An Efficient Low Power Transmission Over Long Range in Wireless Sensor Networks for environmental studies International Journal of Applied Environmental Sciences ISSN 0973-6077 Volume 11, Number 2 (2016), pp. 657-665 Research India Publications http://www.ripublication.com An Efficient Low Power Transmission

More information

Wireless Sensor Networks CS742

Wireless Sensor Networks CS742 Wireless Sensor Networks CS742 Outline Overview Environment Monitoring Medical application Data-dissemination schemes Media access control schemes Distributed algorithms for collaborative processing Architecture

More information

Environmental Monitoring for Historical Heritage Based on ZigBee Wireless Sensor Networks and Z-Stack

Environmental Monitoring for Historical Heritage Based on ZigBee Wireless Sensor Networks and Z-Stack Sensors & Transducers 2013 by IFSA http://www.sensorsportal.com Environmental Monitoring for Historical Heritage Based on ZigBee Wireless Sensor Networks and Z-Stack Sun QIONG, Xi ZHIQUN Capital Normal

More information

Research on Two - Way Interactive Communication and Information System Design Analysis Dong Xu1, a

Research on Two - Way Interactive Communication and Information System Design Analysis Dong Xu1, a 5th International Conference on Mechatronics, Materials, Chemistry and Computer Engineering (ICMMCCE 2017) Research on Two - Way Interactive Communication and Information System Design Analysis Dong Xu1,

More information

Hardware Design of Smart Home System Based on zigbee Wireless Sensor Network

Hardware Design of Smart Home System Based on zigbee Wireless Sensor Network Available online at www.sciencedirect.com ScienceDirect AASRI Procedia 8 (2014 ) 75 81 2014 AASRI Conference on Sports Engineering and Computer Science (SECS 2014) Hardware Design of Smart Home System

More information

Design of Soybean Milk Machine Control System based on STC89C52. Ya-gang SUN, Yue ZHANG, Zhi-gang YANG, Rui-cheng ZHANG and Xiao-wei SHEN

Design of Soybean Milk Machine Control System based on STC89C52. Ya-gang SUN, Yue ZHANG, Zhi-gang YANG, Rui-cheng ZHANG and Xiao-wei SHEN 2016 International Conference on Advanced Manufacture Technology and Industrial Application (AMTIA 2016) ISBN: 978-1-60595-387-8 Design of Soybean Milk Machine Control System based on STC89C52 Ya-gang

More information