An Approach to Develop Embedded System For Web Based Monitoring & Controlling of Renewable Energy Sources

Size: px
Start display at page:

Download "An Approach to Develop Embedded System For Web Based Monitoring & Controlling of Renewable Energy Sources"

Transcription

1 86 An Approach to Develop Embedded System For Web Based Monitoring & Controlling of Renewable Energy Sources 1 Akansha S. Fating, 2 T.H. Nagrare 1 Research Scholar, G.H. Raisoni College of Engineering Nagpur, India 2 Assistant Professor, G.H. Raisoni College of Engineering Nagpur, India Abstract The widespread application of Renewable Energy Sources (RES) requires centralized monitoring and controlling System. To make these operations control room independent, there is need to develop smart servers and web based applications. Cost is an essential factor of any embedded system design. This paper discusses a novel concept of designing of cost effective server/ client embedded system Renewable Energy sources. Here embedded server is developed with ARM9 controller loaded with windows CE operating system. Low cost client are designed using Atmega32 microcontroller with LAN connection. Server/ client are connected in LAN system and server based applications has been developed to monitor/ controlling the client operation. The server has web based applications that can be accessed via internet. Author has presented developed system and results. Keywords: Embedded System, Embeddded Web Server, ARM, Windows CE development. 1. Introduction In the past century, it has been seen that the consumption of non-renewable sources of energy has caused more environmental damage than any other human activity. Electricity generated from fossil fuels such as coal and crude oil has led to high concentrations of harmful gases in the atmosphere. This has in turn led to many problems being faced today such as ozone depletion and global warming. Therefore, alternative sources of energy have become very important and relevant to today s world. These sources, such as the sun and wind, can never be exhausted and therefore are called renewable. The System that converts electrical energy from these sources is called Renewable Energy System. Renewable energy is energy which comes from natural resources such as sunlight, wind, rain, Tides (Sea Waves) & geothermal heat (Heat Generated from Earth). All systems are remotely placed and generate power that stores in Battery. As generation and consumer systems are remotely placed, hence they need to monitor and have centralized control system. Development of an embedded system is need to today s word due to characteristics of embedded system like low cost, low power consumption, small size etc. Development of embedded system for the renewable energy source which is distributed at various locations is a challenging task for developer. Section 2 of this paper is focus on work done and published by researcher worldwide. Proposed system design and its implementation are presented in section 3 whereas testing and results of system is presented in section 4 of this paper. 2. Related Work Several remote monitoring systems has developed in past by number of authors. The remote monitoring system for green house environment is set in spot itself. The data from client is gather with help of wireless module-gprs &. CDMA. The dynamic WEB publishing can be realized by the ASP.NET technique in the remote server. Embedded operation system can be used for collection of data & for saving. This method could be significantly improve the system's Real-time, reliability and expansibility. The remote monitoring system can realize the real time publishing and the historical data request. The remote monitoring system can mitigate the bottle-neck phenomenon-so called "the last one kilometer access" to the remote agriculture spots and has the good prospects.[1] Ethernet embedded system using ARM controller is presented by some authors. Here they discuss about designing of Ethernet system &their interfacing with ARM based controller. The author had presented an implementation of a platform independent embedded web server and its integration. Through introducing web into control network, that was possible to break through the spatio-temporal restriction of traditional control network and effectively achieve remote sensing, monitoring and real-time controlling for equipment[2]. Architecture of embedded remote monitoring system based on Internet has

2 87 some of the key problems. They suggested that use of Java Applet for dynamic page design improved response capability. The embedded web server was designed and built as an expansion module for one of the nodes in the wireless sensor network (WSN). That allows authorized Internet users to establish two-way communication with the sensor network. The server uses limited available hardware resources to implement an interface to the WSN node and to serve dynamic HTML pages to the remote user. That was allows the user to monitor the operation of the WSN remotely, to periodically download the sensed data, and to change the operation mode of the network [3]. Some author had discussed about how to design web server & for designing web server JAVA language is used. Also they had discuss of about problem related to renewable energy resources how the data related to renewable energy resources is monitor & how it is collected in centralized server. An internet based embedded network monitoring system is proposed for renewable energy systems. By using a low cost network communication module (RCM 3700) as a web server, one can achieve better network security, lower power consumption, compact size, and easier to use as compared with a PC based one. [4] 3. System Design The proposed system is shown in figure 1. It consists of sub-systems as server and multiple clients. Client embedded system is directly connected to the individual renewable sources which driving certain applications. Server embedded system is central system connected to various clients through Local Area Network. This server system monitors & controls the operation of all clients. The server operation can be monitored & control through web from any internet based computer. This gives facility to administrator to control the operation of client from any corner of world & he need not required to be at control station were server is resided. A. Client Embedded System design Client embedded system has design for following applications. Monitoring status of battery which is charging through solar system. Monitor & control status of applications (Fan & Light) Monitor Surrounding temperature. Exchanging the information with server through Local Area Network. The connection diagram of renewable energy sources is shown in figure 2. This block diagram clears that battery will be charge continuously through solar panel (one of the renewable energy source). Multiple applications like fan, light etc will be running on battery. The devices will be monitor and control by client embedded system, which is connected with the server. Solar Panel Battery Client Embedded System Light Fan Figure 2. Connection diagram of client system To Server The embedded system is designed around Atmega 32 microcontroller as shown in figue3. It has four switch interface to selecting the program menu. Sensing temperature and battery voltage. 16X2 LCD display is interface to see the output of microcontroller. Multiple application are interfaced through relay to the circuits (like Fan and Light control). The system is designed with Ethernet interface with interfacing the chip ENC28J60, User Switches Battery Voltage Temperature Sensor ATme ga32 Micro contro ller 16 X 2 LCD Display Fan Light Ethernet Controller ENC28J60 RJ45 Connector Figure 1. Proposed system for renewable energy system control Figure 3. Block diagram of Client Embedded System

3 88 ATmega32 Microcontroller: The Atmel AVR AVR core combines a rich instruction set with 32 general purpose working registers. All the 32 registers are directly connected to the Arithmetic Logic Unit (ALU), allowing two independent registers to be accessed in one single instruction executed in one clock cycle. The resulting architecture is more code efficient while achieving throughputs up to ten times faster than conventional CISC microcontrollers. Ethernet Controller: Chip ENC28J60 is use as Ethernet controller for atmega 32 microcontroller. The operation of Ethernet controller IC is explain from figure4. TABLE I. Command GA SL01 / SL10 ST WL COMMANDS USE FOR SERVER CLIENT COMMUNICATION Meaning Get all (send total status of client) Set on the Fan / Light Set time interval for Temperature sending to server Write message to client LCD The server will initiate to connect the individual client. The client will have unique IP address. After connecting to the client server will send command GA to client (this means send the current status of client. In response to this server command client will response in bit stream shown in figure 6, which consist of total information of client and its surrounding condition. GAOKLLADCOTTEHHMMAAA.AAA.AAA.SSS.SSS.SSS;\r\n Figure 6. Reponce string from client. The response string shown in figure 5 can understand with meaning of their words as follows. GA:-Get all command Figure 4. Operation of Ethernet controller ENC28J60 LL:-application 1 &2 ADCO:- ADC value (4 digit value) TT:-Temperature (2 digit value) E:-enable/disable sending of Temperature value HH:- Hours (Timer set to send Temp value) MM:- minutes (Timer set to send Temp value) AAA:-AVR IP (eg ) SSS:- Server IP (eg ) \r\n:-end of command After receiving this bit string from server came to know necessary information. The software has designed to monitor the status and control the applications through these commands. Figure 7 shows snap shot of software developed for atmega based system using AVR studio tool Figure 5. Photo of Single client embedded system attched with solar pannel Software Design: Software for the ATmega is designed in ANSI C language using AVR studio tool. UDP protocol is implemented for server client communication. Server should use certain commands to send information; the list of command is listed in table1. Figure 7. Snap shot of Software developmentt for atmega32 system

4 89 B. Server System design The server has been design with Mini2440 ARM controller board loaded with windows CE 6.0 operating system on it. Mini 2400 The MINI2440 Development Board is based on the Samsung S3C2440 ARM9 based microprocessor with 400 MHz clock. The board measures 100 x 100 mm, ideal for learning about ARM9 systems. On board 64M SDRAM and NAND Flash,2M NOR flash with preinstalled BIOS, 100M Ethernet RJ-45 port (powered by the DM9000 network chip), The MINI2440 development board currently supports Linux and WinCE.NET 6.0. figure 8 shows the common resources available on mini2440 with ARM9 processor. The system software has been developed with C# language in visual studio The application is designed for following features. Use of UDP protocol through Ethernet connection Able to connect multiple client Popup menu will automatically update according to client connected. Individual pages for each clients, after selection of client from popup menu. Monitor the status of multiple clients. Able to control functions of multiple clients Figure 8 shows application build in visual studio in PC and same application ported on ARM based embedded server loaded with wince operating system. (a) Figure 8. Block Diagram of Mini2440 board Software Development The embedded server is loaded with windows CE operating system. Applications for wince can be developed in visual studio with various languages like VB, C++, C# on dot net platform. Here visual studio is acting as cross builder, which build application for targeted wince OS. Executable file of application, designed in Visual studio can be transferred to that target OS for execution. (b) Figure 9. Application softwre development (a)-development in PC, (b)- appliction deplyoid in Embedder Server

5 90 C. Interfacing embedded server and embedded client ARM and wince based embedded server and ATmegra32 microcontroller based embedded client has connected with Ethernet connection with LAN cable. Figure 10 shows interfacing of embedded server and one embedded client with lan cable. In this connection server has IP address as and client system has address as Conclusion Figure 12. Photo of experimental setup for testing Figure 10. Interfacing of Embedded Server and Embedded client through ethernet connection. 4. Testing The designed server and three clients are connected with LAN switch. Server has IP address as where as clients has IP address as Client , Client Client Block diagram of connection is shown in figure 11 and actual connection photo is given in figure 12. Server is able to monitor data of battery status, temperature, status of fan and light (as application connected to renewable energy resources). Server also able to control the operation of light and fan. Server is able to connect to multiple clients and shows their individual data. Server LAN Switch IP Client #1 Client #2 Client # Figure 11. Block diagram of experimental setup for testing Here author has presented concept of development of cost effective embedded system for web based renewable energy system that can monitor and control the functions. Author have presented the design of ARM processor and wince operating system based Embedded server and ATmega microcontroller based embedded client. The system is tested through Ethernet connections and find satisfactory. This can be cost effective solution the renewable energy sector. References [1] Xiuhong Li1, A Monitoring system for vegetable Greenhouse based on Wireless Sensor Network,IEEE [2] B. Srinivas Raja and G. Srinivas Babu, Design of Web based Remote Embedded Monitoring system, (CSEA) [3] V L Varaprasad Nagula, M.Venkateswara Rao, T.Raghavendra Vishnu, Embedded Ethernet Monitor And Controlling Using Web Browser IJESAT, [4] Se-Kang Ho ; Wei-Jen Lee ; Chia-Chi Chu ; Ching-Tsa Pan, An internet based embedded network monitoring system for renewable energy systems, ICPE '07. [5] Jian-ming Jiang, The Electrical Ethernet monitoring system based on embedded Web server 2010 IEEE volume3. [6] Fang Hongping, The Design of Remote Embedded Monitoring System based on Internet,2010 IEEE. [7] Basanta Mahato, An Embedded Web controllable heater interface for (INDICON). Industry application,2010 IEEE [8] Deepak C.Karia, Embedded Web Server Application Based automination & monitoring system,2011 IEEE. [9] Basanta Mahato, An Embedded Web controllable heater interface for industry application,2011 IEEE.

Embedded System Based Remote Monitoring and Controlling Systems for Renewable Energy Source

Embedded System Based Remote Monitoring and Controlling Systems for Renewable Energy Source Embedded System Based Remote Monitoring and Controlling Systems for Renewable Energy Source Ponmozhi.G, Mr.L.Bala kumar, M.tech Department of Electrical and Electronics Engineering, Saveetha Engineering

More information

Development of an Embedded Web Server System for Controlling and Monitoring of Remote Devices Based on ARM and Win CE

Development of an Embedded Web Server System for Controlling and Monitoring of Remote Devices Based on ARM and Win CE International Journal of Recent Technology and Engineering (IJRTE) ISSN: 2277-3878, Volume-1, Issue-2, June 2012 Development of an Embedded Web Server System for Controlling and Monitoring of Remote Devices

More information

Sensor network infrastructure for intelligent building monitoring and management system

Sensor network infrastructure for intelligent building monitoring and management system Sensor network infrastructure for intelligent building monitoring and management system 1 R.VENKATESH, 2 K.RADHA, 3 M.GANTHIMATHI 1.B.E-CSE, Muthayammal Engineering College, Rasipuram. 2. Assistant Professor

More information

Computer Automation Techniques. Arthur Carroll

Computer Automation Techniques. Arthur Carroll Computer Automation Techniques Arthur Carroll 1 Three Types of Computers Micro-Controller Single Board Computer Desktop Computer 2 The Micro-Controller Small inexpensive DIP or surface mount chips Roughly

More information

EMBEDDED GSM MONITOR AND CONTROL USING ANDROID APPLICATION

EMBEDDED GSM MONITOR AND CONTROL USING ANDROID APPLICATION http:// EMBEDDED GSM MONITOR AND CONTROL USING ANDROID APPLICATION J Ramya Ritika 1, K.V. Yateendranath 2 1 M.Tech Student [DSCE], Dept. of ECE, VITS, Kavali, Andhra Pradesh, (India) Associate Professor,

More information

Development of an Internet based Embedded System for Smart House Controlling and Monitoring

Development of an Internet based Embedded System for Smart House Controlling and Monitoring Development of an Internet based Embedded System for Smart House Controlling and Monitoring Ahmed Abd-Elkarim Abd- Ellatif Salih Maged Ali Mohammed Asa'ad Yousif Elhadi Elsideeg Ahmed Department of Computer

More information

SBC8600B Single Board Computer

SBC8600B Single Board Computer SBC8600B Single Board Computer 720MHz TI s Sitara AM3359 ARM Cortex-A8 Microprocessor Onboard 512MByte DDR3 SDRAM and 512MByte NAND Flash UARTs, 2*USB Host and 1*OTG, 2*Ethernet, CAN, RS485, LCD/TSP, Audio,

More information

An Intelligent Parking Guidance and Information System by using image processing technique

An Intelligent Parking Guidance and Information System by using image processing technique An Intelligent Parking Guidance and Information System by using image processing technique P.DharmaReddy 1, A. RajeshwarRao 2, Dr. Syed Musthak Ahmed 3 M. Tech Student, Embedded Systems, SR Engineering

More information

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

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

More information

Using the AVR microcontroller based web server

Using the AVR microcontroller based web server 1 of 7 http://tuxgraphics.org/electronics Using the AVR microcontroller based web server Abstract: There are two related articles which describe how to build the AVR web server discussed here: 1. 2. An

More information

SBC8100 Single Board Computer

SBC8100 Single Board Computer SBC8100 Single Board Computer TI OMAP3530 Processor based on 600MHz ARM Cortex-A8 core (for SBC8100) TI DM3730 Processor based on 1GHz ARM Cortex-A8 core (for SBC8100 Plus) Flexible Design with a Tiny

More information

Plc Based Monitoring and Controlling System Using Wi-Fi Device

Plc Based Monitoring and Controlling System Using Wi-Fi Device IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735.Volume 9, Issue 4, Ver. II (Jul - Aug. 2014), PP 29-34 Plc Based Monitoring and Controlling System

More information

Nagpur, Maharashtra, India

Nagpur, Maharashtra, India Volume 6, Issue 2, February 2016 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Automated Door

More information

Innovative Electronics for a Changing World INDEX

Innovative Electronics for a Changing World INDEX Innovative Electronics for a Changing World INDEX 1. SYSTEM DESCRIPTION 2. BOARD CONNECTIONS terminals and indicators 3. CONNECTION DIAGRAM 4. START UP GUIDE and passwords 5. HOME PAGE 6. STATUS PAGE 7.

More information

Operator Touch Panel PC OTP/57V esom2586 / x86

Operator Touch Panel PC OTP/57V esom2586 / x86 Operator Touch Panel PC OTP/57V esom2586 / x86 3U Operator Touch Panel Device with 5.7 VGA LCD, Touch Screen, Embedded PC and Java 6 Product Information Description The OTP/57V is a compact PC-based open

More information

IOVU-571N ARM-based Panel PC

IOVU-571N ARM-based Panel PC IOVU-571N ARM-based Panel PC Features RISC-based Panel PC IOVU-57N Application Dimensions Ordering Information Specifications ARM-based Panel PC IOVU-571N Serial IOVU software support Packing List Options

More information

CGI-based applications for distributed embedded systems for monitoring temperature and humidity

CGI-based applications for distributed embedded systems for monitoring temperature and humidity CGI-based applications for distributed embedded systems for monitoring temperature and humidity Grisha Spasov, Nikolay Kakanakov Abstract: The paper discusses the using of Common Gateway Interface in developing

More information

Microcontroller Based Low Cost Portable PC Mouse and Keyboard Tester

Microcontroller Based Low Cost Portable PC Mouse and Keyboard Tester Leonardo Journal of Sciences ISSN 1583-0233 Issue 20, January-June 2012 p. 31-36 Microcontroller Based Low Cost Portable PC Mouse and Keyboard Tester Ganesh Sunil NHIVEKAR *, and Ravidra Ramchandra MUDHOLKAR

More information

Design of Remote Security System Using Embedded Linux Based Video Streaming

Design of Remote Security System Using Embedded Linux Based Video Streaming International Journal of Computing Academic Research (IJCAR) ISSN 2305-9184 Volume 2, Number 2 (April 2013), pp. 50-56 MEACSE Publications http://www.meacse.org/ijcar Design of Remote Security System Using

More information

Wireless Sensor Network Based Low Power Embedded System Design For Automated Irrigation System Using MSP430

Wireless Sensor Network Based Low Power Embedded System Design For Automated Irrigation System Using MSP430 Wireless Sensor Network Based Low Power Embedded System Design For Automated Irrigation System Using MSP430 Mr. Patil Vikas Anandrao. M Tech. Student (Digital Systems) Rajarambapu Institute of Technology,

More information

Microtronics technologies Mobile: 99707 90092

Microtronics technologies Mobile: 99707 90092 For more Project details visit: http://www.projectsof8051.com/rfid-based-attendance-management-system/ Code Project Title 1500 RFid Based Attendance System Synopsis for RFid Based Attendance System 1.

More information

Solar Energy Conversion using MIAC. by Tharowat Mohamed Ali, May 2011

Solar Energy Conversion using MIAC. by Tharowat Mohamed Ali, May 2011 Solar Energy Conversion using MIAC by Tharowat Mohamed Ali, May 2011 Abstract This work introduces an approach to the design of a boost converter for a photovoltaic (PV) system using the MIAC. The converter

More information

MSITel provides real time telemetry up to 4.8 kbps (2xIridium modem) for balloons/experiments

MSITel provides real time telemetry up to 4.8 kbps (2xIridium modem) for balloons/experiments The MSITel module family allows your ground console to be everywhere while balloon experiments run everywhere MSITel provides real time telemetry up to 4.8 kbps (2xIridium modem) for balloons/experiments

More information

NETWORK ENABLED EQUIPMENT MONITOR

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

More information

Palaparthi.Jagadeesh Chand. Associate Professor in ECE Department, Nimra Institute of Science & Technology, Vijayawada, A.P.

Palaparthi.Jagadeesh Chand. Associate Professor in ECE Department, Nimra Institute of Science & Technology, Vijayawada, A.P. Patient Monitoring Using Embedded Palaparthi.Jagadeesh Chand Associate Professor in ECE Department, Nimra Institute of Science & Technology, Vijayawada, A.P Abstract The aim of this project is to inform

More information

NIOS II Based Embedded Web Server Development for Networking Applications

NIOS II Based Embedded Web Server Development for Networking Applications NIOS II Based Embedded Web Server Development for Networking Applications 1 Sheetal Bhoyar, 2 Dr. D. V. Padole 1 Research Scholar, G. H. Raisoni College of Engineering, Nagpur, India 2 Professor, G. H.

More information

Smart Home System Using Android Application

Smart Home System Using Android Application Smart Home System Using Android Application Karlapudi Siva Krishna Mr. Md Mohiddin Dr. M. Narendra Kumar, Dr. S. Sreenatha Reddy Student (M. Tech) Embedded Sys Asst. Prof, ECE Prof & Vice-Principal Prof

More information

Communication and connectivity the ideal solution for integrated system management and data integrity

Communication and connectivity the ideal solution for integrated system management and data integrity the ideal solution for integrated system management and data integrity The solution for Management solutions > Data centre > Emergency applications > Offices > Service industries > Industry > Telecommunications

More information

REMOTE HOST PROCESS CONTROL AND MONITORING OF INDUSTRY APPLIANCES

REMOTE HOST PROCESS CONTROL AND MONITORING OF INDUSTRY APPLIANCES REMOTE HOST PROCESS CONTROL AND MONITORING OF INDUSTRY APPLIANCES 1 Abinath.T.R, 2 Sudhakar.V, 3 Sasikala.S 1,2 UG Scholar, Department of Electrical and Electronics Engineering, Info Institute of Engineering,

More information

EMX-2500 DATA SHEET FEATURES GIGABIT ETHERNET REMOTE CONTROLLER FOR PXI EXPRESS MAINFRAMES SYSTEM LEVEL FUNCTIONALITY

EMX-2500 DATA SHEET FEATURES GIGABIT ETHERNET REMOTE CONTROLLER FOR PXI EXPRESS MAINFRAMES SYSTEM LEVEL FUNCTIONALITY DATA SHEET EMX-2500 GIGABIT ETHERNET REMOTE CONTROLLER FOR PXI EXPRESS MAINFRAMES FEATURES SYSTEM LEVEL FUNCTIONALITY Industry s first gigabit Ethernet Remote controller for PXI express mainframes Up to

More information

IEEE - IBM Smarter Planet Challenge. Smart Energy Saving System. 1. Project Description

IEEE - IBM Smarter Planet Challenge. Smart Energy Saving System. 1. Project Description IEEE - IBM Smarter Planet Challenge Smart Energy Saving System 1. Project Description Motivation - We live in a world with high costs of electricity. Burning fuel, coal, and petroleum produces electricity

More information

FLYPORT Wi-Fi 802.11G

FLYPORT Wi-Fi 802.11G FLYPORT Wi-Fi 802.11G System on module 802.11g WIFI - Infrastructure mode - softap mode - Ad hoc mode Microchip PIC 24F 16 bit processor Microchip MRF24WG0MA/MB - Native WiFi 802.11g transceiver - PCB

More information

Designed for the needs of automation, telecommunications, remote supervision, and monitoring

Designed for the needs of automation, telecommunications, remote supervision, and monitoring - Programmable automation controller (PAC) MADE IN EU is a series of industrial computers which you can easily adapt to your needs by choosing from the available options. Energy-efficient ARM11 700 MHz

More information

SOLAR PV-WIND HYBRID POWER GENERATION SYSTEM

SOLAR PV-WIND HYBRID POWER GENERATION SYSTEM SOLAR PV-WIND HYBRID POWER GENERATION SYSTEM J.Godson 1,M.Karthick 2,T.Muthukrishnan 3,M.S.Sivagamasundari 4 Final year UG students, Department of EEE,V V College of Engineering,Tisaiyanvilai, Tirunelveli,

More information

A Design of Video Acquisition and Transmission Based on ARM. Ziqiang Hao a, Hongzuo Li b

A Design of Video Acquisition and Transmission Based on ARM. Ziqiang Hao a, Hongzuo Li b A Design of Video Acquisition and Transmission Based on ARM Ziqiang Hao a, Hongzuo Li b Changchun University of Science & Technology, Changchun, Jilin, China a shuil47@163.com, b lihongzuo@sohu.com Keywords:video

More information

Temperature & Humidity SMS Alert Controller

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

More information

Real Time Monitoring System based on Embedded Linux Application

Real Time Monitoring System based on Embedded Linux Application Real Time Monitoring System based on Embedded Linux Application 1 Unnati Patel, 2 Vijay N. Chavda 1 ME Scholar, 2 Assistant Professor, VLSI and Embedded system, GTU PG School, Gandhinagar, India 1 patelunnu27@gmail.com,

More information

International Journal of Computer Engineering Science (IJCES)

International Journal of Computer Engineering Science (IJCES) Design and Automation of Security Management System for Industries Based On M2M Technology Swathi Bhupatiraju [1] T J V Subrahmanyeswara Rao M.Tech [2] [1] M.Tech. Student, Department of ECE, Swathi.bhupatiraj@gmail.com

More information

Implementation of Wireless Gateway for Smart Home

Implementation of Wireless Gateway for Smart Home Communications and Network, 2013, 5, 16-20 doi:10.4236/cn.2013.51b005 Published Online February 2013 (http://www.scirp.org/journal/cn) Implementation of Wireless Gateway for Smart Home Yepeng Ni 1, Fang

More information

Computer and Set of Robots

Computer and Set of Robots Lesson 11:DESIGN PROCESS EXAMPLES Mobile-Phone, Mobile- Computer and Set of Robots 1 Mobile Phone 2 Mobile phone SoC (System-on-Chip) Hardware units Microcontroller or ASIP (Application Specific Instruction

More information

Design of WSN-Based Remote Monitoring System for Environmental Parameters in Substation

Design of WSN-Based Remote Monitoring System for Environmental Parameters in Substation International Journal of Smart Grid and Clean Energy Design of WSN-Based Remote Monitoring System for Environmental Parameters in Substation Aina Hu a *, Huanhuan Wang b, and Jianchen Wan a a Department

More information

AFDtek Energy Dashboard

AFDtek Energy Dashboard AFDtek Energy Dashboard Facts: Heating, Cooling and Lighting typically make up more than 80% of a building s energy bill Utility bills are based on peak demand Employees and tenants become engaged in saving

More information

2.0 Command and Data Handling Subsystem

2.0 Command and Data Handling Subsystem 2.0 Command and Data Handling Subsystem The Command and Data Handling Subsystem is the brain of the whole autonomous CubeSat. The C&DH system consists of an Onboard Computer, OBC, which controls the operation

More information

SNMP INTERFACES AND SOFTWARE FOR SINGLE-PHASE UPS

SNMP INTERFACES AND SOFTWARE FOR SINGLE-PHASE UPS SNMP INTERFACES AND SOFTWARE FOR SINGLE-PHASE UPS NetAgent (connection through RJ45 LAN network) NetAgent is an SNMP (Simple Network Management Protocol) interface that enables connection and configuration

More information

ANYTIME ANYPLACE-REMOTE MONITORING OF STUDENTS ATTENDANCE BASED ON RFID AND GSM NETWORK

ANYTIME ANYPLACE-REMOTE MONITORING OF STUDENTS ATTENDANCE BASED ON RFID AND GSM NETWORK ANYTIME ANYPLACE-REMOTE MONITORING OF STUDENTS ATTENDANCE BASED ON RFID AND GSM NETWORK Mr.C.S.Karthikeyan 1 S.Murugeswari 2 Assistant professor, Dept. of ECE, Kamaraj College of Engineering and Technology,

More information

SNMP-1000 Intelligent SNMP/HTTP System Manager Features Introduction Web-enabled, No Driver Needed Powerful yet Easy to Use

SNMP-1000 Intelligent SNMP/HTTP System Manager Features Introduction Web-enabled, No Driver Needed Powerful yet Easy to Use SNMP-1000 Intelligent SNMP/HTTP System Manager Features Monitors system fans, temperature, voltage, power supply, CPU fan, CPU temperature, Vcore, watchdog timer etc. Stand alone system monitoring, no

More information

Figure 1.Block diagram of inventory management system using Proximity sensors.

Figure 1.Block diagram of inventory management system using Proximity sensors. Volume 1, Special Issue, March 2015 Impact Factor: 1036, Science Central Value: 2654 Inventory Management System Using Proximity ensors 1)Jyoti KMuluk 2)Pallavi H Shinde3) Shashank VShinde 4)Prof VRYadav

More information

XBee Wireless Sensor Networks for Temperature Monitoring

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

More information

WIZ-Embedded WebServer User s Manual (Ver. 1.0)

WIZ-Embedded WebServer User s Manual (Ver. 1.0) [텍스트 입력] WIZ-Embedded WebServer User s Manual (Ver. 1.0) 2007 WIZnet Inc. All Rights Reserved. For more information, visit our website at www.wiznet.co.kr Document History Information Revision Data Description

More information

WinCon-8000. Programmable Automation. Controller

WinCon-8000. Programmable Automation. Controller Programmable Automation Controller Introduction The is a leading edge embedded platform with Intel Strong ARM CPU running the Windows CE.NET operating system. When compared to the standard Windows OS,

More information

Hardware and Logic Implementation of Multiple Alarm System for GSM BTS Rooms

Hardware and Logic Implementation of Multiple Alarm System for GSM BTS Rooms Hardware and Logic Implementation of Multiple Alarm System for GSM BTS Rooms Arifa Ferdousi 1 and Sadeque Reza Khan 2 1 Dept. of Computer Science and Engineering, Varendra University, Rajshahi, Bangladesh

More information

Wireless Home Security System

Wireless Home Security System Wireless Home Security System Group: D14 Members: Vaibhav Singh (05D07026) Abhishek Tiwari (05D07028) Sauvik Chowdhury (05D07029) 1. Abstract The project is aimed at designing a low cost and reliable wireless

More information

Online Communication of Critical Parameters in Powerplant Using ZIGBEE

Online Communication of Critical Parameters in Powerplant Using ZIGBEE International Journal of Engineering Science Invention Volume 2 Issue 2 ǁ February. 2013 Online Communication of Critical Parameters in Powerplant Using ZIGBEE D.Santhiya 1, R.Renita Priyatharshini 2,K.C.Dhivya

More information

RTM X42 Multi-Channel Radio Transmission Tension Monitoring and Control System

RTM X42 Multi-Channel Radio Transmission Tension Monitoring and Control System RTM X42 Multi-Channel Radio Transmission Tension Monitoring and Control System RTM X42 is an innovative system that utilizes force measuring rollers to capture the tension of individual wires or strands,

More information

Gsm Based Controlled Switching Circuit Between Supply Mains and Captive Power Plant

Gsm Based Controlled Switching Circuit Between Supply Mains and Captive Power Plant International Journal of Computational Engineering Research Vol, 03 Issue, 4 Gsm Based Controlled Switching Circuit Between Supply Mains and Captive Power Plant 1, Mr.S.Vimalraj, 2, Gausalya.R.B, 3, Samyuktha.V,

More information

SIP Protocol as a Communication Bus to Control Embedded Devices

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

More information

SBC6245 Single Board Computer

SBC6245 Single Board Computer SBC6245 Single Board Computer 400MHz Atmel AT91SAM9G45 ARM 926EJ-STM Microcontroller On Board 128MB Nand Flash plus 128MB DDR2 SDRAM RS232, RS485, Ethernet, USB Host, LCD, Touch Screen, RTC, Supports for

More information

System Development Process based on Embedded Linux and Sensor Node

System Development Process based on Embedded Linux and Sensor Node System Development Process based on Embedded Linux and Sensor Node Shin-Hyeong Choi 1* and Hyoung-Keun Park 2 1* Dept. of Control & Instrumentation Engineering, Kangwon National University, 1 Joongang-ro

More information

8/16-Port IP KVM Switch IKVM-8010 / IKVM-16010. Quick Installation Guide

8/16-Port IP KVM Switch IKVM-8010 / IKVM-16010. Quick Installation Guide 8/16-Port IP KVM Switch IKVM-8010 / IKVM-16010 Quick Installation Guide Table Of Contents Chapter 1 Introduction... 3 1.1 Features... 3 1.2 Package Contents... 4 1.3 Technical Specifications... 4 Chapter

More information

NGSS Data Consolidator (DC)

NGSS Data Consolidator (DC) NGSS Data Consolidator (DC) The Data Consolidator (DC) facilitates system configuration, monitors network status, and supervises long-term data storage and remote data transmission. The DC consists of

More information

T-BOXN12R. First steps with T-BOXN12R. You can make it wireless. Date: 2004-07-16 Version 1.0

T-BOXN12R. First steps with T-BOXN12R. You can make it wireless. Date: 2004-07-16 Version 1.0 T-BOXN12R You can make it wireless First steps with T-BOXN12R Date: 2004-07-16 Version 1.0 Content 1. Purpose of this document... 3 2. T-BoxN12R overview... 4 3. First step... 5 3.1. Preparing your workshop

More information

Design of Online Embedded Web Server for Data Acquisition System # Author

Design of Online Embedded Web Server for Data Acquisition System # Author Design of Online Embedded Web Server for Data Acquisition System # Author A.Shilpa #1 Dept. of ECE, Sreenidhi Institute of Science and Technology, AP, India Abstract this paper realizes an Embedded based

More information

LB Sky Global. 92 Lobachevskogo St, Bld 92, Office 5, Moscow, Russia 119454 Tel/Fax 7(495)229-39-78, E-mail: office@grouplb.com, Site: www.grouplb.

LB Sky Global. 92 Lobachevskogo St, Bld 92, Office 5, Moscow, Russia 119454 Tel/Fax 7(495)229-39-78, E-mail: office@grouplb.com, Site: www.grouplb. Perimeter security system T-REX Moscow, 2011 Table of content 1. Introduction... 3 2. Main features of the T-REX system... 3 3. Structure of the system... 5 4. SL-6000 system sensors... 6 5. Signal processing

More information

Friendly ARM MINI2440 & Dalvik Virtual Machine with Android

Friendly ARM MINI2440 & Dalvik Virtual Machine with Android e t International Journal on Emerging Technologies (Special Issue on NCRIET-2015) 6(2): 197-202(2015) ISSN No. (Print) : 0975-8364 ISSN No. (Online) : 2249-3255 Friendly ARM MINI2440 & Dalvik Virtual Machine

More information

Recommended Tools and Supplies: Small Flat Blade Screwdriver, 35mm x 7.5mm DIN Rail. Qwik Install

Recommended Tools and Supplies: Small Flat Blade Screwdriver, 35mm x 7.5mm DIN Rail. Qwik Install TPDIN-Monitor-WEB Web Based Monitor and Control Remote Power Stations Backup Power Systems Solar Systems Wind Powered Systems Industrial Sense & Control Process Automation Congratulations! on your purchase

More information

How To Design A Code Lock System With A Status Display On A Cell Phone And A Password Code On A Smart Phone

How To Design A Code Lock System With A Status Display On A Cell Phone And A Password Code On A Smart Phone ISSN (e): 2250 3005 Vol, 04 Issue, 7 July 2014 International Journal of Computational Engineering Research (IJCER) Enhanced Wireless Security System With Digital code lock using RF &GSM Technology 1 E.Supraja,

More information

Development of a Conceptual Reference Model for Micro Energy Grid

Development of a Conceptual Reference Model for Micro Energy Grid Development of a Conceptual Reference Model for Micro Energy Grid 1 Taein Hwang, 2 Shinyuk Kang, 3 Ilwoo Lee 1, First Author, Corresponding author Electronics and Telecommunications Research Institute,

More information

5-Minute Refresher: RENEWABLE ENERGY

5-Minute Refresher: RENEWABLE ENERGY 5-Minute Refresher: RENEWABLE ENERGY Renewable Energy Key Ideas Renewable energy is a source of energy that can be used and replenished naturally in a relatively short period of time. Non renewable energy

More information

HVDP. High Voltage Dynamic Power supply/source. 1, 2.5 and 5kW Output DC + Sine Wave Family

HVDP. High Voltage Dynamic Power supply/source. 1, 2.5 and 5kW Output DC + Sine Wave Family Milano, 12 March 2015 HVDP High Voltage Dynamic Power supply/source 1, 2.5 and 5kW Output DC + Sine Wave Family HVDP (High Voltage Dynamic Power) is a family of power supply/source designed to generate

More information

SNC-VL10P Video Network Camera

SNC-VL10P Video Network Camera SNC-VL10P Video Network Camera CHANGING THE WAY BUSINESS 2AM. WATCHING HIS NEW PRODUCTION LINE. 10,000 MILES AWAY. COMMUNICATES www.sonybiz.net/netstation CORPORATE COMMUNICATIONS SURVEILLANCE VIDEOCONFERENCING

More information

Real Time Water Quality Monitoring System

Real Time Water Quality Monitoring System Real Time Water Quality Monitoring System Mithila Barabde 1, Shruti Danve 2 ME Student, Dept. of E&TC, MITCOE, Savitribai Phule Pune University, Pune, India 1 Assistant Professor, Dept. of E&TC, MITCOE,

More information

BROWSER-BASED HOME MONITOR USING ZIGBEE SENSORS

BROWSER-BASED HOME MONITOR USING ZIGBEE SENSORS Review of the Air Force Academy No 2 (24) 2013 BROWSER-BASED HOME MONITOR USING ZIGBEE SENSORS Marian ALEXANDRU, Vlad URSU Transilvania University of Brasov, Romania Abstract: A study of how to implement

More information

7a. System-on-chip design and prototyping platforms

7a. System-on-chip design and prototyping platforms 7a. System-on-chip design and prototyping platforms Labros Bisdounis, Ph.D. Department of Computer and Communication Engineering 1 What is System-on-Chip (SoC)? System-on-chip is an integrated circuit

More information

R-Win. Smart Wireless Communication Management System

R-Win. Smart Wireless Communication Management System Smart Wireless Communication Management System General R-Win is a smart communications adapter for management of wireless communications in a SCADA/Distributed Control System. The R-Win system includes

More information

Android, Bluetooth and MIAC

Android, Bluetooth and MIAC Android, Bluetooth and MIAC by Ben Rowland, June 2012 Abstract Discover how easy it is to use TCP network communications to link together high level systems. This article demonstrates techniques to pass

More information

Vehicle Tracking and Monitoring By ARM7

Vehicle Tracking and Monitoring By ARM7 Vehicle Tracking and Monitoring By ARM7 Gangadhar M 1, Madhu M S 2 (M Tech) Dept. of Computer Network Engineering VTU PG Studies, Visvesvaraya Technological University Belgaum, India Abstract This paper

More information

GPS NTP Time Server for Intranet Networks DIN RAIL Version

GPS NTP Time Server for Intranet Networks DIN RAIL Version GPS NTP Time Server for Intranet Networks DIN RAIL Version Description: GPS NTP time server is very simple low cost solution for Ethernet / Intranet time synchronization. Each computer or devices with

More information

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

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

More information

SPEED Cloud Computing Terminal. Model: SPEED-TY310

SPEED Cloud Computing Terminal. Model: SPEED-TY310 SPEED Cloud Computing Terminal Model: SPEED-TY310 Remark: the details port pls check by below picture, the difference is the power on /off butten, we design on the top of the device, pls kindly check above

More information

BEIJING EPSOLAR TECHNOLOGY CO.,LTD.

BEIJING EPSOLAR TECHNOLOGY CO.,LTD. WITH TWO BATTERY CHARGING EPSOLAR s duo-battery charging solar controller, For RVs, Caravans,and boats. Adjust options: 1. Battery type selection. 2. Two battery charging priority(from 0-100%) 3. Charging

More information

Education & Training Plan Renewable Energy Specialist Online

Education & Training Plan Renewable Energy Specialist Online Education & Training Plan Renewable Energy Specialist Online MyCAA Information Tuition: $3600 (1 exam included for LEED) MyCAA Course Code: LIT-RES3 Course Contact Hours: 365 Hours Program Duration: 6

More information

Embedded Display Module EDM6070

Embedded Display Module EDM6070 Embedded Display Module EDM6070 Atmel AT91SAM9X35 Based Single Board Computer BY Product Overview Version 1.0 Dated: 3 rd Dec 2013 Table of Contents Product Overview... 2 Introduction... 2 Kit Contents...

More information

Synapse s SNAP Network Operating System

Synapse s SNAP Network Operating System Synapse s SNAP Network Operating System by David Ewing, Chief Technology Officer, Synapse Wireless Today we are surrounded by tiny embedded machines electro-mechanical systems that monitor the environment

More information

Design and Development of a Wireless Remote POC Patient Monitoring System Using Zigbee

Design and Development of a Wireless Remote POC Patient Monitoring System Using Zigbee Design and Development of a Wireless Remote POC Patient Monitoring System Using Zigbee A. B. Tagad 1, P. N. Matte 2 1 G.H.Raisoni College of Engineering & Management, Chas, Ahmednagar, India. 2 Departments

More information

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

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

More information

IP Camera/NVR Management System. Datasheet. Camera Models: aircam, aircam Dome, aircam Mini. Camera/NVR Management Software. Versatile Camera Settings

IP Camera/NVR Management System. Datasheet. Camera Models: aircam, aircam Dome, aircam Mini. Camera/NVR Management Software. Versatile Camera Settings IP Camera/NVR Management System Camera Models: aircam, aircam Dome, aircam Mini Camera/NVR Management Software Versatile Camera Settings Detailed Statistic Reporting Advanced Analytics Cameras Breakthrough

More information

Industry First X86-based Single Board Computer JaguarBoard Released

Industry First X86-based Single Board Computer JaguarBoard Released Industry First X86-based Single Board Computer JaguarBoard Released HongKong, China (May 12th, 2015) Jaguar Electronic HK Co., Ltd officially launched the first X86-based single board computer called JaguarBoard.

More information

ARM Hardware Platform for Vehicular Monitoring and Tracking

ARM Hardware Platform for Vehicular Monitoring and Tracking ARM Hardware Platform for Vehicular Monitoring and Tracking Saurabh S. Chakole (M. Tech) Dept. of Electronics Engineering Y.C.C.E. (An Autonomous Institution) Nagpur, India. saurabhchakolefz@gmail.com

More information

The design and implementation of the environment monitoring system of smart home based on EnOcean technology

The design and implementation of the environment monitoring system of smart home based on EnOcean technology International Conference on Manufacturing Science and Engineering (ICMSE 2015) The design and implementation of the environment monitoring system of smart home based on EnOcean technology Peng Dong1, a,

More information

VTO6xxx. IP door stations. User manual

VTO6xxx. IP door stations. User manual VTO6xxx IP door stations User manual Table of Contents 1 Product Appearance 2 Basic Function Introduction 2.1 Call Manager Center 2.2 Call User 2.2.1 Connecting Status 2.2.2 Calling Status 2.3 Monitor

More information

Cisco Unified IP Conference Phone 8831 Installation

Cisco Unified IP Conference Phone 8831 Installation Cisco Unified IP Conference Phone 8831 Installation Cisco Unified IP Conference Phone 8831 Installation Overview, page 1 Before You Begin, page 1 Cisco Unified IP Conference Phone 8831 Components, page

More information

Version Date Author Description 1.00 19.07.2010 Jpo First version 1.01 21.12.2010 Jpo FET output descriptions made clearer 1.02 04.02.

Version Date Author Description 1.00 19.07.2010 Jpo First version 1.01 21.12.2010 Jpo FET output descriptions made clearer 1.02 04.02. +3 # Version Date Author Description 1.00 19.07.2010 Jpo First version 1.01 21.12.2010 Jpo FET output descriptions made clearer 1.02 04.02.2011 Jpo Reset button added 1. Purpose of this user manual...

More information

A Stable DC Power Supply for Photovoltaic Systems

A Stable DC Power Supply for Photovoltaic Systems Int. J. of Thermal & Environmental Engineering Volume 12, No. 1 (216) 67-71 A Stable DC Power Supply for Photovoltaic Systems Hussain A. Attia*, Beza Negash Getu, and Nasser A. Hamad Department of Electrical,

More information

LEGO NXT-based Robotic Arm

LEGO NXT-based Robotic Arm Óbuda University e Bulletin Vol. 2, No. 1, 2011 LEGO NXT-based Robotic Arm Ákos Hámori, János Lengyel, Barna Reskó Óbuda University barna.resko@arek.uni-obuda.hu, hamoriakos@gmail.com, polish1987@gmail.com

More information

Kokii BatteryDAQ. BMS Software Manual. Battery Analyzer Battery DAS

Kokii BatteryDAQ. BMS Software Manual. Battery Analyzer Battery DAS Kokii BatteryDAQ BMS Battery Analyzer Battery DAS Updated: October 2008 Caution: High Voltage Exists on Battery Power and Sampling Connectors! Please refer to device installation and operation manual for

More information

Keywords: GPS, GSM, AVR Microcontroller, SMS.

Keywords: GPS, GSM, AVR Microcontroller, SMS. Volume 5, Issue 4, 2015 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com A System for Car Accident

More information

Programming Device Manual Booklet AVR Prog USB v2

Programming Device Manual Booklet AVR Prog USB v2 Programming Device Manual Booklet AVR Prog USB v2 Programming device manual booklet: AVR Prog USB v2, STK500 v2 www.and-tech.pl Page 1 Content 1. Installation...3 2. HID mode drivers installation....3

More information

Activity 1: 2 butter cartons, scissors, cling film, thermometer, water, a sunny spot and a shady spot.

Activity 1: 2 butter cartons, scissors, cling film, thermometer, water, a sunny spot and a shady spot. Equipment: Activity 1: 2 butter cartons, scissors, cling film, thermometer, water, a sunny spot and a shady spot. Activity 2: 3 thermometers, black paper, white paper Suggested Class Level: 3rd 6th Preparation:

More information

Installation Steps Follow these steps to install the network camera on your local network (LAN):

Installation Steps Follow these steps to install the network camera on your local network (LAN): 1. Description The Network Camera supports the network service for a sensor image with progressive scan, which can be monitored on a real-time screen regardless of distances and locations. By using its

More information

Gigabyte Management Console User s Guide (For ASPEED AST 2400 Chipset)

Gigabyte Management Console User s Guide (For ASPEED AST 2400 Chipset) Gigabyte Management Console User s Guide (For ASPEED AST 2400 Chipset) Version: 1.4 Table of Contents Using Your Gigabyte Management Console... 3 Gigabyte Management Console Key Features and Functions...

More information