Design of a remote image monitoring system based on GPRS
|
|
|
- Annis Lindsey
- 10 years ago
- Views:
Transcription
1 2009 International Conference on Machine Learning and Computing IPCSIT vol.3 (2011) (2011) IACSIT Press, Singapore Design of a remote image monitoring system based on GPRS Yongqiang Zhang 1, Guozhen Zhao 2, Yongjian Zhang 1 1 Hebei University of Engineering, Handan ,China 2 College of Information and Electrical Engineering,Hebei University of Engineering, Handan ,China 1+ College of Information and Electrical Engineering, Hebei University of Engineering, Handan , China Abstract. This paper introduces a remote image monitor system based on the technology of ARM9 and GPRS wireless communication. presents the structure and work principles of the system, furthermore, it puts emphasis on the hardware processing circuits of image and the foundation of GPRS remote communication protocol. Keywords: ARM, image monitoring, GPRS. 1. Introduction With the continuous improvement of people's living standard, people pay more attention to their own personal safety and property security. Contemporary, The rapid development of the economy along with the city's population sharp increase, add a new problem to the city social order, To protect the security of personal property and avoid thieving incident happened, Every family must have its own security system. In their traditional family system anti-theft alarm, fire alarm, and gas leak alarm subsystems function are single, false alarm rate is higher, it can only achieve local alarm, it naturally fails to achieve remote alarm in real time to reduce losses, but also record evidence of a crime for later inspection. To resolve these shortcomings and scarcity, and meet people's needs for intelligent home, therefore, Adopting image processing technology and GPRS wireless communication technology, the paper studys and designs remote image monitoring system based on ARM9 and GPRS[1]. 2. the structure and work principles of the system The system is mainly composed of alarm input, control unit, image processing, GPRS wireless communication and alarm output, and its working principle as shown in Figure 1. when the system works, the control unit detects the door magnetic sensor installed indoor, infrared, smoke, gas sensor circularly, once there is illegal personnel have intruded, gas leak or firing, etc. it will immediately send a warning signal to the CPU. The CPU will determine which and where the alarm is, and the scene immediately sends a sound and light alarm and takes emergency treatment, by controlling the camera to capture video images, Then the CPU carrys out image processing and sends data through the GPRS network to users in the form of SMS or MMS for attention. In addition, even if the host is away, he may master the situation at home through the GPRS network, and set defending or withdrawing mode to achieve remote monitoring function. Corresponding author. 482
2 3. System hardware design System hardware structure as shown in Figure 2: Figure 1 work principles of the system FLASH SDRAM camera Camera video video signal signal image processing module ARM ( S3C 2410 ) GPRS module user telephone sensors signals alarm intput alarm output alarming Figure 2 System hardware structure 3.1. ARM master module The ARM main control module is composed of the ARM controller, FLASH, SDRAM and related peripheral circuits. The ARM controller mainly controlls alarm input and output I / O port and other parts, at the same time, accepts and transmits video data, and achieves GPRS network communication and other functions[2], Therefore, the system need to choose the chip with more general-purpose I / O port and rich external resources for building peripheral circuits easily. So, the system selects Samsung S3C2410 as its processor, AM29LV160DB and 28F128J3A as FLASH, which stores bootloader guide code and source code respectively. and two pieces of HY57V as SDRAM for constituting the capacity of 64MB high-speed dynamic random access memory. The S3C2410 is a SOC chip based on ARM9T, low-power, high performance, which is very suitable for embedded product development. With LCD controller, 3-channel UART, 4-channel DMA, IIC and SPI bus interfaces, 117 Universal I / O ports, two USB host interfaces and a USB device interface and other resources, S3C2410 can meet the requirements of the whole system for the processor image processing module Image processing module includes the image acquisition chip, image compression chip and related peripheral circuits[3].the system adopts dedicated image acquisition and compression chips forming hardware circuits to realize image processing functions, not software.for one thing, it can guarantee realtime of the security alarm system, and reduce the burden of the controller in order to facilitate GPRS telematic,for another, it can obtain better digital compression images. The system selects image acquisition chip of Techwell's TW9903. The TW9903 internal has a software control selector with the election of one in four signal inputs, and chooses different types of input methods by composite video sources and S- videosource composed, it can automatically identify the input analog signal format, and input 24 bit RGB of decoding output, 8bit or 16 bit YUV digital signal and VREF, HREF control signals and the PCLK clock signals directly to image compression chip. The system uses a 8 YUV 4:2:2 output format, collects analog image signal of the camera through the BNC, and makes S3C2410 control and initialize TW9903 through IIC bus.anotrher,the system select image compression chip GO7007 of WIS Technologies Corporation. GO7007 using MPEG4 compression algorithm, supporting for CCIR-601, RGB Bayer and 8 bit CCIR-656 YUV 4:2:2 input format, can provide high-quality for narrow-band communication of 40 kb / s QCIF video 483
3 and 2 Mb/sMPEG4 video, as a while, with the Internet adjusting bit rate and frame rate dynamically using bandwidth, it is able to output high-quality Microsoft video formats. It contains video input interfaces, SDRAM interfaces, debug interfaces, and USB interfaces connected to controller HPI output interfaces ect.. The system uses 8bit YUV 4:2:2 input format and HPI output interface, using MT48LC2M32 the SDRAM as an external buffer, so that S3C2410 can pass initialized program and data to GO7007 through the HPI interface, and read compressed video data. Image processing module wiring as shown in Figure 3: BNC Figure 3 Image processing module wiring 3.3. GPRS module The system adopts GPRS module of Siemens MC35i GPRS MODEM[4]. The MC35i with a high performance-price ratio can speed up the exploiture and reduce cost. The MC35i integrates the complete RF circuit and GPRS baseband processor, and provides a complete GSM and GPRS wireless interface, It also supports EGSM900/GSM1800 dual-band, GRPS Class 8/Class B and GSM phase2 / 2 +, using TCP / IP network protocol to communicate, The MC35i connects with the controller through RS232 serial ports and is controlled by AT command. The S3C2410 controls MC35i by UART, which communicates with users to achieve alarm and remote monitoring. through the GPRS network by message or callings Alarm input and output circuits All the detectors and alarm devices used in the system are connected to controller through the GPIO to complete alarm input and output functions. However, these input and output signals have a so strong current, that the system would be affected largely. so the system uses respectively photoelectric isolation chip TLP521 and relays for alarm input and output signals to minimize impact which external signals produces on the system. 4. system software design VPO [0~7] AD [0~15] ALE VREF TW9903 GO7007 WR# S3C2410 HREF RD# PLCK INT IIC The system software mainly includes bootloader, operating system, file system and user applications. The bootloader using VIVI, is mainly used to initialize the processor and hardware equipment, download system image and initialize the operating system, then be ready to implement. The operating system uses a Linux2.4 core with powerful network and excellent transplant It has a powerful process, interrupt, memory, and equipment management, supports a variety of file system, a complete set of TCP / IP protocols and many necessary devices drivers embedded in the system, are used to manage a wide range of applications software to achieve systems real-time and multi-task. The file system uses EXT3 file system, makes all the files and directories in the system form overall directory hierarchy by tree structure, in order to facilitate system management of documents and equipments. The user applications are made up of a series of functions which complete the corresponding functions, including alarm monitoring procedures, image acquisition compression procedures, GPRS communication procedures, etc. So the paper need to compile all driver procedures of devices in the system and the corresponding user applications in order to achieve the required functions of the system. The main program of system flow shown in Figure 4: 484
4 Figure 4 the system main program flow chart 4.1. Image acquisition compression procedure The image acquisition compressed procedures is mainly designed to complete image processing and output in the center of the image acquisition chip and image compression chip. The mage acquisition part includes initialization procedures of the image acquisition chip, control procedures of register, and parameters control procedures, it achieves post-acquisition digital image input to image compression chip by controlling the output of the inage brightness, saturation and contrast. The image compression section includes GO7007 drivers and applications. The GO7007 drivers mainly complete initialization, turn off, checking the data and parameter control function for the chip. The GO7007 applications gain different data streams by controlling the parameters after acquiring compressed data GPRS Communication Program GPRS communication flow subroutine in Figure 5 below: start MC35i initialization parameter configuration whether there is alarm? send MMS or call end Y N accept message Whether it intalls parameter? N send control signal Y Figure 5 GPRS communication program flow The GPRS communication program is edited by AT commands, including GPRS module initialization, GPRS network parameter configuration, message alarm to send, message receive and calling, ect. It complete data s wireless transceiver base on TCP / IP protocol. when the GPRS module is initialized with + + +, ATV0, ATH and ATE0V0Q0 commands, ect. the MC35i executes instructions, data, hangs up and returns the results in the form of data. The GPRS network parameter configuration uses AT + CGDCONT = 1, "IP", "CMNET" commands, sets up GPRS network PDP mobile scene s identifier IP, APN access point is CMNET (China Mobile Net) respectively. It uses ATDT ***********# : to complete dial-up settings. Short message and telephone parts use AT +? =? and other commands to achieve the corresponding functions. 5. Concluding remarks 485
5 The wireless image monitoring system based on ARM embedded, image processing technology and GPRS technology, makes full use of the advantages embeding in the image processing, network communication and the existing GPRS network resources, It not only achieves a rapid security alarm, record evidence and remote monitoring, but also owns the advantage of high reliability, low False Alarm, costeffective and less loss. At present, the system can be upgraded by hardware and software and integrated new functional modules to meet the intelligent home security development needs in the future. It is tested shows that the system works stably and achieves the design requirement. The system also can be used in the place requiring security and remote monitoring,such as banks, libraries,museums and so on. 6. References [1] ZhiWai Liu.Research of embedded image monitor system based on ARM[D].Xi an university of industry,2006 [2] YingHui Xu. Embedded syste[mm design of ARM9[M]. Beijing University of Aeronautics and Astronautics Publishing house,2007 [3] DianHong Yu. Image detection and processing technology[m]. Xidian University,2006 [4] Yong Zhang. Research and implementation of Embedded Internet based on GPRS[D]. University of Electronic Science and Technology,2004 [5] XinShun Xu.Embedded linux application programming[m]. Mechanical industry publishing house,
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 [email protected], b [email protected] Keywords:video
An Embedded Based Web Server Using ARM 9 with SMS Alert System
An Embedded Based Web Server Using ARM 9 with SMS Alert System K. Subbulakshmi 1 Asst. Professor, Bharath University, Chennai-600073, India 1 ABSTRACT: The aim of our project is to develop embedded network
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
Application of Wireless Sensor Network and GSM Technology: A Remote Home Security System
Application of Wireless Sensor Network and GSM Technology: A Remote Home Security System Atul Arora, Ankit Malik ABSTRACT In this paper, a low-power consumption remote home security alarm system developed
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
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
Current and Ultrasonic Testing System
17th World Conference on Nondestructive Testing, 25-28 Oct 2008, Shanghai, China ARM9-Based High Speed Multi-channels Eddy Current and Ultrasonic Testing System Zeyi ZHANG 1, Lei ZHAO 2 ( 1 Eddysuns (Xiamen)
The Research and Application of College Student Attendance System based on RFID Technology
The Research and Application of College Student Attendance System based on RFID Technology Zhang Yuru, Chen Delong and Tan Liping School of Computer and Information Engineering, Harbin University of Commerce,
WIRELESS ALARM MONITORING. User Manual V1.2
WIRELESS ALARM MONITORING User Manual V1.2 Please read this user manual fully before attempting installation. Pictures are for indication and illustration purposes only. 1. Accessories Please make sure
A REMOTE HOME SECURITY SYSTEM BASED ON WIRELESS SENSOR NETWORK AND GSM TECHNOLOGY
A REMOTE HOME SECURITY SYSTEM BASED ON WIRELESS SENSOR NETWORK AND GSM TECHNOLOGY AIM: The main aim of this project is to implement Remote Home Security System Based on Wireless Sensor Network and GSM
Design and Realization of Internet of Things Based on Embedded System
Design and Realization of Internet of Things Based on Embedded System Used in Intelligent Campus Department of Computer and Information Engineering, Heze University, Shandong,274015,China,[email protected]
COMPUTER HARDWARE. Input- Output and Communication Memory Systems
COMPUTER HARDWARE Input- Output and Communication Memory Systems Computer I/O I/O devices commonly found in Computer systems Keyboards Displays Printers Magnetic Drives Compact disk read only memory (CD-ROM)
Network connectivity controllers
Network connectivity controllers High performance connectivity solutions Factory Automation The hostile environment of many factories can have a significant impact on the life expectancy of PCs, and industrially
Application Development for Video Monitoring System & Motion Detection System using ARM9 Processor
806 Application Development for Video Monitoring System & Motion Detection System using ARM9 Processor Shubhangi S. Kose 1, Prof. Mrs. Jyoti M.Varvadekar 2 1 M.E, Department of Electronics & Telecommunication,
securityprobe 5E Standard
securityprobe 5E Standard securityprobe 5E Standard Monitor the physical environment and receive alerts of any disturbances, such as unauthorized intruders, security breaches, high temperatures, smoke,
Ways to Use USB in Embedded Systems
Ways to Use USB in Embedded Systems by Yingbo Hu, R&D Embedded Engineer and Ralph Moore, President of Micro Digital Universal Serial Bus (USB) is a connectivity specification that provides ease of use,
Intelligent Home Automation and Security System
Intelligent Home Automation and Security System Ms. Radhamani N Department of Electronics and communication, VVIET, Mysore, India ABSTRACT: In todays scenario safer home security is required, As the technology
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...
Design &Implement of Embedded Web Technology in Traffic Monitoring System
2010 3rd International Conference on Computer and Electrical Engineering (ICCEE 2010) IPCSIT vol. 53 (2012) (2012) IACSIT Press, Singapore DOI: 10.7763/IPCSIT.2012.V53.No.1.27 Design &Implement of Embedded
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,
Design of a Wireless Medical Monitoring System * Chavabathina Lavanya 1 G.Manikumar 2
Design of a Wireless Medical Monitoring System * Chavabathina Lavanya 1 G.Manikumar 2 1 PG Student (M. Tech), Dept. of ECE, Chirala Engineering College, Chirala., A.P, India. 2 Assistant Professor, Dept.
Quectel Wireless Solutions Wireless Module Expert U10 UMTS Module Presentation
Quectel Wireless Solutions Wireless Module Expert U10 UMTS Module Presentation 2012-1 Contents General Description Target Applications Highlights Hardware Architecture Software Advantage Enhanced AT Commands
CDMA-based network video surveillance System Solutions
1 Contact:Peter Zhang Email: [email protected] CDMA-based network video surveillance System Solutions Introduction In recent years, mobile communication, video surveillance for its intuitive, easy to
Product Information S N O. Portable VIP protection CCTV & Alarm System 2
Product Information S N O Portable VIP protection CCTV & Alarm System 2 G O V E R N M E N T A L S E C U R I T Y S O L U T I VIP KIT Rapid Deployment VIP Protection Kit The VIP KIT has been designed to
Compatible with all of the Ravica range of Intelligent Sensors it provides a complete environmental, access control and security monitoring solution.
Sensor Control... Control... Sensor Control... Access securityprobe 5E Standard securityprobe 5E Standard Monitor the physical environment and receive alerts of any disturbances, such as unauthorized intruders,
FLEET MANAGEMENT & CAR SECURITY SYSTEM GPRS/GPS
FLEET MANAGEMENT & CAR SECURITY SYSTEM FOR PROVIDERS AND CUSTOMERS The Tracker Server Communication Program for data collection The Tracker Client Map Program intended for dispatching desks The GSM/GPRS
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
Bus Data Acquisition and Remote Monitoring System Using Gsm & Can
IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331, Volume 8, Issue 3 (Nov. - Dec. 2013), PP 88-92 Bus Data Acquisition and Remote Monitoring System
Networking Remote-Controlled Moving Image Monitoring System
Networking Remote-Controlled Moving Image Monitoring System First Prize Networking Remote-Controlled Moving Image Monitoring System Institution: Participants: Instructor: National Chung Hsing University
VS-100. PoE. H.264 PoE Video Server. H.264 Compression H.264 DI/DO. Compression Rate Comparison MJPEG MPEG4 H.264.
H.264 Video Server T he AirLive is a one channel video server for easily upgrade your old CCTV camera to a network-enabled IP camera and hence convert your local surveillance system into a global one.
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
Automated Profile Vehicle Using GSM Modem, GPS and Media Processor DM642
2009 International Conference on Computer Engineering and Applications IPCSIT vol.2 (2011) (2011) IACSIT Press, Singapore Automated Profile Vehicle Using GSM Modem, GPS and Media Processor DM642 Muhammad
ZigBee Technology Overview
ZigBee Technology Overview Presented by Silicon Laboratories Shaoxian Luo 1 EM351 & EM357 introduction EM358x Family introduction 2 EM351 & EM357 3 Ember ZigBee Platform Complete, ready for certification
Remote Monitoring and Controlling System Based on ZigBee Networks
Remote Monitoring and Controlling System Based on ZigBee Networks Soyoung Hwang and Donghui Yu* Department of Multimedia Engineering, Catholic University of Pusan, South Korea {soyoung, dhyu}@cup.ac.kr
M85 OpenCPU Solution Presentation
M85 OpenCPU Solution Presentation 2013/09/22 Wireless Solutions Co., Ltd. All rights reserved OUTLINE OpenCPU Summary Advantages Software Architecture What s New? Open Resources Development Requirements
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
ADVANCED VEHICLE TRACKING SYSTEM USING ARM7
ADVANCED VEHICLE TRACKING SYSTEM USING ARM7 L. Kishore 1, Arun Raja 2 1 M.E. Embedded Systems Technologies, Sri Ramakrishna Engineering College 2 Assistant Professor, Department of ECE, Sri Ramakrishna
TCP/IP Network Communication in Physical Access Control
TCP/IP Network Communication in Physical Access Control The way it's done: The security industry has adopted many standards over time which have gone on to prove as solid foundations for product development
System-on-a-Chip with Security Modules for Network Home Electric Appliances
System-on-a-Chip with Security Modules for Network Home Electric Appliances V Hiroyuki Fujiyama (Manuscript received November 29, 2005) Home electric appliances connected to the Internet and other networks
Figure 1. Example of a Security System
Security Systems: Migration to Cloud-Enabled IP-Based Solutions Introduction Security systems are used in a variety of locations, such as residential homes, office buildings, hospitals, industrial facilities,
Pre-tested System-on-Chip Design. Accelerates PLD Development
Pre-tested System-on-Chip Design Accelerates PLD Development March 2010 Lattice Semiconductor 5555 Northeast Moore Ct. Hillsboro, Oregon 97124 USA Telephone: (503) 268-8000 www.latticesemi.com 1 Pre-tested
International Journal of Science Engineering and Advance Technology, IJSEAT, Vol 2, Issue 11
Accelerometer Based Vehicle Monitoring And Tracking System Using ARM Processor And GPS B.Praveen kumar, V.Anuragh, NLP Raju M.Tech scholar, Assistant Professor, DEPT of ECE, BVC ENGG COLLEGE, Odalarevu.
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
Automated Security System using ZigBee
IJIRST International Journal for Innovative Research in Science & Technology Volume 2 Issue 01 June 2015 ISSN (online): 2349-6010 Automated Security System using ZigBee Sneha Susan Abraham Saveetha School
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
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
Camera Sensor Driver Development And Integration
Camera Sensor Driver Development And Integration Introduction Camera enables multimedia on phones. It is going to be an important human machine interface, adding to augmented reality possibilities on embedded
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
AXIS Network Cameras Crisp quality images and live video over the Internet.
Technical Overview Axis Communications www.axis.com Contents Introduction...1 Why Networked Camera?...2 Theory of Operation...2 A web page Example:...2 Network, Modem and Internet Connectivity...3 Advanced
Display Message on Notice Board using GSM
Advance in Electronic and Electric Engineering. ISSN 2231-1297, Volume 3, Number 7 (2013), pp. 827-832 Research India Publications http://www.ripublication.com/aeee.htm Display Message on Notice Board
Security GSM Alarm System USER MANUAL
Security GSM Alarm System USER MANUAL System installation Brief introduction of system This alarm consists of main engine of alarm and various wireless-connected accessories. When people enter the defense
Design of Wireless Home automation and security system using PIC Microcontroller
IJCAES ISSN: 2231-4946 Volume III, Special Issue, August 2013 International Journal of Computer Applications in Engineering Sciences Special Issue on National Conference on Information and Communication
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
Design and Development of Embedded Multimedia Terminal
Design and Development of Embedded Multimedia Terminal G.Siddaiah 1, B.Chakradhar 2 1 M.Tech, Dept of ECE, CMR College of Engineering&Technology, Hyderabad, AP-India, 2 Asst Prof, Dept of ECE, CMR College
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
Lab Experiment 1: The LPC 2148 Education Board
Lab Experiment 1: The LPC 2148 Education Board 1 Introduction The aim of this course ECE 425L is to help you understand and utilize the functionalities of ARM7TDMI LPC2148 microcontroller. To do that,
Overview. 1. GPS data tracking via GSM SMS / GPRS. 2. GPS data logging in internal memory. 3. Alarm alert via GSM SMS / Dialing / GPRS
Vehicle or Personal Position Tracking Vehicle Status and Speed Tracking Auto Accident Report Global Position System (GPS) Navigation System Anti theft Alarm System Overview 1. GPS data tracking via GSM
Computer Systems Structure Input/Output
Computer Systems Structure Input/Output Peripherals Computer Central Processing Unit Main Memory Computer Systems Interconnection Communication lines Input Output Ward 1 Ward 2 Examples of I/O Devices
Embedded Ethernet Interface Using Arm Processor
IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) ISSN: 2278-2834, ISBN: 2278-8735. Volume 4, Issue 4 (Jan. - Feb. 2013), PP 24-28 Embedded Ethernet Interface Using Arm Processor Raghava
DEVELOPMENT OF HOME SECURITY SYSTEM USING GSM MODULE
DEVELOPMENT OF HOME SECURITY SYSTEM USING GSM MODULE Miss. M.Kiruthika 1, Mrs.M.kamarunisha 2, Miss P.Nithya 3 1,3 PG Scholar, 2 Associate Professor, Department of Computer Applications, Dhanalakshmi Srinivasan
ATM Video Surveillance
ATM Video Surveillance with centralized video management Secure your ATMs with robust and reliable video surveillance solution Record record H.264 compressed video using less hard disk space Search search
I2C PRESSURE MONITORING THROUGH USB PROTOCOL.
I2C PRESSURE MONITORING THROUGH USB PROTOCOL. Product Details: To eradicate human error while taking readings such as upper precision or lower precision Embedded with JAVA Application: Technology Used:
Sample Project List. Software Reverse Engineering
Sample Project List Software Reverse Engineering Automotive Computing Electronic power steering Embedded flash memory Inkjet printer software Laptop computers Laptop computers PC application software Software
Wireless Fingerprint Attendance Management System
Proceedings of the 007 WSEAS International Conference on Computer Engineering and Applications, Gold Coast, Australia, January 7-9, 007 45 Wireless Fingerprint Attendance Management System YONGQIANG ZHANG
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
Advanced Vehicle Tracking System Using ARM7
Asian Journal of Electrical Sciences ISSN 2249-6297 Vol. 4 No. 1, 2015, pp.14-20 The Research Publication, www.trp.org.in Advanced Vehicle Tracking System Using ARM7 L. Kishore 1 and Arun Raja 2 1 M.E.
Software User Guide UG-461
Software User Guide UG-461 One Technology Way P.O. Box 9106 Norwood, MA 02062-9106, U.S.A. Tel: 781.329.4700 Fax: 781.461.3113 www.analog.com ezlinx icoupler Isolated Interface Development Environment
Keywords ATM Terminal, Finger Print Recognition, Biometric Verification, PIN
ATM Terminal Security Using Fingerprint Reconition. Prof. B.Jolad, Tejshree Salunkhe, Rutuja Patil, Puja Shindgi Padmashree Dr. D. Y. Patil Institute Of Engineering and Technology,Pimpri,Pune - 411018
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
Easy H.264 video streaming with Freescale's i.mx27 and Linux
Libre Software Meeting 2009 Easy H.264 video streaming with Freescale's i.mx27 and Linux July 8th 2009 LSM, Nantes: Easy H.264 video streaming with i.mx27 and Linux 1 Presentation plan 1) i.mx27 & H.264
Computer Organization & Architecture Lecture #19
Computer Organization & Architecture Lecture #19 Input/Output The computer system s I/O architecture is its interface to the outside world. This architecture is designed to provide a systematic means of
Design of Remote data acquisition system based on Internet of Things
, pp.32-36 http://dx.doi.org/10.14257/astl.214.79.07 Design of Remote data acquisition system based on Internet of Things NIU Ling Zhou Kou Normal University, Zhoukou 466001,China; [email protected]
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
Digitale Signalverarbeitung mit FPGA (DSF) Soft Core Prozessor NIOS II Stand Mai 2007. Jens Onno Krah
(DSF) Soft Core Prozessor NIOS II Stand Mai 2007 Jens Onno Krah Cologne University of Applied Sciences www.fh-koeln.de [email protected] NIOS II 1 1 What is Nios II? Altera s Second Generation
SECURITY SYSTEM IN INDUSTRIES USING ZIGBEE TECHNOLOGY
SECURITY SYSTEM IN INDUSTRIES USING ZIGBEE TECHNOLOGY 1 S. Ashmad, 2 M.Mohan Babu, 3 P. Sudheer Asst. Professor, Department of E.I.E, SITAMS, Affiliated to JNTUA University, Chittoor, A.P Email : [email protected],
SPI I2C LIN Ethernet. u Today: Wired embedded networks. u Next lecture: CAN bus u Then: 802.15.4 wireless embedded network
u Today: Wired embedded networks Ø Characteristics and requirements Ø Some embedded LANs SPI I2C LIN Ethernet u Next lecture: CAN bus u Then: 802.15.4 wireless embedded network Network from a High End
The shortest path to cellular communications: Cellular Development Platform
The shortest path to cellular communications: Cellular Development Platform Multi-Tech Overview 40 years focused on Machine-to-Machine (M2M) Communications 80+ patents 20+ million devices, thousands of
Getting Started with RemoteFX in Windows Embedded Compact 7
Getting Started with RemoteFX in Windows Embedded Compact 7 Writers: Randy Ocheltree, Ryan Wike Technical Reviewer: Windows Embedded Compact RDP Team Applies To: Windows Embedded Compact 7 Published: January
Technical Manual. (TLT-2H GPS/GSM Vehicle Tracker) V1.5
Technical Manual (TLT-2H GPS/GSM Vehicle Tracker) V1.5 Product main features Real-time SMS query coordinates time position, Phone Position active help feature speed alarm function historical data uploading
Quectel Cellular Engine
Cellular Engine GSM UART Port Application Notes GSM_UART_AN_V1.01 Document Title GSM UART Port Application Notes Version 1.01 Date 2009-11-16 Status Document Control ID Release GSM_UART_AN_V1.01 General
SABRE Lite Development Kit
SABRE Lite Development Kit Freescale i.mx 6Quad ARM Cortex A9 processor at 1GHz per core 1GByte of 64-bit wide DDR3 @ 532MHz UART, USB, Ethernet, CAN, SATA, SD, JTAG, I2C Three Display Ports (RGB, LVDS
IRT84. Irt84. Datasheet. EMV L1 compliant terminal with ISO14443A/B. www.asiselektronik.com.tr 1
Irt84 EMV L1 compliant terminal with ISO14443A/B contactless card reader, GPRS Modem and GPS Datasheet www.asiselektronik.com.tr 1 Overview Irt84 is a powerful terminal with contactless card reader, based
Wireless monitoring system for temperature and humidity based on ZigBee
Wireless monitoring system for temperature and humidity based on ZigBee Abstract Jianjun Chen* Shaoxing University uanpei College, Shaoxing, Zhejiang, 3000, China Received March 04, www.cmnt.lv Traditional
Software engineering for real-time systems
Introduction Software engineering for real-time systems Objectives To: Section 1 Introduction to real-time systems Outline the differences between general-purpose applications and real-time systems. Give
An Introduction to MPLAB Integrated Development Environment
An Introduction to MPLAB Integrated Development Environment 2004 Microchip Technology Incorporated An introduction to MPLAB Integrated Development Environment Slide 1 This seminar is an introduction to
Users Manual of GSM Home Alarm System with Photo-taken
GSM-IV REMOTE CAMERA MANNAL The Excellent GSM + Camera alarm system bases on the GSM network, integrates the communication technology, can automatic screen a photo with the intruder or burglar, and send
HARDWARE MANUAL. BrightSign HD120, HD220, HD1020. BrightSign, LLC. 16795 Lark Ave., Suite 200 Los Gatos, CA 95032 408-852-9263 www.brightsign.
HARDWARE MANUAL BrightSign HD120, HD220, HD1020 BrightSign, LLC. 16795 Lark Ave., Suite 200 Los Gatos, CA 95032 408-852-9263 www.brightsign.biz TABLE OF CONTENTS OVERVIEW... 1 Block Diagram... 2 Ports...
GSM Home Alarm System User Manual. http://www.usmartbuy.com
GSM Home Alarm System User Manual http://www.usmartbuy.com 1 1. Factory default Normally, all sensors in the big box have been coded (learnt) to the control host Operation Password: 0000 Long-Distance
Quectel Cellular Engine
Cellular Engine GPRS Startup User Guide GPRS_Startup_UGD_V1.01 Document Title GPRS Startup User Guide Version 1.01 Date 2009-11-16 Status Document Control ID Release GPRS_Startup_UGD_V1.01 General Notes
Remote Monitoring Unit SC8100. Monitoring Unit SC8100
Monitoring Unit SC8100 Remote Monitoring Unit SC8100 Environmental monitoring of any facilities, control of security breaches, temperatures, smoke, water leakages, voltages and more. Compatible with all
Remote Area Tracking and Mapping
Remote Area Tracking and Mapping TM3000 with Iridium Satellite Back up Communications Step Global has developed a solution to remote area GPS tracking by interfacing the Trimble TM3000 Asset Tracking Device
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,
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
Design and Implementation of an Accidental Fall Detection System for Elderly
Design and Implementation of an Accidental Fall Detection System for Elderly Enku Yosef Kefyalew 1, Abubakr Rahmtalla Abdalla Mohamed 2 Department of Electronic Engineering, Tianjin University of Technology
CSE 237A Final Project Final Report
CSE 237A Final Project Final Report Multi-way video conferencing system over 802.11 wireless network Motivation Yanhua Mao and Shan Yan The latest technology trends in personal mobile computing are towards
Chapter 1 Lesson 3 Hardware Elements in the Embedded Systems. 2008 Chapter-1L03: "Embedded Systems - ", Raj Kamal, Publs.: McGraw-Hill Education
Chapter 1 Lesson 3 Hardware Elements in the Embedded Systems 1 Typical Embedded System Hardware units 2 Basic Circuit Elements at the System 3 (i) Power Source 1. System own supply with separate supply
Development of a GSM based Control System for Electrical Appliances
International Journal of Engineering and Technology Volume 3 No. 4, April, 2013 Development of a GSM based Control System for Electrical Appliances Oke A. O., Emuoyibofarhe J. O., Adetunji A. B. Department
