Romoss Power Bank Areas10 10000mAh BK - Romoss | DirectTech
Secure SSL Payment
Free Shipping over R3,450
14-Day Returns
Expert Support
Romoss

Romoss Power Bank Areas10 10000mAh BK

SKU: PAS10-202-2135
R 385.49
Out of Stock

The Romoss PAS10 Ares 10 10000mAh Power Bank features an elegantly designed high energy density Li-polymer battery that has dual 2.1A USB output ports to keep your devices charged while you’re on the go. You'll also be able to charge two devices simultaneously. The Ares 10 has an LED display so...

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

The Romoss PAS10 Ares 10 10000mAh Power Bank features an elegantly designed high energy density Li-polymer battery that has dual 2.1A USB output ports to keep your devices charged while you’re on the go. You'll also be able to charge two devices simultaneously. The Ares 10 has an LED display so you can keep track of how much charge you have left.

The Romoss Ares 10 10000mAh Power Bank utilizes FitCharge Technology, where the power bank automatically detects your device’s specific charging requirements. The power bank delivers the appropriate charging voltage to your device, which means a safer and more efficient charge every single time. Additionally, this power bank comes with built-in safeguards that protect your device against overcharging, overheating, and short circuits. The Li-polymer battery also makes the Ares 10 safer and lighter than a conventional Li-ion battery.

FEATURES:

  • 10000mAh capacity
  • LED Display for % charge
  • Dual 2.1A USB output
  • Charge two devices simultaneously
  • Dual input ports: Micro USB & Type-C
  • Safer with high-quality Li-polymer cells
  • FitCharge Technology
  • Elegant design

SPECIFICATIONS:

  • Battery Type: Li-Polymer
  • Capacity: 10000mAh
  • Input: 5V 2.1A, Micro USB | Type-C
  • Output: 2x USB2.0 5V 2.1A
  • Product Dimensions: 9.5 x 6.4 x 2.6 cm
  • Product Weight: 195 g

WHAT'S IN THE BOX:

  • Romoss PAS10 Ares 10 10000mAh Power Bank - Black x1
  • Micro USB Cable x1
  • User Manual x1
Brand Romoss
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

Romoss Power Bank Pulse 30 30000mAhWH
Romoss

Romoss Power Bank Pulse 30 30000mAhWH

R 831.91

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!