PXN PD HM Hall-Effect Clutch Pedal for Sim Racing - PXN | DirectTech
Secure SSL Payment
Free Shipping over R3,450
14-Day Returns
Expert Support
PXN

PXN PD HM Hall-Effect Clutch Pedal for Sim Racing

SKU: PXN-PDHMCCLUTCH
R 749.00
Out of Stock

Achieve unparalleled precision and control with the all-metal PXN Hall-Effect clutch, designed for the serious sim racer. Quick Specs

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

Achieve unparalleled precision and control with the all-metal PXN Hall-Effect clutch, designed for the serious sim racer.

Quick Specs

  • Experience pinpoint accuracy with advanced Hall-effect magnetic sensors.
  • Enjoy a premium feel with a robust, all-metal construction from carbon steel and aluminium.
  • Customize your setup with fully adjustable angle, height, and spacing.
  • Simulate real-world braking resistance with the included spring and damper kit.
  • Connect seamlessly via USB-A, USB Type-C, or RJ11 for versatile compatibility.

Master the clutch: Engineered for the discerning sim racer

The PXN PD HM Hall-Effect Clutch Pedal is not merely an accessory; it is an extension of your will on the virtual track. Designed for those who understand that victory is often decided in the subtle manipulation of the clutch, this sim racing clutch pedal delivers an experience that transcends standard hardware. It is built for the sim racer who demands granular control, immediate feedback, and unwavering reliability, whether navigating a tight hairpin or launching off the line with perfect timing. This is for the individual who seeks to refine their technique, shave off critical milliseconds, and achieve a level of immersion that blurs the line between simulation and reality. For the dedicated South African sim racer, this clutch pedal represents a significant upgrade in performance and feel.

Unwavering precision through advanced sensor technology

At the core of the PXN PD HM Clutch Pedal lies its commitment to accuracy. It employs state-of-the-art Hall-effect magnetic sensors, a technology renowned for its durability and its ability to detect input without physical contact. This means no wear and tear, no degradation in performance over time, and an exceptionally precise reading of your clutch pedal's position. This level of accuracy is crucial for consistent performance, allowing you to execute perfect rev-matches and smooth accelerations every single time. The result is a more controlled, more responsive driving experience that translates directly into improved lap times and greater enjoyment.

Built for endurance and customisation

The PXN PD HM Clutch Pedal is constructed from a formidable combination of carbon steel and aluminium, ensuring it can withstand the rigours of intense racing sessions, race after race. This all-metal build is not just about durability; it contributes to a substantial and authentic feel underfoot. Furthermore, the pedal is designed with full customisation in mind. You can meticulously adjust the angle, height, and spacing to perfectly match your preferred driving position and cockpit setup. This adaptability ensures that the pedal feels like a natural part of your racing environment, enhancing comfort and control during extended periods of play.

Elevate your braking and connection

While this is a clutch pedal, its design considers the complete driving experience. It includes a versatile spring and damper kit that can simulate up to 20 kg of force, offering a tangible resistance that adds to the realism. This allows for a more nuanced feel, particularly when feathering the clutch or executing delicate manoeuvres. Connectivity is also a strong suit, with triple options including USB-A, USB Type-C, and RJ11. This ensures broad compatibility with various setups, including direct connection to PXN V10 Pro/Ultra and VD Series wheels, all designed to work on PC. This versatility makes integrating the PXN PD HM Clutch Pedal into your existing sim racing rig straightforward and effective. Experience the difference of premium pc racing pedals with this exceptional offering.

FEATURES:

  • Experience unparalleled driving precision with advanced Hall-effect magnetic sensors that ensure consistent, accurate clutch input without mechanical wear.
  • Dominate the track with a robust, all-metal construction featuring premium carbon steel and aluminium for superior durability and an authentic feel.
  • Tailor your control perfectly with fully customizable angle, height, and spacing adjustments to match your unique driving position.
  • Simulate real-world pedal resistance with the included spring and damper kit, offering up to 20kg of force for a more immersive and controlled experience.
  • Connect with confidence using triple options: USB-A, USB Type-C, and RJ11, ensuring broad compatibility with PXN wheels and PC setups. These USB racing pedals offer seamless integration.

SPECIFICATIONS:

  • Material: All-metal (carbon steel + aluminum)
  • Sensor Type: Hall effect magnetic sensors
  • Adjustability: Angle, height, spacing (fully customizable)
  • Brake Kit: Spring & damper kit (simulates 20 kg force)
  • Connectivity: USB-A / USB Type-C / RJ11
  • Compatibility: PXN V10 Pro, V10 Ultra, VD Series | PC
  • Platform Support: Windows 7 / 8 / 10 / 11

WHAT'S IN THE BOX:

  • PXN PD HM Hall-Effect Clutch Pedal for Sim Racing - Black x1

Why PXN?

PXN is dedicated to delivering high-performance sim racing peripherals that offer exceptional value and immersive experiences. For South African sim racers, PXN provides reliable, precision-engineered equipment that enhances both realism and competitive edge, allowing you to push your limits. Experience the apex of sim racing clutch pedal technology with PXN.

Brand PXN
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

PXN A9 Gaming Steering Wheel Foldable Stand
PXN

PXN A9 Gaming Steering Wheel Foldable Stand

R 1 749.00

In Stock

REDRAGON GT-32 RACING WHEEL
Redragon

REDRAGON GT-32 RACING WHEEL

R 19 499.00

Out of Stock

PXN V10 3-in-1 Force Feedback Steering Wheel
PXN

PXN V10 3-in-1 Force Feedback Steering Wheel

R 5 799.00

Out of Stock

PXN HB S Dual-mode 16-Bit USB Electronic Racing Handbrake
PXN

PXN HB S Dual-mode 16-Bit USB Electronic Racing Handbrake

R 1 799.00

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!