Hiksemi Guard U1+U3 TLC 128GB MicroSDXC (Without Adapter) - HIKSEMI | DirectTech
Secure SSL Payment
Free Shipping over R3,450
14-Day Returns
Expert Support
HIKSEMI

Hiksemi Guard U1+U3 TLC 128GB MicroSDXC (Without Adapter)

SKU: HS-TF-L2-128G
R 1 361.40
Out of Stock

128GB surveillance-grade storage | Up to 95 MB/s read speed | U1, U3 & V30 rated | Waterproof, shockproof & X-ray proof | Compatible with Hikvision & EZVIZ cameras

Get Notified When Available

Enter your email and we'll notify you when this item is back in stock.

Free shipping over R 3 450.00
Secure checkout
14-day returns
Expert support
Secure payment — PayFast & Yoco · 256-bit SSL encrypted

Frequently Bought Together

128GB surveillance-grade storage | Up to 95 MB/s read speed | U1, U3 & V30 rated | Waterproof, shockproof & X-ray proof | Compatible with Hikvision & EZVIZ cameras

The HIKSEMI Guard 128GB MicroSDXC is a surveillance-grade memory card built for continuous recording in security cameras and other low-to-moderate intensity recording environments. Rated Class 10, U1, U3, and V30, it delivers read speeds of up to 95 MB/s and write speeds of up to 40 MB/s, keeping footage capture smooth and reliable. TLC NAND flash memory provides strong compatibility across a wide range of microSDHC and microSDXC UHS-I host devices, with optimised performance when paired with Hikvision or EZVIZ cameras. The card is waterproof, shockproof, X-ray proof, and rated to operate between 0 °C and 70 °C, making it well suited to fixed outdoor installations. A dependable, purpose-built storage solution for anyone running a Hikvision-based surveillance setup.

Features

  • 128GB capacity holds hours of continuous surveillance footage
  • Up to 95 MB/s read speed and 40 MB/s write speed for smooth, uninterrupted recording
  • Class 10, U1, U3, and V30 speed ratings confirmed
  • TLC NAND flash memory for broad compatibility with microSDHC and microSDXC UHS-I devices
  • Optimised for Hikvision and EZVIZ cameras for enhanced performance
  • S.M.A.R.T. mechanism provides life forewarning and health monitoring when used with compatible Hikvision cameras
  • Read-write lock security function prevents unauthorised access when used with Hikvision cameras
  • Waterproof, shockproof, and X-ray proof — built to withstand demanding environments

Specifications

  • Card Type: microSD
  • Capacity: 128GB
  • Speed Class: Class 10, U1, U3, V30
  • Read Speed: 95MB/s
  • Write Speed: 40MB/s
  • SD Adapter Included: No
  • Colour: Purple
  • Warranty: 24 months
  • Product Dimensions: 1.4 x 1.1 x 0.1 cm

What's in the Box

  • HIKSEMI Guard 128GB MicroSD Card – Purple x1
Brand HIKSEMI
Colour Purple
Form Factor -
Interface -
Capacity 128GB
Memory Capacity -
Screen Size -
Resolution -
Refresh Rate -
Cpu -
Cpu Socket -
Warranty 24 Months
0.0
0 reviews
Login to Review

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

Related Products

Patriot EP Series 128GB MICRO SDXC V30 A2 (w/o Adaptor)
Patriot

Patriot EP Series 128GB MICRO SDXC V30 A2 (w/o Adaptor)

R 686.57

Out of Stock

Patriot EP V30 A1 512GB Micro SDXC Card + Adapter
Patriot

Patriot EP V30 A1 512GB Micro SDXC Card + Adapter

R 2 679.92

Out of Stock

Patriot EP Series 256GB MICRO SDXC V30 A2 (w/o Adaptor)
Patriot

Patriot EP Series 256GB MICRO SDXC V30 A2 (w/o Adaptor)

R 1 371.78

Out of 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!