q-max.base · Product No. QM2001A

Multi-Band RTK GNSS Module With Integrated IMU

Engineered for precision agriculture, surveying, and autonomous robotics, the q-max.base delivers centimeter-level RTK fix across L1/L2/L5 bands. Integrated industrial-grade IMU maintains heading under canopy and during GNSS outages, eliminating position drift when the sky is blocked.

Multi-Band RTK GNSS Module Lead Time: 5-7 Business Days

q-max.base Field-Proven Advantages

Multi-frequency, multi-constellation high-precision GNSS evaluation platform with full RTK capability, hardware anti-interference, and a complete host-side toolchain.

Full-Constellation GNSS

GPS, GLONASS, Galileo, BeiDou, QZSS and more — with Stand-Alone, DGPS, SBAS, RTK and PPP positioning modes.

RTK Base & Rover

Operates as a base station outputting RTCMv3 corrections, or as a rover with CORS via NTRIP for centimeter-level RTK-Fixed positioning.

Multi-Format Output

Configurable NMEA-0183, proprietary SBF raw observations and RTCM corrections — plus TF-Card offline logging.

Hardware Anti-Interference

Wide-band interference mitigation, 3 auto notch filters and code/carrier-phase multipath suppression for harsh environments.

Timing & Event Sync

Configurable 1PPS output and external event triggers to tag position snapshots for multi-sensor time alignment.

Rich Interfaces

Micro-USB dual virtual COM + Ethernet, multiple 3.3V-TTL UARTs for direct MCU and flight-controller integration.

q-max.base Multi-Band RTK GNSS Module

Configuration

Supported Constellations
GPS, GLONASS, Galileo, BeiDou, QZSS, SBAS, IRNSS
Multi-constellation reception for reliable positioning in challenging environments
Positioning Modes
StandAlone, DGPS, SBAS, RTK (Base/Rover), PPP
From single-point to RTK-Fixed centimeter-level positioning
Antenna Gain Range
15–30 dB
Supported antenna gain range for flexible antenna selection
Interfaces
Micro-USB · TTL UART · MMCX · TF-Card · PPS/Event
Micro-USB (2 virtual COM + Ethernet); multiple 3.3V TTL UARTs; MMCX antenna; TF-Card slot; PPS & event IO
Data Formats
NMEA-0183, RTCMv2/v3, SBF
SBF convertible to RINEX / ASCII / KML for post-processing
Timing
Configurable 1PPS
Selectable GNSS time reference source for synchronization
Interference Mitigation
WBI + 3 notch filters
Wide-band interference mitigation, auto notch filters, code & carrier-phase multipath mitigation
Configuration
RxControl · Web UI · CLI
Web UI (192.168.3.1), RxControl and command console; persistent boot config

UART Communication

Pin 1
EventB_3V3
Pin 2
VDD
Pin 3
D−
Pin 4
D+
Pin 5
ADV_M_RST
Pin 6
COM3_TX
Pin 7
COM3_RX
Pin 8
COM4_TX
Pin 9
EventA_3V3
Pin 10
NC
Pin 11
COM1_TX
Pin 12
COM1_RX
Pin 13
COM2_TX
Pin 14
COM2_RX
Pin 15
NC
Pin 16
GPLED
Pin 17
GND
Pin 18
GND
Pin 19
PPS0_3V3
Pin 20
COM4_RX
Local Config

Quick Web Configuration Tool

Configure your module locally in the browser — no cloud account, no software install.

Step 1 - connect module to browser
Step 2 - tune streaming and output
Step 3 - validate and export settings

Centimeter-Level
Inertial Navigation Applications

(function(){ var nav = document.querySelector('nav'); var dd = document.getElementById('nav-products'); var panel = document.querySelector('.nav-dropdown-panel'); if (!nav || !dd || !panel) return; var timer; var PLACEHOLDER = '../assets/logo.webp'; function thumbSrc(href){ if(!href) return PLACEHOLDER; var m={'base-x5a.html':'../assets/th-m5b-transparent.webp','max5.html':'../assets/th-max5-transparent.png','base-g5.html':'../assets/th-m5c-transparent.webp','base-x5b.html':'../assets/th-mobile-transparent.png','lte-nb-smartlock.html':'../assets/th-lock-transparent.webp','vein.html':'../assets/th-split-transparent.png','vlf-tan-delta.html':'../assets/th-vlf-transparent.webp','reefer-container.html':'../assets/th-reefer-transparent.png','profinet-field-control.html':'../assets/th-profinet-transparent.png','ethernet-ip-field-control.html':'../assets/th-ethernet-transparent.webp','devicenet-field-control.html':'../assets/th-devicenet-transparent.png','edge-ai.html':'../assets/th-npu-transparent.webp'}; var f=href.split('/').pop().replace('-es',''); return m[f]||PLACEHOLDER; } var grid = document.getElementById('nav-thumb-grid'); var DIRECT = ['edge-ai']; function firstG(){ var its = panel.querySelectorAll('.nav-dropdown-col-l2 .nav-dropdown-l2-item'); for (var i=0;i-1?' style="transform:scale(1.26)"':(t.indexOf('th-npu')>-1||t.indexOf('th-profinet')>-1||t.indexOf('th-ethernet')>-1)?' style="transform:scale(1.2)"':'';grid.innerHTML = ''+name+''; } function renderThumbHref(href, name){ if(!grid) return; var t=thumbSrc(href);var st=t.indexOf('th-devicenet')>-1?' style="transform:scale(1.26)"':(t.indexOf('th-npu')>-1||t.indexOf('th-profinet')>-1||t.indexOf('th-ethernet')>-1)?' style="transform:scale(1.2)"':'';grid.innerHTML = ''+(name||href)+''; } function bindImgHover(group){ group.querySelectorAll('.nav-dropdown-link').forEach(function(a){ a.addEventListener('mouseenter', function(){ renderThumb(a); }); }); } function showG(g){ var l2=panel.querySelectorAll('.nav-dropdown-col-l2 .nav-dropdown-l2-item'); var l3=panel.querySelectorAll('.nav-dropdown-l3-group'); l2.forEach(function(it){ it.classList.toggle('is-active', it.getAttribute('data-group')===g); }); l3.forEach(function(gp){ gp.classList.toggle('is-active', gp.getAttribute('data-group')===g); }); panel.classList.add('cols-expanded'); var grp = panel.querySelector('.nav-dropdown-l3-group[data-group="'+g+'"]'); if(grp){ var links=grp.querySelectorAll('.nav-dropdown-link'); if(links.length) renderThumb(links[0]); bindImgHover(grp); } else { renderThumbHref(g+'.html', g.replace(/-/g,' ')); } } function open(){ clearTimeout(timer); nav.classList.add('is-open'); // Show L2 + L3 + L4 together: activate default (first) group var g = firstG(); if(g) showG(g); } function close(){ nav.classList.remove('is-open'); } function sched(){ clearTimeout(timer); timer=setTimeout(close,250); } dd.addEventListener('mouseenter', open); dd.addEventListener('click', function(e){ e.preventDefault(); open(); }); dd.addEventListener('mouseleave', sched); panel.addEventListener('mouseenter', function(){ clearTimeout(timer); }); panel.addEventListener('mouseleave', sched); // L2 hover switch panel.querySelectorAll('.nav-dropdown-col-l2 .nav-dropdown-l2-item').forEach(function(it){ it.addEventListener('mouseenter', function(){ var g=it.getAttribute('data-group'); if(g) showG(g); }); }); }));