A Low-Cost High Precision Time Measurement Infrastructure for Embedded Mobile Systems

Size: px
Start display at page:

Download "A Low-Cost High Precision Time Measurement Infrastructure for Embedded Mobile Systems"

Transcription

1 A Low-Cost High Precision Time Measurement Infrastructure for Embedded Mobile Systems Kemal Köker, Kai-Steffen Hielscher, and Reinhard German Department of Computer Science, Computer Networks and Communication Systems, University of Erlangen-Nuremberg, Germany {koeker, ksjh, 1 Introduction and Overview Simulations are frequently used to test the performance of embedded systems in different operating scenarios and are usually based on a system model that focuses the relevant parts e.g. for the response time. The accuracy of the system model is very important to gain minimum divergences to the real world and therefore it has to be calibrated and validated multiple times. The quality of the calibration and validation process depends on the accuracy of the monitored data of a real system. As example, hardware monitoring requires a specialized device with a built-in clock, which generates timestamps for signals observed at some system interfaces. This solution may provide precise timestamps but can only be applied to systems located in one place like in [1]. The software method generates required time stamps in software, but the accuracy is depended of the systems load [2]. Monitoring distributed mobile systems is a challenge to keep the accuracy and requires synchronisation of all systems clocks or a global master clock for the reference to collect and compare time related data. The possibilities for synchronisation differ by the medium for the transmission and the protocols for it, whereby the focus is primarily on the accuracy for the reception of the time signal according to a master reference clock like in [6]. Wireless dissemination of time signals in TCP/IP networks (e.g. IEEE a/b/g) makes it hard to keep certain accuracy because of the back off times in case of data collision. A further drawback for the medium access in wireless networks is the CSMA/CA mode which disallows to gain a high accuracy for a long time period. Higher accuracy gained with other methods like in [8] requires additional expensive hardware components.

2 2 Kemal Köker, Kai-Steffen Hielscher, and Reinhard German We analysed the feasibility of transmitting reliable high precision time signals for indoor measurements and time synchronisation of mobile embedded systems like soccer robots. This work deals especially with the extension of the timing infrastructure based on the Global Positioning System (GPS) for indoor mobile applications. The extension should however keep the benefit of the high accuracy of the GPS system for time synchronisation and should also provide a reliable solution in a cost efficient manner. The work is primarily based on the software monitoring infrastructure for distributed web servers in [5] for precise measurements of one-way delays of TCP packets, to parameterize, validate and verify simulation and state-space based models of the system. Our solution uses this infrastructure in combination with a FM-receiver module and the PPS-API for the time synchronisation of all object systems clocks with a precision in the range of one microsecond. In addition, example measurements for the timing signal generated with our infrastructure are presented to confirm the usability for distributed mobile embedded systems. 2 Architecture of the Application We selected a modified Robocup [3] scenario for the labour setting with mobile soccer playing robots similar to the F-180 Robocup. All mobile robots in the test bed are equipped with embedded systems using Linux and provided with commonly used FM receiver. Furthermore the PPS- API for the operating system is used which is specified in RFC 2783 [7]. The PPS-API kernel patch for the Linux system not only provides a mechanism for detecting external PPS pulses but also improves the timing resolution from one microsecond to one nanosecond using the timestamp counter (TSC) which is available in most modern processor architectures. 2.1 Robocup F-180 Small Size League In a common RoboCup small size league system, an off-field host computer performs remote control of each player according to the results of the strategy software. The architecture of a soccer robot in the F- 180 league usually consists of the mechanical and electronic part. The mechanical part covers the body and the actors. The electronic part consists of a micro controller for the actors, a dedicated FM-module to receive action commands triggered from the host, and the power supply with batteries. Our modification of the system splits the robots

3 Low-Cost Time Measurement Infrastructure for Mobile Systems 3 Fig. 1. F-180 Soccer robot with embedded system in an upper layer with an embedded system, and the lower layer covering the mechanical and electronic part for the actors and sensors. We provided each player with a PC/104 [4] as an embedded system for the upper part and installed embedded Linux with kernel as the operating system. The embedded system of the upper layer has capabilities to communicate with the host over WLAN (IEEE b) and furthermore each robot is equipped with a FM-receiver module. Figure 1 displays our architecture for the soccer robots using the PC/104 embedded system. 3 Time Synchronisation with GPS The precision of the GPS makes it an impressive technique for any imaginable application that requires the determination of positions (positioning) and direction of motion (navigation) anywhere on earth. The technique is based on measurements of code-phase arrival time from the satellites with high accurate reference clocks on board, to gain positions in three dimensions and GPS time. This facility is often used as potential time synchronisation to provide a globally accurate clock to each receiver. Because of reasons of cost and convenience, it is not possible to equip every computer system with a GPS-receiver to keep a high accurate system clock. But instead of, it is possible to equip some number of computers and let them act as primary time servers. 3.1 Existing Infrastructure The infrastructure we used in our application is based on the infrastructure for the web cluster project in combination of NTP with a master GPS receiver and the PPS-API. Main part of the infrastructure is the possibility to generate high resolution timestamps derived from

4 4 Kemal Köker, Kai-Steffen Hielscher, and Reinhard German the TSC. The usual solution for synchronizing the clocks of a number of systems is by using NTP over a network connection. The accuracy of this method is limited to a few milliseconds on LANs and up to a few tens of milliseconds on WANs and is relative to the Universal Time Coordinated (UTC). Another possibility would be to equip each of the desired system with one cost effective GPS receiver module (e.g. the price for a common GPS timing module including antenna is listed with more than 100 US$) [9]. The disadvantage of the idea providing the embedded systems with GPS receiver modules is the need of so many modules as soccer robots are deployed. A further drawback is the inherent weakness of GPS requires line-of-sight to orbiting satellites, and hence this method is inappropriate for indoor applications (e.g. wireless time dissemination). 3.2 PPS-API The PPS-API (pulse per second) provides a facility to timestamp external events delivered to a system with high resolution. It is intended for connecting external time sources like GPS receivers to a stratum-1 NTP server. The GPS receiver cards used in the web cluster project have a PPS signal output at TTL level that marks the beginning of a second with an uncertainty below 500 ns with respect to UTC. In Linux, the recognition of the PPS pulse is done by instructing the hardware to generate an interrupt in case of a signal transition on the DCD pin of the serial port. The interrupt handling routine in the serial port driver is modified by the patch to timestamp every invocation. We patched the Linux kernel with the PPS-API patch to use this facility. This patch modifies the serial port driver for detecting and time stamping signals delivered to the DCD pin of the serial port. In addition to the PPS recognition, the kernel patch extends the timekeeping resolution of the Linux kernel to one nanosecond by utilizing the TSC, whereby the TSC is incremented with every tick of the internal clock. The timestamps of the PPS pulses can be used in two ways to discipline the kernel clock: either by using the hardpps() kernel consumer or by using a user level NTP daemon. Both of them make use of the kernel model for precision timekeeping as specified in RFC 1589 [10] and estimate the frequency error of the local oscillator by averaging the measured time interval between successive PPS pulses. Since the PPS pulse just marks the beginning of an arbitrary second, but does not contain information on the absolute time (second, minute, hour, day, moth, year), all clocks of the receivers must be set to have offsets less than 500 ms. Usually

5 Low-Cost Time Measurement Infrastructure for Mobile Systems 5 Fig. 2. Wireless signal dissemination based on GPS this can be achieved using a standard NTP server on a wireless network and using the ntpdate command before starting a synchronisation with PPS or by using the NTP daemon with a configuration file that contains two time sources, the PPS clock driver and the NTP server. 3.3 Wireless Dissemination of Time Signal Obtaining signals based on a GPS receiver infrastructure may enables to use high accurate pulses for time stamping in wired networks, but this infrastructure is inappropriate for wireless systems. The most possibilities for wireless signal circulation lead to non deterministic response time. The WLAN (IEEE b) e.g. uses CSMA/CA for the medium access to avoid data collision. Each time before the client starts to send, the clearance of the medium has to be checked, which leads to non deterministic time consumption for collision free data reception. This drawback leads to the idea to transmit the timing signal pulse of the mentioned GPS infrastructure regardless of the medium clearance without affecting other clients and keep the mechanism as easy as possible. For this purpose, we connected the TTL output of the GPS timing architecture to the input of an widely spread FM-transmitter module to broadcast the GPS second pulses on the FM-band 433,92MHz. To receive the signal, we connected an appropriate FM receiver module on the same FM band to the serial port of the robots PC/104 system. The costs for both modules e.g. from [11]are listed below 20US$. Figure 2 illustrates our infrastructure for the wireless signal dissemination. 4 Measurements We started a test run transmitting the PPS-signal from the GPS based infrastructure to the robots PC/104 system and simultaneously tracked the signal reception with an analogue oscilloscope. The signal course of the first test run resulted a lot of interference, which would lead the PPS-API facility assume to a wrong offset of the systems clock.

6 6 Kemal Köker, Kai-Steffen Hielscher, and Reinhard German We started a long term test run to assure, that the interference is not temporarily and we record the internal system clock, the second pulse recognized by the PPS-API and the jitter. 4.1 Results of First Test Run The left side of figure 3 shows the plot of the results of a continuous measurement for three days. The plotted dots are representing the difference of two back-to-back seconds. The y-axis of the figure is scaled linearly and is indicating the duration of the systems second. We can match this with the deviation of the second pulse registered by the PPS-API from the true (exact) second. The x-axis is also scaled linearly and is counting the triggered pulses. Considering the results, we detect a lot of high ratio jitters that disallow using the modified GPS timing architecture in this mode and therefore it is not useful to discipline the kernel clock in a high accurate way. Primary sources for the interferences can be found in different electronic devices with spurious radiations (i.e. power supply of running computers), and also atmospheric disturbances. Another reason for the deviation of the exact time second is the technical design of the used FM receiver module with a fast-acting carrier detect and power-up implementation. This implementation may allow effective duty cycle power saving and a - 107dBm sensitivity but takes about 1 ms for enabling the device and is an disadvantage for our application. According the time measuring infrastructure of the web-cluster, the GPS cards deliver a PPS signal output that marks the beginning of a second with a very high accuracy (below 500ns) with respect to UTC. Therefore the maximum deviation of a time second between the systems clock - using the FM module - and the GPS subsystem should amount not more than 1.5 ms considering the reception delay of the module. A further disadvantage is the sensitivity of the module for captured undefined foreign signals which just lead to enable the FM module and then again shutting down because of missing signals. 4.2 Techniques for Improvement To use however the accurate GPS timing infrastructure and handle the disadvantages of the FM modules, we switched the GPS card to generate a 100Hz PPS signal output. In this operating mode, the output delivers 98 TTL high level signals with a length less than 10ms and a longer 99th high level signal to mark the beginning of a second with by the next pulse. This operating mode of the GPS card also leads the

7 Low-Cost Time Measurement Infrastructure for Mobile Systems 7 Fig. 3. Scatter plot for different driving mode of the GPS cards FM receiver module to maintain the enabled mode for signal reception and therefore no additional enable time is necessary. But to use the PPS-API facility, the signal input to the system has to be exactly one pulse per second. To utilize the 100Hz PPS signal for the PPS-API, we build a time measuring circuit with a micro controller on the receiver side. The function of the circuit is to monitor the width of a signal pulse delivered by the GPS card output. The circuit enables an incoming signal to be forwarded with the next pulse if and only if a longer high level signal is received. This method assures to forward the correct signal pulse for the beginning of a second and also decreases interference. We ensured our considerations by again tracking with the analogue oscilloscope and monitored fewer disturbances. Ongoing we started a new test run for 3 days and again recorded the internal system clock, the second pulse recognized by the PPS-API and the jitter for both back-to-back seconds. The right part of figure 3 shows the measurements for the test run, whereby the number of pulses for the x-axis is abbreviated to compare the results of the first test run. We can identify a smoother scatter plot with more precise boundaries for the duration of a second. These boundaries should be considered for the system design and monitoring method. 5 Conclusion We analysed the feasibility and performance of an indoor facility for a high precision time synchronisation for mobile devices. The facility is intended to build a simulation model for embedded mobile systems. For this purpose we extended an existing high accurate GPS based infrastructure and introduced commonly used FM modules to transmit

8 8 Kemal Köker, Kai-Steffen Hielscher, and Reinhard German and receive a pulse per second signal to the embedded systems of mobile soccer robots. The simply usage of the FM modules to transmit and receive signals led to higher interference ratio, also caused from the entire design and enable delay of the FM receiver. To handle the interferences and profit the accuracy of the GPS time synchronizing infrastructure, we switched the GPS output to transmit a 100Hz signal and introduced a circuit to generate a pulse at the end of the 100th signal on the receiver side. Using this method significantly improved the results and allows transmitting high accurate pulses for a second gained from the GPS in an appropriate way for performing measurements on mobile embedded systems. References 1. Kemal Köker, Richard Membarth, Reinhard German, Performance analyses of embedded real-time operating systems using high-precision counters, Proceedings of 3rd International Conference on Autonomous Robots and Agents, New Zealand, pp , (2006) 2. Ojha, A.K., Techniques in least-intrusive computer system performance monitoring, Proceedings of SoutheastCon 2001, Clemson, SC, USA, pp , (2001) 3. ROBOCUP SMALL SIZE LEAGUE, visited 14/01/ PC/104 EMBEDDED CONSORTIUM, PC/104-Specification, visited 12/06/ Hielscher, Kai-Steffen Jens ; German, Reinhard, A Low-Cost Infrastructure for High Precision High Volume Performance Measurements of Web Clusters, Proc. of 13th Conf. on Computer Performance Evaluations, Modelling Techniques and Tools, Urbana, IL, USA, (2003) 6. D. Mills. Internet time synchronization: the Network Time Protocol. IEEE Trans. Communications, 39(10): , October J. Mogul, D. Mills, J. Brittenson, J. Stone, and U.Windl. Pulse-persecond API for Unix-like operating systems, Version 1. Request for Comments RFC-2783, Internet Engineering Task Force, March H. Dai, R. Han, TSync: a lightweight bidirectional time synchronization service for wireless sensor networks, ACM SIGMOBILE Mobile Computing and Communications Review, Vol. 8, Is.1, pp , (2004) 9. Synergy Systems, GPS Timing Modules, visited 15/12/ D. Mills. A Kernel Model for Precision Timekeeping. Request for Comments RFC-1589, Internet Engineering Task Force, March Radiometrix radio modules, visited 12/12/2005

The Role of Precise Timing in High-Speed, Low-Latency Trading

The Role of Precise Timing in High-Speed, Low-Latency Trading The Role of Precise Timing in High-Speed, Low-Latency Trading The race to zero nanoseconds Whether measuring network latency or comparing real-time trading data from different computers on the planet,

More information

Computer Time Synchronization

Computer Time Synchronization Michael Lombardi Time and Frequency Division National Institute of Standards and Technology Computer Time Synchronization The personal computer revolution that began in the 1970's created a huge new group

More information

Precision Time Protocol (PTP/IEEE-1588)

Precision Time Protocol (PTP/IEEE-1588) White Paper W H I T E P A P E R "Smarter Timing Solutions" Precision Time Protocol (PTP/IEEE-1588) The Precision Time Protocol, as defined in the IEEE-1588 standard, provides a method to precisely synchronize

More information

Time Calibrator. 2013 Fountain Computer Products

Time Calibrator. 2013 Fountain Computer Products Time Calibrator Time Calibrator All rights reserved. No parts of this work may be reproduced in any form or by any means - graphic, electronic, or mechanical, including photocopying, recording, taping,

More information

Evaluating the Accuracy of Maxim Real-Time Clocks (RTCs)

Evaluating the Accuracy of Maxim Real-Time Clocks (RTCs) REAL-TIME CLOCKS Application Note 632: Aug 01, 2001 Evaluating the Accuracy of Maxim Real-Time Clocks (RTCs) This app note describes methods for measuring the accuracy of the Maxim Real-Time Clocks (RTCs)

More information

Computer Time Synchronization

Computer Time Synchronization Michael Lombardi Time and Frequency Division NIST email: lombardi@boulder.nist.gov Computer Time Synchronization The personal computer revolution that began in the 1970's created a huge new group of time

More information

Choosing the correct Time Synchronization Protocol and incorporating the 1756-TIME module into your Application

Choosing the correct Time Synchronization Protocol and incorporating the 1756-TIME module into your Application Choosing the correct Time Synchronization Protocol and incorporating the 1756-TIME module into your Application By: Josh Matson Various Time Synchronization Protocols From the earliest days of networked

More information

TI GPS PPS Timing Application Note

TI GPS PPS Timing Application Note Application Note Version 0.6 January 2012 1 Contents Table of Contents 1 INTRODUCTION... 3 2 1PPS CHARACTERISTICS... 3 3 TEST SETUP... 4 4 PPS TEST RESULTS... 6 Figures Figure 1 - Simplified GPS Receiver

More information

HANDBOOK. Measuring System DESIGN EDITORS PETER H. SYDENHAM RICHARD THORN ARTICLE OFFPRINT

HANDBOOK. Measuring System DESIGN EDITORS PETER H. SYDENHAM RICHARD THORN ARTICLE OFFPRINT HANDBOOK OF Measuring System DESIGN EDITORS PETER H. SYDENHAM RICHARD THORN ARTICLE OFFPRINT 200: Calibrations and Standards in Time Measurement Michael A. Lombardi National Institute of Standards and

More information

Design and Implementation of One-way IP Performance Measurement Tool

Design and Implementation of One-way IP Performance Measurement Tool Design and Implementation of One-way IP Performance Measurement Tool Jaehoon Jeong 1, Seungyun Lee 1, Yongjin Kim 1, and Yanghee Choi 2 1 Protocol Engineering Center, ETRI, 161 Gajong-Dong, Yusong-Gu,

More information

Indoor / Outdoor Antenna

Indoor / Outdoor Antenna z300 High Precision NTP Time Server Indoor / Outdoor Antenna High Precision NTP Time Server with PoE (Indoor or Outdoor use) synchronized by GPS Revision 4 ZTI / 1 boulevard d'armor / BP 20254 / 22302

More information

How To Monitor And Test An Ethernet Network On A Computer Or Network Card

How To Monitor And Test An Ethernet Network On A Computer Or Network Card 3. MONITORING AND TESTING THE ETHERNET NETWORK 3.1 Introduction The following parameters are covered by the Ethernet performance metrics: Latency (delay) the amount of time required for a frame to travel

More information

Delivering NIST Time to Financial Markets Via Common-View GPS Measurements

Delivering NIST Time to Financial Markets Via Common-View GPS Measurements Delivering NIST Time to Financial Markets Via Common-View GPS Measurements Michael Lombardi NIST Time and Frequency Division lombardi@nist.gov 55 th CGSIC Meeting Timing Subcommittee Tampa, Florida September

More information

A High Resolution Performance Monitoring Software on the Pentium

A High Resolution Performance Monitoring Software on the Pentium A High Resolution Performance Monitoring Software on the Pentium Ong Cheng Soon*, Fadhli Wong Mohd Hasan Wong**, Lai Weng Kin* * Software Lab, MIMOS Berhad lai@mimos.my, csong@mimos.my ** Dept of Electrical

More information

High-Speed Thin Client Technology for Mobile Environment: Mobile RVEC

High-Speed Thin Client Technology for Mobile Environment: Mobile RVEC High-Speed Thin Client Technology for Mobile Environment: Mobile RVEC Masahiro Matsuda Kazuki Matsui Yuichi Sato Hiroaki Kameyama Thin client systems on smart devices have been attracting interest from

More information

Technical Bulletin. Teledyne PDS Clock Synchronization Considerations. Version 1.2

Technical Bulletin. Teledyne PDS Clock Synchronization Considerations. Version 1.2 Teledyne PDS Clock Synchronization Considerations Version 1.2 TELEDYNE RESON B.V. Stuttgartstraat 42-44 3047 AS Rotterdam The Netherlands Tel.: +31 (0)10 245 15 00 www.teledyne-reson.com Dated: 01-05-2015

More information

Precision Time Protocol on Linux ~ Introduction to linuxptp

Precision Time Protocol on Linux ~ Introduction to linuxptp Precision Time Protocol on Linux ~ Introduction to linuxptp Ken ICHIKAWA FUJITSU LIMITED. LinuxCon Japan 2014 Copyright 2014 FUJITSU LIMITED Agenda Background Overview of Precision Time Protocol (PTP)

More information

Synchronization and precise timing in packet networks

Synchronization and precise timing in packet networks TransPacket white paper Synchronization and precise timing in packet networks 28.06.2011 Supporting mobile back-haul and real-time applications Executive summary IP/MPLS and Ethernet packet optical networks

More information

VEHICLE TRACKING SYSTEM USING GPS. 1 Student, ME (IT) Pursuing, SCOE, Vadgaon, Pune. 2 Asst. Professor, SCOE, Vadgaon, Pune

VEHICLE TRACKING SYSTEM USING GPS. 1 Student, ME (IT) Pursuing, SCOE, Vadgaon, Pune. 2 Asst. Professor, SCOE, Vadgaon, Pune VEHICLE TRACKING SYSTEM USING GPS Pooja P. Dehankar 1, 1 Student, ME (IT) Pursuing, SCOE, Vadgaon, Pune Prof. S. P. Potdar 2 2 Asst. Professor, SCOE, Vadgaon, Pune Abstract- Global Positioning System is

More information

Precision Clock Synchronization

Precision Clock Synchronization Hirschmann. Simply a Good Connection. White Paper Precision Clock Synchronization The Standard IEEE 1588 Precision Clock Synchronization IEEE 1588 White Paper Rev. 1.2 Table of contents Precision Clock

More information

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

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

More information

Wide Area Monitoring, Control, and Protection

Wide Area Monitoring, Control, and Protection Wide Area Monitoring, Control, and Protection Course Map Acronyms Wide Area Monitoring Systems (WAMS) Wide Area Monitoring Control Systems (WAMCS) Wide Area Monitoring Protection and Control Systems (WAMPACS)

More information

CHAPTER 11: Flip Flops

CHAPTER 11: Flip Flops CHAPTER 11: Flip Flops In this chapter, you will be building the part of the circuit that controls the command sequencing. The required circuit must operate the counter and the memory chip. When the teach

More information

Application Note. EtherCAT Master Architecture. Applicable Products: Yaskawa Servodrives with CANopen over EtherCAT

Application Note. EtherCAT Master Architecture. Applicable Products: Yaskawa Servodrives with CANopen over EtherCAT Application Note EtherCAT Master Architecture Applicable Products: Yaskawa Servodrives with CANopen over EtherCAT Yaskawa America, Inc. Drives & Motion Division 2014 March 5, 2015 Page 1 of 18 Table of

More information

Time Synchronization & Timekeeping

Time Synchronization & Timekeeping 70072-0111-14 TECHNICAL NOTE 06/2009 Time Synchronization & Timekeeping Time synchronization lets you synchronize the internal clocks of all networked PowerLogic ION meters and devices. Once synchronized,

More information

Algorithms for Interference Sensing in Optical CDMA Networks

Algorithms for Interference Sensing in Optical CDMA Networks Algorithms for Interference Sensing in Optical CDMA Networks Purushotham Kamath, Joseph D. Touch and Joseph A. Bannister {pkamath, touch, joseph}@isi.edu Information Sciences Institute, University of Southern

More information

T200, PTP/IEEE 1588 Grandmaster Clock and

T200, PTP/IEEE 1588 Grandmaster Clock and T200, PTP/IEEE 1588 Grandmaster Clock and NTP Time Server with high accuracy GPS receiver, OCXO or Rubidium oscillator 1 Bd d Armor 22300 LANNION - FRANCE contact@heoldesign.com 1 HEOL-T200 : PERFORMANCE

More information

WLAN Protocol Tester PTW 70

WLAN Protocol Tester PTW 70 Data sheet Version 01.00 WLAN Protocol Tester PTW 70 November 2003 IEEE 802.11 multimode protocol tester for development, integration and verification Applications Development The PTW 70 is an indispensable

More information

EPL 657 Wireless Networks

EPL 657 Wireless Networks EPL 657 Wireless Networks Some fundamentals: Multiplexing / Multiple Access / Duplex Infrastructure vs Infrastructureless Panayiotis Kolios Recall: The big picture... Modulations: some basics 2 Multiplexing

More information

Wave Relay System and General Project Details

Wave Relay System and General Project Details Wave Relay System and General Project Details Wave Relay System Provides seamless multi-hop connectivity Operates at layer 2 of networking stack Seamless bridging Emulates a wired switch over the wireless

More information

Computers Are Your Future. 2006 Prentice-Hall, Inc.

Computers Are Your Future. 2006 Prentice-Hall, Inc. Computers Are Your Future 2006 Prentice-Hall, Inc. Computers Are Your Future Chapter 3 Wired and Wireless Communication 2006 Prentice-Hall, Inc Slide 2 What You Will Learn... ü The definition of bandwidth

More information

Bluetooth in Automotive Applications Lars-Berno Fredriksson, KVASER AB

Bluetooth in Automotive Applications Lars-Berno Fredriksson, KVASER AB Bluetooth in Automotive Applications Lars-Berno Fredriksson, KVASER AB ABSTRACT There is a potential for 50-400 million per year Bluetooth nodes within the car market if Bluetooth can be integrated into

More information

3.7. Clock Synch hronisation

3.7. Clock Synch hronisation Chapter 3.7 Clock-Synchronisation hronisation 3.7. Clock Synch 1 Content Introduction Physical Clocks - How to measure time? - Synchronisation - Cristian s Algorithm - Berkeley Algorithm - NTP / SNTP -

More information

Accurate Measurement of the Mains Electricity Frequency

Accurate Measurement of the Mains Electricity Frequency Accurate Measurement of the Mains Electricity Frequency Dogan Ibrahim Near East University, Faculty of Engineering, Lefkosa, TRNC dogan@neu.edu.tr Abstract The frequency of the mains electricity supply

More information

Synchronization in. Distributed Systems. Cooperation and Coordination in. Distributed Systems. Kinds of Synchronization.

Synchronization in. Distributed Systems. Cooperation and Coordination in. Distributed Systems. Kinds of Synchronization. Cooperation and Coordination in Distributed Systems Communication Mechanisms for the communication between processes Naming for searching communication partners Synchronization in Distributed Systems But...

More information

Antennas & Propagation. CS 6710 Spring 2010 Rajmohan Rajaraman

Antennas & Propagation. CS 6710 Spring 2010 Rajmohan Rajaraman Antennas & Propagation CS 6710 Spring 2010 Rajmohan Rajaraman Introduction An antenna is an electrical conductor or system of conductors o Transmission - radiates electromagnetic energy into space o Reception

More information

5-6-2 Time Distribution Using the Network

5-6-2 Time Distribution Using the Network 5-6-2 Time Distribution Using the Network IMAMURA Kuniyasu, GOTOH Tadahiro, KANEKO Akihiro, IMAE Michito, and KURIHARA Noriyuki The network time protocol (NTP) is used by a network to synchronize time

More information

WIRELESS INSTRUMENTATION TECHNOLOGY

WIRELESS INSTRUMENTATION TECHNOLOGY BS&B WIRELESS, L.L.C. BS&B WIRELESS, L.L.C. WIRELESS INSTRUMENTATION TECHNOLOGY Printed February 2004 BS&B WIRELESS, L.L.C. 7422-B East 46th Place, Tulsa, OK74145 Phone: 918-622-5950 Fax: 918-665-3904

More information

GPS & GSM BASED REAL-TIME VEHICLE TRACKING SYSTEM.

GPS & GSM BASED REAL-TIME VEHICLE TRACKING SYSTEM. GPS & GSM BASED REAL-TIME VEHICLE TRACKING SYSTEM. Introduction: The Proposed design is cost-effective, reliable and has the function of accurate tracking. When large object or vehicles were spread out

More information

Design of Strong-motion Monitoring System for Dam-reservoir D s e i s gn of Stro r ng-mo m tion Monito t ri r ng Syst s em

Design of Strong-motion Monitoring System for Dam-reservoir D s e i s gn of Stro r ng-mo m tion Monito t ri r ng Syst s em Design of Strong-motion Monitoring System for Dam-reservo eservoir Li Caihua Li Xiaojun Institute of Engineering Mechanics, China Earthquake Administration China Harbin 150080 Abstract: One strong-motion

More information

PHASOR MEASUREMENT UNIT (PMU) AKANKSHA PACHPINDE

PHASOR MEASUREMENT UNIT (PMU) AKANKSHA PACHPINDE PHASOR MEASUREMENT UNIT (PMU) AKANKSHA PACHPINDE INTRODUCTION OUTLINE Conventional control centers Introduction to Synchrophasors A generic PMU Applications of PMU Role of GPS Cost profile of PMU with

More information

PPS usable by timing applications via serial port emulation

PPS usable by timing applications via serial port emulation Timing & Navigation Module * PPS usable by timing applications via serial port emulation * The Pulse Per Second (PPS) is an electrical signal that very precisely indicates the start of a second. The z050

More information

INTRODUCTION TO COMMUNICATION SYSTEMS AND TRANSMISSION MEDIA

INTRODUCTION TO COMMUNICATION SYSTEMS AND TRANSMISSION MEDIA COMM.ENG INTRODUCTION TO COMMUNICATION SYSTEMS AND TRANSMISSION MEDIA 9/6/2014 LECTURES 1 Objectives To give a background on Communication system components and channels (media) A distinction between analogue

More information

MT3339 PC Tool Operation Manual

MT3339 PC Tool Operation Manual GlobalTop Technology Inc. MT3339 PC Tool Operation Manual Technial Document Revision: 0.1.0 MT3339 PC Tool for MT3339 Based GPS Modules prior permission of GlobalTop Tech Inc. Specifications subject to

More information

Implementation of Wireless Gateway for Smart Home

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

More information

COMPATIBILITY AND SHARING ANALYSIS BETWEEN DVB T AND RADIO MICROPHONES IN BANDS IV AND V

COMPATIBILITY AND SHARING ANALYSIS BETWEEN DVB T AND RADIO MICROPHONES IN BANDS IV AND V European Radiocommunications Committee (ERC) within the European Conference of Postal and Telecommunications Administrations (CEPT) COMPATIBILITY AND SHARING ANALYSIS BETWEEN DVB T AND RADIO MICROPHONES

More information

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

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

More information

Computer Network. Interconnected collection of autonomous computers that are able to exchange information

Computer Network. Interconnected collection of autonomous computers that are able to exchange information Introduction Computer Network. Interconnected collection of autonomous computers that are able to exchange information No master/slave relationship between the computers in the network Data Communications.

More information

High-Stability Time Adjustment with Real-Time Clock Module

High-Stability Time Adjustment with Real-Time Clock Module High-Stability Time Adjustment with Real-Time Clock Module An explanation of an Epson real-time clock module with sub-second time adjustment function [Preface] In recent years, it has become simple to

More information

MicroMag3 3-Axis Magnetic Sensor Module

MicroMag3 3-Axis Magnetic Sensor Module 1008121 R01 April 2005 MicroMag3 3-Axis Magnetic Sensor Module General Description The MicroMag3 is an integrated 3-axis magnetic field sensing module designed to aid in evaluation and prototyping of PNI

More information

Design of Remote data acquisition system based on Internet of Things

Design of Remote data acquisition system based on Internet of Things , pp.32-36 http://dx.doi.org/10.14257/astl.214.79.07 Design of Remote data acquisition system based on Internet of Things NIU Ling Zhou Kou Normal University, Zhoukou 466001,China; Niuling@zknu.edu.cn

More information

Power network telecommunication

Power network telecommunication www.siemens.com Power network telecommunication Teleprotection Answers for infrastructure and cities. Binary I/O The best protection against high-voltage grid failures When it comes to managing power networks,

More information

Zigbee-Based Wireless Distance Measuring Sensor System

Zigbee-Based Wireless Distance Measuring Sensor System Zigbee-Based Wireless Distance Measuring Sensor System Ondrej Sajdl 1, Jaromir Zak 1, Radimir Vrba 1 1 Department of Microelectronics, Brno University of Technology, FEEC, Udolni 53, 602 00 Brno, Czech

More information

Technical Information POWER PLANT CONTROLLER

Technical Information POWER PLANT CONTROLLER Technical Information POWER PLANT CONTROLLER Content The Power Plant Controller offers intelligent and flexible solutions for the control of all PV power plants in the megawatt range. It is suitable for

More information

Customer Specific Wireless Network Solutions Based on Standard IEEE 802.15.4

Customer Specific Wireless Network Solutions Based on Standard IEEE 802.15.4 Customer Specific Wireless Network Solutions Based on Standard IEEE 802.15.4 Michael Binhack, sentec Elektronik GmbH, Werner-von-Siemens-Str. 6, 98693 Ilmenau, Germany Gerald Kupris, Freescale Semiconductor

More information

Ultra Wideband Signal Impact on IEEE802.11b Network Performance

Ultra Wideband Signal Impact on IEEE802.11b Network Performance Ultra Wideband Signal Impact on IEEE802.11b Network Performance Matti Hämäläinen 1, Jani Saloranta 1, Juha-Pekka Mäkelä 1, Tero Patana 2, Ian Oppermann 1 1 Centre for Wireless Communications (CWC), University

More information

A PC-BASED TIME INTERVAL COUNTER WITH 200 PS RESOLUTION

A PC-BASED TIME INTERVAL COUNTER WITH 200 PS RESOLUTION 35'th Annual Precise Time and Time Interval (PTTI) Systems and Applications Meeting San Diego, December 2-4, 2003 A PC-BASED TIME INTERVAL COUNTER WITH 200 PS RESOLUTION Józef Kalisz and Ryszard Szplet

More information

Selecting the Optimum PCI Express Clock Source

Selecting the Optimum PCI Express Clock Source Selecting the Optimum PCI Express Clock Source PCI Express () is a serial point-to-point interconnect standard developed by the Component Interconnect Special Interest Group (PCI-SIG). lthough originally

More information

Application of Android OS as Real-time Control Platform**

Application of Android OS as Real-time Control Platform** AUTOMATYKA/ AUTOMATICS 2013 Vol. 17 No. 2 http://dx.doi.org/10.7494/automat.2013.17.2.197 Krzysztof Ko³ek* Application of Android OS as Real-time Control Platform** 1. Introduction An android operating

More information

COFDM Transmission systems

COFDM Transmission systems COFDM Transmission systems www.vtq.de COFDM Radio Communication Appliance O.R.C.A - Trade Show Highlights Probably the fastest¹ COFDM video transmitter world s The brand new generation of O.R.C.A transmitters

More information

CREW - FP7 - GA No. 258301. Cognitive Radio Experimentation World. Project Deliverable D7.5.4 Showcase of experiment ready (Demonstrator)

CREW - FP7 - GA No. 258301. Cognitive Radio Experimentation World. Project Deliverable D7.5.4 Showcase of experiment ready (Demonstrator) Cognitive Radio Experimentation World!"#$% Project Deliverable Showcase of experiment ready (Demonstrator) Contractual date of delivery: 31-03-14 Actual date of delivery: 18-04-14 Beneficiaries: Lead beneficiary:

More information

AN1200.04. Application Note: FCC Regulations for ISM Band Devices: 902-928 MHz. FCC Regulations for ISM Band Devices: 902-928 MHz

AN1200.04. Application Note: FCC Regulations for ISM Band Devices: 902-928 MHz. FCC Regulations for ISM Band Devices: 902-928 MHz AN1200.04 Application Note: FCC Regulations for ISM Band Devices: Copyright Semtech 2006 1 of 15 www.semtech.com 1 Table of Contents 1 Table of Contents...2 1.1 Index of Figures...2 1.2 Index of Tables...2

More information

MODULE BOUSSOLE ÉLECTRONIQUE CMPS03 Référence : 0660-3

MODULE BOUSSOLE ÉLECTRONIQUE CMPS03 Référence : 0660-3 MODULE BOUSSOLE ÉLECTRONIQUE CMPS03 Référence : 0660-3 CMPS03 Magnetic Compass. Voltage : 5v only required Current : 20mA Typ. Resolution : 0.1 Degree Accuracy : 3-4 degrees approx. after calibration Output

More information

Redes de Comunicação em Ambientes Industriais Aula 7

Redes de Comunicação em Ambientes Industriais Aula 7 Redes de Comunicação em Ambientes Industriais Aula 7 Luís Almeida Paulo Pedreiras lda@det.ua.pt pedreiras@det.ua.pt Electronic Systems Lab-IEETA / DET Universidade de Aveiro Aveiro, Portugal RCAI 2005/2006

More information

Timer A (0 and 1) and PWM EE3376

Timer A (0 and 1) and PWM EE3376 Timer A (0 and 1) and PWM EE3376 General Peripheral Programming Model Each peripheral has a range of addresses in the memory map peripheral has base address (i.e. 0x00A0) each register used in the peripheral

More information

How To Understand Gate

How To Understand Gate Time Facility for German Galileo Test Environment GATE J. Furthner, German Aerospace Center () Folie 1, GTFS 2005 > JF Content Overview of GATE Major Objectives of GATE GATE Field Service Area Functions

More information

Technical Bulletin. Enabling Arista Advanced Monitoring. Overview

Technical Bulletin. Enabling Arista Advanced Monitoring. Overview Technical Bulletin Enabling Arista Advanced Monitoring Overview Highlights: Independent observation networks are costly and can t keep pace with the production network speed increase EOS eapi allows programmatic

More information

DAB Digital Radio Broadcasting. Dr. Campanella Michele

DAB Digital Radio Broadcasting. Dr. Campanella Michele DAB Digital Radio Broadcasting Dr. Campanella Michele Intel Telecomponents Via degli Ulivi n. 3 Zona Ind. 74020 Montemesola (TA) Italy Phone +39 0995664328 Fax +39 0995932061 Email:info@telecomponents.com

More information

Propsim enabled Mobile Ad-hoc Network Testing

Propsim enabled Mobile Ad-hoc Network Testing www.anite.com Propsim enabled Mobile Ad-hoc Network Testing Anite is now part of Keysight Technologies Lab-based, end-to-end performance testing of systems using Propsim MANET channel emulation A Mobile

More information

AN INTERNET OF THINGS (IOT) BASED SECURITY ALERT SYSTEM USING RASPBERRY PI

AN INTERNET OF THINGS (IOT) BASED SECURITY ALERT SYSTEM USING RASPBERRY PI Available online at www.apije.com ASIA PACIFIC INTERNATIONAL JOURNAL OF ENGINEERING SCIENCE Vol. 02 (01) (2016) 37 41 AN INTERNET OF THINGS (IOT) BASED SECURITY ALERT SYSTEM USING RASPBERRY PI A.Arun Raja

More information

White Paper. D-Link International Tel: (65) 6774 6233, Fax: (65) 6774 6322. E-mail: info@dlink.com.sg; Web: http://www.dlink-intl.

White Paper. D-Link International Tel: (65) 6774 6233, Fax: (65) 6774 6322. E-mail: info@dlink.com.sg; Web: http://www.dlink-intl. Introduction to Voice over Wireless LAN (VoWLAN) White Paper D-Link International Tel: (65) 6774 6233, Fax: (65) 6774 6322. Introduction Voice over Wireless LAN (VoWLAN) is a technology involving the use

More information

2 Basic Concepts. Contents

2 Basic Concepts. Contents 2. Basic Concepts Contents 2 Basic Concepts a. Link configuration b. Topology c. Transmission mode d. Classes of networks 1 a. Link Configuration Data links A direct data link is one that establishes a

More information

Application Note. Introduction to. Page 1 / 10

Application Note. Introduction to. Page 1 / 10 Application Note Introduction to RAPID-TEST Page 1 / 10 ABSTRACT With the RAPID-TEST instruments, NTI offers a series of powerful multitone analyzers for an extremely fast, yet precise audio performance

More information

Ways to Use USB in Embedded Systems

Ways to Use USB in Embedded Systems Ways to Use USB in Embedded Systems by Yingbo Hu, R&D Embedded Engineer and Ralph Moore, President of Micro Digital Universal Serial Bus (USB) is a connectivity specification that provides ease of use,

More information

DS1104 R&D Controller Board

DS1104 R&D Controller Board DS1104 R&D Controller Board Cost-effective system for controller development Highlights Single-board system with real-time hardware and comprehensive I/O Cost-effective PCI hardware for use in PCs Application

More information

NETWORK ENABLED EQUIPMENT MONITOR

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

More information

Vehicle Tracking System,

Vehicle Tracking System, Vehicle Tracking System, The Complete Solution What is GPS? Product Review. Complete system. Contact Us. What is GPS? GPS, which stands for Global Positioning System, is the only system today able to show

More information

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

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

More information

CSMA/CA. Information Networks p. 1

CSMA/CA. Information Networks p. 1 Information Networks p. 1 CSMA/CA IEEE 802.11 standard for WLAN defines a distributed coordination function (DCF) for sharing access to the medium based on the CSMA/CA protocol Collision detection is not

More information

3 Software Defined Radio Technologies

3 Software Defined Radio Technologies 3 Software Defined Radio Technologies 3-1 Software Defined Radio for Next Generation Seamless Mobile Communication Systems In this paper, the configuration of the newly developed small-size software defined

More information

RFSPACE CLOUD-IQ #CONNECTED SOFTWARE DEFINED RADIO

RFSPACE CLOUD-IQ #CONNECTED SOFTWARE DEFINED RADIO CLOUD-IQ #CONNECTED SOFTWARE DEFINED RADIO 1 - SPECIFICATIONS Cloud-IQ INTRODUCTION The Cloud-IQ is a high performance, direct sampling software radio with an ethernet interface. It offers outstanding

More information

Implementing an In-Service, Non- Intrusive Measurement Device in Telecommunication Networks Using the TMS320C31

Implementing an In-Service, Non- Intrusive Measurement Device in Telecommunication Networks Using the TMS320C31 Disclaimer: This document was part of the First European DSP Education and Research Conference. It may have been written by someone whose native language is not English. TI assumes no liability for the

More information

OPNET - Network Simulator

OPNET - Network Simulator Simulations and Tools for Telecommunications 521365S: OPNET - Network Simulator Jarmo Prokkola Project Manager, M. Sc. (Tech.) VTT Technical Research Centre of Finland Kaitoväylä 1, Oulu P.O. Box 1100,

More information

Software Stacks for Mixed-critical Applications: Consolidating IEEE 802.1 AVB and Time-triggered Ethernet in Next-generation Automotive Electronics

Software Stacks for Mixed-critical Applications: Consolidating IEEE 802.1 AVB and Time-triggered Ethernet in Next-generation Automotive Electronics Software : Consolidating IEEE 802.1 AVB and Time-triggered Ethernet in Next-generation Automotive Electronics Soeren Rumpf Till Steinbach Franz Korf Thomas C. Schmidt till.steinbach@haw-hamburg.de September

More information

Chapter 7 Low-Speed Wireless Local Area Networks

Chapter 7 Low-Speed Wireless Local Area Networks Wireless# Guide to Wireless Communications 7-1 Chapter 7 Low-Speed Wireless Local Area Networks At a Glance Instructor s Manual Table of Contents Overview Objectives s Quick Quizzes Class Discussion Topics

More information

Protocols and Architecture. Protocol Architecture.

Protocols and Architecture. Protocol Architecture. Protocols and Architecture Protocol Architecture. Layered structure of hardware and software to support exchange of data between systems/distributed applications Set of rules for transmission of data between

More information

Does function point analysis change with new approaches to software development? January 2013

Does function point analysis change with new approaches to software development? January 2013 Does function point analysis change with new approaches to software development? January 2013 Scope of this Report The information technology world is constantly changing with newer products, process models

More information

The basic mode for adjusting a time zone clock are primarily: 21, 24 and 51-1 (51-1 is for Alpha Characters) Entering Mode Programming

The basic mode for adjusting a time zone clock are primarily: 21, 24 and 51-1 (51-1 is for Alpha Characters) Entering Mode Programming Adjusting Time Zone Clocks The basic mode for adjusting a time zone clock are primarily: The basic mode for adjusting a time zone clock are primarily: 21, 24 and 51-1 (51-1 is for Alpha Characters) Mode

More information

Analysis of Industrial PROFINET in the Task of Controlling a Dynamic System**

Analysis of Industrial PROFINET in the Task of Controlling a Dynamic System** AUTOMATYKA/ AUTOMATICS 2013 Vol. 17 No. 1 http://dx.doi.org/10.7494/automat.2013.17.1.65 Maciej Rosó³*, Dawid Knapik*, Dariusz Marchewka*, Krzysztof Ko³ek*, Andrzej Turnau* Analysis of Industrial PROFINET

More information

Implementation of IR-UWB MAC Development Tools Based on IEEE 802.15.4a

Implementation of IR-UWB MAC Development Tools Based on IEEE 802.15.4a Vol. 8, No. 4 (2015), pp. 275-286 http://dx.doi.org/10.14257/ijca.2015.8.4.27 Implementation of IR-UWB MAC Development Tools Based on IEEE 802.15.4a Sol Lim, Kye Joo Lee, So Yeon Kim, Chang Seok Chae,

More information

DT3: RF On/Off Remote Control Technology. Rodney Singleton Joe Larsen Luis Garcia Rafael Ocampo Mike Moulton Eric Hatch

DT3: RF On/Off Remote Control Technology. Rodney Singleton Joe Larsen Luis Garcia Rafael Ocampo Mike Moulton Eric Hatch DT3: RF On/Off Remote Control Technology Rodney Singleton Joe Larsen Luis Garcia Rafael Ocampo Mike Moulton Eric Hatch Agenda Radio Frequency Overview Frequency Selection Signals Methods Modulation Methods

More information

Project Development Plan

Project Development Plan Project Development Plan Roverwerx A.R.M. IRP Santa Clara University Richard Rasay 1 TABLE OF CONTENTS Introduction 1 Software Design.3 Robot-Side Application.5 Client-Side Application.7 Current Status

More information

APPLICATION NOTE GaGe CompuScope 14200-based Lightning Monitoring System

APPLICATION NOTE GaGe CompuScope 14200-based Lightning Monitoring System APPLICATION NOTE GaGe CompuScope 14200-based Lightning Monitoring System Challenge A customer needed to upgrade an older data acquisition unit for a real-time lightning monitoring system. Unlike many lightning

More information

MEASURING WIRELESS NETWORK CONNECTION QUALITY

MEASURING WIRELESS NETWORK CONNECTION QUALITY Technical Disclosure Commons Defensive Publications Series January 27, 2016 MEASURING WIRELESS NETWORK CONNECTION QUALITY Mike Mu Avery Pennarun Follow this and additional works at: http://www.tdcommons.org/dpubs_series

More information

The Model A032-ET of Riga Event Timers

The Model A032-ET of Riga Event Timers The Model A032-ET of Riga Event Timers V. Bespal ko, E. Boole, V. Vedin 1. Institute of Electronics and Computer Science, Riga, LATVIA. Contact: artyukh@edi.lv Abstract The Event Timer A032-ET is an advanced

More information

Wireless 802.11g CF Card User Manual

Wireless 802.11g CF Card User Manual Wireless 802.11g CF Card User Manual Version 1.0 Copyright statement No part of this publication may be reproduced, stored in a retrieval system, or transmitted in any form or by any means, whether electronic,

More information

Construct User Guide

Construct User Guide Construct User Guide Contents Contents 1 1 Introduction 2 1.1 Construct Features..................................... 2 1.2 Speech Licenses....................................... 3 2 Scenario Management

More information

OPNET Network Simulator

OPNET Network Simulator Simulations and Tools for Telecommunications 521365S: OPNET Network Simulator Jarmo Prokkola Research team leader, M. Sc. (Tech.) VTT Technical Research Centre of Finland Kaitoväylä 1, Oulu P.O. Box 1100,

More information

DS1307ZN. 64 x 8 Serial Real-Time Clock

DS1307ZN. 64 x 8 Serial Real-Time Clock DS137 64 x 8 Serial Real-Time Clock www.maxim-ic.com FEATURES Real-time clock (RTC) counts seconds, minutes, hours, date of the month, month, day of the week, and year with leap-year compensation valid

More information

R-Win. Smart Wireless Communication Management System

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

More information