The Global Positioning System (GPS) has developed into a useful tool with

Size: px
Start display at page:

Download "The Global Positioning System (GPS) has developed into a useful tool with"

Transcription

1 DIFFERENTIAL GLOBAL POSITIONING SYSTEM REFERENCE STATION GEORGIA INSTITUTE OF TECHNOLOGY SCHOOL OF ELECTRICAL AND COMPUTER ENGINEERING SENIOR DESIGN PROJECT PROFESSOR ART KOBLAZ/WHIT SMITH SPRING 2004

2 TABLE OF CONTENTS GPS OVERVIEW 3 DGPS BROADCAST STATION PROJECT OVERVIEW 3 RTCM GENERATION OVERVIEW 6 TRANSFORMING MOTOROLA BINARY CORRECTIONS INTO RTCM 8 ADDITIONAL FEATURES 13 TEST RESULTS 16 AM TRANSMITTER 18 MODEM CHIPS 19 TESTING THE MODEM CHIPS 21 TESTING THE COMPLETE SYSTEM 21 IDEAS FOR THE FUTURE 23

3 The Global Positioning System (GPS) has developed into a useful tool with hundreds of uses. Limitations placed on commercial GPS receivers, however, have restricted the system s usefulness in applications that require precision greater than 10 meters. The Differential Global Positioning System (DGPS) was developed to remedy this dilemma and allow GPS receivers to be accurate to within centimeters of true latitude and longitude. DGPS solutions require a base station and an additional receiver. Both products are commercially available to the public, but start at a hefty price. GPS Overview The Global Positioning System commenced in 1994 when the Department of Defense launched a constellation of 24 satellites. The system allows a GPS receiver to calculate its location anywhere on Earth from the known positions and signal delay of the visible satellites. The GPS satellites transmit on two carriers: L1 for commercial (public) and L2 for military. The L1 carrier band is employed by all GPS receivers available to consumers and can provide a location fix to within 100 meters. The L2 carrier is more precise, but has been constrained to military use only by the Department of Defense for security reasons. When greater location accuracy is necessary in commercial and consumer applications, a Differential Global Positioning System can be employed. DGPS Broadcast Station Project Overview The design group was tasked with the project of creating a Low-Cost Differential GPS broadcast station. Several previous groups had also worked on this project in years

4 past. The group decided that it would be helpful to leverage the work of previous groups in order to make our task easier. This very idea proved to be a costly time mistake. There are two basic components to a DGPS broadcast station. The first component is the error corrections generator which provides the current error information for each visible satellite. The second component is the datalink which delivers these corrections to remote users. After reviewing documentation from the previous groups, the present group determined that an error correction generator had already been built. A previous group located a product on the internet that interfaced with a Motorola Oncore VP GPS card to produce RTCM error corrections. Therefore, the present group decided to build a wireless datalink to interface with the corrections generator as their semester project. After four weeks of testing the error corrections generator, however, the product was determined to be non-functional. The group decided to expand it s original efforts by starting from scratch and building the entire product: both the corrections generator and wireless datalink. The project was broken up into the basic components shown in Figure 1.

5 Figure 1. Broadcast station diagram. The group decided to use RTCM (Radio Technical Commission For Maritime Services) SC-104 Type 1 messages as the corrections format. RTCM is the most widely used DGPS corrections format in use today and is compatible with most DGPS-enabled GPS receivers. Generation of the RTCM messages was accomplished through an Oncore VP receiver interfaced to a desktop computer. The GPS queries and RTCM message generation were performed exclusively through software running on the desktop computer. The generated messages were then sent to a modem chip which encoded the digital signals into a two-tone string of sine waves. This signal was then broadcasted using an AM transmitter to remote AM radios. The radios fed the two tone signal into a modem chip, which decoded the signal back to its original digital form. Finally, the signal was delivered directly to a remote GPS device through a DB9 (serial) interface.

6 A possible alternative (and one explored by previous groups) would have been to modulate the corrections signal to be used in conjection with DGPS receivers currently on the market. However, this alternative proves pricey as these recievers cost over twohundred dollars and do not conform to the idea of building a low-cost DGPS broadcast station. Furthermore, this approach would have demanded the ability to build a transmitter capable of switching between khz and 301.2kHz. The group, therefore, decided that this kind of accuracy and implementation would not be easily achievable at a low cost. RTCM Generation Overview The most basic component of any DGPS broadcast station is the generation of the corrections data. For this project, we used a Motorola Oncore VP GPS card which is capable of producing corrections data in a proprietary Motorola format. The plan was to create a piece of software that could: interface with the Oncore VP through a serial port set up the Oncore VP to produce differential corrections reformat those corrections into RTCM SC-104 output the RTCM corrections to the datalink The group decided that the software would be writen in Microsoft Visual Basic because of the built-in support for programming to the serial port. Interfacing with the Oncore VP proved to be quite easy. Commands were sent to the Oncore VP in a proprietary Motorola binary format. The format for each message was laid out in the Motorola Oncore M12 Owner s Guide Supplement. Many of the commands used for the

7 Oncore VP were also used for the M12. The only real challenge in interfacing with the Oncore VP came in correctly computing the checksums for each message, as this information was not readily available in the User s Guide. To set up the Oncore VP, a third party program, TAC32, was used. TAC32 is a program that interfaces with a variety of GPS cards to provide very accurate timing data to a desktop computer. By examining the raw data that TAC32 sent to the Oncore VP upon startup, the group determined exactly which commands were needed, and in what order to send them. The output of the RTCM corrections to the datalink proved to be equally trivial. The group used Visual Basic s built-in funcionality to interface with a second serial port. Reformatting the error corrections from the Oncore VP (in Motorola binary format) into RTCM SC-104, however, proved to be a very difficult task. The major problem was the complexity of the format and the lack of feedback from the target GPS card. The software was set up to read corrections from the Oncore VP and then apply them directly (through a serial cable) to an Oncore M12 GPS card. The M12 s status was polled to see if it was able to recognize any of the DGPS input. The M12 provided no feedback as to the status of the RTCM messages such as invalid parity bits, out of range data, et cetera. The M12 would only indicate that it was receiving differential corrections by setting the differential corrections available status bit for each affected satellite and by setting the differential fix bit in the status message. However, if less than three sets of corrections were available, none of the differential status bits were set. Therefore, the group worked on correctly formatting the RTCM messages by pouring over the RTCM documentation and testing each revision of the

8 software until the M12 finally responded with the differential fix bit set. An explanation of the transformation from Motorola binary corrections to RTCM follows. For a complete guide through the process, however, refer to the DGPSStation Visual Basic source code included with this report. Transforming Motorola Binary Corrections into RTCM In order to understand the GPS error corrections, it is necessary to understand the following terms: pseudorange o A measure of distance between the GPS antenna and the broadcasting satellite. It is termed pseudo because it is calculated from the time delay of the satellite signal and is not a true measure of distance. The pseudorange correction is the heart of the RTCM message. Rate range correction o Gives the target GPS card a rate for extrapolating pseudorange corrections between updates. Z-Count o The current time. RTCM uses a modified Z-count with a precision of 0.6 seconds and a range of one hour. It is assumed that users will not attempt to feed corrections data over an hour old into a GPS receiver. Sequence Number o An count value that increases with each RTCM word that allows the GPS card to identify missing words. This value rolls over from 7 to 0.

9 Preamble o A bit sequence (0x66) that indicates the beginning of a GPS message Message Type o For this project, the message type is always set to 1 Reference Station ID o Uniquely identifies the reference station. The DGPSStation software sets the reference station ID as 555, however this ID has not been officially registered. Station Health o An incicator of the current accuracy of the RTCM corrections. The software does not change this field. It is set to a value of 1. Length of frame o The number of words in the RTCM message. Word o RTCM words are 30 bits long Parity o Each RTCM word ends with 6 parity bits. The parity algorithm is the same as the NAVSTAR GPS parity algorithm. Fill o Alternating 1 s and 0 s added to an RTCM message to ensure that the message ends in with a complete 30-bit word

10 Since the Oncore VP was capable of tracking eight satellites, and the corrections message only held six, the card responded with two of these messages when polled. The target RTCM Type-1 format is listed below [1]: First Word of Each Message MESSAGE REFERENCE STATION PREAMBLE PARITY TYPE ID Second Word of Each Message SQN LENGTH STN MODIFIED Z-COUNT NUMB OF PARITY HTH ER FRAME Words 3, 8, 13, or SATELLITE SF UDRE PSEUDRANGE CORRECTION PARITY ID Words 4, 9, 14, or RANGE-RATE ISSUE OF SF UDRE SATELLITE PARITY CORRECTION DATA ID Words 5, 10, 15, or RANGE-RATE PSEUDORANGE CORRECTION PARITY CORRECTION Words 6, 11, 16, or PSEUDORANGE ISSUE OF SATELLITE SF UDRE CORRECTION PARITY DATA ID (UPPER BYTE) Words 7, 12, 17, or PSEUDORANGE CORRECTION (LOWER BYTE) RANGE-RATE CORRECTION ISSUE OF DATA PARITY Words num_sats + 2 if num_sats = 1,4,7 or RANGE-RATE ISSUE OF FILL PARITY CORRECTION DATA

11 Words num_sats + 2 if num_sats = 2,5,8 or ISSUE OF FILL PARITY DATA All of the data needed to calculate the RTCM Type-1 message was provided by the Motorola binary corrections message, the format of which can be seen in Figure 2 below. The first word of every generated message was constant. The Issue of Data field was copied directly from the Motorola binary format. Both the pseudorange corrections and the rate range corrections were rescaled. Also, special care was taken when these corrections values were negative since the RTCM format demanded signedmagnitude representation as opposed to two s complement representation. A pseudorange correction of negative three, for example, would be represented with 0x8003. Any mistake in the parity bit, the length of frame, or modified Z-count fields caused the target GPS card to ignore the entire data][sat data][sat data][sat data][sat data][sat data][c][0xd][0xa] [sat data] = [3 byte Z-count][1 byte satellite ID][3 byte pseudorange correction][2 byte rate range correcion][1 byte issue of data] [C] = [1 byte checksum] Figure 2. The Motorola binary error corrections format. Parity bit generation was fairly tricky. The algorithm is complex and was provided in the GPS signal specficiation. The initialization value of D29* and D30*, however, was not provided. The group found that they were both set to zero for parity generation of the first word. The GPS signal asserted that D29* and D30* were the last

12 two bits from the previous word in the current subframe. However, the group s experience showed that they were the last two bits from the previous word regardless of subframe boundaries. One must understand that the given RTCM format is normally broadcast over radio frequencys to remote DGPS receivers. DGPS receivers collect this signal and break up the bits into six-bit bytes. The receiver then reverses the order of the bytes (since transmission occurs most-significant bit first), logically-ors these bytes with 0x40, and then sends the data to a UART (see Figure 3). Figure 3. Final Bit Manipulations However, in order to simplify the decoding of this signal at the receiving end, all of these signal manipulations were completed on the frontend and then broadcast across the datalink. By manipulating the signal in this way, the receiver captured the signal and sent it directly to the serial interface of the target card. The final corrections signal was then output from the PC using the data transmission line of a serial port.

13 Additional Features The entire program was accessed via the creation of a user-friendly GUI that displayed the current satellite error data for the operator as shown in Figure 4. Figure 4. DGPSStation Software Interface.

14 The original GUI displayed the RTCM output, however, this output was deemed to be unnecessary. Instead, the RTCM output was written to a log file. The program also allowed the user to easily set the reference location of the broadcast station. This feature was useful for using the station in a variety of locations. One of the most advanced applications of the created DGPS software is its ability to act as a TCP (Transmission Control Protocol) server. The server is capable of supporting up to ten remote clients. Clients can request error corrections by registering their IP addresses with the server by sending a connect for RTCM message to the server. The server then sends the RTCM messages to each of the connected clients (see Figure 5), and lists each of the connected clients in the GUI. Figure 5. TCP Client Interface.

15 Clients can feed the error corrections out to an available serial port and into a GPS device. Using this tool, a remote client without access to the wireless datalink can still make use of the broadcast station via the internet. Source code for the server was built into the DGPSStation software. Source code for the client is also provided with this report. Originally, the client/server software was tested using the UDP (User Datagram Protocol). UDP was the intended protocol because of its light traffic load. Using UDP, the server was able to support more clients than with TCP. For testing purposes, two clients (one through a residential broadband connection in Morrow, GA and one through Emory University s ResNet) connected to the server (located on Georgia Tech s ResNet). The Morrow, GA client received roughly eighty percent of the data, while the Emory client received only fifty percent. The group determined that reliabile transport of the RTCM data was more important than the number of clients supported, so the group switched to a TCP protocol. Test Results In order to prove that the DGPSStation software was working correctly, it was necessary to show: the RTCM messages were correctly formatted the corrections data were accurate For the first part, an Oncore M12 card was set up and monitored via the TAC32 software. The card was able to obtain a 3-D fix. Output from the DGPSStation software was then connected directly to the RTCM port on the card. After several seconds, TAC32 reported a 3-D fix, DGPS, indicating M12 card had set the differential

16 fix bit in its status message (see Figure 6). Thus, it was concluded that the RTCM messages were correctly formatted. Figure 6. TAC32 DGPS Fix. In order to verify the accuracy of the corrections information, the group decided that the positioning information from the stationary M12 card could be monitored over a period of time. Without the DGPSStation running, the M12 s position would vary much more than with the software enabled. SAWatch (a program which maps current position from GPS cards) was interfaced with the M12 card. When not receiving error corrections, SAWatch indicated that 95% of the M12 positions were within 46 meters. After turning on the error corrections, this number dropped down to 11 meters. This test was run for approximately 2 hours. However, due to problems with the SAWatch software, the results could not be saved. The group attempted to repeat this test importing the M12 position data into Microsoft Excel (see Figure 7). The test was rerun

17 for only ten minutes, and resulted in 95% of the M12 positions being within a 3-meter radius. Figure 7. DGPS accuracy. The improvement over the first test was most likely a result of conducting a shorter test, which did not allow give the Selective Availability error (intentional DOD error) sufficient time to wander. The data used to generate these graphs is provided with this report. As a result of these tests, it was concluded that the DGPSStation software worked as intended. AM Transmitter In order to transmit the DGPS corrections without a direct connection, the group purchased an AMT3000 AM Transmitter kit from SStran. The transmitter s circuit diagram can be seen in Appendix C. The group assembled the kit using the step-by-step instructions provided by the manufacturer. The AM Transmitter was said to broadcast any AM frequency between 530 Khz and 1700 Khz by setting a series of dipswitches located inside the AM transmitter [3]. The group chose to broadcast the DGPS signal at

18 1700 Khz at the high end of the band because the antennae operated more efficiently at higher frequencies [3]. Once the kit was fully assembled and the frequency was set using the dip switches, the group tested the AM transmitter. An audio input source was connected to the RCA inputs, and a handheld AM radio was used to intercept the transmitted AM signal. The broadcasted signal was heard through the headphones concluding that the transmitter was functioning properly. Modem Chips In order to transmit the DGPS corrections using the AM transmitter, two FFSK modem chips were needed. The group was fortunate to receive three CMX469A modem chips for free from Consumer Microcircuits Limited. These modem chips were configurable in 1200, 2400 and 4800 baud rates. Using one of these chips in two different circuits, the group was able to transmit data using the AM transmitter. For our particular application, we chose to use the 4800 baud configuration in order to have a choice between transmitting data at 1200, 2400, or 4800 bps. Even though each of these chips was able to operate at full-duplex, the group only needed a one-way communication link. The first CMX469A chip was configured to transmit data only at a rate of 4800 baud. Under this configuration, logic 1 was simply one half cycle of an output frequency of 2400Hz, and logic 0 was one cycle of an output frequency of 4800Hz. The DGPS corrections were be fed into the transmitter circuit through the serial data cable. The RS-232 voltage levels were converted into TTL voltage levels of 0 to 5V through a RS-232 to TTL converter. After being converted into TTL levels, the data was connected to the input pin on the CMX469A chip. The output of the chip was then

19 connected to a two-channel RCA cable. The RCA cable was then input into the AM transmitter, and the signal was broadcasted. A diagram of the transmitter circuit is shown in Figure 8. The diagram shows a general circuit for an unconfigured chip that can be configured to be a transmitter, receiver, or both simultaneously. In the transmitter circuit, the transmitter was enabled while the receiver was disabled. Values for CMX469A chip parameters are shown in Appendix B. To achieve a baud rate of 4800, the clock rate (pin 19) and 4800 baud select (pin 18) were tied to VDD, while the 1200/2400 baud select (pin 16) was tied to VSS. Figure 8. Diagram for the general modem circuit used by both the transmitter and receiver. [2] The second CMX469A chip was configured to be a receiver. The receiver was also configured to receive data at the 4800-baud rate. The receiver circuit was

20 transplanted from the original breadboard on which the circuit was tested to a printed circuit board for portability. To receive the data at a remote location, a handheld AM radio was needed. The radio was tuned to the frequency at which the AM transmitter was broadcasting the signal. The portable receiver circuit was put inside the casing of the handheld AM radio. The leads going to the audio jack output of the handheld radio were soldered and connected to the input of the receiver circuit. The output signal of the receiver was converted to RS-232 levels using the same TTL to RS-232 converter as used in the transmitter circuit. The signal conversion allowed for a serial connection between the DGPS receiver and the handheld radio enclosure. The entire handheld radio enclosure operated using the two 1.5V batteries powering the AM radio. This 3V power supply enabled the CMX469A chip to run over its minimum voltage requirement that was 2.7V. The two batteries powering the radio also met the current requirements of the chip and the receiver circuit. Testing the Modem Chips The transmitter and receiver modem circuits were tested with square wave inputs to determine if they were functioning correctly. In this test, both of the circuits were assembled on the same breadboard with the output of the transmitter circuit directly connected to the input of the receiver circuit. A square wave input was then connected to the input of the transmitter circuit and compared with the output of the receiver circuit. The two square wave signals, input and output, matched perfectly, which conclusively confirmed the successful assembly of both the transmitting and receiving circuits. Testing the Complete System

21 After the modem chips were determined to transmit and receive the data correctly, one end of a serial cable was connected to the input of the transmitter, and the other end was connected to a Windows PC. Using the software created for this project and described earlier in the report, a dummy RTCM packet was sent through an RS-232 to TTL converter to the serial cable to test the transmitter and receiver circuits for functionality. The dummy RTCM packet output of the receiver circuit matched the dummy packet input through the serial cable confirming once again the successful implementation of the modem chips. The group then proceeded to transfer the two circuits to separate printed circuit boards. Once transferred to their respective circuit boards, data transmission over radio was tested. For this test, the group again sent dummy RTCM packets from the Windows PC through an RS-232 to TTL converter to the input of the transmitter circuit. The output of the transmitter circuit was then connected to the RCA inputs of the AM transmitter. The input to the receiver circuit was connected to the output of the handheld AM/FM radio. A DC power supply was used to provide +5V to both the transmitter and receiver circuits. The data output of the receiver circuit (pin 13) was monitored on the oscilloscope, along with the serial output from the pc. Upon viewing the output of the oscilloscope, the group concluded that the dummy RTCM packets were successfully being transferred from the PC to the modem receiver circuit and through the AM radio link. In order to make sure that the data transferred was actually the same at the transmitting and receiving ends, the group used a second serial port on the pc to connect the output of the receiver through a second RS-232 to TTL converter. HyperTerminal

22 was used to capture the incoming serial data stream from the receiver circuit. The incoming serial data was converted to hexadecimal for comparison to the original sent dummy packet. The dummy packet on the output of the receiving circuit viewed in HyperTerminal was an exact replica of the dummy packet sent through the transmitting circuit confirming that the AM data-link and complete system functioned as intended. Ideas for the Future In the future, design teams might try to improve the signal strength of the AM transmitter by amplifiing the output from the transmitter and building a larger antenna. Another significant improvement to the current system could be made by porting the Visual Basic error corrections code to an embedded platform. Porting the corrections code would allow the entire system to be housed in a much more compact area and would significantly increase the stability of the correction software, as well as reduce the cost of the entire product. [1] Radio Technical Commission for Maritime Services, RTCM Recommended Standards for Differential Navstar GPS Service: Version 2.1, Washington, D.C., 3 Jan [2] Consumer Microcircuits Limited, CMX469A 1200/2400/4800 Baud FFSK/MSK Modem [Online Document], 2001, Available HTTP: /cmx469ad.pdf

23 [3] SSTran, AMT3000: Low Power AM Braodcast Radio Transmitter Kit Assembly and Operating Instructions [Online Document], 2004, Available HTTP:

FieldGenius Technical Notes GPS Differential Corrections

FieldGenius Technical Notes GPS Differential Corrections FieldGenius Technical tes GPS Differential Corrections Introduction The accuracy requirement of survey grade or mapping grade GPS applications for real time positioning requires the use of differential

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

Applications. Operating Modes. Description. Part Number Description Package. Many to one. One to one Broadcast One to many

Applications. Operating Modes. Description. Part Number Description Package. Many to one. One to one Broadcast One to many RXQ2 - XXX GFSK MULTICHANNEL RADIO TRANSCEIVER Intelligent modem Transceiver Data Rates to 100 kbps Selectable Narrowband Channels Crystal controlled design Supply Voltage 3.3V Serial Data Interface with

More information

SMARTALPHA RF TRANSCEIVER

SMARTALPHA RF TRANSCEIVER SMARTALPHA RF TRANSCEIVER Intelligent RF Modem Module RF Data Rates to 19200bps Up to 300 metres Range Programmable to 433, 868, or 915MHz Selectable Narrowband RF Channels Crystal Controlled RF Design

More information

Article Number: 457 Rating: Unrated Last Updated: Wed, Sep 2, 2009 at 3:46 PM

Article Number: 457 Rating: Unrated Last Updated: Wed, Sep 2, 2009 at 3:46 PM T opcon GB-1000 - Receiver Board Firmware Version 3.4 Article Number: 457 Rating: Unrated Last Updated: Wed, Sep 2, 2009 at 3:46 PM Topcon has recently released GNSS receiver board firmware version 3.4

More information

Mastr III P25 Base Station Transmitter Tune-up Procedure

Mastr III P25 Base Station Transmitter Tune-up Procedure Mastr III P25 Base Station Transmitter Tune-up Procedure 1. Overview The Mastr III Base Station transmitter alignment is performed in several steps. First, the Transmit Synthesizer module is aligned to

More information

This is by far the most ideal method, but poses some logistical problems:

This is by far the most ideal method, but poses some logistical problems: NXU to Help Migrate to New Radio System Purpose This Application Note will describe a method at which NXU Network extension Units can aid in the migration from a legacy radio system to a new, or different

More information

Primer on GPS Operations

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

More information

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

IMO WORLDWIDE RADIONAVIGATION SYSTEM (WWRNS) Study on Communication Techniques for High Accuracy DGPS in the Republic of Korea

IMO WORLDWIDE RADIONAVIGATION SYSTEM (WWRNS) Study on Communication Techniques for High Accuracy DGPS in the Republic of Korea INTERNATIONAL MARITIME ORGANIZATION E IMO SUB-COMMITTEE ON SAFETY OF NAVIGATION 52nd session Agenda item 12 NAV 52/INF.8 12 May 2006 ENGLISH ONLY WORLDWIDE RADIONAVIGATION SYSTEM (WWRNS) Study on Communication

More information

RECOMMENDATION ITU-R M *

RECOMMENDATION ITU-R M * Rec. ITU-R M.823-3 1 RECOMMENDATION ITU-R M.823-3 * Technical characteristics of differential transmissions for global navigation satellite systems from maritime radio beacons in the frequency band 283.5-315

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

RF ISM Transparent Transceiver Module V4.0

RF ISM Transparent Transceiver Module V4.0 RF7020-27 ISM Transparent Transceiver Module V4.0 Overview: RF7020-27 is highly integrated semi-duplex medium power transceiver module with high speed MCU and high performance RF IC. Utilizing high efficiency

More information

Differential navigation for UAV platforms with mobile reference station

Differential navigation for UAV platforms with mobile reference station Differential navigation for UAV platforms with mobile reference station NAWRAT ALEKSANDER, KOZAK KAMIL, DANIEC KRZYSZTOF, KOTERAS ROMAN Department of Automatic Control and Robotics, Silesian University

More information

SmartRadio Transmitter / Receiver

SmartRadio Transmitter / Receiver Easy to use Radio Transmitter & Receivers AM Radio Hybrid Technology Supports Data or Telemetry communications Simple CMOS/TTL Data Interface Automatic data encryption / decryption Host Interface up to

More information

Quick Start. Precis-BX305. Precise GNSS RTK Board.

Quick Start. Precis-BX305. Precise GNSS RTK Board. Quick Start Precis-BX305 Precise GNSS RTK Board www.tersus-gnss.com December, 2016 Quick Start Guide of Precis-BX305 This quick start guide provides the basic information needed to set up and use Precis-BX305

More information

Design of Simulcast Paging Systems using the Infostream Cypher. Document Number Revsion B 2005 Infostream Pty Ltd. All rights reserved

Design of Simulcast Paging Systems using the Infostream Cypher. Document Number Revsion B 2005 Infostream Pty Ltd. All rights reserved Design of Simulcast Paging Systems using the Infostream Cypher Document Number 95-1003. Revsion B 2005 Infostream Pty Ltd. All rights reserved 1 INTRODUCTION 2 2 TRANSMITTER FREQUENCY CONTROL 3 2.1 Introduction

More information

Remote Switching. Remote Gates. Paging.

Remote Switching. Remote Gates. Paging. Features Miniature RF Receiver and Decoder. Advanced Keeloq Decoding AM Range up to 100 Metres FM Range up to 150 Metres Easy Learn Transmitter Feature. Outputs, Momentary or Latching & Serial Data. Direct

More information

Receiver Technology CRESCENT OEM WHITE PAPER AMY DEWIS JENNIFER COLPITTS

Receiver Technology CRESCENT OEM WHITE PAPER AMY DEWIS JENNIFER COLPITTS CRESCENT OEM WHITE PAPER AMY DEWIS JENNIFER COLPITTS With offices in Kansas City, Hiawatha, Calgary and Scottsdale, Hemisphere GPS is a global leader in designing and manufacturing innovative, costeffective,

More information

Real-Time Data Flow and Product Generation for GNSS. Jet Propulsion Laboratory. California Institute of Technology. Natural Resources Canada

Real-Time Data Flow and Product Generation for GNSS. Jet Propulsion Laboratory. California Institute of Technology. Natural Resources Canada Real-Time Data Flow and Product Generation for GNSS Ronald J. Muellerschoen rjm @ mailhost4.jpl.nasa.gov Abstract Jet Propulsion Laboratory California Institute of Technology Mark Caissy caissy @NRCan.gc.ca

More information

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

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

More information

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

SIMREX Corporation Your Trusted Wireless Solution Provider

SIMREX Corporation Your Trusted Wireless Solution Provider SIMSYNC Instruction Manual Traffic Controller Time Synchronization System Firmware Release 1.7 SIMREX MAN.SIMSYNC, Rev 8.0 MARCH 2006 Your Trusted Wireless Solution Provider www.simrex.com Introduction

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

ONCORE ENGINEERING NOTE M12 Oncore

ONCORE ENGINEERING NOTE M12 Oncore ONCORE ENGINEERING NOTE M12 Oncore 1. Product Specifications 2. Basic Description 3. Mechanical 4. Environmental 5. Electrical 6. RF Characteristics of Receiver 7. RF Requirements for Antenna 8. Performance

More information

NMEA Protocol Converter 2 Plus 3 Users Guide

NMEA Protocol Converter 2 Plus 3 Users Guide NMEA Protocol Converter 2 Plus 3 Constellation Data Systems, Inc. 10296 Springfield Pike Cincinnati, OH 45215 Phone: (513) 984-4491 Fax: (513) 984-4896 Web: www.constellationdata.com Copyright 2006 Constellation

More information

Debugging a Boundary-Scan I 2 C Script Test with the BusPro - I and I2C Exerciser Software: A Case Study

Debugging a Boundary-Scan I 2 C Script Test with the BusPro - I and I2C Exerciser Software: A Case Study Debugging a Boundary-Scan I 2 C Script Test with the BusPro - I and I2C Exerciser Software: A Case Study Overview When developing and debugging I 2 C based hardware and software, it is extremely helpful

More information

ALPHA Encoder / Decoder IC s

ALPHA Encoder / Decoder IC s EASY TO USE TELEMETRY SYSTEM USING ALPHA MODULES Features 3 digital I/O Serial Data output Connects directly to ALPHA Modules Easy Enc / Dec Pairing Function Receiver Acknowledge Signal Minimal External

More information

Electrical signal types

Electrical signal types Electrical signal types With BogusBus, our signals were very simple and straightforward: each signal wire (1 through 5) carried a single bit of digital data, 0 Volts representing "off" and 24 Volts DC

More information

A GLONASS Observation Message Compatible With The Compact Measurement Record Format

A GLONASS Observation Message Compatible With The Compact Measurement Record Format A GLONASS Observation Message Compatible With The Compact Measurement Record Format Leica Geosystems AG 1 Introduction Real-time kinematic (RTK) Global Navigation Satellite System (GNSS) positioning has

More information

ST600 TRANSMITTER OPERATING INSTRUCTIONS

ST600 TRANSMITTER OPERATING INSTRUCTIONS ST600 TRANSMITTER OPERATING INSTRUCTIONS 1892 1273 These operating instructions are intended to provide the user with sufficient information to install and operate the unit correctly. The Wood and Douglas

More information

Aquisition and Retrieval Performance of the Tektronix TDS 2014 as a Data Logger

Aquisition and Retrieval Performance of the Tektronix TDS 2014 as a Data Logger Aquisition and Retrieval Performance of the Tektronix TDS 14 as a Data Logger Adam Black Centre for Advanced Internet Architectures. Technical Report 7717A Swinburne University of Technology Melbourne,

More information

AT-XTR-7020A-4. Multi-Channel Micro Embedded Transceiver Module. Features. Typical Applications

AT-XTR-7020A-4. Multi-Channel Micro Embedded Transceiver Module. Features. Typical Applications AT-XTR-7020A-4 Multi-Channel Micro Embedded Transceiver Module The AT-XTR-7020A-4 radio data transceiver represents a simple and economical solution to wireless data communications. The employment of an

More information

RF RECEIVER DECODER RDF1. Features Complete FM Receiver and Decoder. Applications

RF RECEIVER DECODER RDF1. Features Complete FM Receiver and Decoder. Applications Features Complete FM Receiver and Decoder. Small Form Factor Range up to 200 Metres* Easy Learn Transmitter Feature. Learns 40 transmitter Switches 4 Digital and 1 Serial Data outputs Outputs, Momentary

More information

Model 4xx. Plug-in Series Of FSK Modems USER GUIDE. (TI) 20 Jan 06 DWG: A GDI COMMUNICATIONS LLC PO Box I-80 Exit 1 Verdi, NV 89439

Model 4xx. Plug-in Series Of FSK Modems USER GUIDE. (TI) 20 Jan 06 DWG: A GDI COMMUNICATIONS LLC PO Box I-80 Exit 1 Verdi, NV 89439 Model 4xx Plug-in Series Of FSK s USER GUIDE (TI) 20 Jan 06 DWG: A01164 GDI COMMUNICATIONS LLC PO Box 1330 280 I-80 Exit 1 Verdi, NV 89439 Phone: (775) 345-8000 Fax: (775) 345-8010 Web: www.sgdi.com Email:

More information

Model GPS-1 Synchronizer Module Users Manual

Model GPS-1 Synchronizer Module Users Manual Model GPS-1 Synchronizer Module Users Manual 4021 Stirrup Creek Dr. Suite 100 Durham, NC 27703 USA December 2002 Tel 800.849.4447 Rev 1.0 Fax 800.849.2947 Copyright 2002 Highway Information Systems, Inc.

More information

USB Port Medium Power Wireless Module SV653

USB Port Medium Power Wireless Module SV653 USB Port Medium Power Wireless Module SV653 Description SV653 is a high-power USB interface integrated wireless data transmission module, using high-performance Silicon Lab Si4432 RF chip. Low receiver

More information

SV613 USB Interface Wireless Module SV613

SV613 USB Interface Wireless Module SV613 USB Interface Wireless Module SV613 1. Description SV613 is highly-integrated RF module, which adopts high performance Si4432 from Silicon Labs. It comes with USB Interface. SV613 has high sensitivity

More information

Carbon Dioxide (Tiny CO2) Gas Sensor. Rev TG400 User Manual

Carbon Dioxide (Tiny CO2) Gas Sensor. Rev TG400 User Manual Carbon Dioxide (Tiny CO2) Gas Sensor Rev. 1.2 TG400 User Manual The TG400 measuring carbon dioxide (chemical formula CO2) is a NDIR (Non-Dispersive Infrared) gas sensor. As it is contactless, it has high

More information

KAPPA M. Radio Modem Module. Features. Applications

KAPPA M. Radio Modem Module. Features. Applications KAPPA M Radio Modem Module Features Intelligent RF modem module Serial data interface with handshake Host data rates up to 57,600 baud RF Data Rates to 115Kbps Range up to 500m Minimal external components

More information

A Distributed System for the Dissemination of DGPS Data through the Internet

A Distributed System for the Dissemination of DGPS Data through the Internet A Distributed System for the Dissemination of through the Internet Manuel G. Soares, Benedita Malheiro and Francisco J. Restivo Abstract In this paper we describe a low cost distributed system intended

More information

CL4790 USER GUIDE VERSION 3.0. Americas: Europe: Hong Kong:

CL4790 USER GUIDE VERSION 3.0. Americas: Europe: Hong Kong: CL4790 USER GUIDE VERSION 3.0 Americas: +1-800-492-2320 FCC Notice WARNING: This device complies with Part 15 of the FCC Rules. Operation is subject to the following two conditions: (1) This device may

More information

GPS Firmware A1080 A description of the standard NMEA GPS firmware provided on Tyco Electronics GPS module A1080 User s Manual Version 3.

GPS Firmware A1080 A description of the standard NMEA GPS firmware provided on Tyco Electronics GPS module A1080 User s Manual Version 3. GPS Firmware A description of the standard NMEA GPS firmware provided on Tyco Electronics GPS module User s Manual Version 3.0 This page was intentionally left blank. Revision History Revision History

More information

ECT-215 Homework #1 Solution Set Chapter 14 Problems 1-29

ECT-215 Homework #1 Solution Set Chapter 14 Problems 1-29 Scoring: 1 point per problem, 29 points total. ECT-215 Homework #1 Solution Set Chapter 14 Problems 1-29 1. For the system of figure 14-1, give the binary code output that will result for each of the following

More information

Catalog

Catalog - 1 - Catalog 1. Overview...- 3-2. Feature... - 3-3. Application...- 3-4. Block Diagram...- 3-5. Electrical Characteristics... - 4-6. Operation... - 4-1) Power on Reset... - 4-2) Sleep mode... - 4-3) Working

More information

900 MHz. Frequency Hopping RS-485 Master/Slave auto-sensing radio interface.

900 MHz. Frequency Hopping RS-485 Master/Slave auto-sensing radio interface. MDR210A-485 900 MHz. Frequency Hopping RS-485 Master/Slave auto-sensing radio interface. Black Box Corporation Lawrence, PA - http://www.blackbox.com - Ph 877-877-BBOX - Fax 724-746-0746 Table of Contents

More information

Microphone audio, from the MFJ-1278B to your transmitter. Ground, audio and PTT common. Push-to-talk, to allow the MFJ-1278B to key your transmitter.

Microphone audio, from the MFJ-1278B to your transmitter. Ground, audio and PTT common. Push-to-talk, to allow the MFJ-1278B to key your transmitter. Computer interfacing, covered in the previous chapter, is only half the interfacing task. The other half is connecting your MFJ-1278B to your radios. MFJ-1278B Radio Ports Interfacing the MFJ-1278B to

More information

HF Transceiver Codan NGT SR. HF Transceiver Codan NGT SR

HF Transceiver Codan NGT SR. HF Transceiver Codan NGT SR HF Transceiver Codan NGT SR HF Transceiver Codan NGT SR Deliveries of this equipment are stopped HF Emetteurrécepteur Codan NGT SR (86 kb) HF Transceiver Codan NGT SR The NGT SR is a comprehensive solution

More information

M7 Series Modems for SCADA Applications

M7 Series Modems for SCADA Applications Technical Brief Rev C1 M7 Series Modems for SCADA Applications By John Sonnenberg S u m m a r y The M7 series of data radios from Raveon Technologies make ideal wireless modems for SCADA and telemetry

More information

Non-Packet Time-of-Day Distribution

Non-Packet Time-of-Day Distribution Non-Packet Time-of-Day Distribution Presented to: WSTS 2011 Session 2 Telcordia Contact: Tom Bowmaster Principal Analyst Advanced Technology Solutions tbowmast@telcordia.com +1 732.699.5489 May 10, 2011

More information

Embedded Radio Data Transceiver SV611

Embedded Radio Data Transceiver SV611 Embedded Radio Data Transceiver SV611 Description SV611 is highly integrated, multi-ports radio data transceiver module. It adopts high performance Silicon Lab Si4432 RF chip. Si4432 has low reception

More information

"Terminal RG-1000" Customer Programming Software. User Guide. August 2016 R4.3

Terminal RG-1000 Customer Programming Software. User Guide. August 2016 R4.3 "Terminal RG-1000" Customer Programming Software User Guide August 2016 R4.3 Table of Contents Table of Contents Introduction 2 3 1.1 Software installation 3 1.2 Connecting the RG-1000 GATEWAYs to the

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

Basic Communications Theory Chapter 2

Basic Communications Theory Chapter 2 TEMPEST Engineering and Hardware Design Dr. Bruce C. Gabrielson, NCE 1998 Basic Communications Theory Chapter 2 Communicating Information Communications occurs when information is transmitted or sent between

More information

Part Number Weblink for the part Description Unit Price. Hardware interfacing to the Freescale 9S12C32 MCU on board the CSM-12C32 module

Part Number Weblink for the part Description Unit Price. Hardware interfacing to the Freescale 9S12C32 MCU on board the CSM-12C32 module Global Positioning System Modules This section shows how to connect a GPS module to the CSM-12C32 module and provide several C functions for capturing the latitude, longitude, and UTC time information.

More information

XLR PRO Radio Frequency (RF) Modem. Getting Started Guide

XLR PRO Radio Frequency (RF) Modem. Getting Started Guide XLR PRO Radio Frequency (RF) Modem Getting Started Guide XLR PRO Radio Frequency (RF) Modem Getting Started Guide 90002203 Revision Date Description A September 2014 Initial release. B March 2014 Updated

More information

Global Correction Services for GNSS

Global Correction Services for GNSS Global Correction Services for GNSS Hemisphere GNSS Whitepaper September 5, 2015 Overview Since the early days of GPS, new industries emerged while existing industries evolved to use position data in real-time.

More information

Managing Complex Land Mobile Radio Systems

Managing Complex Land Mobile Radio Systems Anyone responsible for a multiple-site, multiple-channel land mobile radio communications system knows that management of even just a single site can often be a complex task. Failures or degradation in

More information

CS601 Data Communication Solved Objective For Midterm Exam Preparation

CS601 Data Communication Solved Objective For Midterm Exam Preparation CS601 Data Communication Solved Objective For Midterm Exam Preparation Question No: 1 Effective network mean that the network has fast delivery, timeliness and high bandwidth duplex transmission accurate

More information

EE 314 Spring 2003 Microprocessor Systems

EE 314 Spring 2003 Microprocessor Systems EE 314 Spring 2003 Microprocessor Systems Laboratory Project #9 Closed Loop Control Overview and Introduction This project will bring together several pieces of software and draw on knowledge gained in

More information

Base Station Commissioning

Base Station Commissioning CHAPTER 7 Base Station Commissioning In This Chapter: Commissioning Overview, page 78 Alarms, page 80 Receiver Sensitivity Test, page 81 Transmit Power Tests, page 87 Network Connection and Ping Test,

More information

USING RS-232 to RS-485 CONVERTERS (With RS-232, RS-422 and RS-485 devices)

USING RS-232 to RS-485 CONVERTERS (With RS-232, RS-422 and RS-485 devices) ICS DataCom Application Note USING RS- to RS- CONVERTERS (With RS-, RS- and RS- devices) INTRODUCTION Table RS-/RS- Logic Levels This application note provides information about using ICSDataCom's RS-

More information

SAT SCD/ARGOS INSTRUCTION MANUAL

SAT SCD/ARGOS INSTRUCTION MANUAL INSTRUCTION MANUAL REVISION: 1/03 COPYRIGHT (c) 2000-2003 CAMPBELL SCIENTIFIC, INC. This is a blank page. WARRANTY AND ASSISTANCE This equipment is warranted by CAMPBELL SCIENTIFIC (CANADA) CORP. ( CSC

More information

2320 cousteau court

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

More information

CAD-MF. PC-Based Multi-Format ANI & Emergency ANI Display Decoder. Manual Revision: Covers Firmware Revisions: CAD-MF: 1.

CAD-MF. PC-Based Multi-Format ANI & Emergency ANI Display Decoder. Manual Revision: Covers Firmware Revisions: CAD-MF: 1. CAD-MF PC-Based Multi-Format ANI & Emergency ANI Display Decoder Manual Revision: 2010-05-25 Covers Firmware Revisions: CAD-MF: 1.0 & Higher Covers Software Revisions: CAD: 3.21 & Higher Covers Hardware

More information

Catalog

Catalog - 1 - Catalog 1. Overview... - 3-2. Feature...- 3-3. Application... - 3-4. Block Diagram... - 3-5. Electrical Characteristics...- 4-6. Operation...- 4-1) Power on Reset... - 4-2) Sleep mode...- 4-3) Working

More information

Recommendations on Differential GNSS

Recommendations on Differential GNSS Recommendations on Differential GNSS Mr. Joseph W. Spalding USCG Research & Development Center Dr. Jacques Beser S Navigation Inc. Dr. Frank van Diggelen Ashtech, Inc. BIOGRAPHY Mr. Joseph Spalding is

More information

BRB900 GPS Telemetry System August 2013 Version 0.06

BRB900 GPS Telemetry System August 2013 Version 0.06 BRB900 GPS Telemetry System August 2013 Version 0.06 As of January 2013, a new model of the BRB900 has been introduced. The key differences are listed below. 1. U-blox GPS Chipset: The Trimble Lassen IQ

More information

DECODING OF SIRF BINARY PROTOCOL

DECODING OF SIRF BINARY PROTOCOL ARTIFICIAL SATELLITES, Vol. 46, No. 4 2011 DOI: 10.2478/v10018-012-0005-y DECODING OF SIRF BINARY PROTOCOL Bartłomiej Oszczak, Krzysztof Serżysko University of Warmia and Mazury in Olsztyn Chair of Satellite

More information

Home Automation, Inc. Omnistat2. RC-1000 and RC-2000 Communicating Thermostat. Serial Protocol Description

Home Automation, Inc. Omnistat2. RC-1000 and RC-2000 Communicating Thermostat. Serial Protocol Description Home Automation, Inc. Omnistat2 RC-1000 and RC-2000 Communicating Thermostat Serial Protocol Description This document contains the intellectual property of Home Automation, Inc. (HAI). HAI authorizes

More information

SRM9000-Application Note

SRM9000-Application Note SRM9000-Application Note A9k-705 SRM9000 Simple Dispatcher User Guide This application note describes how to set up a simple dispatcher system to send and receive data messages between a PC and SRM9000

More information

Data Communication (CS601)

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

More information

Differential GPS Positioning over Internet

Differential GPS Positioning over Internet Abstract Differential GPS Positioning over Internet Y. GAO AND Z. LIU Department of Geomatics Engineering The University of Calgary 2500 University Drive N.W. Calgary, Alberta, Canada T2N 1N4 Email: gao@geomatics.ucalgary.ca

More information

Project Final Report: Directional Remote Control

Project Final Report: Directional Remote Control Project Final Report: by Luca Zappaterra xxxx@gwu.edu CS 297 Embedded Systems The George Washington University April 25, 2010 Project Abstract In the project, a prototype of TV remote control which reacts

More information

Hinkle (K5PA), Using GPS to Set Computer Time April 7, 2016

Hinkle (K5PA), Using GPS to Set Computer Time April 7, 2016 Using GPS Receivers to Set Computer Time for Fielded Digital Modes and Logging From the Field Keeping Time Using GPS Satellites at Remote Locations -- Great for Field Day & DXpeditions Introduction to

More information

NetPage Network Wireless Paging System (POCSAG) NP-14 Series. Operation Manual CCW

NetPage Network Wireless Paging System (POCSAG) NP-14 Series. Operation Manual CCW NetPage Network Wireless Paging System (POCSAG) NP-14 Series Operation Manual CCW152241-002 1 INTRODUCTION The NP-14 Network wireless paging system is a fully-programmable, single-board, POCSAG encoder

More information

Back to. Communication Products Group. Technical Notes. Local/Remote Control, 9300 Series

Back to. Communication Products Group. Technical Notes. Local/Remote Control, 9300 Series Back to Communication Products Group Technical Notes 25T001 Local/Remote Control, 9300 Series MITEQ TECHNICAL NOTE 25T001 MAY 1995 REV G 1.0 LOCAL/REMOTE SELECTION LOCAL/REMOTE CONTROL 9300 SERIES CONVERTER

More information

Developing a laser Ethernet transceiver to a final prototype assembly

Developing a laser Ethernet transceiver to a final prototype assembly Developing a laser Ethernet transceiver to a final prototype assembly Table of Contents 1. Introduction 2. Principle of Operation 3. Specification and Requirements 4. Transmitter Design 5. Receiver Design

More information

CS601-Data Communication Latest Solved Mcqs from Midterm Papers

CS601-Data Communication Latest Solved Mcqs from Midterm Papers CS601-Data Communication Latest Solved Mcqs from Midterm Papers May 07,2011 Lectures 1-22 Moaaz Siddiq Latest Mcqs MIDTERM EXAMINATION Spring 2010 Question No: 1 ( Marks: 1 ) - Please choose one Effective

More information

Instruction Sheet UPS SERIES. Serial Control Protocol. I Rev E

Instruction Sheet UPS SERIES. Serial Control Protocol. I Rev E Instruction Sheet UPS SERIES Serial Control Protocol I-00341 Rev E (THIS PAGE INTENTIONALLY LEFT BLANK) Page 1 TABLE OF CONTENTS 1 Protocol Overview...3 1.1 Signal characteristics...3 1.2 Primary DB9 Pin

More information

ADVANCED EMBEDDED MONITORING SYSTEM FOR ELECTROMAGNETIC RADIATION

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

More information

PDL Base. Radio Modem User's Guide. Revision 0.2 (preliminary) May 1999 Copyright 1999 Pacific Crest Corporation Document M00522

PDL Base. Radio Modem User's Guide. Revision 0.2 (preliminary) May 1999 Copyright 1999 Pacific Crest Corporation Document M00522 i PDL Base Radio Modem User's Guide Revision 0.2 (preliminary) May 1999 Copyright 1999 Pacific Crest Corporation Document M00522 Pacific Crest Corporation 990 Richard Avenue, Suite 110 Santa Clara, CA

More information

CALIFORNIA SOFTWARE LABS

CALIFORNIA SOFTWARE LABS Pulse Shaping on the Palm Pilot With serial, infrared and remote control applications CALIFORNIA SOFTWARE LABS R E A L I Z E Y O U R I D E A S California Software Labs 6800 Koll Center Parkway, Suite 100

More information

FieldGenius Technical Notes GPS Terminology

FieldGenius Technical Notes GPS Terminology FieldGenius Technical Notes GPS Terminology Almanac A set of Keplerian orbital parameters which allow the satellite positions to be predicted into the future. Ambiguity An integer value of the number of

More information

Modular Metering System ModbusTCP Communications Manual

Modular Metering System ModbusTCP Communications Manual Modular Metering System Manual Revision 7 Published October 2016 Northern Design Metering Solutions Modular Metering System ModbusTCP 1 Description The multicube modular electricity metering system simultaneously

More information

Week 8 AM Modulation and the AM Receiver

Week 8 AM Modulation and the AM Receiver Week 8 AM Modulation and the AM Receiver The concept of modulation and radio transmission is introduced. An AM receiver is studied and the constructed on the prototyping board. The operation of the AM

More information

AcuMesh Wireless RS485 Network. User's Manual SOLUTION

AcuMesh Wireless RS485 Network. User's Manual SOLUTION AcuMesh Wireless RS485 Network User's Manual AN SOLUTION ACUMESH - WIRELESS METERING SYSTEM COPYRIGHT 2015 V1.2 This manual may not be altered or reproduced in whole or in part by any means without the

More information

Brian Hanna Meteor IP 2007 Microcontroller

Brian Hanna Meteor IP 2007 Microcontroller MSP430 Overview: The purpose of the microcontroller is to execute a series of commands in a loop while waiting for commands from ground control to do otherwise. While it has not received a command it populates

More information

Wireless Howto. Rev 9

Wireless Howto. Rev 9 Wireless Howto Rev 9 The Overdrive System can use radio modems to communicate between the Control Computer ( CC ) and the Embedded Computer ( EC ). The modem manufacturer is Cirronet (GA, USA). The model

More information

ALPHA RTK RECEIVER USER GUIDE

ALPHA RTK RECEIVER USER GUIDE ALPHA RECEIVER USER GUIDE Version 0.8 October 25, 2018 info@polaris-gnss.com https://www.polaris-gnss.com 1 Table of Contents 1. Overview... 3 1-1 Introduction... 3 1-2 Operation Guidelines... 3 1-3 Alpha

More information

DRG-Series. Digital Radio Gateway. Tait P25 CCDI Tier-2 (TM9400 Series Mobile Radio) Digital Radio Supplement

DRG-Series. Digital Radio Gateway. Tait P25 CCDI Tier-2 (TM9400 Series Mobile Radio) Digital Radio Supplement DRG-Series Digital Radio Gateway Tait P25 CCDI Tier-2 (TM9400 Series Mobile Radio) Digital Radio Supplement DRG-Series Digital Radio Gateway Tait P25 CCDI Tier-2 (TM9400 Series Mobile Radio) Digital Radio

More information

GPS Time and Frequency Reference Receiver

GPS Time and Frequency Reference Receiver $ GPS Time and Frequency Reference Receiver Symmetricom s 58540A GPS time and frequency reference receiver features: Eight-channel, parallel tracking GPS engine C/A Code, L1 Carrier GPS T-RAIM satellite

More information

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

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

More information

muse Capstone Course: Wireless Sensor Networks

muse Capstone Course: Wireless Sensor Networks muse Capstone Course: Wireless Sensor Networks Experiment for WCC: Channel and Antenna Characterization Objectives 1. Get familiar with the TI CC2500 single-chip transceiver. 2. Learn how the MSP430 MCU

More information

Appendix C T1 Overview

Appendix C T1 Overview Appendix C T Overview GENERAL T refers to the primary digital telephone carrier system used in North America. T is one line type of the PCM T-carrier hierarchy listed in Table C-. T describes the cabling,

More information

RPI TEAM: Number Munchers CSAW 2008

RPI TEAM: Number Munchers CSAW 2008 RPI TEAM: Number Munchers CSAW 2008 Andrew Tamoney Dane Kouttron Alex Radocea Contents Introduction:... 3 Tactics Implemented:... 3 Attacking the Compiler... 3 Low power RF transmission... 4 General Overview...

More information

Maintenance Manual. MTD SERIES 900 MHz, 10-WATT, DATA ONLY MOBILE RADIO. Mobile Communications LBI TABLE OF CONTENTS

Maintenance Manual. MTD SERIES 900 MHz, 10-WATT, DATA ONLY MOBILE RADIO. Mobile Communications LBI TABLE OF CONTENTS Mobile Communications MTD SERIES 900 MHz, 10-WATT, DATA ONLY MOBILE RADIO TABLE OF CONTENTS RF BOARD............................... LBI-38545 AUDIO BOARD............................ LBI-38546 LOGIC BOARD............................

More information

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

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

More information

Technical Note #15. Radio Frequency Modems. GE ED&C Home Search ED&C GE ED&C Power Management Home GE ED&C PMCS Home

Technical Note #15. Radio Frequency Modems. GE ED&C Home Search ED&C GE ED&C Power Management Home GE ED&C PMCS Home 1 of 5 GE ED&C Home Search ED&C GE ED&C Power Management Home GE ED&C PMCS Home GE Power Management Control System Description Software Hardware Operation Product Support Operator Interfaces F A Q s App

More information

ONCORE ENGINEERING NOTE SL Oncore

ONCORE ENGINEERING NOTE SL Oncore ONCORE ENGINEERING NOTE SL Oncore 1. Product Specifications 2. Basic Description 3. Mechanical 4. Electrical 5. Pin-Out Diagram 6. EMC Considerations 7. RTC (Real Time Clock) 8. 1PPS Signal Description

More information