Xiaomi Smart Laser Measure - Xiaomi | DirectTech
Secure SSL Payment
Free Shipping over R3,450
14-Day Returns
Expert Support
Xiaomi

Xiaomi Smart Laser Measure

SKU: BHR5596GL
R 999.00
In Stock

The high-precision laser measurement of the Xiaomi Smart Laser Measure offers ±3mm of accuracy, giving you a real-time measurement that is accurate and stable. Its single-button design is easy to use, simply hold the button down for 2 seconds to power on/off, hit to start/end the measurement, or...

Free shipping over R 3 450.00
Secure checkout
14-day returns
Expert support

Frequently Bought Together

The high-precision laser measurement of the Xiaomi Smart Laser Measure offers ±3mm of accuracy, giving you a real-time measurement that is accurate and stable. Its single-button design is easy to use, simply hold the button down for 2 seconds to power on/off, hit to start/end the measurement, or double-click to switch to front/rear-based mode. The high brightness LCD display shows you the current and historical measurement with ease, as well as the test mode, unit, battery, and Bluetooth connection status.

Using the 370mAh high-capacity lithium battery, the device can measure 3000 times on a single charge for extended use. The Type-C interface makes it convenient for recharging the laser measure quickly and easily. You can also easily control the device remotely via the App, allowing you access to data recording, calculation and scene guidance, or simply measure after taking photos in the App as well.

FEATURES:

  • High Measurement Accuracy
  • High Brightness LCD Display
  • 370mAh Lithium Battery
  • Smart Connection to App
  • Easy to Use

SPECIFICATIONS:

  • Measurement Range: 0.05-40 m
  • Charging Time: Approx. 100 min
  • Measurement Accuracy: ± (3 mm + 5 × 10-5D)
  • Automatic Turn-off Time: 180 s
  • Minimum Displaying Unit: 0.001 m
  • Automatic Laser Off Time: 180 s
  • Measurement Unit: m/ft
  • Operating Temperature: -10℃to 50℃
  • Laser Type: 630-680 nm wavelength
  • Storage Temperature -20℃to 60℃
  • Lithium-ion Battery: 3.7V 370mAh
  • Storage Humidity: 20%-80% RH
  • Display Screen: 1.23-inch LCD screen
  • Bluetooth Transmission Distance: Approx. 8 m (without obstacles)
  • Frequency Range: 2400-2483.5 MHz
  • Bluetooth Power: 8 dBm
  • Charging Input: 5 V 1A
  • Accuracy: Class 2
  • Operating Power: 0.7 W (Max.)
  • Colour: Black
  • Product Dimensions: 8×3.5×2.1 cm
  • Product Weight: Approx. 60 g

WHAT'S IN THE BOX:

  • Xiaomi Smart Laser Measure - Black x1
Brand Xiaomi
Colour Black
Form Factor -
Interface -
Capacity -
Memory Capacity -
Screen Size -
Resolution -
Refresh Rate -
Cpu -
Cpu Socket -
Warranty 12 Months
0.0
0 reviews
Login to Review

No reviews yet. Be the first to review this product!

Related Products

Xiaomi Mijia Brushless Cordless Drill 2
Xiaomi

Xiaomi Mijia Brushless Cordless Drill 2

R 1 599.00

In Stock

OWC 12 Piece Portable Toolkit
OWC

OWC 12 Piece Portable Toolkit

R 499.00

Out of Stock

Xiaomi Portable Electric Air Compressor 2 Pro
Xiaomi

Xiaomi Portable Electric Air Compressor 2 Pro

R 1 389.00

In Stock

// Share product with fallback // 2026-05-22: rewritten. Old version had three bugs: // 1) Copy Link button used `this.textContent='Copied!'` which destroyed the // icon (textContent replaces everything). After clicking, the link icon // disappeared. // 2) Inline onclick handlers had nested \x27-escaped strings interpolating // `url` directly — if the URL contained a single quote the JS broke. // 3) Close button used `this.closest('div[style]').parentElement.remove()` // — fragile, depends on no inline style elsewhere in the DOM tree. // New version: build with DOM nodes, attach proper event listeners, keep the // icon, gracefully handle clipboard failure, use a held reference to close. function shareProduct() { var title = document.querySelector('.product-title').textContent; var url = window.location.href; if (navigator.share) { navigator.share({ title: title, url: url }).catch(function() {}); return; } // Fallback: show share options modal var modal = document.createElement('div'); modal.style.cssText = 'position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.6);z-index:9999;display:flex;align-items:center;justify-content:center;padding:1rem;'; var encoded = encodeURIComponent(url); var encodedTitle = encodeURIComponent(title); var content = document.createElement('div'); content.style.cssText = 'background:#fff;border-radius:12px;padding:24px;max-width:360px;width:100%;text-align:center;'; content.innerHTML = '

Share this product

' + '
' + ' Facebook' + ' WhatsApp' + ' Email' + '
' + '' + '
'; modal.appendChild(content); function closeModal() { if (modal.parentNode) modal.parentNode.removeChild(modal); } modal.addEventListener('click', function(e) { if (e.target === modal) closeModal(); }); content.querySelector('[data-action="close-modal"]').addEventListener('click', closeModal); var copyBtn = content.querySelector('[data-action="copy-link"]'); var copyLabel = copyBtn.querySelector('.btn-label'); copyBtn.addEventListener('click', function() { function flashLabel(text) { var prev = copyLabel.textContent; copyLabel.textContent = text; setTimeout(function() { copyLabel.textContent = prev; }, 1800); } if (navigator.clipboard && navigator.clipboard.writeText) { navigator.clipboard.writeText(url) .then(function() { flashLabel('Copied!'); }) .catch(function() { flashLabel('Press Ctrl+C'); }); } else { // Legacy browser fallback — execCommand still works on http: contexts var ta = document.createElement('textarea'); ta.value = url; ta.style.position = 'fixed'; ta.style.opacity = '0'; document.body.appendChild(ta); ta.select(); try { document.execCommand('copy'); flashLabel('Copied!'); } catch (e) { flashLabel('Press Ctrl+C'); } document.body.removeChild(ta); } }); document.body.appendChild(modal); }
Chat with us!