Giada F110D Fanless Celeron J1900 2xRJ45 - Giada | DirectTech
Secure SSL Payment
Free Shipping over R3,450
14-Day Returns
Expert Support
Giada

Giada F110D Fanless Celeron J1900 2xRJ45

SKU: F110D-J190030M0G-GIA
R 2 029.00 R 5 499.00
You save R 3 470.00 (63%)
Out of Stock
You save R 3 470.00 (63% off)

The Giada F110D Fanless Digital Signage Player is an entry-level embedded computer and is ideal for signage player applications in hospitality, retail, commercial, service and advertising roles. Its compact and powerful design brings organizations all the performance and efficiency of the Intel®...

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

The Giada F110D Fanless Digital Signage Player is an entry-level embedded computer and is ideal for signage player applications in hospitality, retail, commercial, service and advertising roles. Its compact and powerful design brings organizations all the performance and efficiency of the Intel® Celeron® J1900 CPU, plus a VGA and HDMI output with up to 1080p resolution support. Its VGA, HDMI, USB ports, dual gigabit LAN, Windows and Linus OS support, and support for mSATA SSDs and mini-PCIe 4G cards make it very versatile. It can also be mounted in various ways thanks to its VESA mount support and can easily be hidden behind a monitor or large format display.

FEATURES:

  • Intel® Celeron® J1900 Processor
  • 1 x DP, 1 x HDMI, Supporting 4K Display
  • 1 x SODIMM DDR3L slot (support up to 8GB)
  • 1 x 2.5" SATA, 1 x Full Size mSATA, 1 x TF Card Reader
  • 1 x Half-size Mini-PCIe for WiFi/BT
  • 2 x RJ45

SPECIFICATIONS:

  • Processor:
    • CPU: Intel® Celeron® J1900 Processor
    • Frequency: 2.00GHz (Up to 2.42GHz)
    • BIOS: AMI Source Code
    • Chipset: SOC
  • Memory:
    • Type: DDR3L-1333MHz
    • Socket: 1 x SO-DIMM
    • Max Size: 8GB
  • Graphics:
    • GPU: Intel® HD Graphics
    • Graphic Engine: DirectX 11.1, OpenGL 3.0, OCL 1.1, OpenGL ES 2.0
    • HDMI: 1 x HDMI (Max.1920x1080@60Hz)
    • VGA: 1 x VGA (Max. 2048 x 1280@60Hz)
  • Network:
    • Controller: 2 x Realtek 8111H Gigabit Ethernet
    • Interface: 2 x RJ45
  • I/O:
    • USB: 1 x USB 3.0, 4 x USB 2.0
    • Serial Port: 2 x RS232
    • Audio: 1 x MIC-IN, 1 x AUDIO-OUT & SPDIF
    • Mini-PCIe1#: 1 x Full-size Mini-PCIe for mSATA/3G/4G
    • Mini-PCIe2#: 1 x Half-size Mini-PCIe for WiFi/BT
    • SIM: 1 x SIM Slot
  • Storage:
    • SATA: 1 x 2.5" SATA
    • mSATA: 1 x Full-size mSATA
    • Card Reader: 1 x TF Card Reader
  • JAHC Tech:
    • WatchDog Timer: 0~255 Second Time Out Support
    • Auto Power On: Power Activated Automatically Start
    • RTC: Set Up Independently Every day, A Week as a Cycle
    • Remote Control: By IR Controller for Power On
    • Wake On Lan: Yes
  • Operation System:
    • Windows: Windows 7/8.1/10(64-bit)
    • Linux: Support
  • Power:
    • Power Type: DC-IN
    • Input Voltage: 19V/2.1A
  • Environment:
    • Operating Temperature: 0℃ ~ 40℃ ( 32 ℉ ~ 104 ℉ ) at 0.7m/s Air Flow
    • Relative Humidity: 95%@40℃ (non-condensing)
  • Certification: CE, FCC Class B, CCC
  • Fanless: Yes
  • Mounting: Desk/Wall Mounting and VESA Mounting Kit (JZ183)
  • Construction: Metal
  • Colour: Black
  • Dimensions: 18.9 x 14.8 x 2.6 cm

WHAT'S IN THE BOX:

  • Giada F110D Intel Celeron Fanless Digital Signage Player - Black x1
  • Power Cable x1
  • User Manual x1
Brand Giada
Colour -
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

-28%
Giada DF613-I i5-1335U Raptor Lake Fanless Signage Player
Giada

Giada DF613-I i5-1335U Raptor Lake Fanless Signage Player

R 10 829.00 R 14 999.00

Save R 4 170.00

Only 4 left - order soon!

-23%
Giada D613-U1 Intel Core i3-1315U Book-size Barebone Signage Player
Giada

Giada D613-U1 Intel Core i3-1315U Book-size Barebone Signage Player

R 8 119.00 R 10 599.00

Save R 2 480.00

In Stock

Giada Android 12 Digital Signage Player - D77 with RK3588
Giada

Giada Android 12 Digital Signage Player - D77 with RK3588

R 10 819.00

Out of Stock

-29%
Giada D613-U1 Intel Core i5-1335U High-end Digital Signage Player
Giada

Giada D613-U1 Intel Core i5-1335U High-end Digital Signage Player

R 9 469.00 R 13 299.00

Save R 3 830.00

Only 1 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!