Romoss Power Bank Pulse 30 30000mAhWH - Romoss | DirectTech
Secure SSL Payment
Free Shipping over R3,450
14-Day Returns
Expert Support
Romoss

Romoss Power Bank Pulse 30 30000mAhWH

SKU: PHP30-101-1A45
R 799.00
Out of Stock

Charge your devices easily with the Romoss Pulse 30 30000mAh Power Bank. It features a lightweight and easy to carry design, dual-USB ports, multi-security features and a high-quality 30000mAh battery.

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

Frequently Bought Together

Thanks to its high capacity, the Romoss Pulse 30 30000mAh Power Bank allows for the charging of multiple devices. Its high-quality lithium polymer batteries are both safe and durable. It comes with dual-USB output ports which support simultaneous charging of two devices at once making it ultra-versatile. Equipped with Fit Charge technology, it is compatible with multiple devices such as mainstream mobile phones, tablets and other devices and prevents overcharging. Its simple appearance and superior feel conform to its ergonomic hand-held design. It features intelligent ten-fold safety protection which includes overcharge, overcurrent, reset, over-discharge, temperature, power-surge, anti-reverse, short-circuit and RFI protection.

FEATURES:

  • Dual-USB Output Ports
  • Lightning/Micro USB/Type-C Input
  • High-Quality Lithium Polymer Battery
  • Multiple Safety Features
  • Widely Compatible

SPECIFICATIONS:

  • Battery Capacity: 30000MAh(111Wh)
  • Input: 5V 2.1A (Lightning/Micro USB/Type-C Input)
  • Output: 5V 2.1A, 5V 1A
  • Dimensions: 16.7 x 8 x 3.3 cm
  • Weight: 671 g

WHAT'S IN THE BOX:

  • Romoss Pulse 30 30000mAh Power Bank - White x1
  • Micro USB cable x1
  • User Manual x1
Brand Romoss
Colour White
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 Super Slim Magnetic Power Bank 5000 – Purple
Xiaomi

Xiaomi Super Slim Magnetic Power Bank 5000 – Purple

R 769.00

Only 4 left - order soon!

WINX GO Fast 2 30000mAh Power Bank PD20W
WINX

WINX GO Fast 2 30000mAh Power Bank PD20W

R 479.00

Out of Stock

WINX GO Simple 10000mAh Power Bank
WINX

WINX GO Simple 10000mAh Power Bank

R 199.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!