Use of GSM Modem in ECG Transmission

Size: px
Start display at page:

Download "Use of GSM Modem in ECG Transmission"

Transcription

1 Use of GSM Modem in ECG Transmission Chapter 5 A major shortcoming of using internet based SMS is the probability of unavailability of internet connection at remote patient site. Hence, we must need to seek another cost effective alternative for fast transmission-reception of compressed ECG signal. Second Generation (2G) Global System for Mobile Communication (GSM) SMS is found as the most suitable one which may replace internet based free SMS. To implement this, a GSM transceiver module is used at the patient s site to send the compressed ECG signal in form of SMS. The SMS transmission-reception protocol using GSM transceiver module is discussed elaborately in the rest of the section G GSM Transceiver An i-300 GSM modem connected through RS232 computer serial port is used to send SMS. Figure 5.1 shows a snapshot of the used GSM transceiver module. SMS transmission and reception techniques are almost similar to that of the internet based technique. The difference is; GSM modem works on AT commands. AT is the abbreviation of Attention. Every command line starts with AT. That's why these commands are called AT commands. Few examples are: ATD is used for dialing a number, ATA is used for answering an incoming call, CMGS is used to send SMS in text mode etc. The application software developed for this purpose offers to choose the compressed file and transmits the same using the connected GSM modem obeying its protocol. As described in chapter 4, here also, 2G GSM SMS supports only 7-bit ASCII characters ranging from 0 to 127. Therefore every character in the compressed file is mapped into two 7-bit ASCII characters. 2G GSM SMS mostly, supports 7-bit ASCII characters but with few exceptions. Few specific 7-bit characters cannot be transmitted

2 Use of GSM Modem in ECG Transmission 93 through SMS. For example, all characters between (0-31), 59, 61, (91-94), 96 and ( ) cannot be transmitted. ASCII characters of 59 (;), 61 (=), 91 ([), 92 (\), 93 (]), 94 (A), 96 (' ), 123 ({), 124 ( ), 125 (}), 126 (~) and 127 (d) can be transmitted through 2G GSM SMS but, in the received SMS file there will be some other characters except these resulting in the same problem as described in chapter 4. Figure 5.1: Snapshot of the used GSM transceiver module. Schematic of such an ECG transmission protocol using GSM transceiver module is shown in figure 5.2. An Approach to Develop a Remote Tele-cardiology System for Compression, Transmission and Analysis of ECG signal, Submitted by Sourav Mukhopadhyay

3 94 OOQOQQ 0 t # d DOODOODD -ro d i'eegeoq > EDdE-r.EdEDOD D 0 gge-f 8 bit ASCII Characters (0-255) DOIDDO ueoed-r iddeie-r 1 EEEdQO,@eEfE-r iqeqgdqoo > gedf/q ' DDEDh.DO eeeoqo 0 EEhe/u heehoo' ieilqd iiodiooo 8 Bit to 7 Bit ASCII Conversion! "#$%&' O,-./0124 : o?«abcd EGbcd! #$$%%&& acahd%n t>arf8#&! "#$%&' O*,-./0124 :o?«abcd EGbcd! #$$%%&& a CAHD%N {}ARF8#&! '.-./0124 :<>?@ABCD EGbcd! #$$%%&& acahdssn #$%& o«- 7 bit ASCII Chsuactcrs (32-126) Creating small data files each containing bit ASCE characters!''#$%&>0)*+ SMS N SMS 2 SMS 1 Figure 5.2: Schematic of the ECG transmission protocol using GSM transceiver module.

4 Use of GSM Modem in ECG Transmission 95 The algorithm followed here to convert 8 bit to 7 bit ASCII character is very simple and is described below. 5.2 Compressed ECG Transmission using GSM modem At first, 8-bit ASCII characters are divided into 4 groups. All characters between 0-31 are taken under 1st group. Characters ranging from 32 to 127 are in the 2nd group. 128 to 218 belong under 3rd group and rest of the characters i.e. 219 to 255 reside under 4th group. Table 5.1 illustrates the group division. Table 5.1: Character Division Table. 0<~>255 0 <-->31 32 <--> < > < >255 1st group 2nd group 3rd group 4th group Two variables have been taken, named RANGE and DATA to hold two 7-bit ASCII characters. Algorithm applied for 1st group: For this group, RANGE is set to 32 and DATA is set to 32 + that 8-bit ASCII. Therefore, both RANGE and DATA will be always greater than 31 and hence can be transmitted through SMS. Although 27 and 29 fall in this range but, after adding 32 with these two, they become 59 and 61 respectively. These two characters can t be transmitted through SMS. For these two, RANGE is set to 33 and DATA is set to Number+33. RANGE DATA that 8-bit ASCII RANGE DATA 33 Number+33 'An Approach to Develop a Remote Tele-cardiology System for Compression, Transmission and Analysis of ECG signal, Submitted by Sourav Mukhopadhyay

5 96 Algorithm applied for 2nd group: For these numbers, RANGE is set to 34 and DATA is assigned to the same as the original number. Although 59, 61, (91-94), 96 and ( ) fall in this range but these characters can t be transmitted through SMS. Therefore these numbers are modified in a different way. For these numbers RANGE is set to 35 and DATA is set to Number-6. This is nothing but to overcome the difficulty. Algorithm applied for 3rd group: For this group, RANGE is set to 36 and DATA is set to number All characters in this range are 8-bit ASCII. 100 is subtracted to make them 7-bit ASCII and 4 is added to move them up above 31. Here also, the same problem occurs for the numbers 155, 157, ( ), and 192. RANGE and DATA are also modified for these numbers in the same way described earlier. Algorithm applied for 4th group: For the last set of characters ( ), RANGE is set to 38 and DATA is set to Number Also in this range, problem arises for the numbers 246 and 248.

6 Use of GSM Modem in ECG Transmission 97 RANGE DATA 38 Number RANGE DATA 39 Number It is to keep into consideration that, both RANGE and DATA must be valid 7-bit ASCII characters. At last both RANGE and DATA are printed in the output file. Utmost 160 characters can be delivered through a single SMS if the GSM modem is used under text mode. Therefore the developed algorithm divides the compressed data file into small data files each containing bit characters. Out of those 160 characters, the first character is allotted for patient ID, second and third characters are allotted for SMS number and rest 157 characters are used for transmitting the compressed ECG data. Now those small data files are transmitted to doctors or cardiologists mobile phone through the i-300 GSM modem with the help of proper AT commands. Excluding those problematic characters (0-31, 59, 69 etc.), at a time, 84 (128 7-bit ASCII characters - 44 problematic characters = 84) patients compressed ECG files can be transmitted simultaneously to a particular mobile phone and each patient ID can have 7056 (84 X 84) SMSs, if needed. 5.3 SMS reception at remote site The procedure followed here to collect and concatenate SMSs is same as described in chapter 4 (section 4.3). Block schematic of the ECG signal reconstruction protocol is shown in figure 5.3. An Approach to Develop a Remote Tele-cardiology System for Compression, Transmission and Analysis of ECG signal, Submitted by Sourav Mukhopadhyay

7 98 SMS N fi SMS 2 SMS 1 SMS Transfer a ETCg3,-./OX24 ;:o.?0abco jegbcd! lacahd%n l{>arf8#&! O.- -/OX24 ;: o? ABCO jegbcd!,#ssm& iacahdxn {}ARF8#&! *./OX24, : o?@abcd jegbcd! :acaho%n #$%& o l»*l AXC.'il < 1»;mu-U'i s (.>2-1 2f») 7 Bit to S bit ASCII conversion u aigal De-Compression Algorithm <= bduuddu Q pngodoggo i EEg EoG > EGdE-i-, EdEEJQO 0 D gge-r BaiDOu ueaed-r- DQEie-r OEQGda c > gedf/0 DOEOh.DQ eeed3d 0 EEhe/D heehoo ieiiod ildcidco - # 8 bit ASCII Characters (0-255) *&SQ Figure 5.3: Block schematic of the signal reconstruction protocol.

8 Use of GSM Modem in ECG Transmission 99 The algorithm designed here, tracks SMS sender s mobile phone number from the SMS body so that fast communication can be made with patient parties at critical condition. Snapshots of the used Samsung Wave 525 mobile phone and few intermediate processes are shown in figure 5.4. (53- OpcnWMh... j Intonx 5«WHY Scan! to - *)hmr*.r*r-» SMI Caning nrwdl antoi.., ' SCoraotMt to "Otfui t.ia* aid «t»arf G Figure 5.4: Snapshots: (A) Samsung Wave 525 mobile phone, (B) Received SMSs, (C, D, E) Transferring SMSs from mobile phone to memory card, (F) Phone is connected to PC via USB cable and (G) Transferring SMSs from memory card to PC. An Approach to Develop a Remote Tele-cardiology System for Compression, Transmission and Analysis of ECG signal', Submitted by Sourav Mukhopadhyay

9 Software Testing As described in chapter 4, here also, the developed ECG transmission-reception software using i-300 GSM transceiver module is tested on all the 12 leads of most of the ECG data files which are included in table 2.1,2.3, 3.1 and 3.4. Table 5.2 summarizes the performance of the ECG transmission-reception module. ECG data files are individually compressed using each of the lossless, lossy and PLPL compression techniques, transmitted, and finally reconstructed at the receiving end. In this case, it is observed that the utmost time required to send a single SMS using GSM transceiver module from Kolkata to Mumbai is even less than 4 seconds which is lesser than that of the internet based SMS. Table 5.2: Performance of the ECG transmission-reception module using i-300 GSM transceiver. ECG Transmission end ECG Reception end SMS (Patient s site) (Doctor s site) delivery time Compression File Lead No. of CR No. SMS SMS PRD Average ECG samples of SMS generation time concatenation time (in second) (in second) single SMS (in second) PLPL through S0075LRE I SD calculation -do- S0097LRE II -do do- S0056LRE III -do do- S0029LRE avr -do Algorithm (%) time to send a PLPL through R S0304 III -do peak detection -do- S0305 avr -do do- S0004RE avl -do do- S0010RE avf -do Lossy S00171re VI -do do- S0020bre V2 -do do- S00261re V3 -do do- S00291re V4 -do Lossless S0436re V3 -do do- S0457re V4 -do do- S0458re V5 -do do- S0459re V6 -do Here also, as described in section 4.4, no data loss occurs during SMS transmission and the designed software concatenates only those SMSs which are

10 Use of GSM Modem in ECG Transmission 101 delivered sequentially. Figures 5.5 to 5.8 show the original ECG signal (A) at the transmitting end (patient s site), reconstructed ECG signal (B) at the receiving end (doctor s site) and difference between A and B (C). Original ECG Signal at Patient site V o lta g e m m V ) Reconstructed ECG Signal at Doctor site _J I I I I I I I I BOO Figure 5.5: Original ECG signal (A) at the transmitting end (patient s site), reconstructed ECG signal (B) at the receiving end (doctor s site) and difference between A and B (C) using Lossless ECG compression technique: File S0436, Lead V6. 'An Approach to Develop a Remote Tele-cardiology System for Compression, Transmission and Analysis of ECG signal, Submitted by Sourav Mukhopadhyay

11 102 Original ECG Signal at Patient site ' Figure 5.6: Original ECG signal (A) at the transmitting end (patient s site), reconstructed ECG signal (B) at the receiving end (doctor s site) and difference between A and B (C) using Lossy ECG compression technique: File S0021BRE, Lead II. Original ECG Signal at Patient site BOO Difference between Original & Reconstructed ECG Signal Voltage in mv Voltage in mv ' Figure 5.7: Original ECG signal (A) at the transmitting end (patient s site), reconstructed ECG signal (B) at the receiving end (doctor s site) and difference between A and B (C) using PLPL ECG compression technique through R peak detection: File S0304, Lead I.

12 Use of GSM Modem in ECG Transmission 103 Original ECG Signal at Patient site ' X30 Reconstructed ECG Signal at Doctor site Voltage in mv Voltage in mv > ' Difference between Original & Reconstructed ECG Signal Q Figure 5.8: Original ECG signal (A) at the transmitting end (patient s site), reconstructed ECG signal (B) at the receiving end (doctor s site) and difference between A and B (C) using PLPL ECG compression technique through SD calculation: File S0097LRE, Lead I. 5.5 Conclusion Nowadays, 3G technology is also becoming popular in various parts of the country. Instead of 2G GSM network, one can use 3G technology too. But the overall cost of such a system is also to be taken into consideration. In India, mobile telecommunication service providers offer 500 SMSs/INR.40 (US$0.65^) for 2G network which is cheap enough. Moreover the initial cost to have a 2G subscriber identification module (SIM) card is around INR 40 (US$0.65) whereas; it is approximately INR 200 (US$ 3.26) for 3G. SMS is used here because it is an integral part of the original 2G GSM cellular system and for subsequent generations. Cost of such a GSM transceiver module is around INR 1200 (US$ 19) which may vary marginally with different manufacturers. But this is only a one-time investment. Using GSM modem, SMSs can also be sent outside the country but, this facility (international SMS) is not available for An Approach to Develop a Remote Tele-cardiology System for Compression, Transmission and Analysis of ECG signal \ Submitted by Sourav Mukhopadhyay

13 104 internet based SMS. Latest wireless communication technologies such as GPRS and EDGE are superior in data transmission rate compared to 2G GSM technology. These high end communication technologies have become popular in economically advanced metropolitan cities. A comparative chart of various wireless data transmission schemes in terms of cost are given in table 5.3. Table 5.3: Comparative chart of various wireless data transmission schemes in terms of cost. Technology Original ECG file size (2Seconds duration) Compressed data file size No. of SMS required Theoretical data transmission rate/second Actual data transmission rate in remote areas/second Time required to send the file (in Seconds) Cost of GSM transceiver module in US$ File transmission cost in USS* 2G SMS KB 11.48KB [To I X2=20 fl9 [0013 3GSMS I 1 ^ fio fdt I [(U68 GPRS (for 2G SIM) GPRS (for 3G SIM) EDGE (for 2G SIM) EDGE (for 3G SIM) -do- -do Kbit[72] Much less 1 (minimum) 2.59[74] (unto 1 GB) -do- -do- " Kbit Much less 1 (minimum) 4.15[74] (upto 1 GB) -do- -do kbit [73] Much less 1 (minimum) 2,59[74] (upto 1 GB) -do- -do kbit Much less 1 (minimum) 4.15[74] (upto 1 GB) *SMS, EDGE, and GPRS charges are valid for Kolkata circle only. Table 5.3 reveals that, as a whole, use of 2G SMS is more beneficial in terms of cost. Although the theoretical data transmission rates of GPRS or EDGE technologies are much higher than SMS, in remote areas, data transmission rates drastically reduce from their theoretical specifications. After transmission-reception and reconstruction of ECG signal on cardiologist s computer screen, it is the turn for assistance to the cardiologists for their task of proper disease diagnosis. Identification of various ECG peaks and extraction of different time domain ECG features (segments, intervals etc.) are the first step of ECG interpretation. The next chapter (chapter 6) describes a promising and reliable ECG feature extraction algorithm which extracts most of the time domain ECG features with significant accuracy. f US$ rate as on 10th March, 2014.

Intelligent Bus Tracking and Implementation in FPGA

Intelligent Bus Tracking and Implementation in FPGA Intelligent Bus Tracking and Implementation in FPGA D.Gowtham 1,M.Deepan 1,N.Mohamad Arsathdeen 1,N.Mithun Mano Ranjith 1,Mrs.A.K.Kavitha 2 1.B.E(student) Final year, Electronics and Communication Engineering

More information

WIRELESS TERMINAL EQUIPMENT. ETI TELECOMMUNICATIONS Monday, 10 October 2016

WIRELESS TERMINAL EQUIPMENT. ETI TELECOMMUNICATIONS Monday, 10 October 2016 WIRELESS TERMINAL EQUIPMENT ETI2506 - TELECOMMUNICATIONS Monday, 10 October 2016 1 CLASSIFICATION OF MOBILE RADIO TRANSMISSION 1. Simplex radio systems utilize simplex channels i.e., the communication

More information

Development of a Real Time Trains Monitoring System:Case Study of Tanzania Zambia Railway Authority

Development of a Real Time Trains Monitoring System:Case Study of Tanzania Zambia Railway Authority ZAMBIA INFORMATION COMMUNICATION TECHNOLOGY (ICT) JOURNAL Volume 1 (Issue 1) (2017) Pages 25-29 Development of a Real Time Trains Monitoring System:Case Study of Tanzania Zambia Railway Authority Prof.

More information

Accident Sensor with Google Map Locator

Accident Sensor with Google Map Locator IJIRST International Journal for Innovative Research in Science & Technology Volume 2 Issue 10 March 2016 ISSN (online): 2349-6010 Accident Sensor with Google Map Locator Steffie Tom Keval Velip Aparna

More information

2D Image Transmission using Light Fidelity Technology

2D Image Transmission using Light Fidelity Technology 2D Image Transmission using Light Fidelity Technology Undergraduate Student, Computer Engineering Department Dwarkadas J. Sanghvi College of Engineering, Mumbai, India. Abstract : Recently wireless technology

More information

Introduction to GSM. Introduction to GSM, page Development of GSM. History of GSM. Market situation. GSM s future development

Introduction to GSM. Introduction to GSM, page Development of GSM. History of GSM. Market situation. GSM s future development Introduction to GSM, page 1 Introduction to GSM 1. Development of GSM History of GSM Market situation GSM s future development Services offered by GSM GSM specifications 2. OSI reference model 3. RF interface

More information

TMR880i technical details

TMR880i technical details SCS / Terminals Jan 2013 1(8) TMR880i technical details SCS / Terminals Jan 2013 2(8) TETRA Terminals from CASSIDIAN fulfill the following specifications for TETRA radio equipment in the temperature range

More information

CHAPTER 6: REGION OF INTEREST (ROI) BASED IMAGE COMPRESSION FOR RADIOGRAPHIC WELD IMAGES. Every image has a background and foreground detail.

CHAPTER 6: REGION OF INTEREST (ROI) BASED IMAGE COMPRESSION FOR RADIOGRAPHIC WELD IMAGES. Every image has a background and foreground detail. 69 CHAPTER 6: REGION OF INTEREST (ROI) BASED IMAGE COMPRESSION FOR RADIOGRAPHIC WELD IMAGES 6.0 INTRODUCTION Every image has a background and foreground detail. The background region contains details which

More information

A SURVEY ON DICOM IMAGE COMPRESSION AND DECOMPRESSION TECHNIQUES

A SURVEY ON DICOM IMAGE COMPRESSION AND DECOMPRESSION TECHNIQUES A SURVEY ON DICOM IMAGE COMPRESSION AND DECOMPRESSION TECHNIQUES Shreya A 1, Ajay B.N 2 M.Tech Scholar Department of Computer Science and Engineering 2 Assitant Professor, Department of Computer Science

More information

Differential Image Compression for Telemedicine: A Novel Approach

Differential Image Compression for Telemedicine: A Novel Approach PJETS Volume 1, No 1, 2011, 14-20 ISSN: 2222-9930 print Differential Image Compression for Telemedicine: A Novel Approach Adnan Alam Khan *, Asadullah Shah **, Saghir Muhammad *** ABSTRACT Telemedicine

More information

HUMAN BODY MONITORING SYSTEM USING WSN WITH GSM AND GPS

HUMAN BODY MONITORING SYSTEM USING WSN WITH GSM AND GPS HUMAN BODY MONITORING SYSTEM USING WSN WITH GSM AND GPS Mr. Sunil L. Rahane Department of E & TC Amrutvahini College of Engineering Sangmaner, India Prof. Ramesh S. Pawase Department of E & TC Amrutvahini

More information

Mobile Network Evolution Part 1. GSM and UMTS

Mobile Network Evolution Part 1. GSM and UMTS Mobile Network Evolution Part 1 GSM and UMTS GSM Cell layout Architecture Call setup Mobility management Security GPRS Architecture Protocols QoS EDGE UMTS Architecture Integrated Communication Systems

More information

Low-Power WSN-Based Solar-Cell Monitoring System

Low-Power WSN-Based Solar-Cell Monitoring System Low-Power WSN-Based Solar-Cell Monitoring System Raden Arief Setyawan 1, Soeprapto 1, Hadi Suyono 1, and Rini Nur Hasanah 1 1 Universitas Brawijaya, Malang, Indonesia rarief@ub.ac.id, prapto@ub.ac.id,

More information

Communication Technology DiTEX 256 The wireless access network

Communication Technology DiTEX 256 The wireless access network DiTEX 256 The wireless access network Get people connected via radio: Link up with DiTEX 256! DiTEX 256 The wireless access network The classical telephone is typically associated with a long cable from

More information

APPLICATION PROGRAMMING: MOBILE COMPUTING [ INEA00112W ] Marek Piasecki PhD Wireless Telecommunication

APPLICATION PROGRAMMING: MOBILE COMPUTING [ INEA00112W ] Marek Piasecki PhD Wireless Telecommunication APPLICATION PROGRAMMING: MOBILE COMPUTING [ INEA00112W ] Marek Piasecki PhD Wireless Telecommunication (W6/2013) What is Wireless Communication? Transmitting/receiving voice and data using electromagnetic

More information

2320 cousteau court

2320 cousteau court Technical Brief AN139 Rev C22 2320 cousteau court 1-760-444-5995 sales@raveon.com www.raveon.com RV-M7 GX with TDMA Data By John Sonnenberg Raveon Technologies Corporation Overview The RV-M7 GX radio modem

More information

Modern Electricity Billing System and Fuse Detection Using GSM

Modern Electricity Billing System and Fuse Detection Using GSM Modern Electricity Billing System and Fuse Detection Using GSM Santhya, Sandhya, Saranya, Sowmeya U.G Student, Department of ECE, SNS College of Technology, Coimbatore, Tamilnadu, India Associate Professor,

More information

An Automated Rainfall Monitoring System

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

More information

Chapter 7 GSM: Pan-European Digital Cellular System. Prof. Jang-Ping Sheu

Chapter 7 GSM: Pan-European Digital Cellular System. Prof. Jang-Ping Sheu Chapter 7 GSM: Pan-European Digital Cellular System Prof. Jang-Ping Sheu Background and Goals GSM (Global System for Mobile Communications) Beginning from 1982 European standard Full roaming in Europe

More information

REMOTE TRACKING SOLUTION. User Manual Name. CS-P000-TS-1N-Rev.A This document provides the technical specification SOLUTION.

REMOTE TRACKING SOLUTION. User Manual Name. CS-P000-TS-1N-Rev.A This document provides the technical specification SOLUTION. REMOTE TRACKING SOLUTION CS-P00C-RS-1B-Rev.A This document provides the technical specification of REMOTE TRACKING SOLUTION. User Manual Name Ionos E1 Document GL865 numberquad band GSM Module CS-P000-TS-1N-Rev.A

More information

ADVANCED EMBEDDED MONITORING SYSTEM FOR ELECTROMAGNETIC RADIATION

ADVANCED EMBEDDED MONITORING SYSTEM FOR ELECTROMAGNETIC RADIATION 98 Chapter-5 ADVANCED EMBEDDED MONITORING SYSTEM FOR ELECTROMAGNETIC RADIATION 99 CHAPTER-5 Chapter 5: ADVANCED EMBEDDED MONITORING SYSTEM FOR ELECTROMAGNETIC RADIATION S.No Name of the Sub-Title Page

More information

Online Signature Verification by Using FPGA

Online Signature Verification by Using FPGA Online Signature Verification by Using FPGA D.Sandeep Assistant Professor, Department of ECE, Vignan Institute of Technology & Science, Telangana, India. ABSTRACT: The main aim of this project is used

More information

Designing and Manufacturing a Device of Transmission and Recording Vital Signs through Mobile Phone Network

Designing and Manufacturing a Device of Transmission and Recording Vital Signs through Mobile Phone Network International Journal of Engineering & Technology IJET-IJENS Vol:13 No:03 14 Designing and Manufacturing a Device of Transmission and Recording Vital Signs through Mobile Phone Network Jafar Aghazadeh

More information

JOINT STOCK COMPANY. MULTICHANNEL RECEIVER RI-4010M (version RM ) User guide

JOINT STOCK COMPANY. MULTICHANNEL RECEIVER RI-4010M (version RM ) User guide JOINT STOCK COMPANY MULTICHANNEL RECEIVER RI-4010M (version RM1-60619) User guide Safety requirements Before using the multichannel receiver RI-4010M read this user guide and follows safety requirements!

More information

International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN COMMUNICATION ENGINEERING & TECHNOLOGY (IJECET)

International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN COMMUNICATION ENGINEERING & TECHNOLOGY (IJECET) 0976 INTERNATIONAL 6464(Print), ISSN 0976 6472(Online) JOURNAL Volume OF 4, Issue ELECTRONICS 1, January- February (2013), AND IAEME COMMUNICATION ENGINEERING & TECHNOLOGY (IJECET) ISSN 0976 6464(Print)

More information

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

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

More information

Management of Home Appliances with Variation in Environment Aisha Jilani, Sahar Sultan, Intesar Ahmed and Sajjad Rabbani

Management of Home Appliances with Variation in Environment Aisha Jilani, Sahar Sultan, Intesar Ahmed and Sajjad Rabbani Management of Home Appliances with Variation in Environment Aisha Jilani, Sahar Sultan, Intesar Ahmed and Sajjad Rabbani Abstract Aim of this research is to help a remote user to remain in touch with what

More information

PRODUCT LEAFLET AUGIER-BOX. Remote Monitoring Unit for Street Lighting /07/2011

PRODUCT LEAFLET AUGIER-BOX. Remote Monitoring Unit for Street Lighting /07/2011 PRODUCT LEAFLET AUGIER-BOX Remote Monitoring Unit for Street Lighting 1 60 11432-04/07/2011 Put a TECHNICIAN in each street lighting cabinet, and control them 24H per day! The Augier-Box Programmable Logic

More information

MOBILE COMPUTING 4/8/18. Basic Call. Public Switched Telephone Network - PSTN. CSE 40814/60814 Spring Transit. switch. Transit. Transit.

MOBILE COMPUTING 4/8/18. Basic Call. Public Switched Telephone Network - PSTN. CSE 40814/60814 Spring Transit. switch. Transit. Transit. MOBILE COMPUTING CSE 40814/60814 Spring 2018 Public Switched Telephone Network - PSTN Transit switch Transit switch Long distance network Transit switch Local switch Outgoing call Incoming call Local switch

More information

AUTOMATIC ELECTRICITY METER READING AND REPORTING SYSTEM

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

More information

- 1 - Rep. ITU-R M.2009 REPORT ITU-R M.2009 DIRECT-DIAL TELEPHONE SYSTEMS FOR THE MARITIME MOBILE SERVICE

- 1 - Rep. ITU-R M.2009 REPORT ITU-R M.2009 DIRECT-DIAL TELEPHONE SYSTEMS FOR THE MARITIME MOBILE SERVICE - 1 - REPORT ITU-R M.2009 DIRECT-DIAL TELEPHONE SYSTEMS FOR THE MARITIME MOBILE SERVICE (1995) General Although the DSC system may be used to establish fully automatic systems in the directions ship-to-shore,

More information

2W UHF MHz Radio Transceiver

2W UHF MHz Radio Transceiver 2W UHF410-470 MHz Radio Transceiver Specification Copyright Javad Navigation Systems, Inc. February, 2006 All contents in this document are copyrighted by JNS. All rights reserved. The information contained

More information

3 User Equipment. UMTS Basics, Version 3.0 T.O.P. BusinessInteractive GmbH Page 1 of 15

3 User Equipment. UMTS Basics, Version 3.0 T.O.P. BusinessInteractive GmbH Page 1 of 15 3 User Equipment UMTS Basics, Version 3.0 T.O.P. BusinessInteractive GmbH Page 1 of 15 3.1 Introduction (1/2)...3 3.1 Introduction (2/2)...4 3.2 Properties & Functions (1/3)...5 3.2 Properties & Functions

More information

Mohammad Hossein Manshaei 1393

Mohammad Hossein Manshaei 1393 Mohammad Hossein Manshaei manshaei@gmail.com 1393 GSM 2 GSM Architecture Frequency Band and Channels Frames in GSM Interfaces, Planes, and Layers of GSM Handoff Short Message Service (SMS) 3 subscribers

More information

TSA 6000 System Features Summary

TSA 6000 System Features Summary 2006-03-01 1. TSA 6000 Introduction... 2 1.1 TSA 6000 Overview... 2 1.2 TSA 6000 Base System... 2 1.3 TSA 6000 Software Options... 2 1.4 TSA 6000 Hardware Options... 2 2. TSA 6000 Hardware... 3 2.1 Signal

More information

Automated E-Billing and Supply Control using Power Line Communication

Automated E-Billing and Supply Control using Power Line Communication Automated E-Billing and Supply Control using Power Line Communication Vishal Salunke 1, Datta Barsale 2, Rushikesh Kashid 3 Jagadeesh Hallur 4 123 Student, Dept of E&TC, DYPSOET, Maharashtra, India 4 Asst.

More information

WIRELESS RF TRANSCEIVER FOR ENERGY METER READING SYSTEM

WIRELESS RF TRANSCEIVER FOR ENERGY METER READING SYSTEM International Journal of Advanced Research in Engineering ISSN: 2394-2819 Technology & Sciences Email:editor@ijarets.org May-2016 Volume 3, Issue-5 www.ijarets.org WIRELESS RF TRANSCEIVER FOR ENERGY METER

More information

ANALOG AND DIGITAL PHYSICAL INTERFACES

ANALOG AND DIGITAL PHYSICAL INTERFACES ANALOG AND DIGITAL PHYSICAL INTERFACES Habib Youssef, Ph.D youssef@ccse.kfupm.edu.sa Department of Computer Engineering King Fahd University of Petroleum and Minerals Dhahran, Saudi Arabia COMPUTER NETWORK

More information

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

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

More information

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

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

More information

Week 2 Lecture 1. Introduction to Communication Networks. Review: Analog and digital communications

Week 2 Lecture 1. Introduction to Communication Networks. Review: Analog and digital communications Week 2 Lecture 1 Introduction to Communication Networks Review: Analog and digital communications Topic: Internet Trend, Protocol, Transmission Principle Digital Communications is the foundation of Internet

More information

King Fahd University of Petroleum & Minerals Computer Engineering Dept

King Fahd University of Petroleum & Minerals Computer Engineering Dept King Fahd University of Petroleum & Minerals Computer Engineering Dept COE 342 Data and Computer Communications Term 021 Dr. Ashraf S. Hasan Mahmoud Rm 22-144 Ext. 1724 Email: ashraf@ccse.kfupm.edu.sa

More information

Mobile Agent Based Intelligence Power Distribution Control System

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

More information

Kenwood TH-G71 Protocol Specification

Kenwood TH-G71 Protocol Specification Kenwood TH-G71 Protocol Specification This document describes the serial commands used to program and control the TH-G71 radio via its serial port. Some of this data was initially based on information

More information

RF Wireless Serial Device Server

RF Wireless Serial Device Server RF-SDS RF Wireless Serial Device Server The RF-SDS subassembly is a radio transceiver acting as a Serial Device Server, which externally connects a remote serial RF transceiver to an Ethernet network (TCP/IP).

More information

BOAT LOCALIZATION AND WARNING SYSTEM FOR BORDER IDENTIFICATION

BOAT LOCALIZATION AND WARNING SYSTEM FOR BORDER IDENTIFICATION BOAT LOCALIZATION AND WARNING SYSTEM FOR BORDER IDENTIFICATION Mr.Vasudevan, Ms.Aarthi.C, Ms.Arunthathi.M, Ms.Durgakalaimathi.L.T, Ms.Evangelin Darvia.P 1Professor, Dept. of ECE, Panimalar Engineering

More information

Distance Measurement of an Object by using Ultrasonic Sensors with Arduino and GSM Module

Distance Measurement of an Object by using Ultrasonic Sensors with Arduino and GSM Module IJSTE - International Journal of Science Technology & Engineering Volume 4 Issue 11 May 2018 ISSN (online): 2349-784X Distance Measurement of an Object by using Ultrasonic Sensors with Arduino and GSM

More information

Seismograph Sales Options

Seismograph Sales Options Seismograph Sales Options VanguardNewYork.com Providing Seismograph Sales & Monitoring Services to the Construction Industry. Vanguard Construction Solutions provides construction monitoring services in

More information

Wireless Cardiac Rhythm Monitoring System

Wireless Cardiac Rhythm Monitoring System Wireless Cardiac Rhythm Monitoring System Darshana Dineshkumar Darji #1, Surbhi Prajapati *2, Prof. Neelam Modi #3 # Biomedical Engineering, Government Engineering College, Sector-28, Gandhinagar 1 darshana20994@gmail.com

More information

Comparative Analysis of WDR-ROI and ASWDR-ROI Image Compression Algorithm for a Grayscale Image

Comparative Analysis of WDR-ROI and ASWDR-ROI Image Compression Algorithm for a Grayscale Image Comparative Analysis of WDR- and ASWDR- Image Compression Algorithm for a Grayscale Image Priyanka Singh #1, Dr. Priti Singh #2, 1 Research Scholar, ECE Department, Amity University, Gurgaon, Haryana,

More information

Transcoding free voice transmission in GSM and UMTS networks

Transcoding free voice transmission in GSM and UMTS networks Transcoding free voice transmission in GSM and UMTS networks Sara Stančin, Grega Jakus, Sašo Tomažič University of Ljubljana, Faculty of Electrical Engineering Abstract - Transcoding refers to the conversion

More information

UCS-805 MOBILE COMPUTING NIT Agartala, Dept of CSE Jan-May,2011

UCS-805 MOBILE COMPUTING NIT Agartala, Dept of CSE Jan-May,2011 Location Management for Mobile Cellular Systems SLIDE #3 UCS-805 MOBILE COMPUTING NIT Agartala, Dept of CSE Jan-May,2011 ALAK ROY. Assistant Professor Dept. of CSE NIT Agartala Email-alakroy.nerist@gmail.com

More information

GSM Based Water Billing System

GSM Based Water Billing System Reviewed Paper Volume 2 Issue 7 March 2015 International Journal of Informative & Futuristic Research ISSN (Online): 2347-1697 GSM Based Water Billing System Paper ID IJIFR/ V2/ E7/ 087 Page No. 2379-2385

More information

INTERNATIONAL TELECOMMUNICATION UNION DATA COMMUNICATION NETWORK: INTERFACES

INTERNATIONAL TELECOMMUNICATION UNION DATA COMMUNICATION NETWORK: INTERFACES INTERNATIONAL TELECOMMUNICATION UNION CCITT X.21 THE INTERNATIONAL (09/92) TELEGRAPH AND TELEPHONE CONSULTATIVE COMMITTEE DATA COMMUNICATION NETWORK: INTERFACES INTERFACE BETWEEN DATA TERMINAL EQUIPMENT

More information

Analysis of ECG Signal Compression Technique Using Discrete Wavelet Transform for Different Wavelets

Analysis of ECG Signal Compression Technique Using Discrete Wavelet Transform for Different Wavelets Analysis of ECG Signal Compression Technique Using Discrete Wavelet Transform for Different Wavelets Anand Kumar Patwari 1, Ass. Prof. Durgesh Pansari 2, Prof. Vijay Prakash Singh 3 1 PG student, Dept.

More information

Epilogue. Simona Rocchi Erasmus University, Centre for Environmental Studies, Rotterdam

Epilogue. Simona Rocchi Erasmus University, Centre for Environmental Studies, Rotterdam Simona Rocchi Erasmus University, Centre for Environmental Studies, Rotterdam Epilogue Enhancing Sustainable Innovation by Design An Approach to the Co-creation of Economic, Social and Environmental Value

More information

My Nextel. User Guide

My Nextel. User Guide My Nextel User Guide Last Updated 8/29/05 The MyNextel online interface is available at nextel.com. It allows you to conveniently access and manage your Nextel account. MyNextel enables you to view, print,

More information

Chapter 4. TETRA and GSM over satellite

Chapter 4. TETRA and GSM over satellite Chapter 4. TETRA and GSM over satellite TETRA and GSM over satellite have been addressed a number of times in the first three chapters of the document. Their vital roles in the present project are well

More information

Implementing Dijkstra s algorithm for vehicle tracking in adverse geographical condition.

Implementing Dijkstra s algorithm for vehicle tracking in adverse geographical condition. Implementing Dijkstra s algorithm for vehicle tracking in adverse geographical condition. Sayli Aniruddha Patil Juita Tushar Raut Manasi Nitant Vaity Asst. Professor(Dept. of I.T), Asst. Professor(Dept.

More information

Kongsberg Mesotech Ltd.

Kongsberg Mesotech Ltd. Kongsberg Mesotech Ltd. Doc. No. : 974-00007904 Title : Digital Telemetry Notes elease : Version 1.4 Date : 2010-04-30 1. PUPOSE This document briefly describes the digital telemetry standards, formats

More information

GPRS-T2. GPRS/SMS Reporting Module. SATEL sp. z o.o. ul. Schuberta Gdańsk POLAND tel

GPRS-T2. GPRS/SMS Reporting Module. SATEL sp. z o.o. ul. Schuberta Gdańsk POLAND tel GPRS/SMS Reporting Module GPRS-T2 Program version 1.0 gprs-t2_en 11/08 SATEL sp. z o.o. ul. Schuberta 79 80-172 Gdańsk POLAND tel. + 48 58 320 94 00 info@satel.pl www.satel.pl WARNINGS The module should

More information

Chapter 3 LEAST SIGNIFICANT BIT STEGANOGRAPHY TECHNIQUE FOR HIDING COMPRESSED ENCRYPTED DATA USING VARIOUS FILE FORMATS

Chapter 3 LEAST SIGNIFICANT BIT STEGANOGRAPHY TECHNIQUE FOR HIDING COMPRESSED ENCRYPTED DATA USING VARIOUS FILE FORMATS 44 Chapter 3 LEAST SIGNIFICANT BIT STEGANOGRAPHY TECHNIQUE FOR HIDING COMPRESSED ENCRYPTED DATA USING VARIOUS FILE FORMATS 45 CHAPTER 3 Chapter 3: LEAST SIGNIFICANT BIT STEGANOGRAPHY TECHNIQUE FOR HIDING

More information

ECE 476/ECE 501C/CS Wireless Communication Systems Winter Lecture 9: Multiple Access, GSM, and IS-95

ECE 476/ECE 501C/CS Wireless Communication Systems Winter Lecture 9: Multiple Access, GSM, and IS-95 ECE 476/ECE 501C/CS 513 - Wireless Communication Systems Winter 2003 Lecture 9: Multiple Access, GSM, and IS-95 Outline: Two other important issues related to multiple access space division with smart

More information

Design and implementation of a programmable remote controlled and monitored irrigation system

Design and implementation of a programmable remote controlled and monitored irrigation system IOSR Journal of Engineering (IOSRJEN) ISSN (e): 2250-3021, ISSN (p): 2278-8719 Vol. 04, Issue 12 (December 2014), V1 PP 25-29 www.iosrjen.org Design and implementation of a programmable remote controlled

More information

APPLICATION BULLETIN. SERIAL BACKGROUNDER (Serial 101) AB23-1. ICS ICS ELECTRONICS division of Systems West Inc. INTRODUCTION CHAPTER 2 - DATA FORMAT

APPLICATION BULLETIN. SERIAL BACKGROUNDER (Serial 101) AB23-1. ICS ICS ELECTRONICS division of Systems West Inc. INTRODUCTION CHAPTER 2 - DATA FORMAT ICS ICS ELECTRONICS division of Systems West Inc. AB- APPLICATION BULLETIN SERIAL BACKGROUNDER (Serial 0) INTRODUCTION Serial data communication is the most common means of transmitting data from one point

More information

ECG Compression by Multirate Processing of Beats

ECG Compression by Multirate Processing of Beats COMPUTERS AND BIOMEDICAL RESEARCH 29, 407 417 (1996) ARTICLE NO. 0030 ECG Compression by Multirate Processing of Beats A. G. RAMAKRISHNAN AND S. SAHA Biomedical Lab, Department of Electrical Engineering,

More information

In this lecture, we will look at how different electronic modules communicate with each other. We will consider the following topics:

In this lecture, we will look at how different electronic modules communicate with each other. We will consider the following topics: In this lecture, we will look at how different electronic modules communicate with each other. We will consider the following topics: Links between Digital and Analogue Serial vs Parallel links Flow control

More information

(Refer Slide Time: 2:23)

(Refer Slide Time: 2:23) Data Communications Prof. A. Pal Department of Computer Science & Engineering Indian Institute of Technology, Kharagpur Lecture-11B Multiplexing (Contd.) Hello and welcome to today s lecture on multiplexing

More information

GNSS Based Bus Monitoring And Sending SMS To The Passengers

GNSS Based Bus Monitoring And Sending SMS To The Passengers GNSS Based Bus Monitoring And Sending SMS To The Passengers A.Kannaki@VasanthaAzhagu 1, N.Vijayalashmy 2, V.Yamuna 3, G.Rupavani 4, G.Jeyalakshmy 5 HOD, Department of CSE, Achariya College of Engineering

More information

POWER LINE COMMUNICATION. A dissertation submitted. to Istanbul Arel University in partial. fulfillment of the requirements for the.

POWER LINE COMMUNICATION. A dissertation submitted. to Istanbul Arel University in partial. fulfillment of the requirements for the. POWER LINE COMMUNICATION A dissertation submitted to Istanbul Arel University in partial fulfillment of the requirements for the Bachelor's Degree Submitted by Egemen Recep Çalışkan 2013 Title in all caps

More information

CPSC Network Programming. How do computers really communicate?

CPSC Network Programming.   How do computers really communicate? CPSC 360 - Network Programming Data Transmission Michele Weigle Department of Computer Science Clemson University mweigle@cs.clemson.edu February 11, 2005 http://www.cs.clemson.edu/~mweigle/courses/cpsc360

More information

AUTOBOOK The Messaging Machines (Using GSM and Arduino)

AUTOBOOK The Messaging Machines (Using GSM and Arduino) AUTOBOOK The Messaging Machines (Using GSM and Arduino) Vidya Sneha.V 1, Sadhve.V 2, Swathi.J 3 Department of Electronics and Instrumentation Engineering Easwari Engineering College, Chennai. Abstract:

More information

NOTE FTDX9000 CAT OPERATION REFERENCE BOOK FTDX9000 OPERATING MANUAL

NOTE FTDX9000 CAT OPERATION REFERENCE BOOK FTDX9000 OPERATING MANUAL NTE FTD9000 CAT PERATIN REFERENCE BK FTD9000 PERATING MANUAL CAT (CMPUTER AIDED TRANSCEIVR) PERATIN VERVIEW The CAT (Computer Aided Transceiver) System in the FTD9000 provides control of frequency, VF,

More information

Primer on GPS Operations

Primer on GPS Operations MP Rugged Wireless Modem Primer on GPS Operations 2130313 Rev 1.0 Cover illustration by Emma Jantz-Lee (age 11). An Introduction to GPS This primer is intended to provide the foundation for understanding

More information

CSCD 433 Network Programming Fall Lecture 5 Physical Layer Continued

CSCD 433 Network Programming Fall Lecture 5 Physical Layer Continued CSCD 433 Network Programming Fall 2016 Lecture 5 Physical Layer Continued 1 Topics Definitions Analog Transmission of Digital Data Digital Transmission of Analog Data Multiplexing 2 Different Types of

More information

A Modified Image Template for FELICS Algorithm for Lossless Image Compression

A Modified Image Template for FELICS Algorithm for Lossless Image Compression Research Article International Journal of Current Engineering and Technology E-ISSN 2277 4106, P-ISSN 2347-5161 2014 INPRESSCO, All Rights Reserved Available at http://inpressco.com/category/ijcet A Modified

More information

BSc (Hons) Computer Science with Network Security, BEng (Hons) Electronic Engineering. Cohorts: BCNS/17A/FT & BEE/16B/FT

BSc (Hons) Computer Science with Network Security, BEng (Hons) Electronic Engineering. Cohorts: BCNS/17A/FT & BEE/16B/FT BSc (Hons) Computer Science with Network Security, BEng (Hons) Electronic Engineering Cohorts: BCNS/17A/FT & BEE/16B/FT Examinations for 2016-2017 Semester 2 & 2017 Semester 1 Resit Examinations for BEE/12/FT

More information

Byte = More common: 8 bits = 1 byte Abbreviation:

Byte = More common: 8 bits = 1 byte Abbreviation: Text, Images, Video and Sound ASCII-7 In the early days, a was used, with of 0 s and 1 s, enough for a typical keyboard. The standard was developed by (American Standard Code for Information Interchange)

More information

SECTION I - CHAPTER 2 DIGITAL IMAGING PROCESSING CONCEPTS

SECTION I - CHAPTER 2 DIGITAL IMAGING PROCESSING CONCEPTS RADT 3463 - COMPUTERIZED IMAGING Section I: Chapter 2 RADT 3463 Computerized Imaging 1 SECTION I - CHAPTER 2 DIGITAL IMAGING PROCESSING CONCEPTS RADT 3463 COMPUTERIZED IMAGING Section I: Chapter 2 RADT

More information

Bloodhound RMS Product Overview

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

More information

3 Phase Power Quality Analy er

3 Phase Power Quality Analy er 3 Phase Power Quality Analy er BlackBox G4500 The 3 Phases Portable Power Quality Analyzers Discover Outstanding Features The BlackBox portable series power quality analyzer takes power quality monitoring

More information

Data Transmission in Ships Based on Light Fidelity

Data Transmission in Ships Based on Light Fidelity Volume 114 No. 12 2017, 469-476 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu Data Transmission in Ships Based on Light Fidelity Dr.A.Kalirasu Professor

More information

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

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

More information

QUICK GUIDE for multiguard Light. Installation

QUICK GUIDE for multiguard Light. Installation QUICK GUIDE for multiguard Light Installation 1. Prepare a SIM card so that the PIN code is 1234 or is deactivated. Mount the card in the unit. The unit has now 1234 as password or runs without a password.

More information

Neha Pathak #1, Neha Bakawale *2 # Department of Electronics and Communication, Patel Group of Institution, Indore

Neha Pathak #1, Neha Bakawale *2 # Department of Electronics and Communication, Patel Group of Institution, Indore Performance evolution of turbo coded MIMO- WiMAX system over different channels and different modulation Neha Pathak #1, Neha Bakawale *2 # Department of Electronics and Communication, Patel Group of Institution,

More information

Communication Systems GSM

Communication Systems GSM Communication Systems GSM Computer Science Organization I. Data and voice communication in IP networks II. Security issues in networking III. Digital telephony networks and voice over IP 2 last to final

More information

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

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

More information

Wind Turbine Analysis System - Type 3652 MKII & MKIII

Wind Turbine Analysis System - Type 3652 MKII & MKIII Wind Turbine Analysis System - Type 3652 MKII & MKIII The Wind Turbine Analysis System Type 3652 (WTAS 3652) is designed for remotely acquiring scalar vibration data, process parameters and time series

More information

ROM/UDF CPU I/O I/O I/O RAM

ROM/UDF CPU I/O I/O I/O RAM DATA BUSSES INTRODUCTION The avionics systems on aircraft frequently contain general purpose computer components which perform certain processing functions, then relay this information to other systems.

More information

VRS20. Contents. Communications. Stay involved. RS232 Communications. 2/14/2014 VRS20 - Valeport

VRS20. Contents. Communications. Stay involved. RS232 Communications. 2/14/2014 VRS20 - Valeport Brian VRS20 View Edit History Contents Communications RS232 Communications RS485 Communications RS485 Address Mode SDI12 Communications Data Standalone Data Format GPRS Data Format Data Status Sampling

More information

Data Communication (CS601)

Data Communication (CS601) Data Communication (CS601) MOST LATEST (2012) PAPERS For MID Term (ZUBAIR AKBAR KHAN) Page 1 Q. Suppose a famous Telecomm company AT&T is using AMI encoding standard for its digital telephone services,

More information

SETTOPSURVEY, S.L. Bofarull 14, Barcelona (Spain) Phone: (+34) Fax: (+34)

SETTOPSURVEY, S.L. Bofarull 14, Barcelona (Spain) Phone: (+34) Fax: (+34) USER MANUAL v.5 Settop Repeater 2 Index SETTOP Repeater... 3 Control Software... 5 SETTINGS: Configuration... 7 RADIO... 8 INTERNET SETUP: Configuration of the internet protocols... 10 CELLULAR MODEM:

More information

TELETERM M2 Series Programmable RTU s

TELETERM M2 Series Programmable RTU s DATASHEET Configurable Inputs and Outputs Wide choice of communications options EziForth Programmable Internet Ready Comms options SD Card Logging Low power operation FEATURES Inputs and/or Outputs (Analog

More information

T325 Summary T305 T325 B BLOCK 3 4 PART III T325. Session 11 Block III Part 3 Access & Modulation. Dr. Saatchi, Seyed Mohsen.

T325 Summary T305 T325 B BLOCK 3 4 PART III T325. Session 11 Block III Part 3 Access & Modulation. Dr. Saatchi, Seyed Mohsen. T305 T325 B BLOCK 3 4 PART III T325 Summary Session 11 Block III Part 3 Access & Modulation [Type Dr. Saatchi, your address] Seyed Mohsen [Type your phone number] [Type your e-mail address] Prepared by:

More information

3GPP TS V5.0.0 ( )

3GPP TS V5.0.0 ( ) TS 26.171 V5.0.0 (2001-03) Technical Specification 3rd Generation Partnership Project; Technical Specification Group Services and System Aspects; Speech Codec speech processing functions; AMR Wideband

More information

Agricultural Field Monitoring System Using ARM

Agricultural Field Monitoring System Using ARM Agricultural Field Monitoring System Using ARM Shweta S. Patil 1, Ashwini V. Malviya 2 PG student, Department of Electronics And Telecommunication, SIPNA S College of Engineering And Technology, Amravati

More information

Technical Explanation for RFID Systems

Technical Explanation for RFID Systems Technical Explanation for RFID Systems CSM_RFID_TG_E_2_1 Introduction Sensors What Is an ID System? Switches ID (Identification) usually refers to unique identification of people and objects. RFID, like

More information

DATACAR ADVANCED MULTILANE TRAFFIC MONITORING SYSTEM

DATACAR ADVANCED MULTILANE TRAFFIC MONITORING SYSTEM DATACAR Doc 9723 0030 ADVANCED MULTILANE TRAFFIC MONITORING SYSTEM Suitable both for permanent and temporary installations Non-Intrusive System Accurate detection, speed, counting and classifying traffic

More information

TRBOnet 5.1 New Features

TRBOnet 5.1 New Features TRBOnet 5.1 New Features January 24, 2017 www.trbonet.com Radio Kill for CapMax 2.7 Allows the dispatcher to kill a radio. The killed radio is not operable, and can be recovered by Motorola only. Users

More information

MOBILE PHONE SIGNAL JAMMER FOR GSM, CDMA WITH PRE-SCHEDULED TIME DURATION USING ARM7 TDMI LPC2148. K.Navaneetha* 1, Prof.

MOBILE PHONE SIGNAL JAMMER FOR GSM, CDMA WITH PRE-SCHEDULED TIME DURATION USING ARM7 TDMI LPC2148. K.Navaneetha* 1, Prof. e-issn 2277-2685, p-issn 2320-976 IJESR/June 2014/ Vol-4/Issue-6/492-496 K. Navaneetha et. al./ International Journal of Engineering & Science Research MOBILE PHONE SIGNAL JAMMER FOR GSM, CDMA WITH PRE-SCHEDULED

More information