Mini in Hand
The Z1 GNSS receiver is crafted with a compact Φ107 mm × 58.7 mm palm-sized design, reducing the burden on surveyors while delivering powerful performance and versatile functionality.Versatile Transmission
With integrated NFC, Bluetooth, WiFi, USB Type-C, and 8GB onboard storage, Z1 offers versatile connectivity options, making data transfer and device management effortless.20Hrs Large Battery
Considering the continuity and consistency of outdoor work, Z1 has minimized its size while also ensuring maximum battery life. The 20-hour battery life allows you to work uninterruptedly throughout the day.60° Tilt, 5s Initialization
Optimized with the new generation of IMU module, you can easily initialize the IMU in just 5 seconds and start tilt measurements up to 60°. One initialization can meet the accuracy requirement of ±2.5cm for the whole work.Easy Download via Web UI
Accessed via the WiFi of X1 Lite, you can easily log into the web page for static data download, firmware upgrade, device status check, and configuration.IP67 Rugged Protection
Built to withstand harsh environments, the IP67-rated casing of Z1 protects water, dust, and accidental drops, ensuring uninterrupted performance in the field.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);