Skip to content
GEOFIX NYA WEBBSHOP ÄR HÄR - klicka här för att få information om hur du som redan är Geofix kund kommer åt ditt webbkonto
GEOFIX NYA WEBBSHOP ÄR HÄR - klicka här för att få information om hur du som redan är Geofix kund kommer åt ditt webbkonto

L5 M-Lite II

SKU 3131004
Original price €5.314,95 - Original price €5.314,95
Original price €5.314,95
€5.314,95
€5.314,95 - €5.314,95
Current price €5.314,95

L5 M-Lite II, GPS, GLONASS, GALILEO, BEIDOU

Standard shipping

Approximately 7-10 days delivery time

L5 M-Lite II complete GNSS equipment

The L5 M-Lite is a pure network rover that does the job day in and day out, no frills.

  • GPS, GLONASS, GALILEO, BEIDOU included in the price
  • Full 4G modem
  • Built-in battery with fast charging support

Datasheet M-Lite II

The price refers to complete measuring equipment with Field Plate, Surpad measuring program, 2 meter telescopic carbon fiber pole, computer holder and pole mount.

Support agreement

Support agreement included for the first year. It includes free telephone/remote support, access to future software versions, Internet connection with 2GB data traffic/month.

If you purchase a support agreement starting in year 2, it will then cost SEK 4,000 per year.

Sweposa subscription

To achieve centimeter accuracy with the GNSS receiver, a subscription to SWEPOS network RTK service is required. We rent these out for 9000 SEK/year.

Technical specifications

GNSS
Signals: GPS: L1C/A, L1P, L1C, L2P, L2C, L5
GLONASS: G1, G2, G3
GALILEO: E1, E5a, E5b, ALTBOC, E6
BDS: B1i, B2i, B3i, B2A, B2B, ACEBOC
QZSS: L1C/A, L2C, L5, L1C, LEX
Channels: 800+

ACCURACY
Static measurement: H 2.5 mm ± 0.5 ppm
V 5 mm ± 0.5 ppm
RTK: H 8 mm ± 1 ppm
V 15 mm ± 1 ppm
Tilt: 2 cm (at tilt angle 60°)
SBAS:: 50 cm (typical accuracy)
Initialization: <10s with 99.9% reliability

SYSTEM
Storage: 8GB MicroSD
Wi-Fi: 802.11 b/g/n
Bluetooth: 2.1+EDR/V4.1 Dual
E-Bubble: Have support for it
Tilt (optional): IMU, 400 Hz refresh rate

COMMUNICATION
UHF: Built-in Rx radio. Frequency range: 410-470MHz
Protocol: Support for SATEL, PCC-GMSK, TrimTalk TT450S, TrimTalk (4800) TrimMark 3, South, Hi Target, GeoTalk
Network: 4G modem compatible with 2/3/4G networks

PHYSICAL PROPERTIES
Contacts: 1x TNC (UHF Antenna), 1x 5PIN (Power+RS232), 1x USB-C
Buttons: 1x Power button
Diodes: Smart LED diode
Size: Ø152mm x H92mm
Weight: 1.0 kg

CURRENT
Battery: Built-in 7.2V 6900mAh Li-Ion
Battery life: Static: 15 hrs RTK: 12 hrs
External power Connects via USB-C
Voltage: Support for 5V/3A, 9V/3A, 12V/3A, 15V/3A, 20V/2.25A
fast charging

ENVIRONMENT
Temperature: Operation: -30°C to +65°C
Storage: -30°C to +80°C
IP rating: IP68
CASE: Withstands drops from 2 m onto a hard surface mounted on a plumb line

Sökord: L5 M-Lite är en renodlad nätverks-rover gör jobbet dag ut och dag in, inga konstigheter.

*/ (function () { window.dataLayer = window.dataLayer || []; const CONFIG = { CURRENCY: "SEK", // Lägg gärna till/justera selektorer om ditt tema använder andra element CHECKOUT_BUTTON_SELECTORS: [ 'button[name="checkout"]', 'input[name="checkout"]', 'form[action*="/checkout"] [type="submit"]', 'a[href*="/checkout"]' ] }; function fetchCart() { return fetch('/cart.js', { credentials: 'same-origin' }) .then(r => r.json()) .catch(() => null); } function mapItems(cart) { if (!cart || !Array.isArray(cart.items)) return []; return cart.items.map((it, idx) => ({ item_id: String(it.variant_id || it.id || it.sku || ''), item_name: it.product_title || it.title || '', item_brand: 'Geofix AB', item_variant: it.variant_title || '', price: (typeof it.final_price === 'number' ? it.final_price : it.price || 0) / 100, quantity: it.quantity || 1, index: idx + 1 })); } function totalValue(items) { return items.reduce((s, i) => s + (Number(i.price) || 0) * (Number(i.quantity) || 0), 0); } function isCheckoutClick(target) { if (!target) return false; // träff på definierade selektorer for (const sel of CONFIG.CHECKOUT_BUTTON_SELECTORS) { if (target.closest(sel)) return true; } // fallback: formulär som postar till /checkout const form = target.closest('form'); if (form && /\/checkout/i.test(form.action || '')) return true; return false; } // Lyssna brett i capture-fasen så vi hinner hämta vagnen innan redirect document.addEventListener('click', function (e) { const el = e.target; if (!isCheckoutClick(el)) return; // Hämta /cart.js och pusha begin_checkout snabbt innan sidan lämnas fetchCart().then(cart => { const items = mapItems(cart); const value = totalValue(items); window.dataLayer.push({ event: 'begin_checkout', ecommerce: { currency: CONFIG.CURRENCY, value: value, items: items } }); }); // Ingen preventDefault – låt redirect ske normalt }, true); // Extra säkerhet: lyssna även på submit (t.ex. enter-tryck i formulär) document.addEventListener('submit', function (e) { const form = e.target; if (!form) return; if (!/\/checkout/i.test(form.action || '')) return; fetchCart().then(cart => { const items = mapItems(cart); const value = totalValue(items); window.dataLayer.push({ event: 'begin_checkout', ecommerce: { currency: CONFIG.CURRENCY, value: value, items: items } }); }); }, true); })();