Redragon Arrow Pro H858 Wireless Gaming Headset (Bluetooth + 2.4GHz) - Redragon | DirectTech
Secure SSL Payment
Free Shipping over R3,450
14-Day Returns
Expert Support
Redragon

Redragon Arrow Pro H858 Wireless Gaming Headset (Bluetooth + 2.4GHz)

SKU: RD-H858
R 1 247.20
In Stock

The Redragon Arrow Pro H858 Wireless Headset brings next-level versatility and performance to gamers, creators, and professionals seeking immersive audio across multiple platforms. Powered by oversized 53mm drivers and precision-tuned virtual 7.1 surround sound, this headset offers an expansive...

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

The Redragon Arrow Pro H858 Wireless Headset brings next-level versatility and performance to gamers, creators, and professionals seeking immersive audio across multiple platforms. Powered by oversized 53mm drivers and precision-tuned virtual 7.1 surround sound, this headset offers an expansive soundscape with accurate directional cues, ideal for competitive gaming, immersive storytelling, and high-fidelity streaming.

Engineered for cross-platform flexibility, the H858 supports three distinct connection modes: 2.4GHz wireless (via USB dongle), Bluetooth, and Type-C/3.5mm wired—for seamless transitions between PC, consoles, and mobile devices. With ultra-low latency (<24ms) and a wireless range of up to 10 metres, users experience lag-free responsiveness for uninterrupted gameplay and calls.

The detachable omnidirectional microphone features advanced noise cancellation and real-time voice clarity, making it ideal for in-game chat, content creation, or virtual meetings. On-ear volume controls and a dedicated mute button ensure intuitive access during high-stakes sessions.

Designed for comfort during extended use, the Arrow Pro boasts oversized memory foam ear cushions, an adjustable headband, and a lightweight build at just 315g. The sleek over-ear profile is complemented by subtle RGB elements, lending a modern aesthetic to both gaming and professional environments.

With a robust 750mAh battery delivering up to 22 hours of standby time, the Redragon H858 stands out as a powerful, multi-purpose headset built for hybrid lifestyles.

FEATURES:

  • 53mm precision audio drivers with 7.1 virtual surround
  • Three-mode connectivity: 2.4GHz wireless, Bluetooth, Type-C/3.5mm
  • Detachable omnidirectional mic with advanced noise cancellation
  • Ultra-low latency wireless (<24ms) with 10m effective range
  • Ergonomic design with oversized memory foam earmuffs
  • On-ear volume controls and quick-access mute function
  • 750mAh battery with up to 22 hours of standby time
  • RGB-accented over-ear form factor for modern aesthetic appeal

SPECIFICATIONS:

  • Audio
  • Driver Size: 53mm
  • Speaker Sensitivity: 115±3dB
  • Speaker Rated Power: 10mW
  • Surround Sound: Virtual 7.1
  • Connectivity
  • Wireless: 2.4GHz via USB dongle
  • Bluetooth: Supported
  • Wired: Type-C and 3.5mm audio cable
  • Wireless Range: Up to 10 metres
  • Latency: <24ms
  • Battery
  • Capacity: 750mAh
  • Charging Time: Approx. 3 hours
  • Standby Time: Up to 22 hours
  • Design & Build
  • Form Factor: Over-ear with adjustable headband
  • Earpads: Memory foam with noise isolation
  • Weight: 315 g
  • Dimensions: 16.31 x 9.5 x 21 cm
  • RGB: Subtle ambient lighting
  • Microphone
  • Type: Detachable, omnidirectional
  • Features: Noise-cancelling, adjustable boom
  • Compatibility
  • Full Support: PC, Mac, PS5/PS4/PS3, Nintendo Switch, mobile devices
  • Partial Support: Xbox One / Series (via 3.5mm wired only)
  • Cable
  • Length: 180 cm

WHAT'S IN THE BOX:

  • Redragon Arrow Pro H858 Wireless Gaming Headset ×1
  • USB Dongle (2.4GHz) ×1
  • USB Type-C Charging Cable ×1
  • User Manual ×1
  • Redragon Branded Sticker ×1
Brand Redragon
Colour -
Form Factor -
Interface -
Capacity -
Memory Capacity -
Screen Size -
Resolution -
Refresh Rate -
Cpu -
Cpu Socket -
Warranty 18 Months
0.0
0 reviews
Login to Review

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

Related Products

// 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!