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

Size: px
Start display at page:

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

Transcription

1 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 has two physical parts: (1) a GSM/GPRS communication device and (2) a radio communication device which is connected to the probes and is able to receive data from a maximum of 16 sensors simultaneously. The GSM user s software runs on the GSM A212 device, developed and manufactured by us, that is placed in an IP65 rated closed box supplied with a battery and solar panel. The device contains also a Telit GSM module which is able to send SMS and to communicate via GPRS connection, a radio transmitter module operating at 433 MHz which communicates with the probes, a CPU, flash memory and circuits responsible for power supply. After installation, the system connects to the GSM/GPRS networks, followed by the running of a service software. Then, it establishes and maps connections with the installed sensors. The communication with the probes is performed via a 433 MHz receiver. The device then goes into sleeping mode, receives only the signals coming from the probes, and saves them in the built-in memory. The received radio signals are processed by the communication processor which fixes the errors and forwards the data to the GSM/GPRS. Since radio signals may contain errors, in order to fix them, as well as to recognize data integrity, we further developed a convolutional encoding having high redundancy. After a pre-set time has passed or once a certain amount of data has arrived, the GSM A212 device reactivates and submits the collected data to the server of EDAPHOLOG. The GSM/GPRS communication device forwards the received information to the server without any modification, assigning only a time stamp to them. Finally it sends its own status data as the last data line: battery status, temperature, number of communication, etc. 1

2 The GPRS used by our device is a packet-switched, IP-based mobile data transfer technology used by GSM and IS-136 mobile phones. Its advantage is the higher security of data transfer. The data transfer is invoiced by the service provider on the basis of data amount and the useful information is more easily extracted from the message. Its disadvantage is the moderate speed of data transfer (171.2 kb/s) in GSM systems, and a computer permanently connected to the Internet is required to collect data. When a data packet arrives it is saved in a text document. The device is powered by approx. 6V and its current consumption is about 1mA. Figure 1. EDAPHOLOG Logger device Communication devices connected to the probes transfer the signals of sensors to the GSM/GPRS device. The device consists of a communication processor and a 433 MHz low-power radio transmitter. 2

3 When the sensor circuit wants to send the data, it starts the communication processor. After 100 ms the data transfer starts on the RS232 line. If a receiver is available in the system, it waits for the response of GSM/GPRS communication device; if not, it sends the data several more times with random timing. At the end of the communication, it sends back an acknowledgement signal on the RS232 line. In this case the sensor circuit resets its output wire, starting the communication to zero level resulting in a complete shutdown of the communication processor. The task of the sensor circuit is to reactivate the communication at given intervals and to send a message with a known speed and number of characters to the communication processor. The data transfer framework created by us consists of 8-bit head data and 24-bit (or 24+32) measured data. During transmission/reception, the current consumption of the communication processor is 1-2mA and is powered by approx. 3V. Structure of the GSM/GPRS communication device Via radio connection, the device is able to receive data from several sensors (EDAPHOLOG Probe) simultaneously by means of the communication device connected to the sensors. The EDAPHOLOG probes are installed in tens of meters around the GSM/GPRS communication device. The number of installable sensors depends only on the quantity of data sent by them. Content of the GSM A212 device: - a Telit GSM module which can send SMS to the previously defined phone number/numbers as well as establish connection with a software running on computer having static IP address. - a 433Mhz radio transmitter/receiver module which communicates with the remote counters/data LED S collecting modules. - CPU with flash memory. - circuits responsible for power supply with battery status meter and consumption optimizer. 3

4 Figure 2. Circuit diagram of the GMS module 4

5 Figure 3. Circuit diagram of the 433MHz radio receiver 5

6 Figure 4. CPU with flash memory 6

7 Figure 5. Block diagram of the radio communication module GSM/GPRS connections: The device is powered by approx. 6V and its average current consumption is about 1mA but in case of GPRS connection, peak current magnitude of some amperes can be expected. When the user turns on the GPRS device, it first scans the cell with automatic search to find a GPRS channel. If the suitable channel is found, in the first step it tries to connect to the network. The SGSN receives the request and searches for the subscriber's information from the HRL and then 7

8 an authentication procedure is performed. The encryption procedure is also performed in this step. Based on the information stored there, the SGSN specifies to which GGSN the traffic shall be routed. The selected GGSN reserves a dynamic IP address (PDP context activation) for the user before establishing the connection with the external network. When the mobile user is sending data, the SGSN routes the packets to the GGSN. The GGSN then forwards the data to the direction specified by the IP address included in the packet. In the opposite situation, if a packet arrives to the user, from the external network the packet gets into that GGSN which specified the IP address. The GGSN verifies the address of data packet, specifies the server SGSN and forwards the packet to the network accordingly. The SGSN forwards the packet to direction of the BSS in which the subscriber stays. When the device is turned off or it is in an uncovered area, the context is inactivated and the subscriber gets detached from the network. The device consists of a communication processor and a 433 MHz low-power radio transmitter. When the sensor circuit wants to send data it collected, it starts the communication processor by setting one of its output wires on a high logic level (approx. 3mA current demand). This level is kept until the response of the communication processor arrives. After 100ms the data transfer starts on the RS232 line. After the arrival of the last data byte the communication processor turns on the transmitter and sends the data. If a receiver is also available in the system, it waits for the response of the GSM/GPRS communication device, if not, it sends the data several more times with random timing. At the end of the communication it sends back an acknowledgement signal on the RS232 line - 05Ah, or what it got from GSM/GPRS communication device (if a 433 MHz receiver is also installed). In this case the sensor circuit resets its output wire, starting the communication to zero level, which results in a complete shutdown of the communication processor. 8

9 Figure 6. Communication processor with 433MHz radio transmitter circuit diagram 9

10 Figure 7. Communication processor with 433MHz radio transmitter Figure MHz radio board Coding: One letter represents a 8-bit number (from 0 to 255) (x)aattiiiszzzzzzzz x Optional, if several different message lengths are to be specified; if only one type (32- or 64-bit - greater value should not be specified) are to be created, it can be omitted AA 16-bit unique identifier 10

11 TT 16-bit type (gives information about the content of the message, it shall be specified by the designer of the sensor: e.g.: 1 if counter, 2 if thermometer, 3 if moisture content, if all the three data are included in the telegram) seconds III 24-bit system time which (from the moment of turn-on) increments in every second or 10 S System status e.g.: battery status, internal temperature, alarm etc.) zzz.. - Data bits (24 or 24+32) During transmission/reception the current consumption of the communication processor is 1-2mA and is powered by approx. 3V. The supply voltage of the transmitter is 5-12V, its current consumption is about 10-15mA (it consumes only during transmission; its stand-by current: 0mA), its output power is 10mW. The data traffic between the remote sensors and the 433 MHz receiver module is structured according to the following table: Byte No. Content Note (hex) Login, synchronization 01 AA 02 Unique identifier Type identifier Own time: Day 07 Hour 08 Minute 09 Second 10 Supply voltage 11 Collembola counter low byte 12 Collembola counter high byte 13 Collembola size 14 Temperature low byte 15 Temperature high byte 16 Soil moisture 1 17 Soil moisture 2 18 Soil moisture empty or 05 or Message type: EOT (ASCII) normal, ENQ (ASCII) installation test 11

12 Figure 9. The GSM A212 device under load testing Figure 10. Design of GSM antenna 12

13 Figure 11. EDAPHOLOG Logger 13

HANWELL UTILITY DATA SHEET

HANWELL UTILITY DATA SHEET HANWELL UTILITY DATA SHEET HANWELL UTILITY The Hanwell utility range is an innovative monitoring system that measures and records utility usage over time and allows statistical analysis of kilowatts/hrs,

More information

Developing Mobile Applications

Developing Mobile Applications Developing Mobile Applications GSM networks 1 carriers GSM 900 MHz 890-915 MHz 935-960 MHz up down 200 KHz 200 KHz 25 MHz 25 MHz 2 frequency reuse A D K B J L C H E G I F A 3 Reuse patterns 4/12 4 base

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

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

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

Modeling and Dimensioning of Mobile Networks: from GSM to LTE. Maciej Stasiak, Mariusz Głąbowski Arkadiusz Wiśniewski, Piotr Zwierzykowski

Modeling and Dimensioning of Mobile Networks: from GSM to LTE. Maciej Stasiak, Mariusz Głąbowski Arkadiusz Wiśniewski, Piotr Zwierzykowski Modeling and Dimensioning of Mobile Networks: from GSM to LTE Maciej Stasiak, Mariusz Głąbowski Arkadiusz Wiśniewski, Piotr Zwierzykowski Modeling and Dimensioning of Mobile Networks: from GSM to LTE GSM

More information

Product type designation. General information. Supply voltage

Product type designation. General information. Supply voltage Data sheet SIMATIC S7-300, CPU 313C, COMPACT CPU WITH MPI, 24 DI/16 DO, 4AI, 2AO 1 PT100, 3 FAST COUNTERS (30 KHZ), INTEGRATED 24V DC POWER SUPPLY, 128 KBYTE WORKING MEMORY, FRONT CONNECTOR (2 X 40PIN)

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

RF1212 RF1212 Ultra-low Power ISM Transceiver Module V2.0

RF1212 RF1212 Ultra-low Power ISM Transceiver Module V2.0 RF1212 Ultra-low Power ISM Transceiver Module V2.0 Application: Features: Home automation Security alarm Telemetry Automatic meter reading Contactless access Wireless data logger Remote motor control Wireless

More information

ATB200. Datasheet. ATB200 GPRS / GPS based Fleet Management Terminal. 1

ATB200. Datasheet. ATB200 GPRS / GPS based Fleet Management Terminal.   1 ATB200 GPRS / GPS based Fleet Management Terminal Datasheet www.dtsis.com 1 Description ATB200 is a compact, standalone and economical, but yet powerful and feature rich fleet management terminal. Comprising

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

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

Wireless Smart Metering LAN-WMBUS-G. Wireless MBUS, high performance Temperature, Humidity and Pulse counting device.

Wireless Smart Metering LAN-WMBUS-G. Wireless MBUS, high performance Temperature, Humidity and Pulse counting device. Wireless Smart Metering LAN-WMBUS-G Wireless MBUS, high performance Temperature, Humidity and Pulse counting device. The LAN-WMBUS-G-T(E)/(H)-(P) is a temperature/humidity sensor and pulse counter. It

More information

GSM and WCDMA RADIO SYSTEMS ETIN15. Lecture no: Ove Edfors, Department of Electrical and Information Technology

GSM and WCDMA RADIO SYSTEMS ETIN15. Lecture no: Ove Edfors, Department of Electrical and Information Technology RADIO SYSTEMS ETIN15 Lecture no: 11 GSM and WCDMA Ove Edfors, Department of Electrical and Information Technology Ove.Edfors@eit.lth.se 2015-05-12 Ove Edfors - ETIN15 1 Contents (Brief) history of mobile

More information

WIRELESS CONTROL UNIT FOR CONTROL OF ELECTRIC HEATING DEVICES (WITHIN ONE ROOM)

WIRELESS CONTROL UNIT FOR CONTROL OF ELECTRIC HEATING DEVICES (WITHIN ONE ROOM) PH-BSP WIRELESS CONTROL UNIT FOR CONTROL OF ELECTRIC HEATING DEVICES (WITHIN ONE ROOM) Wireless control unit Two-way radio communication on 433.92 MHz Comfortable solution of room heating Predictive system

More information

Vehicle GPS Tracker AT07 protocol version 1.0

Vehicle GPS Tracker AT07 protocol version 1.0 Vehicle GPS Tracker AT07 protocol version 1.0 Hardware Spec MCU GSM GPS G-sensor/3-axis sensor GSM antenna GPS antenna PIN IO interface Dimension Firmware feature Firmware upgrade Working parameter Communication

More information

Product type designation. General information. Hardware product version 01. Firmware version V2.6. Engineering with. update.

Product type designation. General information. Hardware product version 01. Firmware version V2.6. Engineering with. update. 6ES7313-6CF03-0AB0 SIMATIC S7-300, CPU 313C-2DP COMPACT CPU WITH MPI, 16 DI/16 DO, 3 FAST COUNTERS (30 KHZ), INTEGRATED DP INTERFACE, INTEGRATED 24V DC POWER SUPPLY, 64 KBYTE WORKING MEMORY, FRONT CONNECTOR

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

Metering systems 0527EN January 2014 Sanitary water meter, GE552-2 series Versions for wireless centralisation

Metering systems 0527EN January 2014 Sanitary water meter, GE552-2 series Versions for wireless centralisation 07EN March 0 Sanitary water meters GE55- series 00A/ Qualitative error diagram % error 5 0 - - - - -5 Q Q Q Q GE55Y90 GE55Y9 Installation Q [m /h] Q [m /h] Q [m /h] Q [m /h] Description Single-jet dry

More information

CPU 314C-2 PTP. Function

CPU 314C-2 PTP. Function CPU 314C-2 PTP Function Password protection; a password concept protects the user program from unauthorized access. Block encryption; the functions (FCs) and function blocks (FBs) can be stored in the

More information

Internet of things sensors

Internet of things sensors Measuring and monitoring Temperature Humidity Dew point Bar. pressure Twostate inputs Alarm signalisation Data transmitting via Sigfox network Battery operated The sensor performs a measurement every 1

More information

RF4432F27 Catalog

RF4432F27 Catalog Catalog 1. Description... 3 2. Features... 3 3. Application... 3 4. Electrical Specifications... 4 5. Typical application circuit... 4 6. Pin definition... 5 7. Accessories... 6 8. Mechanical dimension...

More information

RF NiceRF Wireless Technology Co., Ltd. Rev

RF NiceRF Wireless Technology Co., Ltd. Rev - 1 - Catalog 1. Description...- 3-2. Features...- 3-3. Application...- 3-4. Electrical Specifications...- 4-5. Schematic...- 4-6. Pin Configuration...- 5-7. Antenna... - 6-8. Mechanical dimensions(unit:

More information

Remote Switching. Remote Gates. Paging.

Remote Switching. Remote Gates. Paging. Features Miniature RF Receiver and Decoder. Advanced Keeloq Decoding Advanced Laser Trimmed Ceramic Module AM Range up to 100 Metres FM Range up to 150 Metres Easy Learn Transmitter Feature. Outputs, Momentary

More information

RADIO SYSTEMS ETIN15. Lecture no: GSM and WCDMA. Ove Edfors, Department of Electrical and Information Technology

RADIO SYSTEMS ETIN15. Lecture no: GSM and WCDMA. Ove Edfors, Department of Electrical and Information Technology RADIO SYSTEMS ETIN15 Lecture no: 11 GSM and WCDMA Ove Edfors, Department of Electrical and Information Technology Ove.Edfors@eit.lth.se 1 Contents (Brief) history of mobile telephony Global System for

More information

Module 3: Physical Layer

Module 3: Physical Layer Module 3: Physical Layer Dr. Associate Professor of Computer Science Jackson State University Jackson, MS 39217 Phone: 601-979-3661 E-mail: natarajan.meghanathan@jsums.edu 1 Topics 3.1 Signal Levels: Baud

More information

Battery Powered People Counter with Integral LCD Display & 418Mhz Data Transmitter

Battery Powered People Counter with Integral LCD Display & 418Mhz Data Transmitter Battery Powered People with Integral LCD Display & 418Mhz Data Transmitter The SenSource PCW-TB06 is a battery powered people counter with 418Mhz RF wireless data transmitter. Truly wireless installation

More information

EDW-ML8011 GSM GPRS Modem User s Manual. Page 1.

EDW-ML8011 GSM GPRS Modem User s Manual. Page 1. EDW-ML8011 GSM GPRS Modem User s Manual Page 1 sales@eddywireless.com www.eddywireless.biz Content EDW-ML8011 GPRS Modem User s Manual... 1 1. Introduction... 3 2. Product concept... 3 3. Application interface...

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

IJINUS. HF communication /////

IJINUS. HF communication ///// Level measuring range from 3 to 10m Integrated conversion tables(flow rate, volume) Wireless setting with Rfid technology Memory : up to 500 000 measures Sealing : IP68 Replaceable lithium battery powered

More information

General information. Supply voltage

General information. Supply voltage Data sheet SIMATIC S7-300, CPU 314C-2 DP COMPACT CPU WITH MPI, 24 DI/16 DO, 4AI, 2AO, 1 PT100, 4 FAST COUNTERS (60 KHZ), INTEGRATED DP INTERFACE, INTEGRATED 24V DC POWER SUPPLY, 192 KBYTE WORKING MEMORY,

More information

RF4432 wireless transceiver module

RF4432 wireless transceiver module 1. Description www.nicerf.com RF4432 RF4432 wireless transceiver module RF4432 adopts Silicon Lab Si4432 RF chip, which is a highly integrated wireless ISM band transceiver. The features of high sensitivity

More information

Binary Inputs. Ref.-No. KNX universal binary input, 8-gang. ETS-product family: Series embodiment (SE-) device (2 units) Ref.-No.

Binary Inputs. Ref.-No. KNX universal binary input, 8-gang. ETS-product family: Series embodiment (SE-) device (2 units) Ref.-No. Binary s 1 L1 L2 L3 N E1 N1 E2 N2 E3 N3 E4 N4 KNX + - 2 1 KNX universal binary input, 4-gang ETS-product family: Product type: Series embodiment (SE-) device (2 units) Ref.-No. 2114 REG 4-gang binary input

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

Mx-RPW Room Control Module (Built-In Occupancy Sensor)

Mx-RPW Room Control Module (Built-In Occupancy Sensor) Wireless Room Controller Application Solar-powered, self-learning room sensor with LCD and smart communication management for measuring room temperature, independent generation of utilization time profiles

More information

TRX-300. GPS/GSM/GPRS Unit for fleet management PRELIMINARY PHOTO

TRX-300. GPS/GSM/GPRS Unit for fleet management PRELIMINARY PHOTO PRELIMINARY TRX-300 GPS/GSM/GPRS Unit for fleet management Quad Band GSM/GPRS engine Built-in GPS & GPRS antenna SuperSense GPS sensitivity Assisted GPS ready Ultra-low power consumption Multi-polygon

More information

6ES7314-6BH04-0AB0. STEP7 as of V5.5 + SP1 or STEP 7 V5.3 + SP2 or higher with HSP 204

6ES7314-6BH04-0AB0. STEP7 as of V5.5 + SP1 or STEP 7 V5.3 + SP2 or higher with HSP 204 6ES7314-6BH04-0AB0 Page 1 Product data sheet 6ES7314-6BH04-0AB0 SIMATIC S7-300, CPU 314C-2 PTP COMPACT CPU WITH MPI, 24 DI/16 DO, 4AI, 2AO, 1 PT100, 4 FAST COUNTERS (60 KHZ), INTEGRATED INTERFACE RS485,

More information

SXL will proceed with the implementation of this Vibration Monitoring Plan unless otherwise advised to modify.

SXL will proceed with the implementation of this Vibration Monitoring Plan unless otherwise advised to modify. From: To: Cc: Subject: Date: Attachments: Schaeffer, Brad "Scofield, Brian" "STYLES, MONICA L"; EMBRY, CHRISTOPHER P; Gmec Consulting; GORDON, MATTHEW L; Shellenberger, Pamela; "Anderson, Robert"; Smith,

More information

Section A : example questions

Section A : example questions 2G1723 GSM Network and Services The exam will consist of two sections: section A (20p) and section B (8p). Section A consist of 20 multiple-choice questions (1p each), where exactly one answer is correct.

More information

Catalog

Catalog - 1 - Catalog 1. Description...- 3-2. Features...- 3-3. Applications... - 3-4. Block Diagram...- 3-5. Electrical Characteristics... - 5-6. Operation... - 5 - Power on Reset... - 5 - Working mode... - 6

More information

Wireless wall transmitter, 1-gang with inscription space, Wireless wall transmitter, 3-gang with inscription space

Wireless wall transmitter, 1-gang with inscription space, Wireless wall transmitter, 3-gang with inscription space Wireless wall transmitter, 1-gang with inscription space Order No. : 5331.. Wireless wall Order No. : 5333.. Operating instructions 1 Safety instructions Electrical devices may only be mounted and connected

More information

10EC81-Wireless Communication UNIT-6

10EC81-Wireless Communication UNIT-6 UNIT-6 The first form of CDMA to be implemented is IS-95, specified a dual mode of operation in the 800Mhz cellular band for both AMPS and CDMA. IS-95 standard describes the structure of wideband 1.25Mhz

More information

TETRA technology A suitable solution for telemetry, SCADA and data applications. April 2018

TETRA technology A suitable solution for telemetry, SCADA and data applications. April 2018 TETRA technology A suitable solution for telemetry, SCADA and data applications April 2018 Funk-Electronic Piciorgros GmbH Stephanie D. Piciorgros Marco Jakobs Content v Level 1 TETRA features in general

More information

REMOTE CONTROL SERVICES (FBD)

REMOTE CONTROL SERVICES (FBD) meeknet.co.uk/e64 Table of Contents REMOTE CONTROL SERVICES (FBD) Subject Page Remote Control (FZV) Introduction............................................... 3 System Overview...........................................

More information

AUTOMATIC WEATHER AND HYDROLOGICAL STATIONS

AUTOMATIC WEATHER AND HYDROLOGICAL STATIONS AUTOMATIC WEATHER AND HYDROLOGICAL STATIONS METEODATA/HYDRODATA-3000C SERIES Brochure nº 9722.0044 GEONICA, S.A. - Alejandro Rodríguez, nº 22-28039 Madrid - Spain Tel. +34 91 450 51 18 Fax +34 91 459 46

More information

ēko Pro Series System

ēko Pro Series System ēko Pro Series System FOR ENVIRONMENTAL MONITORING The ACEINNA ēko Pro Series Starter Kit is a wireless agricultural and environmental sensing system for crop monitoring, microclimate studies and environmental

More information

Cortex-M3 based Prepaid System with Electricity Theft Control

Cortex-M3 based Prepaid System with Electricity Theft Control Research Inventy: International Journal of Engineering And Science Vol.6, Issue 4 (April 2016), PP -139-146 Issn (e): 2278-4721, Issn (p):2319-6483, www.researchinventy.com Cortex-M3 based Prepaid System

More information

Radio Module HG 75430

Radio Module HG 75430 System Description HG 75430 Radio Module HG 75430 Revision A (English) Developed by: A.K. / T.N. Date: 23.10.1997 Author: RAD / H.B. / SCH D-31275 Lehrte/Röddensen (Germany), Tel.: +49 (0) 51 36 / 80 96-0

More information

Introduction To Wireless Sensor Networks

Introduction To Wireless Sensor Networks Introduction To Wireless Sensor Networks Wireless Sensor Networks A wireless sensor network (WSN) is a wireless network consisting of spatially distributed autonomous devices using sensors to cooperatively

More information

EITF40 Digital and Analogue Projects - GNSS Tracker 2.4

EITF40 Digital and Analogue Projects - GNSS Tracker 2.4 EITF40 Digital and Analogue Projects - GNSS Tracker 2.4 Magnus Wasting 26 February 2018 Abstract In this report a mobile global navigation satellite system with SMS and alarm functionality is constructed.

More information

GSM. 84 Theoretical and general applications

GSM. 84 Theoretical and general applications GSM GSM, GPRS, UMTS what do all of these expressions mean and what possibilities are there for data communication? Technical descriptions often contain abbreviations and acronyms. We have chosen to use

More information

Catalog

Catalog Catalog 1. Description... - 3-2. Features... - 3-3. Application... - 3-4. Electrical specifications...- 4-5. Schematic... - 4-6. Pin Configuration... - 5-7. Antenna... - 6-8. Mechanical Dimension(Unit:

More information

Requirements for GPRS Evolution Towards Providing Third Generation Services

Requirements for GPRS Evolution Towards Providing Third Generation Services Requirements for GPRS Evolution Towards Providing Third Generation Services Håkan Olofsson Ericsson Radio Systems AB Outline GPRS Background GPRS Role in Future Communications Higher bit rates: EGPRS Improved

More information

Chapter 1 Basic concepts of wireless data networks (cont d.)

Chapter 1 Basic concepts of wireless data networks (cont d.) Chapter 1 Basic concepts of wireless data networks (cont d.) Part 4: Wireless network operations Oct 6 2004 1 Mobility management Consists of location management and handoff management Location management

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

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

Critical Sign Tracking

Critical Sign Tracking Critical Sign Tracking May 14-18 Client: Dr. Halil Ceylan Advisor: Dr. Daji Qiao Group Members: Simeng Liu, Aaron Cannon, Zheng Luo, David-Paul Adeola Website: http://seniord.ece.iastate.edu/may1418/index.html

More information

VisorTrac A Tracking System for Mining

VisorTrac A Tracking System for Mining VisorTrac A Tracking System for Mining Marco North America, Inc. SYSTEM APPLICATION The VISORTRAC system was developed to allow tracking of mining personnel as well as mining vehicles. The VISORTRAC system

More information

isma-b-w0202 Modbus User Manual GC5 Sp. z o.o. Poland, Warsaw

isma-b-w0202 Modbus User Manual GC5 Sp. z o.o. Poland, Warsaw isma-b-w0202 isma-b-w0202 Modbus User Manual GC5 Sp. z o.o. Poland, Warsaw www.gc5.com 1. Introduction... 4 2. Safety rules... 4 3. Technical specifications... 5 4. Dimension... 6 5. LED Indication...

More information

Enforcer 32WE-APP. The control panel Enforcer 32WE-APP is certified to EN50131 Grade 2 and offers a wide range of certified wireless accessories.

Enforcer 32WE-APP. The control panel Enforcer 32WE-APP is certified to EN50131 Grade 2 and offers a wide range of certified wireless accessories. Enforcer 32WE-APP Enforcer 32WE-APP Enforcer 32WE is the first wireless system on the market that is capable to guarantee high performance maximum security wireless protection via the advanced two way

More information

Radio remote control.

Radio remote control. Page 1 of 5 The radio remote control is functionally integrated in the general module of the ZKE. The antenna integrated in the rear window on the E46 Sedan, Sport Wagon, Coupé and E83 X3 is used as the

More information

ProLink Radio. 900 MHz SDI-12 Data Radio Scienterra Limited. Version A-0x0C-1-AC 20 October 2009

ProLink Radio. 900 MHz SDI-12 Data Radio Scienterra Limited. Version A-0x0C-1-AC 20 October 2009 ProLink Radio 900 MHz SDI-12 Data Radio Scienterra Limited Version A-0x0C-1-AC 20 October 2009 For sales inquiries please contact: ENVCO Environmental Collective 31 Sandringham Rd Kingsland, Auckland 1024

More information

LORA1276F30 Catalogue

LORA1276F30 Catalogue Catalogue 1. Overview... 3 2. Feature... 3 3. Application... 3 4. Block Diagram... 4 5. Electrical Characteristics... 4 6. Schematic... 5 7. Speed rate correlation table... 6 8. Pin definition... 6 9.

More information

Repeater R-IP12. (Version v ) User Manual

Repeater R-IP12. (Version v ) User Manual Repeater R-IP12 (Version v.160322) User Manual Purpose of Document This document describes composition, key features and operational functions as well as purpose, application and usage possibilities of

More information

Awning control system GFM001. Installation and Operating Instructions

Awning control system GFM001. Installation and Operating Instructions Geiger-Funk Sunshade controls Awning control system for 230V drives GFM001 Installation and Operating Instructions for pre-coded systems Table of Contents 1 Introduction...3 2 Safety instructions...3 3

More information

GEONICA, S.A. - Alejandro Rodríguez, nº Madrid - Spain Tel Fax

GEONICA, S.A. - Alejandro Rodríguez, nº Madrid - Spain Tel Fax A U T O M A T I C W E A T H E R A N D H Y D R O L O G I C A L S T A T I O N S M E T E O D A T A / H Y D R O D A T A - 2 0 0 0 C S E R I E S The type Automatic Meteorological and Hydrological Stations are

More information

LORA1278F30 Catalogue

LORA1278F30 Catalogue Catalogue 1. Overview... 3 2. Feature... 3 3. Application... 3 4. Block Diagram... 4 5. Electrical Characteristics... 4 6. Schematic... 5 7. Speed rate correlation table... 6 8. Pin definition... 6 9.

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

KNX manual High-performance switch actuators RM 4 H FIX1 RM 8 H FIX2

KNX manual High-performance switch actuators RM 4 H FIX1 RM 8 H FIX2 KNX manual High-performance switch actuators RM 4 H FIX1 RM 8 H FIX2 4940212 4940217 2018-10-17 Contents 1 Function description 3 2 Operation 4 3 Technical data 5 4 The FIX2 RM 8 H application programme

More information

WSPR VCXO Controller

WSPR VCXO Controller WSPR VCXO Controller A WSPR controller using pulse width modulation (PWM) to derive narrow-band 4-FSK modulation from a voltage controlled crystal oscillator (VCXO). Features: - Internal timing or NMEA

More information

Difference Between. 1. Old connection is broken before a new connection is activated.

Difference Between. 1. Old connection is broken before a new connection is activated. Difference Between Hard handoff Soft handoff 1. Old connection is broken before a new connection is activated. 1. New connection is activated before the old is broken. 2. "break before make" connection

More information

Continuously monitors and stores the levels of Electromagnetic fields Up to four simultaneous bands: GSM 900 / 1800 MHz / UMTS / Broadband 100 khz 3

Continuously monitors and stores the levels of Electromagnetic fields Up to four simultaneous bands: GSM 900 / 1800 MHz / UMTS / Broadband 100 khz 3 Continuously monitors and stores the levels of Electromagnetic fields Up to four simultaneous bands: GSM 900 / 1800 MHz / UMTS / Broadband 100 khz 3 GHz Magnetic fields monitoring from 10 Hz to 5 khz Automatic

More information

ULM-0.8/2.5 Ultrasonic Fuel Level Meter

ULM-0.8/2.5 Ultrasonic Fuel Level Meter ULM-0.8/2.5 Ultrasonic Fuel Level Meter 1.Introduction 2.Application 3.Technical Characteristics 4.Installation diagram 5.. Connection to GPS 6. Notices 1. Introduction Ultrasonic liquid level gauge/meter

More information

DFM Probe Logger Manual

DFM Probe Logger Manual DFM Probe Logger Manual A user manual for DFM Probe Loggers version 5.01 Revision 1.1 20/06/2016 DFM Software Solutions cc Content DFM Logger 1 Download Probe Data 2 Logger Menus 3 Main Menu 4 Setup Menus

More information

Catalogue

Catalogue - 1 - Catalogue 1. Description... - 3-2. Features... - 3-3. Applications...- 3-4. Block Diagram... - 3-5. Electrical Characteristics...- 4-6. Operation...- 5 - Power on Reset... - 5 - Working mode... -

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

Background: Cellular network technology

Background: Cellular network technology Background: Cellular network technology Overview 1G: Analog voice (no global standard ) 2G: Digital voice (again GSM vs. CDMA) 3G: Digital voice and data Again... UMTS (WCDMA) vs. CDMA2000 (both CDMA-based)

More information

CHAPTER 2. Instructor: Mr. Abhijit Parmar Course: Mobile Computing and Wireless Communication ( )

CHAPTER 2. Instructor: Mr. Abhijit Parmar Course: Mobile Computing and Wireless Communication ( ) CHAPTER 2 Instructor: Mr. Abhijit Parmar Course: Mobile Computing and Wireless Communication (2170710) Syllabus Chapter-2.1 Cellular Wireless Networks 2.1.1 Principles of Cellular Networks Underlying technology

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

Wireless Sensor Network based Shooter Localization

Wireless Sensor Network based Shooter Localization Wireless Sensor Network based Shooter Localization Miklos Maroti, Akos Ledeczi, Gyula Simon, Gyorgy Balogh, Branislav Kusy, Andras Nadas, Gabor Pap, Janos Sallai ISIS - Vanderbilt University Overview CONOPS

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

Low Power with Long Range RF Module DATASHEET Description

Low Power with Long Range RF Module DATASHEET Description Wireless-Tag WT-900M Low Power with Long Range RF Module DATASHEET Description WT-900M is a highly integrated low-power half-'duplex RF transceiver module embedding high-speed low-power MCU and high-performance

More information

Rev Product Manual ABB i-bus KNX. Heating actuator 1gang with 6164/11 U-500. Power and productivity for a better world TM

Rev Product Manual ABB i-bus KNX. Heating actuator 1gang with 6164/11 U-500. Power and productivity for a better world TM Product Manual ABB i-bus KNX Heating actuator 1gang with binary Inputs, FM 6164/11 U-500 Power and productivity for a better world TM Product Manual ABB i-bus KNX Contents 1 Product definition... 3 1.1

More information

KCS TraceME TM-203 / R9F4 GPS / GPRS / SMS / RFID module, OEM Version

KCS TraceME TM-203 / R9F4 GPS / GPRS / SMS / RFID module, OEM Version KCS TraceME TM-203 / R9F4 GPS / GPRS / SMS / RFID module, OEM Version The KCS GPRS/GPS range of modules enables you to remotely track & trace people, animals and a variety of objects, e.g. cars, trucks,

More information

Design of Heavy Metals Monitoring System in Water Based on WSN and GPRS

Design of Heavy Metals Monitoring System in Water Based on WSN and GPRS Sensors & Transducers 2014 by IFSA Publishing, S. L. http://www.sensorsportal.com Design of Heavy Metals Monitoring System in Water Based on WSN and GPRS Ke Lin, Ting-Lei Huang School of Computer Science

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

SV-MESH Mesh network series Catalogue

SV-MESH Mesh network series Catalogue Catalogue 1. Description... 3 2. Features... 3 3. Applications... 3 4. Block Diagram... 4 5. Electrical Characteristics... 5 6. Operation... 5 Power on Reset... 5 Working mode... 6 Router mode... 8 Setting

More information

CS6956: Wireless and Mobile Networks Lecture Notes: 3/23/2015

CS6956: Wireless and Mobile Networks Lecture Notes: 3/23/2015 CS6956: Wireless and Mobile Networks Lecture Notes: 3/23/2015 GSM Global System for Mobile Communications (reference From GSM to LET by Martin Sauter) There were ~3 billion GSM users in 2010. GSM Voice

More information

Main Features. Highlights

Main Features. Highlights Highlights For portable use or continuos system; Multi-position measuring system using wireless communication from MASTER to SLAVE units; N.4 analog inputs, n.1 digital inputs; Inputs extension using MASTER/SLAVE

More information

An Introduction to Wireless Technologies Part 2. F. Ricci

An Introduction to Wireless Technologies Part 2. F. Ricci An Introduction to Wireless Technologies Part 2 F. Ricci Content Medium access control (MAC): FDMA = Frequency Division Multiple Access TDMA = Time Division Multiple Access CDMA = Code Division Multiple

More information

WTDIN-M. eeder. Digital Input Module. Technologies FEATURES SPECIFICATIONS DESCRIPTION. Weeder Technologies

WTDIN-M. eeder. Digital Input Module. Technologies FEATURES SPECIFICATIONS DESCRIPTION. Weeder Technologies eeder Technologies 90-A Beal Pkwy NW, Fort Walton Beach, FL 32548 www.weedtech.com 850-863-5723 Digital Input Module FEATURES 8 wide-range digital input channels with high voltage transient protection.

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

3. ADD-ON MODULES Due to hardware limitations, such as antenna design, the base node is limited to a 433 MHz band. Two

3. ADD-ON MODULES Due to hardware limitations, such as antenna design, the base node is limited to a 433 MHz band. Two A Methodical Approach to the Implementation of a Detection Method for Low-Power Wireless Sensors Iztok Blazinšek Margento R&D d.o.o., Gosposvetska cesta 84, 2000 Maribor, Slovenija ABSTRACT This paper

More information

WTDOT-M. eeder. Digital Output Module. Technologies FEATURES SPECIFICATIONS DESCRIPTION. Weeder Technologies

WTDOT-M. eeder. Digital Output Module. Technologies FEATURES SPECIFICATIONS DESCRIPTION. Weeder Technologies eeder Technologies 90-A Beal Pkwy NW, Fort Walton Beach, FL 32548 www.weedtech.com 850-863-5723 Digital Output Module FEATURES 8 high-current open-collector output channels with automatic overload shutdown.

More information

Operation Manual for the TS_SW3G023 3G/GPRS Signal Analyser.

Operation Manual for the TS_SW3G023 3G/GPRS Signal Analyser. Operation Manual for the TS_SW3G023 3G/GPRS Signal Analyser www.gprsmodems.co.uk sales@gprsmodems.co.uk Table of Contents Page No. 1 Description.. 3 2 3G/GPRS Signal Analyser Contents. 3 3 Quick Start

More information

GSM and Similar Architectures Lesson 04 GSM Base station system and Base Station Controller

GSM and Similar Architectures Lesson 04 GSM Base station system and Base Station Controller GSM and Similar Architectures Lesson 04 GSM Base station system and Base Station Controller 1 GSM network architecture Radio subsystem (RSS) Network subsystem (NSS) Operation subsystem (OSS) 2 RSS Consists

More information

Public Interfaces. January 2006

Public Interfaces. January 2006 Public Interfaces January 2006 1 INTRODUCTION This publication does not include interfaces within the BASE network. For clarity purposes cross reference of appropriate international standards is applied

More information

RF1212 Catalog

RF1212 Catalog Catalog 1. Description... 3 2. Features... 3 3. Application... 3 4. Typical application circuit... 4 5. Electrical Specifications... 4 6. Pin definition... 5 7. Accessories... 5 8. Mechanical dimension...

More information

Cellular Wireless Networks. Chapter 10

Cellular Wireless Networks. Chapter 10 Cellular Wireless Networks Chapter 10 Cellular Network Organization Use multiple low-power transmitters (100 W or less) Areas divided into cells Each cell is served by base station consisting of transmitter,

More information

FM HIGH-SPEED BOOLEAN PROCESSOR

FM HIGH-SPEED BOOLEAN PROCESSOR FM 352-5 HIGH-SPEED BOOLEAN PROCESSOR Function Instruction set: Bit instructions: NO operators, NC operators, negation, output, connector, RS flipflop, SR memory, recording of positive/negative signal

More information