Xiaomi Electric Scooter Fast Charger 2 - Xiaomi | DirectTech
Secure SSL Payment
Free Shipping over R3,450
14-Day Returns
Expert Support
Xiaomi

Xiaomi Electric Scooter Fast Charger 2

SKU: BHR08USGL
R 1 399.00
In Stock

268W Ultra-High Output | Charges 3× Faster | Full Charge in ~3h 20min | ERP Level VI Efficiency | Multiple Safety Protections | For Scooter 6 Max / 6 Ultra Quick Specs

Free shipping over R 3 450.00
Secure checkout
14-day returns
Expert support

Frequently Bought Together

268W Ultra-High Output | Charges 3× Faster | Full Charge in ~3h 20min | ERP Level VI Efficiency | Multiple Safety Protections | For Scooter 6 Max / 6 Ultra

Quick Specs

  • Charge up to three times faster than the standard charger with 268W of output
  • Reach a full 100% charge in as little as 3 hours 20 minutes
  • Gain roughly 30km of range from just 1 hour of charging
  • Protect long-term battery health with a smart segmented charging strategy
  • Charge with confidence thanks to multiple built-in safety protections

268W of Ultra-High Power for Seriously Fast Charging

The Xiaomi Electric Scooter Fast Charger 2 brings 268W of ultra-high power output to riders across South Africa, charging over three times faster than the standard charger. That means a full 100% charge in as little as 3 hours 20 minutes — and with roughly 30km of range from just one hour of charging, you spend far less time waiting and far more time riding.

Smart Segmented Charging That Protects Your Battery

This isn’t only about raw speed. A smart segmented charging strategy uses high-current fast charging to ease range anxiety, then switches to gentle low-current trickle charging once the battery is almost full to keep it safe and healthy. A built-in smart device matching chip enables two-way communication between charger and scooter, creating a dedicated, reliable electric scooter charger. With ERP Level VI energy efficiency and up to 93% output efficiency, it’s as economical as it is quick.

Comprehensive Safety, Built for Your Scooter

Charging safety is covered from every angle, with protection against output overvoltage, output undervoltage, short circuits, over-temperature and overcurrent, backed by thorough thermal decay testing. The Fast Charger 2 is purpose-built for the Xiaomi Electric Scooter 6 Max and 6 Ultra series — and future 7 Series models — equipped with a dedicated fast-charge port, so you get a perfect, dependable match every time.

FEATURES:

  • 268W ultra-high power output for rapid charging
  • Charges over three times faster than the standard charger
  • Full 100% charge in as little as 3 hours 20 minutes
  • Around 30km of range from just 1 hour of charging
  • Smart segmented charging strategy (high-current fast charge, then low-current trickle) to protect battery health
  • Built-in smart device matching chip for two-way charger-to-scooter communication
  • ERP Level VI energy efficiency, up to 93% output efficiency
  • Multiple safety protections, including output overvoltage, output undervoltage, short circuit, over-temperature and overcurrent protection, plus thermal decay testing
  • Compatible with Xiaomi Electric Scooter 6 Max, 6 Ultra and future 7 Series models with a dedicated fast-charge port

SPECIFICATIONS:

  • Name: Battery Charger
  • Model: HBCPJ01XB
  • Compatible Models: Xiaomi Electric Scooter 6 Max / 6 Ultra series (and future 7 Series with a dedicated fast-charge port)
  • Charging Cable Length: 1.2 m
  • Input:
    • 100–120 V~ 50–60 Hz 3.5 A Max.
    • 200–240 V~ 50–60 Hz 2.0 A Max.
  • Max. Output Voltage: 54.6 V ⎓ (no load)
  • Rated Output: 53.6 V ⎓ 5.0 A, 268.0 W Max.
  • Average Active Efficiency: 88.0% (total output)
  • No-load Power Consumption: 0.21 W
  • Operating Temperature: -10°C to 40°C
  • Storage Temperature: -30°C to 85°C
  • Operating Humidity: 10%–90%
  • Storage Humidity: 5%–95%
  • Product Dimensions: 18 × 7.8 × 4 cm

WHAT’S IN THE BOX:

  • Xiaomi Electric Scooter Fast Charger 2 x1

Why Xiaomi?

Xiaomi builds smart, dependable technology that makes everyday life easier, and the Electric Scooter Fast Charger 2 is a perfect upgrade for any compatible Xiaomi rider — faster charging, smarter battery care and comprehensive safety in one neat package. For South African scooter owners who want to spend less time tethered to the wall and more time on the road, it’s a simple, worthwhile addition, backed by Xiaomi’s reputation for quality and value.

Brand Xiaomi
Colour Black
Form Factor -
Interface -
Capacity -
Memory Capacity -
Screen Size -
Resolution -
Refresh Rate -
Cpu -
Cpu Socket -
Warranty None
0.0
0 reviews
Login to Review

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

Related Products

Xiaomi Electric Scooter Pneumatic Tyre 8.5
Xiaomi

Xiaomi Electric Scooter Pneumatic Tyre 8.5

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