Cudy AC650 WiFi Mini USB Adapter - Cudy | DirectTech
Secure SSL Payment
Free Shipping over R3,450
14-Day Returns
Expert Support
Cudy

Cudy AC650 WiFi Mini USB Adapter

SKU: WU650
R 129.00
In Stock

Stay connected with the Cudy WU650 650Mbps Wi-Fi Dual Band USB Adapter. Designed for efficiency and performance, this compact-sized Wi-Fi adapter is lightweight, sleek and portable. It features a USB 2.0 connection and comes with the latest Wi-Fi standard – 802.11ac. This allows the Cudy WU650 to...

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

Frequently Bought Together

Stay connected with the Cudy WU650 650Mbps Wi-Fi Dual Band USB Adapter. Designed for efficiency and performance, this compact-sized Wi-Fi adapter is lightweight, sleek and portable. It features a USB 2.0 connection and comes with the latest Wi-Fi standard – 802.11ac. This allows the Cudy WU650 to run applications at triple the speed of the 802.11n devices.

It also comes with selectable dual-band technology, giving you access to 2.4GHz and 5Ghz network bands. The 2.4GHz band provides extremely long-range performance, while the 5GHz band reaches 433Mbps, making it perfect for gaming and streaming. It supports various operating systems and is compatible with Windows XP/7/8/8.1/10, and Linux Kernel 2.6.18~3.10.

FEATURES:

  • 650 (433+200) Mbps wireless speed
  • Compatible with 802.11ac/n/b/g standard
  • Selectable dual-band connections for lag-free HD video streaming and gaming
  • Supports 64/128 WEP, WPA, PA2/WPA-PSK/WPA2-PSK (TKIP/AES) Security
  • Supports Windows 10, 8.1, 8, 7, XP

SPECIFICATIONS:

  • Product Model: WU650
  • Antenna: Built-in 2dBi Antenna
  • USB Port: USB2.0
  • Wireless Frequency:
    • 2.4GHz: 2.412~2.483
    • 5GHz: 5.180~5.825GHz
  • Wireless Standard: IEEE802.11a, IEEE802.11b, IEEE802.11g, IEEE802.11n, IEEE802.11ac
  • Transmission Rate: 11b: 1/2/5.5/11Mbps; 11g: 6/9/12/18/24/36/48/54Mbps; 11n: 200Mbps; 11ac:433Mbps
  • Transmit Power: 17dBm(max)
  • Encryption: WPA-PSK/WPA2-PSK; WPA/WPA2; WEP
  • Other Function: Soft AP function, need to install the driver with UI, or the third-party software. (64bit system and win 10 do not support soft AP)
  • Support OS: Windows XP / Vista / 7 / 8 / 8.1 / 10; Don’t support free drive; MacOS10.6~MacOS10.15
  • Working Environment:
    • Working Temperature: 0 ℃ ~40 ℃; Storage Temperature: -40 ℃~70 ℃
    • Working Humidity: 10%~90%RH Non-condensing; Storage Humidity: 5%~90%RH Non-condensing
  • Product Dimensions: 2 x 1.5 x 0.8 cm
  • Product Weight: 3g

WHAT'S IN THE BOX:

  • Cudy WU650 Wi-Fi Dual Band USB Adapter - Black x1
  • Quick Installation Guide x1
  • Driver CD x1
Brand Cudy
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

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