Giada BQ612 with H610 Barebone W/O CPU RAM and SSD - Giada | DirectTech
Secure SSL Payment
Free Shipping over R3,450
14-Day Returns
Expert Support
Giada

Giada BQ612 with H610 Barebone W/O CPU RAM and SSD

SKU: BQ612-0000040N0G-GIA
R 5 555.75
Out of Stock

The GIADA BQ612 with H610 Barebone is a small yet powerful computer built to satisfy your demands. It has an Intel® LGA1700 Socket, which is compatible with 12th/13th Gen processors and ensures high-performance computing. It has two DDR4-3200 MHz memory slots and is capable of handling...

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
Secure payment — PayFast & Yoco · 256-bit SSL encrypted

Frequently Bought Together

The GIADA BQ612 with H610 Barebone is a small yet powerful computer built to satisfy your demands. It has an Intel® LGA1700 Socket, which is compatible with 12th/13th Gen processors and ensures high-performance computing. It has two DDR4-3200 MHz memory slots and is capable of handling multitasking and demanding tasks. The barebone has one HDMI port that supports 4K resolution for amazing images.

With 2 x RJ45 Gigabit LAN connections and 1 x E-Key M.2 (2230) slot for WiFi/BT, you'll be able to stay connected in any setting. The GIADA BQ612 is distinguished by its lengthy life cycle, which ensures long-term performance and reliability for your computing demands. This barebone is ready to go, whether for business or play.

Note: CPU is not included.

FEATURES:

  • 1 x HDMI supporting 4K
  • Intel® LGA1700 Socket 12th/13th Gen. processors
  • 2x DDR4-3200 MHz Memory
  • 2 x RJ45 Gigabit LAN and 1 x E-Key M.2 (2230) for WiFi/BT
  • Long life cycle

SPECIFICATIONS:

  • Processor:
  • CPU: Intel® LGA1700 Socket 12th/13th Gen. processors
  • Turbo Frequency: by CPU
  • Chipset: H610/B660
  • Processing Units: by CPU
  • TDP: ≤ 65 W
  • Memory:
  • Type: 2 x SO-DIMM DDR4-3200 MHz
  • Size: Up to 64 GB
  • Storage:
  • Socket 1: 1 x M-Key M.2 (2242/2280) for PCIe SSD
  • Socket 2: 1 x 2.5” SATAIII (7+15 pin)
  • Graphics:
  • GPU: Intel® UHD Graphics 730/770
  • Graphic Engine: DirectX 12.0, OpenGL 4.5, OpenCL 3.0,
  • VGA: 1 x VGA (Max. 2048 x 1536 @60 Hz)
  • HDMI: 1 x HDMI (Max. 4096 x 2160 @60 Hz)
  • Network:
  • Controller: Realtek RTL 8111H Gigabit Ethernet
  • Interface: 2 x RJ45
  • Wi-Fi/BT: 1 x E-Key M.2 (2230) for Wi-Fi/BT Support Wi-Fi 5, Wi-Fi 6
  • Mobile Network: 3G/4G colay with 1 x Mini-PCIe for MSATA, 1 x SIM Slot
  • I/O:
  • USB: 1 x USB Type-C3.2 Gen1 (H610), 2 x USB3.2 Gen1, 6 x USB2.0 (H610)
  • Serial Port: 2 x RS232
  • Audio: 1 x MIC-IN, 1 x AUDIO-OUT
  • Antenna: 2 x Connector for Wi-Fi/BT
  • Button: 1 x Power on, 1 x CLR-CMOS
  • System:
  • TPM: Optional: TPM2.0
  • Watchdog Timer: Yes
  • Auto Power on: Yes
  • RTC: Set up independently every day
  • Remo on: Yes
  • Operation System:
  • Windows: Windows 10 (64Bit), Windows 11 (64bit)
  • Linux: Linux Ubuntu (64bit)
  • Power:
  • Power Type: DC-IN
  • Input Voltage: 19V/4.74A
  • Environment:
  • Operating Temperature: 0°C ~45°C (32°F~113°F) @0.7m/s Air Flow
  • Relative Humidity: 95% @ 45°C (non-condensing)
  • Certification: CE, FCC Class B
  • Construction: Metal
  • Colour: Black
  • Dimensions: 20 x 18.5 x 3.5 cm

WHAT’S IN THE BOX:

  • Giada BQ612 with H610 barebones embedded PC  – Black x1
  • WiFi Antenna x2
  • AC Power Adapter x1
  • Power Cable x1
  • User Manual x1
Brand Giada
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

Giada F108D Intel N100 1xDDR4 3200 Mhz 2xHDMI
Giada

Giada F108D Intel N100 1xDDR4 3200 Mhz 2xHDMI

R 8 099.36

Out of Stock

Giada DN74 ARM RK3399 Fanless Android Signage Player - 32GB
Giada

Giada DN74 ARM RK3399 Fanless Android Signage Player - 32GB

R 5 400.02

Out of Stock

ASRock DESKMINI B760W Barebone - LGA1700 Socket
ASRock

ASRock DESKMINI B760W Barebone - LGA1700 Socket

R 4 673.28

Only 4 left - order soon!

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