The Best-in-Class GNSS Engine
The integrated advanced 1598-channel GNSS technology helps K6 collect signals from GPS, Glonass, Beidou, Galileo, and QZSS, particularly the latest BeiDou III. It greatly improves the data quality and satellite signal-capturing speed of GNSS surveying.Simpler and Easier, IMU Newly Upgraded
Many GNSS RTK systems require users to perform complex settings and calibration before doing inertial tilt measurements. After the latest program was applied to K6, users only need to walk a few steps to activate the inertial sensor. This improvement makes measurements simpler and faster.Stakeout, More Intuitively
Combines real-time image display with RTK positioning, K6 captures real-time video through its built-in camera, and users can directly see the points to be setout on the collector screen, which is accurate and intuitive.Farlink Radio, Built-in Transmitter
K6 is equipped with a 2W farlink radio transceiver, in optimal condition the working range can be as far as 8km even more. Farlink Pro protocol has been added to K6 since June 2024, working range and stability have been improved.Compact Design, Rugged & Durable
K6 is a full-function GNSS RTK that has Radio, Bluetooth, Wi-fi, NFC modules onboard, can work as base and rover, but the receiver size is really small, only 13x 13 x8 cm. The built-in 6800mAh battery and Intelligent power management program allow K6 to work up to 12-15 hours (Rover mode and Static mode).Ultra Light, Comfortable Experience
The Total weight of K6 is only 0.8 kg including battery. The light-weight design reduces surveyor's fatigue, increase their mobility, is especiallyhelpful to work in challenging environment.function adjustLayout() {
let container = document.getElementById("container");
if (window.innerWidth <= 768) {
container.style.flexDirection = "column-reverse"; // Text before image on mobile
} else {
container.style.flexDirection = "row"; // Normal layout on desktop/tablet
}
}// Run on page load and resize
adjustLayout();
window.addEventListener("resize", adjustLayout);