GPS receivers

From ElphelWiki
Revision as of 16:42, 15 January 2011 by Oleg (talk | contribs) (Created page with "==General Info== * To check if the GPS is connected and outputs data http://192.168.0.9:8081/meta {| |thumb|524px|Fig.1 GPS records |} ==Garmin G...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

General Info

  • To check if the GPS is connected and outputs data
http://192.168.0.9:8081/meta
Fig.1 GPS records

Garmin GPS18x-5Hz serial

  • Connected to the camera through a USB-to-Serial adapter (SBT-USC1K - also used to connect a PC to the camera's serial port)
  • Output is NMEA0183 sentences

check GPS output lines

/usr/local/bin/nmea2exif /dev/ttyUSB0
...
Got NMEA string >>GPGGA,231752.4,4043.39074,N,11155.91606,W,2,07,1.1,1289.1,M,-13.8,M,,<<                                                                                  
Got NMEA string >>GPRMC,231752.6,A,4043.39074,N,11155.91606,W,000.02,086.1,150111,013.2,E<<
...

Garmin GPS18x USB

TBA

Links