Patriot LX CL10 32GB Micro SDHC Card - Patriot | DirectTech
Secure SSL Payment
Free Shipping over R3,450
14-Day Returns
Expert Support
Patriot

Patriot LX CL10 32GB Micro SDHC Card

SKU: PSF32GMDC10
R 240.14
Out of Stock

Capture and store videos at high speed on your digital camcorders and mid-range cameras with the Patriot LX Class 10 32GB Micro SDHC Flash Memory Card. It features 32GB of storage, Class 10 performance with up to 80MB/s Read speeds as well as a high level of copy protection.

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

Patriot’s LX Series UHS-I compatible microSDHC/XC flash memory cards offer amazingly fast performance for the ultimate storage upgrade for HD camcorders and mid-range cameras. The 32GB LX microSD is U1-certified and is able to achieve 10MB/s sustained write speed for full HD video capture. Remove the bottleneck of slow memory and capture every image or video without missing a moment. With Class 10 specification, the Patriot LX Series MicroSDHC/XC cards are fast enough to record video in full high definition.

These microSDHC/XC cards offer a capacity of 32GB providing enough room to shoot and store hours of videos and thousands of photos. Backed by Patriot’s award-winning customer service and a 2-year warranty, the LX Series MicroSDHC/XC cards are the best choice for those looking to capture their world in stunning full HD resolutions.

FEATURES:

  • Complies with SDA UHS-I 3.0 specifications
  • High level of copy protection
  • Up to 80MB/s Read
  • Compatible with micro SDHC and micro SDXC slot devices
  • Voltage: 2.7 - 3.6V
  • Operating Temperature: -25C to 85C
  • Storage Temperature: -40C to 85C

SPECIFICATIONS:

  • Capacity: 32GB
  • Type: MicroSDXC Class 10
  • Compatibility: SDHC and Micro SDXC
  • Certification/Safety: CE/FCC/RoHS
  • Dimensions: 1.5 x 1.1 x 0.1 cm
  • Weight: 0.02g

WHAT'S IN THE BOX:

  • Patriot LX Class 10 32GB Micro SDHC Flash Memory Card - Black x1

*Please note that packaging only includes the memory card, no adapter is included.

Brand Patriot
Colour Black
Form Factor -
Interface -
Capacity 32GB
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

Hiksemi Capture V30 256GB MicroSDXC (Without Adapter)
HIKSEMI

Hiksemi Capture V30 256GB MicroSDXC (Without Adapter)

R 2 275.02

Out of Stock

Hiksemi Capture V30 64GB MicroSDXC (Without Adapter)
HIKSEMI

Hiksemi Capture V30 64GB MicroSDXC (Without Adapter)

R 759.24

In Stock

Patriot EP Series 1TB MICRO SDXC V30 A2 (w/o Adaptor)
Patriot

Patriot EP Series 1TB MICRO SDXC V30 A2 (w/o Adaptor)

R 5 534.99

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!