Garmin 010-00625-00 - Mobile - For BlackBerry Technical Specifications

Other manuals for 010-00625-00 - Mobile - For BlackBerry: Product Information, Quick Start Manual, Declaration Of Conformity
Manual is about: Technical Specifications

Summary of 010-00625-00 - Mobile - For BlackBerry

  • Page 1

    Gps 10x technical specifications ® garmin international, inc. 1200 e. 151 st street olathe, ks 66062 usa 190-00769-00, revision a december 2006.

  • Page 2

    © copyright 2006 garmin ltd. Or its subsidiaries garmin international, inc. 1200 east 151 st street, olathe, kansas 66062, u.S.A. Tel. 913/397.8200 or 800/800.1020 fax 913/397.8282 garmin (europe) ltd. Unit 5, the quadrangle, abbey park industrial estate, romsey, so51 9dl, u.K. Tel. 44/0870.8501241 ...

  • Page 3

    190-00769-00 gps 10x technical specifications rev. A page iii table of contents 1 introduction..................................................................................................................1 1.1 cautions ................................................................................

  • Page 4

    190-00769-00 gps 10x technical specifications rev. A page iv appendix a: binary phase output format ..................................................................13 appendix b: gps 10x and windows serial mouse issue.............................................17 appendix c: sensor configuration ...

  • Page 5

    190-00769-00 gps 10x technical specifications rev. A page 1 1 introduction 1.1 cautions caution the gps system is operated by the government of the united states, which is solely responsible for its accuracy and maintenance. Although the gps 10x is a precision electronic navigation aid (navaid), any...

  • Page 6

    190-00769-00 gps 10x technical specifications rev. A page 2 1.2 limited warranty this garmin product is warranted to be free from defects in materials or workmanship for one year from the date of purchase. Within this period, garmin will at its sole option repair or replace any components that fail ...

  • Page 7

    190-00769-00 gps 10x technical specifications rev. A page 3 1.3 overview the gps 10x product is a high sensitivity sirfstariii tm gps receiver with waas capability, a removable rechargeable lithium-ion battery, and bluetooth ® wireless technology capability. The gps 10x tracks up to 12 satellites at...

  • Page 8

    1.4.1 gps 10x wireless receiver the gps 10x uses bluetooth ® wireless technology to interface with a mobile device (computer/pda) that is bluetooth wireless technology enabled. Class 2 bluetooth device with power control capability based on the bluetooth system specification, version 1.1. The suppor...

  • Page 9

    190-00769-00 gps 10x technical specifications rev. A page 5 1.5.2 electrical characteristics 1.5.2.1 input voltage 4.5–5.5 v 1.5.2.2 input current 500ma @ 5.0 v 1.5.2.3 battery • capacity: 1100 mahr • charging rate: approx. 4 hrs • operating time: approx. 22 hours with waas enabled. 1.5.2.4 battery ...

  • Page 10

    190-00769-00 gps 10x technical specifications rev. A page 6 1.5.5 interfaces 1.5.5.1 gps 10x electrical characteristics • communicate with host platform via bluetooth serial profile • typical range: up to 32 feet (10 meters) 1.5.5.2 garmin interface refer to the garmin device interface specification...

  • Page 11

    2 mechanical characteristics & mounting figure 1 shows the operational characteristics of the gps 10x. Figure 2 shows the auxiliary power plug dimensions. Power plug specifications for charging the gps 10x from user provided power source: mini- usb connector (range 4.5 to 5.5 vdc @ 500 ma) figure 1....

  • Page 12

    190-00769-00 gps 10x technical specifications rev. A page 8 3 gps 10x software interface the interface protocol design of the gps 10x product is based on the national marine electronics association’s nmea 0183 ascii interface specification. This standard is fully defined in nmea 0183, version 2.30. ...

  • Page 13

    190-00769-00 gps 10x technical specifications rev. A page 9 3.1.2 output sentence enable/disable (pgrmo) the $pgrmo sentence provides the ability to enable and disable specific output sentences. The following sentences are enabled at the factory: gpgga, gpgsa, gpgsv, gprmc, and pgrmt. $pgrmo,,*hh ta...

  • Page 14

    190-00769-00 gps 10x technical specifications rev. A page 10 3.2.2 transmitted time the gps sensor outputs utc (coordinated universal time) date and time of day in the transmitted sentences. Before the initial position fix, the on-board clock provides the date and time of day. After the initial posi...

  • Page 15

    190-00769-00 gps 10x technical specifications rev. A page 11 3.2.4 recommended minimum specific gps/transit data (rmc) $gprmc,,,,,,,,,,,,*hh utc time of position fix, hhmmss format status, a = valid position, v = nav receiver warning latitude, ddmm.Mmmm format (leading zeros will be transmitted) lat...

  • Page 16

    190-00769-00 gps 10x technical specifications rev. A page 12 3.2.8 gps satellites in view (gsv) $gpgsv,,,,,,,,...,,,*hh total number of gsv sentences to be transmitted number of current gsv sentence total number of satellites in view, 00 to 12 (leading zeros will be transmitted) satellite prn number...

  • Page 17

    190-00769-00 gps 10x technical specifications rev. A page 13 appendix a: binary phase output format in binary phase output mode, gps 10x series products will transmit two types of packets once per second. One record contains primarily post-process information such as position and velocity informatio...

  • Page 18

    190-00769-00 gps 10x technical specifications rev. A page 14 satellite data record the satellite data has a record id of 0x72 with 84 (0x54) data bytes. The data bytes contain the data for the 12 channels as described below. For each satellite, the following data is available: typedef struct { uint8...

  • Page 19

    190-00769-00 gps 10x technical specifications rev. A page 15 position record the position record has a record identifier of typedef struct { float alt; float epe; float eph; sample c code to receive the two records should filter dle and etx bytes as described below: typedef enum { dat, dle, etx } rx...

  • Page 20

    190-00769-00 gps 10x technical specifications rev. A page 16 dle and etx bytes: void add_to_que( char data ) { #define dle_byte 0x10 #define etx_byte 0x03 if ( rx_state == dat ) { if ( data == dle_byte ) { rx_state = dle; } else { in_que[ in_que_ptr++ ] = data; } } else if ( rx_state == dle ) { if (...

  • Page 21

    Appendix b: gps 10x and windows serial mouse issue problem: it is possible for windows to incorrectly interpret the nmea 0183 output of the gps 10x as the output of a microsoft serial ballpoint mouse. When that happens, windows loads drivers for the serial ballpoint mouse. This causes the cursor to ...

  • Page 22

    4. Select the serial port to which the gps 10x is connected. Select auto to have the program automatically determine the baud rate, or select manual to manually select the baud rate of the gps 10x. Click ok when done. Click the connect icon , or select comm > connect to connect to the gps 10x. 5. Pl...

  • Page 23

    Appendix c: sensor configuration software snsrcfg configures the gps sensors based on user-selected parameters. Some application features include the ability to download gps sensor configuration, maintain different configurations in files, and perform gps sensor configurations quickly with the use o...

  • Page 24

    File menu the file menu allows you to open, save, and print sensor configurations. The items in the file menu work like most windows-based programs. Comm menu the comm (communication) menu allows you to set the port number, baud rate, and then connect and disconnect from the sensor. Setup: opens the...

  • Page 25

    Appendix d: host system considerations: pin code some systems may or may not require a pin code in order to recognize the gps 10x. The default pin code for gps 10x is “1234”. When you initially make this connection or the connection is terminated unexpectedly. Just type “1234” and click ok. 190-0076...

  • Page 26

    For the latest free software updates (excluding map data) throughout the life of your garmin products, visit the garmin web site at www.Garmin.Com. © copyright 2006 garmin ltd. Or its subsidiaries garmin international, inc. 1200 east 151 st street, olathe, kansas 66062, u.S.A. Garmin (europe) ltd. U...