Recent Changes - Search:

Past operations & data


Scientific equipment


Communications / Navigation / Tracking


Weather


Ship contact info


VHF Radio Call Sign:
WDE4414
Iridium phone cockpit:
00 - 88 1677 72 7018
Iridium spare 1:
00 - 88 1621 41 8079
Iridium spare 2:
00 - 88 1621 44 3804
Emergency Beacon:
ID: ADE90 05931 C34D
Handheld Emergency Beacon:
ID: LC 4652
Hovercraft registered in Delaware, US:
DL 1519 AB

Maintenance


edit SideBar

Last update: June 26, 2020, at 08:55 PM
Version: pmwiki-2.3.22


    HOVERCRAFT "SABVABAA"    

     2020 SEISMIC SURVEY

UNIVERSITY OF BERGEN
Department of Earth Science
 Allé gt. 41, N-5007 Bergen, Norway 
             
0.1 DRAFT - 29 June, 2020 OM OM -
VER. STATUS CHANGE DATE BY CKD APPD

INTERNET CONNECTION


It's essential to have an internet connection for solving any configuration problems (related to everything onboard):

SYSTEM DIAGRAM, SEISMIC SOURCE


Click to enlarge.

Seismic source instrumentation diagram, version dated 28 June, 2020. Click to enlarge. Also PDF version.

SOFTWARE


GNSS/GPS data distribution over network [ #1 ]


Screenshots


Click to enlarge.

Fig. 1: Starting GNSS/GPS data collection and distribution program. Click to enlarge.

Fig. 1:

First, a warning: While scanning for GNSS/GPS COM-port, the COM-port attached to Mini-GUNCO will be activated - thus firing airguns, if they are left in Enabled state - which should never happen!

Then listening for NMEA GNSS/GPS telegrams on available COM ports, also determining baud rate.

Next, analyzing the stream of NMEA telegrams that arrives, in order to determine the last telegram in each "batch" (a batch of different NMEA telegrams arrives at each time instance, in our case each second). This is necessary in order to only extract and forward information tied to a specific second, and not mix data that belongs to different time instances. True, it would not be a catastrophe if such mixing occurred since our application is geophysical data collection where location does not change that fast - it's more a matter of principle. And since different models of GNSS/GPS-receivers seem to vary with regard to start- and end NMEA telegrams for block delineation, auto-detecting this property makes software adjustments that was done before, a thing of the past.

Click to enlarge.

Fig. 2: Completing start-up procedure and starting normal acquisition and distribution. Click to enlarge.

Fig. 2: Completing start-up procedure and starting normal acquisition and distribution.

Last telegram in batch found - in this case, $GNZDA.

Creating objects and threads.

When attempting to send broadcast UDP telegram on network interface, it was seen that external network interface was not activated, so reverting to only internal network. Should external network interface become active, the program will automatically start using it (providing notification).

At regular intervals, these parameters printed:

  • Time.
  • Fix (OK or not).
  • Latitude and Longitude.
  • Number of GPS satellites | Number of GLONASS satllites, used in fix.
  • HDOP = Horizontal Dilution of Precision - the smaller, the better (normally less then 1.0).
  • Standard deviation, Latitude error. Using $GNGST -- GNSS Pseudo Range Error Statistics telegram (see GNSS receiver documentation below).
  • Standard deviation, Longitude error. Using $GNGST -- GNSS Pseudo Range Error Statistics telegram (see GNSS receiver documentation below).
EXTRA FEATURES
Click to enlarge.

Fig. 3: Two TCP socket clients collecting data from the program. Click to enlarge.

Fig. 3: Two TCP socket clients collecting data from the program. Client socket connection / disconnection notified in blue letters.
Click to enlarge.

Fig. 4. The two clients have been terminated. Click to enlarge.

Fig. 4. The two clients have been terminated.

GUNCO firing control [ #2 ]


Screenshots


Click to enlarge.

Fig. 1. Start of program. Click to enlarge.

Fig. 1.

Start of program. A warning - if you have left airguns in Enabled state -- which should never happen!

Section [A]:
Ensure there is at least 500 MByte free space on harddisk (C: partition) before proceeding. If not, a warning is provided, before program exits.

Section [B]:
Three required parameters are set. Previous choices are kept and appear as defaults - just press <ENTER> to accept. If new values are entered, they will become the new defaults. This makes is very easy to start new lines that all have identical configuration.

  • Alternately shooting two airguns -- "Flip-flop mode" -- or not
  • Shooting mode, either distance or time
  • Shot interval, either meters or seconds

Section [C]:
Searching for Ashtech DG16 time stamping unit. If found, initialize it.

Click to enlarge.

Fig. 2. Click to enlarge.

Fig. 2.

Section [D]:
* Searching for UDP broadcast telegrams on network interface, as JSON formatted packages. Source of these UDP telegrams can be on the same machine, or on another machine on the network. If not detected within time-out period, program exits with a warning. You must then verify that UDP emitter is operational (using the test UDP package display program to inspect raw data).

Section [E]:
Searching for COM port that is connected to Mini-GUNCO. The Gunco unit has a loopback on RS232-port RX-and TX-pins, so that serial messages sent to Gunco will be returned on the same COM-port --- in that way, the presence of a Gunco unit can be detected. If Gunco not found, program exits with a warning.

The user can then review all line parameters.

Terminate line and program by pressing <ENTER>.

Click to enlarge.

Fig. 3. Click to enlarge.

Fig. 3.

After accepting profile parameters the line is started. The log file is created, with name automatically generated by using date and time stamp. The first shotpoint occurs immediately, and its associated data are shown in green text.

For each shotpoint, these parameters are shown (also written to logfile):

  • SP = Shotpoint number.
  • Kp = Kilometer post. Distance [km] since first shotpoint of this line.
  • dDelta = Distance sine last shotpoint.
  • Fix: OK, or not.
  • N = Number of satellites in fix (GPS and GLONASS combined).
  • HDOP = Horizontal Dilution of Precision. The lower, the better. Normally less then 1.0.
  • Gun# = Airgun number 1 or 2.
  • TS_fix_QC = Time stamp fix QC.
    • For each timestamp, the Ashtech DG16 is asked to provide information on which sat. system used in fix - two characters: First=GPS, Second=GLONASS; A=used, N=not_used. NOTE: The DG16 ONLY has GPS!
    • Number of satellites used in fix.
    • HDOP
    • TDOP = Time Dilution of Precision.

Every 10 seconds, the following parameters are printed:

  • Current Time, Latitude and Longitude.
  • dDelta = Distance since last shot point.
  • tDelta = Time since last shot point.
  • Fix: If GNSS/GPS receiver has fix or not.
  • NSats = Number of Satellites used in GNSS/GPS fix. Includes both GNS and GLONASS.
  • HDOP = Horizontal Dilution of Precision: The less, the better (should be less then 1.0).

The red warnings are generated when GEODE program is terminated (and GEODE hardware is put to sleep), thus removing external network interface. The GNSS/GPS data distributor software automatically detects this, and starts using the internal network interface after a short while.

Click to enlarge.

Fig. x. Click to enlarge.

Fig. x.

GEODE software / configuration [ #3 ]


Screenshots


Click to enlarge.

Fig. 1. Click to enlarge.

Notice in the log file window how the serial string that Mini-GUNCO software emits at each shot, is merged with GEODE information. The serial string starts with "$PUIBNAV":
  • "$P"=Proprietary, in contrast to "official" NMEA telegrams that starts with "$G"
  • "UIB" = University of Bergen
  • "NAV" = Navigation data
Click to enlarge.

Fig. 2. Click to enlarge.

Setup of Serial port input. It is assumed that Mini-GUNCO software nav telegram is routed to laptop's built-in serial port, which appears as Keep('COM1').

GNSS/GPS UNITS


Navilock NL-8004U USB 2.0 GNSS Receiver

NMEA Telegrams from Navilock model NL-8004U (P/N: 62531)


Chipset is u-blox UBX-M8030. References:

Data sample from Navilock NL-8004U:

1st record, only at the beginning (when opening COM-port):

$GNTXT,01,01,02,u-blox AG - www.u-blox.com*4E
$GNTXT,01,01,02,HW UBX-M8030 00080000*60
$GNTXT,01,01,02,ROM CORE 3.01 (107888)*2B
$GNTXT,01,01,02,FWVER=SPG 3.01*46
$GNTXT,01,01,02,PROTVER=18.00*11
$GNTXT,01,01,02,GPS;GLO;GAL;BDS*77
$GNTXT,01,01,02,SBAS;IMES;QZSS*49
$GNTXT,01,01,02,GNSS OTP=GPS;GLO*37
$GNTXT,01,01,02,LLC=FFFFFFFF-FFFFFFED-FFFFFFFF-FFFFFFFF-FFFFFFE9*50
$GNTXT,01,01,02,ANTSUPERV=AC SD PDoS SR*3E
$GNTXT,01,01,02,ANTSTATUS=OK*25
$GNTXT,01,01,02,PF=3FF*4B

Subsequent records:

$GNRMC,120136.00,A,6023.10268,N,00519.78150,E,0.050,,030320,,,A*62
$GNVTG,,T,,M,0.050,N,0.093,K,A*32
$GNGNS,120136.00,6023.10268,N,00519.78150,E,AA,18,0.73,75.0,43.8,,*53
$GNGGA,120136.00,6023.10268,N,00519.78150,E,1,12,0.73,75.0,M,43.8,M,,*73
$GNGSA,A,3,24,17,19,12,15,10,28,20,01,13,,,1.87,0.73,1.72*17
$GNGSA,A,3,75,66,74,84,76,83,67,85,,,,,1.87,0.73,1.72*19
$GPGSV,3,1,12,01,14,011,40,10,25,282,27,12,38,217,25,13,07,153,09*73
$GPGSV,3,2,12,15,26,178,10,17,40,070,41,19,41,102,27,20,10,253,11*78
$GPGSV,3,3,12,24,78,225,21,25,06,230,21,28,16,057,42,32,19,314,06*76
$GLGSV,3,1,10,65,26,211,,66,49,293,25,67,15,342,34,74,33,075,39*6D
$GLGSV,3,2,10,75,84,306,21,76,32,262,16,83,19,006,27,84,36,070,37*66
$GLGSV,3,3,10,85,12,126,20,,,,46*5F
$GNGLL,6023.10268,N,00519.78150,E,120136.00,A,A*7C
$GNGST,120136.00,3326643,,,,4.1,1.9,7.2*73
$GNZDA,120136.00,03,03,2020,00,00*7F

$GNRMC,120137.00,A,6023.10269,N,00519.78144,E,0.061,,030320,,,A*65
$GNVTG,,T,,M,0.061,N,0.113,K,A*39
$GNGNS,120137.00,6023.10269,N,00519.78144,E,AA,16,1.11,74.9,43.8,,*55
$GNGGA,120137.00,6023.10269,N,00519.78144,E,1,12,1.11,74.9,M,43.8,M,,*7B
$GNGSA,A,3,24,17,19,12,10,28,01,13,,,,,2.82,1.11,2.60*12
$GNGSA,A,3,75,66,74,84,76,83,67,85,,,,,2.82,1.11,2.60*1A
$GPGSV,3,1,12,01,14,011,40,10,25,282,27,12,38,217,25,13,07,153,10*7B
$GPGSV,3,2,12,15,26,178,07,17,40,070,41,19,41,102,26,20,10,253,09*76
$GPGSV,3,3,12,24,78,225,22,25,06,230,21,28,16,057,42,32,19,314,12*70
$GLGSV,3,1,10,65,26,211,,66,49,293,26,67,15,342,34,74,33,075,39*6E
$GLGSV,3,2,10,75,84,306,19,76,32,262,18,83,19,006,27,84,36,070,37*63
$GLGSV,3,3,10,85,12,126,21,,,,46*5E
$GNGLL,6023.10269,N,00519.78144,E,120137.00,A,A*79
$GNGST,120137.00,24,,,,4.1,1.9,7.1*42
$GNZDA,120137.00,03,03,2020,00,00*7E

$GNRMC,120138.00,A,6023.10270,N,00519.78142,E,0.053,,030320,,,A*65
$GNVTG,,T,,M,0.053,N,0.098,K,A*3A
$GNGNS,120138.00,6023.10270,N,00519.78142,E,AA,17,0.79,74.8,43.8,,*5B
$GNGGA,120138.00,6023.10270,N,00519.78142,E,1,12,0.79,74.8,M,43.8,M,,*74
$GNGSA,A,3,24,17,19,12,15,10,28,01,13,,,,2.17,0.79,2.02*11
$GNGSA,A,3,75,66,74,84,76,83,67,85,,,,,2.17,0.79,2.02*1D
$GPGSV,3,1,12,01,14,011,40,10,25,282,27,12,38,217,25,13,07,153,12*79
$GPGSV,3,2,12,15,26,178,12,17,40,070,41,19,41,102,25,20,10,253,08*70
$GPGSV,3,3,12,24,78,225,22,25,06,230,21,28,16,057,42,32,19,314,07*74
$GLGSV,3,1,10,65,26,211,,66,49,293,26,67,15,342,34,74,33,075,39*6E
$GLGSV,3,2,10,75,84,306,16,76,32,262,20,83,19,006,27,84,36,070,36*66
$GLGSV,3,3,10,85,12,126,21,,,,45*5D
$GNGLL,6023.10270,N,00519.78142,E,120138.00,A,A*78
$GNGST,120138.00,443098,,,,4.0,1.9,7.1*48
$GNZDA,120138.00,03,03,2020,00,00*71
RMC -- Recommended Minimum Data
Example:
$GNRMC,120136.00,A,6023.10268,N,00519.78150,E,0.050,,030320,,,A*62
$xxRMC,time,status,lat,NS,lon,EW,spd,cog,date,mv,mvEW,posMode,navStatus*cs<CR><LF>
where:
  status:  V = Data invalid, A = Data valid
  spd: Speed over ground [knots]
  cog: Course over ground [degrees]
  mv: Magnetic variation value. Only supported in ADR 4.10 and later
  mvEW: Magnetic variation E/W indicator. Only in ADR 4.10 and later
  posMode: Mode Indicator
               N = No fix
               E = Estimated/Dead reckoning fix
               A = Autonomous GNSS fix
               D = Differential GNSS fix
               F = RTK float
               R = RTK fixed
  navStatus: Navigational status indicator
               V = Equipment is not providing navigational status information,
                   fixed field, only available in NMEA 4.10 and later
GNS -- GNSS fix data
Example:

$GNGNS,120136.00,6023.10268,N,00519.78150,E,AA,18,0.73,75.0,43.8,,*53

$xxGNS,time,lat,NS,lon,EW,posMode,numSV,HDOP,alt,sep,diffAge,diffStation,navStatus*cs<CR><LF>
where:
  posMode: Positioning mode, see position fix flags description.
               1st character for GPS, 2nd character for GLONASS,
               3rd character for Galileo, 4th character for BeiDou
  alt: Altitude above mean sea level
  sep: Geoid separation: difference between ellipsoid and mean sea level
  diffAge: Age of diff corrections [seconds], null when DGPS is not used
  diffStation: ID of station providing diff corrections, null when DGPS is not used
  navStatus: Navigational status indicator
                V (Equipment is not providing navigational status information,
                   fixed field, only available in NMEA 4.10 and later)
GGA -- Global positioning system fix data
Example:

$GNGGA,120136.00,6023.10268,N,00519.78150,E,1,12,0.73,75.0,M,43.8,M,,*73

The NMEA specification indicates that the GGA message is GPS specific. However, when the receiver is configured for multi-GNSS, the GGA message contents will be generated from the multi-GNSS solution. For multi-GNSS use, it is recommended that the NMEA-GNS message is used instead.

$xxGGA,time,lat,NS,lon,EW,quality,numSV,HDOP,alt,altUnit,sep,sepUnit,diffAge,diffStation*cs<CR><LF>
where:
  quality: Quality indicator for position fix, see position fix flags description [1]
              0 = No fix
              1 = Autonomous GNSS fix
              2 = Differential GNSS fix
              4 = RTK fixed
              5 = RTK float
              6 = Estimated/Dead reckoning fix
GSA -- GNSS DOP and Active Satellites
Example:

$GNGSA,A,3,24,17,19,12,15,10,28,20,01,13,,,1.87,0.73,1.72*17
$GNGSA,A,3,75,66,74,84,76,83,67,85,,,,,1.87,0.73,1.72*19

  • If less than 12 SVs are used for navigation, the remaining fields are left empty. If more than 12 SVs are used for navigation, only the IDs of the first 12 are output.
  • The SV numbers (fields 'svid') are in the range of 1 to 32 for GPS satellites, and 33 to 64 for SBAS satellites (33 = SBAS PRN 120, 34 = SBAS PRN 121, and so on).
  • In a multi-GNSS system this message will be output multiple times, once for each GNSS.
$xxGSA,opMode,navMode{,svid},PDOP,HDOP,VDOP,systemId*cs<CR><LF>
where:
  opMode: Operation mode:
            M = Manually set to operate in 2D or 3D mode
            A = Automatically switching between 2D or 3D mode
  navMode: Navigation mode, see position fix flags description [1]
           Possible values for navMode:
              1 = No fix
              2 = 2D fix
              3 = 3D fix
  svid: Space Vehicle ID - Start of repeated block (12 times)
  PDOP: Position dilution of precision
  HDOP: Horizontal dilution of precision
  VDOP: Vertical dilution of precision
  systemId: NMEA defined GNSS System ID, see Signal Identifiers table [2]
            Only available in NMEA 4.10 and later
GST -- GNSS Pseudo Range Error Statistics
Example:

$GNGST,120136.00,3326643,,,,4.1,1.9,7.2*73

This message reports statistical information on the quality of the position solution.

$xxGST,time,rangeRms,stdMajor,stdMinor,orient,stdLat,stdLong,stdAlt*cs<CR><LF>
where:
  rangeRms: RMS value of the standard deviation of the ranges [meter]
  stdMajor: Standard deviation of semi-major axis (only in ADR 4.10 and later)
  stdMinor: Standard deviation of semi-minor axis (only in ADR 4.10 and later)
  orient: Orientation of semi-major axis (only in ADR 4.10 and later)
  stdLat: Standard deviation of latitude error [meter]
  stdLong: Standard deviation of longitude error [meter]
  stdAlt: Standard deviation of altitude error [meter]
ZDA -- Time and Date
Example:

$GNZDA,120136.00,03,03,2020,00,00*7F

$xxZDA,time,day,month,year,ltzh,ltzn*cs<CR><LF>
where:
  ltzh: Local time zone hours: 00 (fixed field)
  ltzn: Local time zone minutes: 00 (fixed field)

[1] Position fix flags description
[2] Signal Identifiers table

AIRGUN CONTROL UNIT - GUNCO


Solenoid firing pulse specifications


Bolt airgun solenoid


Sercel Mini G-Source airgun solenoid


GUNCO overview


Mini-Gunco front panel. Click to see larger image. Δ
Mini-GUNCO front panel. Click to see larger image.

The Mini-GUNCO can be controlled through a computer serial port. COM port DTR & RTS lines are used to fire the airguns, according to this table:

   DTR -> GUN1 -> fire from 0 to 1 state
   RTS -> GUN2 -> ---"---

There is a wiring harness connection three units: PC, Mini-Gunco and GEODE. The aim is to fire airguns and trigger the seismic data collecting unit (GEODE) at the same time.

A loopback between RS-232 RX and TX inside the Mini-Gunco permits auto-detection of GUNCO presence on a specific COM port.

Refer to more detailed description here: http://www.geo.uib.no/eworkshop/GreenICE/#Instrumentation

Trigger interface via RS232 port, using DTR (Airgun #1) and RTS (Airgun #2) signals


Hardware (within the Mini-GUNCO)


Software - Python example, using PySerial library


This is the GUNCO class of the program that controls firing of the Mini-GUNCO. Despite the two control signals being set (DTR and RTS, set to level=0) immediately after a GUNCO object is instanciated, voltage pulses are emitted on the DTR and RTS pins, causing the airguns to fire, if the airguns are left enabled by the master switches on the front. SO ENSURE THESE SWITCHES ARE IN THE "OFF" POSITION (=DOWN) BEFORE STARTING THE Mini-GUNCO PROGRAM.

class c_gunco:

	def __init__(self, serial_port):
		self.Name 				= 'Mini-GUNCO'
		if serial_port:
			self.Serial_port		= serial_port
		else:
			self.Serial_port = "COM4"
		self.Gun_number			= 1			# 1 = Leftmost  2 = Rightmost slot position in Mini-Gunco
		self.SerialPort_handle	= 0
		#--- open serial port
		try:
			self.SerialPort_handle = serial.Serial(port=self.Serial_port, baudrate=9600, timeout=2)
			self.SerialPort_handle.setDTR(level=0)
			self.SerialPort_handle.setRTS(level=0)
			print "GUNCO object created, serial port =", self.Serial_port
		except:
			set_text_attr(FOREGROUND_RED | default_bg | FOREGROUND_INTENSITY)
			print "Could not open GUNCO serial port: %s" % self.Serial_port
			print "Check: Control Panel -> System -> Hardware -> Device Manager -> Ports (COM & LPT)"
			print "Quit"
			set_text_attr(default_colors)
			exit(-1)


	def fire(self, position, gun_number):
		if gun_number == 1:
			self.SerialPort_handle.setDTR(level=1)
			sleep(0.01)
			self.SerialPort_handle.setDTR(level=0)
		elif gun_number == 2:
			self.SerialPort_handle.setRTS(level=1)
			sleep(0.01)
			self.SerialPort_handle.setRTS(level=0)
		else:
			print "Invalid gun number (max = 2):  %d"     %   gun_number

		#print "   Gun number %d fired" % (gun_number)

		#print "   %s:%s:%s UTC: GUNCO fired" %  ( 	position.Hours,
		#										position.Minutes,
		#										position.Seconds)


	def close(self):
		#self.SerialPort_handle.close()
		pass


	def send_navdata_on_COM_port(self, data):
		self.SerialPort_handle.write(data.encode())
		self.SerialPort_handle.flush()	

TIME STAMPING OF AIRGUN FIRING


  • Remote Trigger Module 3, or RTM3, made by Seismic Source Company
  • Ethernet: The RTM3 has a fixed IP and not a DHCP server. If the RTM has a serial number of 171 the IP address will be, 10.0.1.71. The computer should be set to 10.0.0.101. This link shows a video on setting up the computer IP address: https://www.youtube.com/channel/UCWszOSFMYMt20E-d2CD4xvQ
  • FTP server: The unit has an FTP server through which data can be downloaded.
  • Data can be exported through WLAN interface.
  • Display: The "1" is the GPS indicator value from the NMEA string, $GPGGA, that is being received by the RTM3 and sent by the GPS receiver. The "P" means that the RTM3 is receiving the PPS from the GPS receiver. The "T:OK" means the RTM3 is time synchronized with the GPS receiver’s NMEA messages and PPS.

Data access RTM3, via WLAN


Click to enlarge.

Click to enlarge.

Configuration of RTM3


Click to enlarge.

Click to enlarge.

HYDROPHONE SENSOR


We have been using:

Splicing of hydrophone cable


Hydrophones are normally ordered unterminated. In order to splice the hydrophone cable to a suitable underwater pigtail cable (which is delivered with one connector; the other side is open) an inline cable splicing kit must be used:

Norwegian suppliers:

Interface between hydrophone AQ-18 / 6 ch streamer and GEODE recording system


Click to see large version:

Interface between Teledyne AQ-18 Hydrophone  / 6 channel mini-streamer and Geode Recording system (click to see large version)
Interface between Teledyne AQ-18 Hydrophone / 6 channel mini-streamer and Geode Recording system - click to see large version.
Recommended AQ-18 decoupling and wiring.

Recommended AQ-18 decoupling and wiring.

The recommended decoupling is done in the interface box shown below. The interface is also furnished with a DC/DC-converter in order to provide a clean 12 Vdc power source for the hydrophone.

Teledyne hydrophone AQ-18 interface box - click to enlarge.
Teledyne hydrophone AQ-18 interface box (click to enlarge).

LAPTOPS, 2x


USB-to-serial adapters


  • 1-port serial
  • Manufacturer: ST Labs

BACKUP EQUIPMENT


GNSS receiver HOLUX M-215+


Update 12 Feb, 2020:
Unfortunately, the manufacturer Holux decided to vanish without a trace. Distributor Amazon reports: "Currently unavailable. We don't know when or if this item will be back in stock." Customers who have earlier acquired Holux product are upset as this affects warranty issues, among other things - here is an example: https://holux.info/holux-com-is-offline/

HOLUX M-215+

This unit appears as a COM-device. Since there are many new types of NMEA telegrams - and we are not sure if all telegram types output GNSS-quality data, we should split the GPS data stream and direct one for logging to disk, and the other to Chirp Sonar program. In that way we can post-process all raw navigation data - not only the (possible) sub-set that Chirp Sonar program deals with. (Many uncertain factors here !!)

Basic Specifications


  • MTK MT3333 GPS/ GLONASS chipset ---- Comparison with other chipsets (PDF)
  • MT3333 is now (2020) managed and sold by AIROHA, a MediaTek subsidiary.
  • 66 parallel searching, 22 tracking channels
  • Receiver: L1, 1575.42 MHz
  • C/A code: 1.023 MHz
  • Update rate: 1Hz.
  • Antenna type: Built in patch antenna
  • Minimum Signal tracked: -165dBm
  • Dimension: 64.5 x 42 X 17.8 mm.
  • Weight: < 84g.
  • Waterproof: IPX7 ("X7" where second digit is seven; it means: Immersion, up to 1 m depth -- Ingress of water in harmful quantity shall not be possible when the enclosure is immersed in water under defined conditions of pressure and time (up to 1 m of submersion).
  • Operation temperature: -10 C to + 60 C
  • Store temperature: -20 C to + 70 C.
  • Operation humidity: 5% to 95% no condensing
  • Non DGPS (Differential GPS):
    • Position: 3.0 M CEP excluding SA
    • (Refer to MTK chip specification): Velocity: 0.1 M / sec.

NMEA protocol output V.3.01


  • Protocol and interface Baud rate: 4800 bps
  • Data bit: 8
  • Parity: N
  • Stop bit: 1

Output NMEA telegrams


Description of NMEA telegrams: MT3333 Platform NMEA Message Specification For GPS+GLONASS_V1.00 (PDF) ---- also local copy

Message ID Meaning Rate
GPGGA Global Positioning System Fixed Data, example:

$GPGGA,083901.000,6023.0793,N,00519.7550,E,1,11,0.97,18.5,M,43.7,M,,*5D

ID, UTC, Lat, N/S, Lon, E/W, Pos fix indicator, Nsats, HDOP, MSL alt, units, geoid sep, units, age of diff corr, diff ref station id
where:
   Pos fix indicator: 0 = Fix not available or invalid
                      1 = GPS SPS mode, fix valid
                      2 = Diff GPS, SPS mode, fix valid
                      3-5 not supported
                      6 = Dead reckoning mode, fix valid
1time/1sec
GPRMC ~ GNRMC Recommended Minimum Specific GNSS Data

$GNRMC,083901.000,A,6023.0793,N,00519.7550,E,0.00,214.26,110220,,,A*70

ID, UTC, status, lat, N/S, lon, E/W, speed o/ground [kt], course o/ground [deg], date, mag variation, E/W, mode
where:
   status: A = data valid
           V = invalid
   mode:   A = autonomous
           D = DGPS
1time/1sec
GPVTG Course Over Ground and Ground Speed 1time/1sec
GNGSA GNSS DOP and Active Satellites

$GNGSA,A,3,09,30,21,07,,,,,,,,,1.32,1.03,0.82*1A
$GNGSA,A,3,65,83,66,82,76,75,,,,,,,1.32,1.03,0.82*15

ID, mode_1, mode_2, SV#_used_ch1, ...,SV#_used_ch12, PDOP, HDOP, VDOP
where:
   mode_1: M = manual; set to operate in 2D or 3D mode
           A = automatic switch between 2D/3D
   mode_2: 1 = fix not available
           2 = 2D (<4SVs used)
           3 = 3D (>3SVs used)
1time/5sec
GPGSA GNSS DOP and Active Satellites 2time/5sec
GPGSV / GLGSV GNSS Satellites in View

$GPGSV,3,1,12,05,63,251,,07,62,092,35,30,61,174,18,13,32,263,18*72
$GPGSV,3,2,12,09,19,098,29,39,19,157,,21,12,340,36,02,10,223,*73
$GPGSV,3,3,12,16,09,016,,27,08,042,,15,04,275,37,28,01,156,*75

$GLGSV,2,1,08,66,73,300,27,75,63,096,37,65,38,122,23,76,36,174,25*69
$GLGSV,2,2,08,82,25,297,22,83,24,350,36,67,19,300,,81,03,254,18*68

ID, no_of_msg, msg_no, sats_in_view, SV#, elevation, azimuth, S/N_ratio, {repeat 3 sets, each 4 parameters}
1time/5sec

Sample data set


NOTE: $GPVTG is the last telegram of each "batch", which is separated by empty lines her.

In red: GGA telegram reports 14 SVs used in solution. GSA shows further details: Of these 14 satellites, 8 are GPS, while 6 are GLONASS.

 $GPGGA,152530.000,6021.9903,N,00522.0072,E,2,14,0.81,95.0,M,43.7,M,0000,0000*59
 $GNGSA,A,3,31,25,21,26,29,04,16,09,,,,,1.11,0.81,0.76*16
 $GNGSA,A,3,86,85,68,75,67,76,,,,,,,1.11,0.81,0.76*1A
 $GPGSV,3,1,12,29,73,098,23,31,51,231,21,26,45,282,26,25,32,122,22*7C
 $GPGSV,3,2,12,21,28,175,32,49,21,180,30,04,19,320,16,05,17,073,*79
 $GPGSV,3,3,12,02,16,040,,16,16,287,18,09,10,353,18,12,02,113,*79
 $GLGSV,3,1,09,85,74,076,19,76,71,287,14,75,48,157,36,86,41,207,29*6B
 $GLGSV,3,2,09,68,22,001,15,77,18,317,,84,18,041,,67,11,311,24*6E
 $GLGSV,3,3,09,69,10,051,*56
 $GNRMC,152530.000,A,6021.9903,N,00522.0072,E,0.00,280.04,250320,,,D*7B
 $GPVTG,280.04,T,,M,0.00,N,0.00,K,D*36

 $GPGGA,152531.000,6021.9903,N,00522.0072,E,2,14,0.81,95.0,M,43.7,M,0000,0000*58
 $GNRMC,152531.000,A,6021.9903,N,00522.0072,E,0.00,280.04,250320,,,D*7A
 $GPVTG,280.04,T,,M,0.00,N,0.00,K,D*36

 $GPGGA,152532.000,6021.9903,N,00522.0072,E,2,14,0.81,95.0,M,43.7,M,0000,0000*5B
 $GNRMC,152532.000,A,6021.9903,N,00522.0072,E,0.00,280.04,250320,,,D*79
 $GPVTG,280.04,T,,M,0.00,N,0.00,K,D*36

 $GPGGA,152533.000,6021.9903,N,00522.0072,E,2,14,0.81,95.0,M,43.7,M,0000,0000*5A
 $GNRMC,152533.000,A,6021.9903,N,00522.0072,E,0.00,280.04,250320,,,D*78
 $GPVTG,280.04,T,,M,0.00,N,0.00,K,D*36

 $GPGGA,152534.000,6021.9903,N,00522.0072,E,2,14,0.81,95.0,M,43.7,M,0000,0000*5D
 $GNRMC,152534.000,A,6021.9903,N,00522.0072,E,0.00,280.04,250320,,,D*7F
 $GPVTG,280.04,T,,M,0.00,N,0.00,K,D*36

 $GPGGA,152535.000,6021.9903,N,00522.0072,E,2,13,0.87,95.0,M,43.7,M,0000,0000*5D
 $GNGSA,A,3,31,25,21,26,29,04,16,,,,,,1.16,0.87,0.78*10
 $GNGSA,A,3,86,85,68,75,67,76,,,,,,,1.16,0.87,0.78*15
 $GPGSV,3,1,12,29,73,098,24,31,51,231,22,26,45,282,26,25,32,122,22*78
 $GPGSV,3,2,12,21,28,175,31,49,21,180,29,04,19,320,15,05,17,073,*71
 $GPGSV,3,3,12,02,16,040,,16,16,287,18,09,10,353,18,12,02,113,*79
 $GLGSV,3,1,09,85,74,076,19,76,71,287,17,75,48,157,37,86,41,207,29*69
 $GLGSV,3,2,09,68,22,001,15,77,18,317,,84,18,041,,67,11,311,25*6F
 $GLGSV,3,3,09,69,10,051,*56
 $GNRMC,152535.000,A,6021.9903,N,00522.0072,E,0.00,280.04,250320,,,D*7E
 $GPVTG,280.04,T,,M,0.00,N,0.00,K,D*36

 $GPGGA,152536.000,6021.9903,N,00522.0072,E,2,14,0.81,95.0,M,43.7,M,0000,0000*5F
 $GNRMC,152536.000,A,6021.9903,N,00522.0072,E,0.00,280.04,250320,,,D*7D
 $GPVTG,280.04,T,,M,0.00,N,0.00,K,D*36

 $GPGGA,152537.000,6021.9903,N,00522.0072,E,2,14,0.81,95.0,M,43.7,M,0000,0000*5E
 $GNRMC,152537.000,A,6021.9903,N,00522.0072,E,0.00,280.04,250320,,,D*7C
 $GPVTG,280.04,T,,M,0.00,N,0.00,K,D*36

 $GPGGA,152538.000,6021.9903,N,00522.0072,E,2,14,0.81,95.0,M,43.7,M,0000,0000*51
 $GNRMC,152538.000,A,6021.9903,N,00522.0072,E,0.00,280.04,250320,,,D*73
 $GPVTG,280.04,T,,M,0.00,N,0.00,K,D*36

 $GPGGA,152539.000,6021.9903,N,00522.0072,E,2,14,0.81,95.0,M,43.7,M,0000,0000*50
 $GNRMC,152539.000,A,6021.9903,N,00522.0072,E,0.00,280.04,250320,,,D*72
 $GPVTG,280.04,T,,M,0.00,N,0.00,K,D*36

 $GPGGA,152540.000,6021.9903,N,00522.0072,E,2,14,0.81,95.0,M,43.7,M,0000,0000*5E
 $GNGSA,A,3,31,25,21,26,29,04,16,09,,,,,1.11,0.81,0.76*16
 $GNGSA,A,3,86,85,68,75,67,76,,,,,,,1.11,0.81,0.76*1A
 $GPGSV,3,1,12,29,73,098,24,31,51,231,21,26,45,282,26,25,32,122,18*72
 $GPGSV,3,2,12,21,28,175,32,49,21,180,29,04,19,320,15,05,17,073,*72
 $GPGSV,3,3,12,02,16,040,,16,16,287,18,09,10,353,18,12,02,113,*79
 $GLGSV,3,1,09,85,74,076,20,76,71,287,22,75,48,157,36,86,41,207,31*6D
 $GLGSV,3,2,09,68,22,001,17,77,18,317,,84,18,041,,67,11,311,24*6C
 $GLGSV,3,3,09,69,10,051,*56
 $GNRMC,152540.000,A,6021.9903,N,00522.0072,E,0.00,280.04,250320,,,D*7C
 $GPVTG,280.04,T,,M,0.00,N,0.00,K,D*36

 $GPGGA,152541.000,6021.9903,N,00522.0072,E,2,14,0.81,95.0,M,43.7,M,0000,0000*5F
 $GNRMC,152541.000,A,6021.9903,N,00522.0072,E,0.00,280.04,250320,,,D*7D
 $GPVTG,280.04,T,,M,0.00,N,0.00,K,D*36

 $GPGGA,152542.000,6021.9903,N,00522.0072,E,2,14,0.81,95.0,M,43.7,M,0000,0000*5C
 $GNRMC,152542.000,A,6021.9903,N,00522.0072,E,0.00,280.04,250320,,,D*7E
 $GPVTG,280.04,T,,M,0.00,N,0.00,K,D*36

MISC


Brief "User Manual" from 2012 hovercraft survey:

Edit - History - Print - Recent Changes - Search
Page last modified on June 04, 2021, at 09:04 AM
Department of Earth Science
University of Bergen
N O R W A Y