UGREEN Bluetooth 6.0 USB Adapter - Ugreen | DirectTech
Secure SSL Payment
Free Shipping over R3,450
14-Day Returns
Expert Support
Ugreen

UGREEN Bluetooth 6.0 USB Adapter

SKU: CM748-75073
R 208.99
In Stock

Connect Up to 5 Devices | Bluetooth 6.0 | USB-A | Up to 20m Wireless Range Quick Specs

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

Frequently Bought Together

Connect Up to 5 Devices | Bluetooth 6.0 | USB-A | Up to 20m Wireless Range

Quick Specs

  • Bluetooth 6.0
  • USB-A Interface
  • Connect Up to 5 Devices
  • Up to 20m Wireless Range
  • Plug & Play for Windows 11, 10 & 8.1
  • Windows 7 Compatible (Driver Required)
  • Supports Keyboards, Mice, Headsets, Speakers, Printers & Game Controllers

Upgrade your PC with reliable wireless connectivity using the UGREEN Bluetooth 6.0 USB Adapter. Connect up to five compatible devices simultaneously and enjoy a stable wireless range of up to 20 metres. With plug-and-play support for Windows 11, Windows 10 and Windows 8.1, it's an easy way to add Bluetooth functionality to your desktop or laptop.

Add wireless connectivity to your desktop or laptop with the UGREEN Bluetooth 6.0 USB Adapter. This compact USB-A adapter allows you to connect up to five compatible devices simultaneously, including keyboards, mice, headsets, speakers, printers, smartphones and game controllers.

Designed for convenience, it delivers a reliable wireless range of up to 20 metres, making it ideal for both home and office use. Simply plug the adapter into an available USB-A port for driver-free installation on Windows 11, Windows 10 and Windows 8.1, while Windows 7 is supported with driver installation.

Whether you're upgrading an older PC or adding Bluetooth capability to a new system, the UGREEN Bluetooth 6.0 USB Adapter provides a simple, reliable and convenient wireless solution for everyday connectivity.

Features

  • Bluetooth 6.0 technology
  • Connect up to five compatible devices simultaneously
  • Supports keyboards, mice, headsets, speakers, printers, smartphones and game controllers
  • Up to 20m wireless transmission range
  • Plug & Play on Windows 11, Windows 10 and Windows 8.1
  • Windows 7 compatible with driver installation
  • USB-A interface for desktop and laptop PCs
  • Compact and portable design

Specifications

  • Bluetooth Version: Bluetooth 6.0
  • Interface: USB-A
  • Colour: Black
  • Multi-Device Support: Connect up to 5 Devices Simultaneously
  • Transmission Range: Up to 20m
  • Compatible Devices: Bluetooth Mouse, Keyboard, Headset, Speaker, Printer, Game Controller and Smartphone
  • Plug & Play: Yes (Windows 11, Windows 10 and Windows 8.1)
  • Operating System Compatibility: Windows 11, Windows 10, Windows 8.1 and Windows 7
  • Windows 7 Support: Driver Installation Required

What's in the Box

  • 1 × UGREEN CM748 Bluetooth 6.0 USB Adapter

Why UGREEN?
Trusted for quality and reliability, UGREEN designs innovative accessories that deliver dependable performance for work, home and everyday connectivity.

 

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

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

Related Products

WINX CONNECT Simple Bluetooth 5.1 Adapter
WINX

WINX CONNECT Simple Bluetooth 5.1 Adapter

R 74.02

In Stock

UGREEN Bluetooth 5.4 USB Adapter
Ugreen

UGREEN Bluetooth 5.4 USB Adapter

R 188.23

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!