HI-203E Mini-DIN GPS Receiver User Manual
HI-203E GPS Receiver 1
General description of what GPS is and how it works. GPS (Global Positioning System) is the only system today able to show you your exact position on the Earth anytime, in any weather, anywhere. GPS satellites, 24 in all, orbit at 11,000 nautical continuously miles monitored above by the ground Earth. They stations are located worldwide. The satellites transmit signals that can be detected by anyone with a GPS receiver. Using the receiver, you can determine your location with great precision.
Although GPS was designed for military use, many thousands of civi lians make use of it. The satellites actually broadcast two signals, one is only formilitary use, and the ther can be used by both military and civilians. Since GPS is passive (you only need to receive the signal), there are no restrictions on who can use the signal available to civilians. GPS technology can be used in a variety of fields besides providing navigation for vehicles on the sea, in the air and on the ground.
GLOBAL POSITIONING SYSTEM HI-203E GPS RECEIVER Pin Assignment Connectors 1 3 5 2 4 6 1800±30mm 1 2 PS/2 Connector Color Function CN1 Green TX 5 White 4 RX 4 Red VCC 2 Black GND 1 1 Mini Din: 6 pin male connector 2 Wire: 3.6 ± 0.
Pocket PC HI-203E PS/II GPS receiver Can Connecting to a female PS/II Connector. One end from the female Connector is +12V car charger (charging PDA and GPS receiver simultaneously) the other end form the female PS/II connector is the PDA connector for connecting your PDA. For notebook PC use: HI-203E PS/II can also connect with a PS/II to DB9 PS-232 serial cable or USB connector.
1. HI-203E Series Introductions HI-203E is a GPS receiver with PS/II mini-DIN interfaces and built-in active antenna for high sensitivity to tracking signal. HI-203E is well suited to system integration and users who use any kinds of mobile devices, such as, PDA, notebook PC, Tablet PC, etc. It satisfies a wide variety of applications for car navigation, personal navigation or touring devices, tracking and marine navigation purpose.
Optional Accessories: • PS/II to PDA connector and car charger • PS/II to DB9 adapting cable • PS/II to USB adapting cable HI-203E-USB HI-203E-XXXX (Pocket PC Plug) HI-203E-DB9 7
SECTION 1 INTRODUCTION 1.1 OVERVIEW 12 Channel GPS Sensor Module The HI-203E is an all-in-one GPS receiver module specifically designed for handheld device market. It features small size, low power consumption, and ease of use. The HI-203E is optimized for good performance and low cost. Its 12 parallel channels and 4000 time/frequency search bins provide very fast signal lock-on and rapid time to first fix.
1.
SECTION 2 RECEIVER OPERATION Upon power up, after initial self-test has completed, the HI-203E will begin satellite acquisition and tracking process. Under normal open-sky condition, position-fix can be achieved within approximately 35 seconds (within 10 seconds if valid ephemeris data is already collected from recent use). After receiver position has been calculated, valid position, velocity and time information are transmitted through the on board serial interface.
As soon as GPS signal is acquired and tracked, the HI-203E will transmit valid navigation infor mation through its ser ial interface. The navigation data contains following information: • Receiver position in latitude, longitude, and altitude • Receiver velocity • Time • DOP error-magnification factor • GPS signal tracking status The HI-203E will perform 3D navigation when four or more satellites are tracked.
2.1 TECHNICAL SPECIFICATIONS FEATURES Receiver Type Accuracy DESCRIPTIONS 12 parallel channel, L1 C/A code Position: 5m CEP Velocity: 0.1m/sec Startup Time < 10sec hot start < 45sec cold start Reacquisition Acquisition Sensitivity Update Rate 1s Better than -135dBm 1Hz Dynamics Operational Limits 4G (39.2m/sec2) Altitude < 18,000m or velocity < 515m/s (COCOM limit, either may be exceeded but not both) Serial Interface Protocol Input Voltage LVTTL level and RS-232 level NMEA-0183 V3.
SECTION 3 HARDWARE INTERFACE 3.1 MECHANICAL DIMENSIONS Unit:mm Top View 41±0.2 I/O Cable Lateral View 20±0.2 I/O Cable LED indicator Bottom View 41±0.2 I/O Cable CPU 58±0.
pin-1 HI-203E Lateral View 3.2 PINOUT DESCRIPTION Pin Number Signal Name Description Asynchronous serial 1 Serial Data Out 1 output at LVTTL level, to output NMEA message Asynchronous serial 2 Serial Data In 1 input at LVTTL level, to input command message Asynchronous serial 3 Serial Data Out 2 output at RS-232 level, to output NMEA message Asynchronous serial 4 Serial Data In 2 input at RS-232 level, to 5 Power 3.8V ~ 12.
3.3 ONE-PULSE-PER-SECOND (1PPS) OUTPUT The one-pulse-per-second output is provided for applications requiring precise timing measurements. The output pulse is 1usec in duration. Rising edge of the output pulse is accurate to +/-1usec with respect to the start of each GPS second. Accuracy of the one-pulse-per-second output is maintained only when the GPS receiver has valid position fix. The 1PPS output is always generated when the GPS receiver is powered-on.
As long as enough satellite signals are received to generate valid position fixes, the 1PPS output remains synchronized to the GPS second, and the 1PPS Valid Signal remains active. If signal blockage prevents the receiver from generating valid position fix, the 1PPS output will drift away from the GPS second and the 1PPS Valid Signal will become inactive.
SECTION 4 SOFTWARE INTERFACE This section describes the details of the serial port commands through which the HI-203E is controlled and monitored. The serial port commands allow users to set the receiver parameters, configure output message type, and retrieve status information. The baud rate and protocol of the host COM port must match the baud rate and protocol of the GPS receiver serial port for commands and data to be successfully transmitted and received.
4.1.1 NMEA Messages The serial interface protocol is based on the National Marine Electronics Association's NMEA 0183 ASCII interface specification. This standard is fully define in "NMEA 0183, Version 3.01" The standard may be obtained from NMEA, www.nmea.org 4.1.2 GGA - GPS FIX DATA Time, position and position-fix related data (number of satellites in use, HDOP, etc.). Format: $GPGGA,<1>,<2>,<3>,<4>,<5>,<6>,<7>,<8>,<9>, M,<10>,M,<11>,<12>,*<13> Example: $GPGGA,104549.04,2447.2038,N,12100.
Field Example Description 1 104549.04 UTC time in hhmmss.ss format, 000000.00 ~ 235959.99 2 2447.2038 Latitude in ddmm.mmmm format Leading zeros transmitted 3 N Latitude hemisphere indicator, 'N' = North, 'S' = South 4 12100.4990 Longitude in dddmm.
4.1.3 GLL - LATITUDE AND LONGITUDE, WITH TIME OF POSITION FIX AND STATUS Latitude and longitude of current position, time, and status. Format: $GPGLL,<1>,<2>,<3>,<4>,<5>,<6>,<7>*<8> Example: $GPGLL,2447.2073,N,12100.5022,E,104548.04,A, A*65 Field 1 Example Description 2447.2073 Latitude in ddmm.mmmm format Leading zeros transmitted 2 N Latitude hemisphere indicator, 'N' = North, 'S' = South 3 12100.5022 Longitude in dddmm.
4.1.4 GSA - GPS DOP AND ACTIVE SATELLITES GPS receiver operating mode, satellites used for navigation, and DOP values. Format: $GPGSA,<1>,<2>,<3>,<3>,<3>,<3>,<3>,<3>,<3>,<3>, <3>,<3>,<3>,<3>,<4>,<5>,<6>*<7> Example: $GPGSA,A,3,26,21,,,09,17,,,,,,,10.8,02.1,10.6*07 Field Example 1 A Description Mode, 'M' = Manual, 'A' = Automatic 2 3 Fix type, 1 = not available, 2 = 2D fix, 3 = 3D fix 3 26,21,,,09, PRN number, 01 to 32, of satellite 17,,,,,, 4 10.8 5 02.1 6 10.
4.1.5 GSV - GPS SATELLITE IN VIEW Number of satellites in view, PRN number, elevation angle, azimuth angle, and C/No. Only up to four satellite details are transmitted per message. Additional satellite in view information is sent in subsequent GSV messages. Format: $GPGSV,<1>,<2>,<3>,<4>,<5>,<6>,<7>, ...
4.1.6 RMC - RECOMMANDED MINIMUM SPECIFIC GPS/TRANSIT DATA Time, date, position, course and speed data. Format: $GPRMC,<1>,<2>,<3>,<4>,<5>,<6>,<7>,<8>,<9>,<10>, <11>,<12>*<13> Example: $GPRMC,104549.04,A,2447.2038,N,12100.4990,E, 016.0,221.0,250304,003.3,W,A*22 Field Example Description 1 104549.04 UTC time in hhmmss.ss format, 000000.00 ~ 235959.99 2 A Status, 'V' = navigation receiver warning, 'A' = valid position 3 2447.2038 Latitude in dddmm.
4.1.7 VTG - COURSE OVER GROUND AND GROUND SPEED Velocity is given as course over ground (COG) and speed over ground (SOG). Format: GPVTG,<1>,T,<2>,M,<3>,N,<4>,K,<5>*<6> Example: $GPVTG,221.0,T,224.3,M,016.0,N,0029.6,K,A*1F Field Example 1 221.0 2 224.3 3 016.0 4 0029.6 5 A Description True course over ground, 000.0 ~ 359.9 degrees Magnetic course over ground, 000.0 ~ 359.9 degrees Speed over ground, 000.0 ~ 999.9 knots Speed over ground, 0000.0 ~ 1800.
4.1.8 ZDA TIME AND DATE Format: $GPZDA,<1>,<2>,<3>,<4>,<5>,<6>*<7> Example: $GPZDA,104548.04,25,03,2004,,*6C Field 1 Example Description 104548.04 UTC time in hhmmss.ss format, 000000.00 ~ 235959.99 2 25 UTC time: day (01 ... 31) 3 03 UTC time: month (01 ...
MECHANICAL CHARACTERISTICS 31 1.2 4.3 unit: mm 10.5 6.6 25 3.5 2.5 1.5 46 10.5 0.9 14.5 46 2.5 3 8 2.5 1.
APPENDIX B DEFAULT VALUES The product has the following factory preset default values: Datum: NMEA Enable Switch: 000 (WGS-84) GGA ON GLL ON GSA ON GSV ON RMC ON VTG ON Checksum ON Baud Rate: Elevation Mask: DOP Mask: Receiver Operating Mode: 4800 Bps 5 degrees DOP Select: Auto GDOP: 20 PDOP: 15 HDOP: 8 Normal Mode (without 1PPS) Commands can be issued to the HI-203E to change the settings of the receiver.
TROUBLESHOOTING Problem Reasons Solutions No Position output but Weak or no GPS signal can be received at the Place the HI-203E under an open space, then, press timer is counting place of HI-203E unit 'Reset' At outdoor space but GPS signal is blocked To try again, go to outdoor and press 'Reset' or connect by building or car roof external antenna on the side of HI-203E to improve the poor GPS signal Execute Fail Wrong CPU type PocketPC support multiple typs of CPU.
WAT E R P R O O F GPS Receiver