Research on IOT Intelligent Gateway Service Mechanism and System Implementation

Size: px
Start display at page:

Download "Research on IOT Intelligent Gateway Service Mechanism and System Implementation"

Transcription

1 Research on IOT Intelligent Gateway Service Mechanism and System Implementation Qian XiaoJun*, Fan DongPing, Ji GengLin Nanjing Normal University, Nanjing, Jiangsu, China Abstract This paper discusses the key technique for Internet application, IOT gateway. It focuses on the implementation of hardware and software system layer, to provide an embedded platform environment for the development. The system offers the access of different types of devices and exchanges data with the transmission network by various modes. According to the actual demand for implementation of gateway system, we choose ARM9 microprocessor as the core of hardware system. Then the hardware platform for IOT gateway is established based on the embedded hardware system design principles, with the transplanting of ARM-Linux operation system. We also design and realize the software modules for IOT gateway based on the hardware platform, and provide detailed analysis on the design ideas and techniques. The system is performed joint debugging in software and hardware, and it uses simple interactive program to simulate the communication between the control module and coordinator. The experiments shows our scheme can offer the relative functions of embedded IOT gateway and the tests all achieve expected effects. Keywords - IOT gateway; ARM; embedded platform; socket; CoAP/HTTP I. INTRODUCTION With the rising and constant development of Internet of Things (IOT), it brings another tide in information industry. In the whole IOT, sensor network is one of key components in it. The sensor devices in sensor network concretize and digitalize abstract things, so the information among people, can also be exchanged [1]. However, with increasing the types and quantities of sensor devices, the connection contradiction between sensor network and transmission network is gradually obvious and it seriously hinders further development of IOT. In essence, IOT technology is not the sophisticated technology but the integration between network communication technology and automatic control. In terms of IOT gateway, it combines three levels including perception, network and application and introduces corresponding application environment to study its structure [2,3]. Literature [4] introduces an IOT gateway which is used for telecommunication operation business. Based on characteristics analysis of IOT and operation business network, it summarizes that IOT gateway as bridge needs broad network access of perception layer, network service, data management, etc. Meanwhile, IOT is located the layer between perception layer and infrastructure network layers in structure. Literature [5] introduces and designs a heterogeneous network of multiple perception layer to access gateway equipment of basic communication network, shield different sensor networks and access networks are shielded. Thus, it provides a united data format for middle platform and application layer so that application program only needs to concern data processing of application environment. The reference also indicates that protocol conversion of gateway is one of its main functions. Based on above analysis, the design and application of IOT gateway should start from the overall structure. Then it is integrated with specific application and is filtered with relevant functional modules. For special implementation of the intelligent gateway, the gateway service and management functions should make enough efforts and simplify external interference to the maximum degree. As an open-type service gateway, the levels should be more explicit. Its structure is clearer and simpler for utilization. Based on the analysis on above problems, this paper integrates current embedded system application of communication technology and designs a hardware system of IOT gateway. It realizes different types of equipment access and provides data exchange with transmission network in different patterns. According to implementation and actual demand of the gateway system, ARM9-based microprocessor is taken as its kernel hardware system, with theoretical analysis and practical selection. Based on the design principle of embedded hardware system, the hardware platform of IOT gateway is constructed and transplanted in embedded ARM- 1inux operating system. IEEE802.1l-based ARM node can operate BATMAN routing protocol; IEEE based sensor node can operate RPL routing protocol and RFID radio-frequency equipment. Data processing layer is used to capture, analyze and process data packet and it can provide the functions for CoAP/HTTP protocol translation and local storage information collection. In code realization, we adopt bottom-up method to finish the code compiling of various levels of programs, to improve the system speed and offer layering to the program. During specific implementation, we performed joint commission tests of software and hardware. Meanwhile, we apply simple serial interaction program to imitate the communication between main control module and coordinator to further verify the feasibility of service DOI /IJSSST.a.16.1B ISSN: x online, print

2 gateway. We establish the test environments respectively to test various functions of IOT gateway. The results show that the embedded Linux-based IOT system can meet the design requirement in this paper. II. OVERRALL DESIGN ARCHITECTURE OF SYSTEM IOT service gateway brings a totally new concept for comprehensive implementation of future IOT, as a novel word. It involves three layers of IOT and it also becomes a kind of centralized reflection of system application design [6]. In addition to realize the communication between different networks, it also needs to manage the bottom devices. Users and third-party platform can manage each the sensing node via IOT service gateway to obtain related information of each node and endpoint for remote control. This paper takes into account the function requirement of IOT gateway for the single application scenarios. It designs an IOT gateway to improve the equipment utilization, by adopting dynamic loading function module and expanding equipment circumscribed socket. Its overall framework is shown as figure 1: Figure 1. Overall structure of IOT gateway. As the bottom layer of IOT gateway framework, the perception access layer is used to adapt different types of perception equipments at the bottom and send the collected sensor data to upper layer for processing [7]. The sensor III. devices contain IEEE based ARM nodes, IEEE based sensor node and RFID devices. ARM node operates BATMAN routing protocol and the data exchanging is performed between sensor nodes via RPL routing protocol. As the interlayer of IOT gateway framework, data analysis layer is used to capture, analyze and process the perception packet at the bottom. If the type is CoAP protocol data packet, it needs CoAP/HTTP protocol translation. As the top layer of IOT gateway framework, the translation application layer is used for remote transmission and application processing of sensor data. The remote transmission contains Ethernet transmission and 3G transmission and it is flexibly switched according to network situations SCHEME DESIGN A. Hardware Platform The hardware of IOT gateway takes the embedded microprocessor as core and it contains SDRAM module, FLASH module, power manage module, Ethernet interface module, LCD display interface module, USB module and serial port module, as shown in figure device, device and 3G device can connect the gateway by USB interface module, so do the RFID device by serial port module and LCD display by LCD display interface module, to exchange information with the IOT gateway. DOI /IJSSST.a.16.1B ISSN: x online, print

3 Figure 2. Hardware structure of IOT gateway. This paper chooses AR91RM9200 microcontroller in the series of ARM920T [8] as the core processor for IOT hardware system. The embedded microprocessor is based on computer processor. In actual implementation, the microprocessor is installed in specific circuit system, only keeping the needed functional module, and removing unrelated system functions by cutting. This largely reduces the volume and power of the whole system. Under some special conditions, in order to satisfy different application abilities of embedded system, the embedded microprocessor largely improves its hardware performance in addition to consistence between basic functions and standard processor. For instance, in some serious environments such as high/low temperature environment, frequent interruption spaces, etc, it still keeps its powerful reliability and stability. In addition, it has advantages like low cost, easy development, small size, light weight, etc. Main MPU contains ARM, MIPS, X86, etc. AT91RM9200 is a system which is established completely for ARM920T ARM thumb processor. It has rich systems, application peripherals and standard interfaces. It owns the characteristics of most embedded microprocessors like low power consumption, low cost and high performance. The internal structure is depicted in figure 3: In ATglRM9200, since most systems need to be allocated exterior memory devices. These memory devices are connected by allocated exterior bus interface of chips and selected storage devices through signals. There is a highspeed static RAM working area which is used to complete mapping between exterior storage and interior storage. By exterior data controller, this process treatment does not need processor or direct data exchanging. Therefore, the data transmission efficiency is largely improved while processor burden is reduced. Exterior bus interface contains dynamic storage controller, static storage controller and exterior extended storage controller and it realizes memory extension through designing special circuit. Advanced Interruption Controller (AIC) has 8 priorities. This controller has individual control ability and operates shield/openness operation according to requirement. Power management controller (PMC) can change running state of processor and other peripheral devices in order to reduce the power of the whole system during running as much as possible. In this microprocessor chip, various standard communication accesses are integrated including standard asynchronous serial communication access of RS232, RS422,etc, USB high speed interface, and Ethernet interface which is broadly used in internet. In addition, it also integrates a series of standard access, etc, in industrial field and can be broadly used in industrial control and management. The chips also integrate real-time debug interface such as UART, JTAG, etc. Due to existence of these debugging functions, during developing, developers can real-time track debug so that its development becomes more convenient and visual. B. Packet Processing The data processing module needs capture and type judgment of uploading data packet at the bottom and this needs Netfilter mechanism in Linux kernel. Netfilter is a filtering framework of Linux kernel packet and it owns the functions such as data packet processing, data packet filtering, transparent proxy, address masquerading, dynamic address transformation, media access control, etc. This framework defines a series of hook set for each protocol and each hook can download custom functions. The data packet will pass these hooks during the transmission at network layer and. The function registered by hooks will be triggered and process these data packets. When this process is finished, the data packet will return be submitted to the last protocol stack according to different types, or be retransmitted by route, or be directly discarded DOI /IJSSST.a.16.1B ISSN: x online, print

4 Figure 3: Internal architecture of AR91RM9200 Linux kernel provides a special structural body for Netfiter framework to express relative information of the hooks. The parameter is defined as follws: Static struct nf_hook_ops data_handle= {.hook= data_handle_process,.pf=pf_inet6,.hooknum=nf_ip6_pre_rounting,.priority= NF_IP6_PRI_FIRST, }; Hook denotes the custom functions that registered on the hook by users; pf denotes the protocol type adopted by Netfilter framework; hooknum denotes the type of operation hooks; priority denotes the priority order executed by hook function. This paper adopts NF_IP6_PRE_RPUTIONG hook in Netfilter framework to intercept and process the packets. Fist it needs to register the custom function of user on NF_IP6_PRE_RPUTIONG hook. When the data is post form the bottom layer to the top layer, the hook function is triggered automatically to intercept the packets and determine the types. If the packet is not UDP packet based on IPv6, it will be returned to kernel protocol stack directly; if the packet is CoAP packet, it will be turned to CoAP/HTTP protocol transformation module for process; if the packet is collected data, the information is backed up and turned to local storage module. The original data returns to kernel protocol stack. The packet processing flow is show as figure 4: We do not make much research on the data packets from DOI /IJSSST.a.16.1B ISSN: x online, print

5 top layer to bottom layer in this paper. So the data processing module will not intercept the data. It will find the next hop address by querying the router table and turn to corresponding device driver module to send it. Figure 4. Processing flow of packets same time, considering the modular programming idea of the C. Embedded Communication codes, each independent function should be encapsuled a ARM embedded platform adopts serial communication module to provide perfect interface for the outside, which is mode with wireless sensor network. It performs Socket convenient for system extension and daily maintenance. communication with user servers. Thus, the communication The data communication module of embedded platform is modules of embedded platform data is composed of composed by the serial data receiving module, serial data receiving module of serial data, sending module of serial sending module, socket data receiving module and data, receiving module of socket data, sending module of communication link maintenance module and etc. The socket data and maintenance module of communication link. relationship among them is describes as figure 5: Since we need rapid and random response of receiving and sending for the socket data, the reading and writing operations of socket should be isolated. Multithread design pattern is adopted in the system to process read-write operations by different threads. Read and write operations of the serial port and socket mainly aim to different types of buffers. The communication among different threads is realized by data sharing in buffer of the threads. This paper sets the buffer as global variable to get this object. Due to the global share buffer array, different threads will take synchronization mechanism to guarantee the consistency of data; otherwise, when one process performs read and write operation in the sharing area, another process also performs the same operation simultaneously, it will result in data disorder. During the program design process, we should determine Figure 5. Communication module of embedded system the function return value after the call of function interface In order to protect the read and write of serial port not to each time. If the return value is error, corresponding error be conflicted, the read and write operation between mutex processing mechanism will be set inside the module. At the and synchronous serial of conditional variable are adopted. DOI /IJSSST.a.16.1B ISSN: x online, print

6 When the thread reads corresponding data from serial port it attempts to obtain lock of buffer. If the lock of buffer is not released, it indicates that the data in buffer is not completely written in file descriptor of the socket file. That means it is not sent to the network. If the data at buffer has been completely sent through the network, the write module of socket will release previously obtained lock at buffer. At this time, the read module thread of serial obtains this lock, clears the buffer and writes data in this buffer. The Socket read module will receive data in an occupation mode from the network. If data is not received, this thread will always be occupied till it obtains mutex in buffer, cleans buffer, writes data in buffer and releases this lock. So we can guarantee the accuracy of data sending and receiving in the whole system in synchronous mode. IV. SYSTEM IMPLEMENTATION A. Ping Test For the implementation demand of the scheme we establish the test system described in figure 6. It is composed of 10 devices with the number from 0 to 9. This test system can be separated into two parts in the logic layer of IOT: one is the perception layer containing device number 0-4; the other is the application layer containing device number 6-9. The device connecting above two is the IOT gateway. Ping test is adopted to test the connectivity of IOT gateway. Command ping is used to test whether the address translation, IP packet header translation and ICMPT header translation are normal. The selected test devices include debug hosts of NO2. and NO.7. There are two test scenarios: No.2 debug host is in IPv4 network and No.7 debug host is in IPv6 network No.7 debug host is in IPv4 network and No.2 debug host is in IPv4 network In the first scenario, the address of No.2 debug host is ; the IPv4 address of IOT gateway is and the IPv6 address is 2001:da8:9000::251. Disposable IPv6 prefix is 2001:db8: 9000::2. The IOT gateway works in state mode. The IPv6 address of NO.7 debug host is 2001:da8:9003:0:30. When NO. 7 debug host use command Ping6 to connect NO. 2 debug host, the test result is shown as figure 7. In the second scenario, the IPv6 address of No.2 debug host is 2001:da8:9000::30 and the IPv4 address is The IPv6 address of IOT gateway is 2001:da8:9000::232 and its IPv4 address is Disposable IPv6 prefix is 2001:da8:9003:0:32. The IOT gateway works in stateless mode. The IPv6 address of NO.7 debug host is When NO. 2 debug host uses Figure 6. Architecture of test system command Ping6 to connect NO. 7 debug host, the test result is shown as figure 8. Figure 7. Test result of the first scenario DOI /IJSSST.a.16.1B ISSN: x online, print

7 Figure 8. Test result of the second scenario B. Translation function Test of COAP/HTTP protocol CoAP/HTTP protocol translation makes the remote clients based on HTTP access CoAP-based sensor node Web servers. The client input the URL access information This URL is the IPv6 address of the sensor node. The client send http request packet to the IOT gateway and the packet format is shown as figure 9. Figure 9. Http request message Figure 10. Http Response Message After the process of CoAP/HTTP protocol translation module, IOT gateway will send the coap request packet to the sensor node. Its packet format is shown in figure 10. When the sensor node receives the coap request packet it will resolve it and return the packet back to IOT gateway by coap response packet. IV. CONCLUSION At present, the development tendency of IOT, particularly for the sensor network, its types and quantities are constantly increasing and they influence development of peripheral network directly. Based on the study on a series of problems in this paper, an embedded-based IOT gateway system is proposed in order to realize access of constantly changing sensor device in sensor network, integrated with current network technology and embedded system development technology. We summarize the system structure of IOT and analyze the functional demand for IOT gateway. Then, we design overall architecture of the gateway and propose the system solution by the scheme of ARM+Linux. By functional tests and implementation tests of designed intelligent IOT gateway, it shows that our system operates stably and satisfies expected demand. Therefore, it has practicality and reference value for the development and research on embedded gateways.. ACKNOWLEDGMENT This work is supported by the Jiangsu province science and technology support plan: multiple platform based on WEB community integrated information management system (BE ); Prospective joint research plan project in jiangsu province: the wisdom of the town system based on GIS (BY ) funding. REFERENCES [1] Clayworth Geoffrey T., Bohlen Heinz P., IOT. A new, environmentally-friendly tube for UHF television transmitters, IEE Conference Publication, vol. 35, no. 4, pp.45-50, [2] Zhu Q, Wang R, Chen Q, et al., IOT gateway: Bridging wireless sensor networks into Internet of things, Embedded and Ubiquitous Computing (EUC), proceedings of IEEE/IFIP 8th International Conference on. IEEE, vol. 7, no. 2, pp , [3] Diane J. Skiba, The Internet of Things, Nursing Education Perspectives, vol.34, no. 3, pp.63-64, 2013,. [4] Li Fei, Wan Zhou, Xiong Xin, Research on sensor-gateway-terminal security mechanism of smart home based on IOT, Communications in Computer and Information Science, Changsha, China, vol. 5, no. 9, pp , [5] Savolainen Teemu, Soininen Jonne, Silverajan Bilhanan, IPv6 addressing strategies for IOT, IEEE Sensors Journal, vol.13, no. 10, pp , [6] Wen Yingyou, Li Zhi, A service-integrated sensor network middleware applied to industrial solutions of IOT related, Telecommunication Systems, vol.53, no. 9, pp.61-68, [7] Fantacci Romano, Pecorella Tommaso, Viti Roberto, A network architecture solution for efficient IOT WSN backhauling: Challenges and opportunities, IEEE Wireless Communications, vol.21, no. 12, pp , [8] Wang JianZhong, Tian Li, Wu Ling, ARM920T-based microcontroller AT91RM9200 for residential gateway application, Control & Automation, vol. 20, no. 1, pp.49-51, [9] WANG Yiping, WEI Wei, Realization of network security framework netfilter in Linux, Computer Engineering and Design, vol.27, No.3, pp , DOI /IJSSST.a.16.1B ISSN: x online, print

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

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

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 Implementation of Smart Gateway Based on Wireless Communication Technique

Design and Implementation of Smart Gateway Based on Wireless Communication Technique International Conference on Education, Management and Computer Science (ICEMC 2016) Design and Implementation of Smart Gateway Based on Wireless Communication Technique Zhongxiang Xiao1, a, Tengxue Rong1,

More information

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

Research and Design of Universal Proportional Valve Controller

Research and Design of Universal Proportional Valve Controller Open Access Library Journal 2018, Volume 5, e4588 ISSN Online: 2333-9721 ISSN Print: 2333-9705 Research and Design of Universal Proportional Valve Controller Qiyu Zhang, Xiaoxiao Cao, Minghai Duan, Xiaohui

More information

Design of the Storage Battery Online Monitoring System

Design of the Storage Battery Online Monitoring System Design of the Storage Battery Online Monitoring System Juan Tian College of Information Engineering, Taishan Medical University, Tai an 271016, China Cheng Wang Shandong Senter Electronic Co., Ltd, Zibo

More information

The Design of the Embedded WEB Server Based on ENC28J60

The Design of the Embedded WEB Server Based on ENC28J60 Available online at www.sciencedirect.com Procedia Engineering 15 (2011) 2670 2674 Advanced in Control Engineering and Information Science The Design of the Embedded WEB Server Based on ENC28J60 Shisheng

More information

A Hybrid Architecture for Video Transmission

A Hybrid Architecture for Video Transmission 2017 Asia-Pacific Engineering and Technology Conference (APETC 2017) ISBN: 978-1-60595-443-1 A Hybrid Architecture for Video Transmission Qian Huang, Xiaoqi Wang, Xiaodan Du and Feng Ye ABSTRACT With the

More information

Temperature Measurement and Control System Based on Embedded WEB

Temperature Measurement and Control System Based on Embedded WEB Temperature Measurement and Control System Based on Embedded WEB Limin Cai College of Physics and Information Engineering, Jianghan University Wuhan 430056, China Tel: 86-27-8422-6780 E-mail: cailm@yahoo.cn

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

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 IoT-Aware Architecture for Smart

An IoT-Aware Architecture for Smart An IoT-Aware Architecture for Smart Healthcare System Presented By: Amnah Allboani Abstract Smart hospital system (SHS) relies on complementary technologies specifically RFID, WSN, and smart mobile, interoperating

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

A smart Home Security system based on ARM9

A smart Home Security system based on ARM9 A smart Home Security system based on ARM9 B. Srinivasa sarma, Dr. P. Sudhakar Reddy, IEEE member Department of Electronics and communications engineering, Sri Kalahastheeswara Institute of Technology,

More information

The Design of CAN Bus Communication System Based on MCP2515 and S3C2440 Jinmei Liu, Junhong Wang, Donghui Sun

The Design of CAN Bus Communication System Based on MCP2515 and S3C2440 Jinmei Liu, Junhong Wang, Donghui Sun Advanced Materials Research Online: 2014-05-21 ISSN: 1662-8985, Vol. 933, pp 516-520 doi:10.4028/www.scientific.net/amr.933.516 2014 Trans Tech Publications, Switzerland The Design of CAN Bus Communication

More information

Improvement of the Communication Protocol Conversion Equipment Based on Embedded Multi-MCU and μc/os-ii

Improvement of the Communication Protocol Conversion Equipment Based on Embedded Multi-MCU and μc/os-ii Improvement of the Communication Protocol Conversion Equipment Based on Embedded Multi-MCU and μc/os-ii P. Sai Chaitanya & T. Sandeep ECE Department, Varadha Reddy College of Engineering, Hasanparthy,

More information

Research on Mine Gas Monitoring System Based on Single-chip Microcomputer

Research on Mine Gas Monitoring System Based on Single-chip Microcomputer 2018 2nd International Conference on Systems, Computing, and Applications (SYSTCA 2018) Research on Mine Gas Monitoring System Based on Single-chip Microcomputer Shusen Meng Jiangsu Vocational Institute

More information

Network protocol for Internet of Things based on 6LoWPAN

Network protocol for Internet of Things based on 6LoWPAN Abstract Network protocol for Internet of Things based on 6LoWPAN Yijun Wang 1,*, Yushan Mei 1 College of Electronic & Information Engineering, Changchun University of Science and Technology Changchun

More information

Jacquard Control System of Warp Knitting Machine Based on Embedded System

Jacquard Control System of Warp Knitting Machine Based on Embedded System IOP Conference Series: Materials Science and Engineering PAPER OPEN ACCESS Control System of Warp Knitting Machine Based on Embedded System To cite this article: Li Ce et al 2018 IOP Conf. Ser.: Mater.

More information

Network Video Surveillance System Based on Embedded Linux and ARM Technology

Network Video Surveillance System Based on Embedded Linux and ARM Technology Network Video Surveillance System Based on Embedded Linux and ARM Technology Abstract Feng Zhou Information Engineering Department, Suihua University, Suihua 152061, China With development of computer

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

Realization of IEC Protocol in DTU

Realization of IEC Protocol in DTU Realization of IEC 60870-5-104 Protocol in DTU Weiqing Tao, Xiong Chen and Qiaoyun Zhang Abstract According to the IEC 60870-5-101 and IEC 60870-5-104 telecontrol protocol published by IEC, the corresponding

More information

HDLC-USB. Portable Protocol Converter. Rev. Dec 25, Datasheet. Website:

HDLC-USB. Portable Protocol Converter. Rev. Dec 25, Datasheet.   Website: HDLC-USB Portable Protocol Converter Rev. Dec 25, 2017 HDLC-USB Datasheet Email: yacer@yacer.cn Website: www.yacer.cn 1 Overview... 3 1.1 Introduction... 3 1.2 Features... 3 1.3 Applications... 3 1.4 Technical

More information

Study and Design of CAN / LIN Hybrid Network of Automotive Body. Peng Huang

Study and Design of CAN / LIN Hybrid Network of Automotive Body. Peng Huang Advanced Materials Research Online: 2014-06-30 ISSN: 1662-8985, Vol. 940, pp 469-474 doi:10.4028/www.scientific.net/amr.940.469 2014 Trans Tech Publications, Switzerland Study and Design of CAN / LIN Hybrid

More information

A Network Disk Device Based on Web Accessing

A Network Disk Device Based on Web Accessing TELKOMNIKA Indonesian Journal of Electrical Engineering Vol.12, No.6, June 2014, pp. 4387 ~ 4392 DOI: 10.11591/telkomnika.v12i6.5472 4387 A Network Disk Device Based on Web Accessing QunFang Yuan 1, Wenxia

More information

Area Limitations on Smart Grid Computer Networks

Area Limitations on Smart Grid Computer Networks I.J. Wireless and Microwave Technologies, 2016, 3, 71-78 Published Online May 2016 in MECS(http://www.mecs-press.net) DOI: 10.5815/ijwmt.2016.03.08 Available online at http://www.mecs-press.net/ijwmt Area

More information

Application and Research of Man-Machine Interface and Communication Technique of Mobile Information Acquisition Terminal in Facility Production

Application and Research of Man-Machine Interface and Communication Technique of Mobile Information Acquisition Terminal in Facility Production Application and Research of Man-Machine Interface and Communication Technique of Mobile Information Acquisition Terminal in Facility Production Jinlei Li 1,*, Xin Zhang 1, Quanming Zhao 1, Wengang Zheng

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 Coal Mine Comprehensive Parameters Monitoring System Based on DSP

Design of Coal Mine Comprehensive Parameters Monitoring System Based on DSP 2011 International Conference on Computer Science and Information Technology (ICCSIT 2011) IPCSIT vol. 51 (2012) (2012) IACSIT Press, Singapore DOI: 10.7763/IPCSIT.2012.V51.86 Design of Coal Mine Comprehensive

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

HDLC-PCIE. Synchronous Serial Card. Rev. Dec 22, Datasheet. Website:

HDLC-PCIE. Synchronous Serial Card. Rev. Dec 22, Datasheet.   Website: HDLC-PCIE Synchronous Serial Card Rev. Dec 22, 2017 HDLC-PCIE Datasheet Email: yacer@yacer.cn Website: www.yacer.cn 1 Overview... 3 1.1 Introduction... 3 1.2 Features... 3 1.3 Driver Support... 3 1.4 Applications...

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

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 engine temperature real-time monitoring instrument based on Microcontroller. Wang Jiayue, Yue Yuntao, Luan Ru, Zhang Jianghui Qin Xin

The engine temperature real-time monitoring instrument based on Microcontroller. Wang Jiayue, Yue Yuntao, Luan Ru, Zhang Jianghui Qin Xin nd Workshop on Advanced Research and Technology in Industry Applications (WARTIA 06) The engine temperature real-time monitoring instrument based on Microcontroller Wang Jiayue, Yue Yuntao, Luan Ru, Zhang

More information

Design of analog acquisition and storage system about airborne flight data recorder

Design of analog acquisition and storage system about airborne flight data recorder 3rd International Conference on Mechatronics, Robotics and Automation (ICMRA 2015) Design of analog acquisition and storage system about airborne flight data recorder Changyou Li 1, a, Pengfei Sun 1, b

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

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

Health monitoring of an power amplifier using an ethernet controller

Health monitoring of an power amplifier using an ethernet controller Health monitoring of an power amplifier using an ethernet controller 1 Sharadha N, 2 J Pushpanjali 1 Student, 2 Assistant Professor Bangalore institute of technology Bangalore, India Abstract the computer

More information

The Application of CAN Bus in Intelligent Substation Automation System Yuehua HUANG 1, a, Ruiyong LIU 2, b, Peipei YANG 3, C, Dongxu XIANG 4,D

The Application of CAN Bus in Intelligent Substation Automation System Yuehua HUANG 1, a, Ruiyong LIU 2, b, Peipei YANG 3, C, Dongxu XIANG 4,D International Power, Electronics and Materials Engineering Conference (IPEMEC 2015) The Application of CAN Bus in Intelligent Substation Automation System Yuehua HUANG 1, a, Ruiyong LIU 2, b, Peipei YANG

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

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

Temperature Control System of Cold Storage

Temperature Control System of Cold Storage International Conference on Electromechanical Control Technology and Transportation (ICECTT 2015) Temperature Control System of Cold Storage Ting Lu 1 and Zeliang Liu 2 School of Electronic Engineering,

More information

Transmitter Station Remote Monitor System Based on Browser/Server Structure

Transmitter Station Remote Monitor System Based on Browser/Server Structure TELKOMNIKA, Vol.11, No.3, March 2013, pp. 1594 ~ 1599 ISSN: 2302-4046 1594 Transmitter Station Remote Monitor System d on Browser/Server Structure Shanshan Li*, Jian Zhou Communication University of China

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

Research on Image Sensor System Acquisition Based on ARM

Research on Image Sensor System Acquisition Based on ARM Sensors & Transducers, Vol. 161, Issue 1, December 013, pp. 86-91 Sensors & Transducers 013 by IFSA http://www.sensorsportal.com Research on Image Sensor System Acquisition Based on ARM Yao NAN The Information

More information

Developing Linux-based Embedded Networking Gateways. Kerstin Gerhardt SSV Embedded Systems Heisterbergallee 72 D Hannover

Developing Linux-based Embedded Networking Gateways. Kerstin Gerhardt SSV Embedded Systems Heisterbergallee 72 D Hannover Developing Linux-based Embedded Networking Gateways Kerstin Gerhardt SSV Embedded Systems Heisterbergallee 72 D-30453 Hannover kge@ist1.de 1 Agenda (What can you expect?) Short introduction of the author

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

Improvements on Proxying and Cache Scheme of CoAP Protocol for IPv6-Based Wireless Sensor Networks

Improvements on Proxying and Cache Scheme of CoAP Protocol for IPv6-Based Wireless Sensor Networks 3rd International Conference on Mechatronics and Industrial Informatics (ICMII 2015) Improvements on Proxying and Cache Scheme of CoAP Protocol for IPv6-Based Wireless Sensor Networks Ping Wang1,a*, Xin

More information

Smart Organization. Vivek Ghule Department of Computer Engineering Vishwakarma Institute of Information Technology Pune, India

Smart Organization. Vivek Ghule Department of Computer Engineering Vishwakarma Institute of Information Technology Pune, India 2017 IEEE 7th International Advance Computing Conference Smart Organization Vivek Ghule Department of Computer Engineering Vishwakarma Institute of Information Technology Pune, India vivekgghule@gmail.com

More information

Copyright is owned by the Author of the thesis. Permission is given for a copy to be downloaded by an individual for the purpose of research and

Copyright is owned by the Author of the thesis. Permission is given for a copy to be downloaded by an individual for the purpose of research and Copyright is owned by the Author of the thesis. Permission is given for a copy to be downloaded by an individual for the purpose of research and private study only. The thesis may not be reproduced elsewhere

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

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

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

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

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

Intended status: Standards Track Expires: December 11, 2018 Chongqing University of Posts and Telecommunications June 9, 2018

Intended status: Standards Track Expires: December 11, 2018 Chongqing University of Posts and Telecommunications June 9, 2018 DetNet Internet Draft Intended status: Standards Track Expires: December 11, 2018 H. Wang P. Wang C. Zhang Y. Yang Chongqing University of Posts and Telecommunications June 9, 2018 Joint Scheduling Architecture

More information

Automatic Environmental Monitoring System using Wireless Sensor Network

Automatic Environmental Monitoring System using Wireless Sensor Network Automatic Environmental Monitoring System using Wireless Sensor Network Soniya Sunny Department of Electronics and Communication Engineering Believers Church Caarmel Engineering College, Pathanamthitta,

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

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

Design and Implementation of Instrument NA Based on WMN

Design and Implementation of Instrument NA Based on WMN 2nd International Conference on Materials Science, Machinery and Energy Engineering (MSMEE 2017) Design and Implementation of Instrument NA Based on WMN Fangfei Wu 1, a, Meihua Yu 2, Jun Peng 1,*, Yina

More information

REAL TIME IMAGE PROCESSING BASED ON EMBEDDED LINUX

REAL TIME IMAGE PROCESSING BASED ON EMBEDDED LINUX REAL TIME IMAGE PROCESSING BASED ON EMBEDDED LINUX 1 S. M. GRAMOPADHYE, 2 R. T. PATIL RIT Sakharale Email: sgswapnilsmg328@gmail.com, ramesh.patil@ritindia.edu Abstract: The continuous improvement in development

More information

Smart Waste Management using Internet of Things Architecture

Smart Waste Management using Internet of Things Architecture Smart Waste Management using Internet of Things Architecture Alexandru Costin AVRAM Department of Economic Informatics and Cybernetics The Bucharest University of Economic Studies ROMANIA alexanderavram@gmail.com

More information

Integrating Custom Hardware into Sensor Web. Maria Porcius Carolina Fortuna Gorazd Kandus Mihael Mohorcic

Integrating Custom Hardware into Sensor Web. Maria Porcius Carolina Fortuna Gorazd Kandus Mihael Mohorcic Integrating Custom Hardware into Sensor Web Maria Porcius Carolina Fortuna Gorazd Kandus Mihael Mohorcic OUTLINE 1. Introduction 2. State of the art 3. System architecture - main components 3.1 Hardware

More information

Design and Implementation of Remote Medical Monitoring System for. Homecare

Design and Implementation of Remote Medical Monitoring System for. Homecare 2nd International Conference on Electronics, Network and Computer Engineering (ICENCE 2016) Design and Implementation of Remote Medical Monitoring System for Homecare Juan Zhong1, a, * Hua Liao2, b 1 College

More information

PXA270 EPIC Computer with Power Over Ethernet & Six Serial Protocols SBC4670

PXA270 EPIC Computer with Power Over Ethernet & Six Serial Protocols SBC4670 PXA270 EPIC Computer with Power Over Ethernet & Six Serial Protocols SBC4670 Features RoHS 520MHz Low-power ARM processor w/ 800 x 600 Color LCD Power Over Ethernet and 10/100BASE-T Ethernet GPS module

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

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

HDLC-ETH. Serial Ethernet Converter. Rev. Dec 20, Datasheet. Website:

HDLC-ETH. Serial Ethernet Converter. Rev. Dec 20, Datasheet.   Website: HDLC-ETH Serial Ethernet Converter Rev. Dec 20, 2017 HDLC-ETH Datasheet Email: yacer@yacer.cn Website: www.yacer.cn 1 Overview... 3 1.1 Introduction... 3 1.2 Features... 3 1.3 Applications... 3 1.4 Technical

More information

The Research of Long-Chain Wireless Sensor Network Based on 6LoWPAN

The Research of Long-Chain Wireless Sensor Network Based on 6LoWPAN 2017 5th International Conference on Enterprise Systems The Research of Long-Chain Wireless Sensor Network Based on 6LoWPAN Weilan Lin linweilan@gz.sia.cn Shuangfei Zi zishuangfei@gz.sia.cn Zhiyi Fan Department

More information

EMBEDDED SYSTEM FOR VIDEO AND SIGNAL PROCESSING

EMBEDDED SYSTEM FOR VIDEO AND SIGNAL PROCESSING EMBEDDED SYSTEM FOR VIDEO AND SIGNAL PROCESSING Slavy Georgiev Mihov 1, Dimitar Stoykov Dimitrov 2, Krasimir Angelov Stoyanov 3, Doycho Dimitrov Doychev 4 1, 4 Faculty of Electronic Engineering and Technologies,

More information

Prepayment Electric Energy Meter with Multi-functional for Multi-user based on STC11F52XE Sun Wei 1,a and Tuo Jianzhi 1,b

Prepayment Electric Energy Meter with Multi-functional for Multi-user based on STC11F52XE Sun Wei 1,a and Tuo Jianzhi 1,b pplied Mechanics and Materials Online: 2013-08-16 ISSN: 1662-7482, Vol. 367, pp 211-215 doi:10.4028/www.scientific.net/mm.367.211 2013 Trans Tech Publications, Switzerland Prepayment Electric Energy Meter

More information

Design of Wireless Sensing Virtual Cloud Desktop System Based on ARM-Linux

Design of Wireless Sensing Virtual Cloud Desktop System Based on ARM-Linux Design of Wireless Sensing Virtual Cloud Desktop System Based on ARM-Linux https://doi.org/10.3991/ijoe.v13i10.7743 Chunqing Han!! ", Lin Li Binzhou Tobacco Monopoly Bureau, Shandong, China hanchunqing0807@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

Design and Implementation of Dual-Mode Wireless Video Monitoring System

Design and Implementation of Dual-Mode Wireless Video Monitoring System Sensors & Transducers 2014 by IFSA Publishing, S. L. http://www.sensorsportal.com Design and Implementation of Dual-Mode Wireless Video Monitoring System BAO Song-Jian, YANG Shou-Liang ChongQing University

More information

The Integrated Design for Micro - environment Monitoring System of Showcase in Museum

The Integrated Design for Micro - environment Monitoring System of Showcase in Museum The Integrated Design for Micro - environment Monitoring System of Showcase in Museum Chan Dong 1, Yang Zhang 2, Jingjie Li 1 and Hui Zhang 2,* 1 Department of Instrument Intelligent Manufacturing Technology,

More information

An Cross Layer Collaborating Cache Scheme to Improve Performance of HTTP Clients in MANETs

An Cross Layer Collaborating Cache Scheme to Improve Performance of HTTP Clients in MANETs An Cross Layer Collaborating Cache Scheme to Improve Performance of HTTP Clients in MANETs Jin Liu 1, Hongmin Ren 1, Jun Wang 2, Jin Wang 2 1 College of Information Engineering, Shanghai Maritime University,

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

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

The Research on Design of Homeplug AV Low-Frequency EoC System Peifeng Li1, a

The Research on Design of Homeplug AV Low-Frequency EoC System Peifeng Li1, a 6th International Conference on Machinery, Materials, Environment, Biotechnology and Computer (MMEBC 2016) The Research on Design of Homeplug AV Low-Frequency EoC System Peifeng Li1, a 1 Xuzhou Technician

More information

INTERNET OF THINGS FOR SMART CITIES BY ZANELLA ET AL.

INTERNET OF THINGS FOR SMART CITIES BY ZANELLA ET AL. INTERNET OF THINGS FOR SMART CITIES BY ZANELLA ET AL. From IEEE INTERNET OF THINGS JOURNAL, VOL. 1, NO. 1, FEBRUARY 2014 Presented by: Abid Contents Objective Introduction Smart City Concept & Services

More information

Application of Redundant Backup Technology in Network Security

Application of Redundant Backup Technology in Network Security 2018 2nd International Conference on Systems, Computing, and Applications (SYSTCA 2018) Application of Redundant Backup Technology in Network Security Shuwen Deng1, Siping Hu*, 1, Dianhua Wang1, Limin

More information

Design and Development of Control System for Three- Dimensional Wireless Human-Computer

Design and Development of Control System for Three- Dimensional Wireless Human-Computer IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331, Volume 9, Issue 3 Ver. II (May Jun. 2014), PP 71-76 Design and Development of Control System for

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

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

Research of tooling test signal collection and analysis Guozhuang Liang 1, a, Xuan Chen 1,b,Yufeng Yao 2,c

Research of tooling test signal collection and analysis Guozhuang Liang 1, a, Xuan Chen 1,b,Yufeng Yao 2,c 5th International Conference on Information Engineering for Mechanics and Materials (ICIMM 2015) Research of tooling test collection and analysis Guozhuang Liang 1, a, Xuan Chen 1,b,Yufeng Yao 2,c 1 School

More information

THE APPLICATION OF EMBEDDED TECHNOLOGY IN NC SYSTEM

THE APPLICATION OF EMBEDDED TECHNOLOGY IN NC SYSTEM THE APPLICATION OF EMBEDDED TECHNOLOGY IN NC SYSTEM Yong Yin^ Zude Zhou\ Quan Liu^ Fangmin Li^ Yihong Long^ ^School of Information Engineering, Wuhan University of Technology; Email: yiyng_hust@j26. com

More information

The Design of Flower Ecological Environment Monitoring System Based on ZigBee Technology

The Design of Flower Ecological Environment Monitoring System Based on ZigBee Technology The Design of Flower Ecological Environment Monitoring System Based on ZigBee Technology Xiaoqing Guo 1,* and Xinjian Xiang 2 1 School of Biological and Chemical Engineering, Zhejiang University of Science

More information

A Multipath AODV Reliable Data Transmission Routing Algorithm Based on LQI

A Multipath AODV Reliable Data Transmission Routing Algorithm Based on LQI Sensors & Transducers 2014 by IFSA Publishing, S. L. http://www.sensorsportal.com A Multipath AODV Reliable Data Transmission Routing Algorithm Based on LQI 1 Yongxian SONG, 2 Rongbiao ZHANG and Fuhuan

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

Research on function and design of virtual instrument based on LabVIEW Technology

Research on function and design of virtual instrument based on LabVIEW Technology Available online www.jocpr.com Journal of Chemical and Pharmaceutical Research, 2014, 6(6):1099-1104 Research Article ISSN : 0975-7384 CODEN(USA) : JCPRC5 Research on function and design of virtual instrument

More information

EC EMBEDDED AND REAL TIME SYSTEMS

EC EMBEDDED AND REAL TIME SYSTEMS EC6703 - EMBEDDED AND REAL TIME SYSTEMS Unit I -I INTRODUCTION TO EMBEDDED COMPUTING Part-A (2 Marks) 1. What is an embedded system? An embedded system employs a combination of hardware & software (a computational

More information

Vortex Whitepaper. Simplifying Real-time Information Integration in Industrial Internet of Things (IIoT) Control Systems

Vortex Whitepaper. Simplifying Real-time Information Integration in Industrial Internet of Things (IIoT) Control Systems Vortex Whitepaper Simplifying Real-time Information Integration in Industrial Internet of Things (IIoT) Control Systems www.adlinktech.com 2017 Table of Contents 1. Introduction........ P 3 2. Iot and

More information

EtherCAT Data Acquisition System Based on DMA Mode

EtherCAT Data Acquisition System Based on DMA Mode 2012 2nd International Conference on Industrial Technology and Management (ICITM 2012) IPCSIT vol. 49 (2012) (2012) IACSIT Press, Singapore DOI: 10.7763/IPCSIT.2012.V49.5 0 EtherCAT Data Acquisition System

More information

Proposed Node and Network Models for M2M Internet

Proposed Node and Network Models for M2M Internet 2009-2012 NTT CORPORATION. All Rights Reserved. Proposed Node and Network Models for M2M Internet Yuminobu Igarashi NTT Information Sharing Platform Laboratories 2012 NTT Information Sharing Platform Laboratories

More information

The Research of Communication Technique between Host Computer and PLC in Automatic Assembly Equipment for Blood Taking Needle

The Research of Communication Technique between Host Computer and PLC in Automatic Assembly Equipment for Blood Taking Needle The Research of Communication Technique between Host Computer and PLC in Automatic Assembly Equipment for Blood Taking Needle Abstract Zhongbao Ji Wenzhou Vocational and Technical College Wenzhou 325035,

More information

Key Technology of Monitoring and Control for Coal Shearer Supporting Network Convergence

Key Technology of Monitoring and Control for Coal Shearer Supporting Network Convergence for Coal Shearer Supporting Network Convergence North China Institute of Science and Technology, Beijing 065201, China E-mail: zhangquanzhu1965@126.com Na Ma 12 North China Institute of Science and Technology,

More information

A Design and Implementation of Custom Communication Protocol Based on Aurora

A Design and Implementation of Custom Communication Protocol Based on Aurora A Design and Implementation of Custom Communication Protocol Based on Aurora BING LI School of Integrated Circuits Southeast University Sipailou No.2, Nanjing, Jiangsu Province, China Southeast University

More information

The Application of ATMEL SAM3 MCU in State Grid electric power collector

The Application of ATMEL SAM3 MCU in State Grid electric power collector The Application of ATMEL SAM3 MCU in State Grid electric power collector Wang Yanqin 1, a, Wang Hong 2,b, Liu Shuang 3,c 1 Department of Industrial and commercial college, Hebei University, Baoding 071002,

More information

Research on Heterogeneous Network Integration in Distribution Communication Network

Research on Heterogeneous Network Integration in Distribution Communication Network Research on Heterogeneous Integration in Distribution Communication Wei Li 1, Haonan Zheng 1, Hui He 1 1 (School of Control and Computer Engineering, North China Electric Power University, China) Abstract:

More information