image
image
image
image
ARD-75 ATX motherboard main product photo
ATX Industrial Motherboard | Intel Z890
ARD-75 Intel Arrow Lake Z890 ATX Motherboard
Configure the ARD-75 with DDR5 memory and SSD storage options. Built on Intel Arrow Lake Desktop Series Core Ultra processors and the Z890 chipset, this ATX board gives buyers dual LAN, 6 COM, SATA, M.2, USB, GPIO, LPT, and seven PCIe slots in one expandable platform.
MemoryBarebone
StorageNo Storage
What You Get
Expandable Board-Level Platform for Real Industrial Builds
This product page is built for purchasing first: select memory, select storage, add to cart, then review the detailed technical information below.
Modern Intel Compute
Intel Core Ultra processor support with Arrow Lake Desktop Series and Z890 chipset.
Industrial Connectivity
6 COM, dual RJ45 LAN, USB 2.0, USB 3.2, GPIO, LPT, PS/2, HDMI, DVI-I, and audio.
Storage and Expansion
4x SATA 3.0, M.2 NVMe/SATA SSD support, M.2 Wi-Fi, and seven PCIe slots.
Product Details
Built for More Than a Standard Desktop Board
The ARD-75 is positioned for buyers who need a configurable ATX board that can support real industrial peripherals, add-in cards, and long-running embedded workloads.
Motherboard installed in industrial chassis
High Expansion for Add-In Cards
With seven PCIe slots, the ARD-75 gives system builders space for capture cards, motion-control cards, extra network adapters, fieldbus cards, or other project-specific expansion hardware.
This makes the board suitable for industrial PCs where a compact NUC is not enough and a larger ATX platform gives the project more room to grow.
Rear I/O and serial ports close-up
Legacy and Modern I/O on One Platform
Industrial deployments often require both current interfaces and long-life legacy connectivity. ARD-75 combines USB 3.2, M.2, dual Gigabit Ethernet, HDMI, and DVI-I with 6 COM ports, LPT, GPIO, and PS/2 support.
COM5 and COM6 can be configured as RS485 or RS422 by jumper, giving engineers more flexibility for serial device integration.
Memory, M.2 SSD, SATA storage installation
Configurable Memory and Storage
Customers can start with a barebone board or choose DDR5 memory and SSD storage options directly from the page. The board supports up to 192GB DDR5 memory, four SATA 3.0 ports, and one M.2 2280 slot for NVMe PCIe 4.0 or SATA SSD.
This purchasing flow keeps the configuration simple while still allowing project buyers to select the core options they need before checkout.
Application Scenarios
Where ARD-75 Fits
Machine vision
Machine Vision
Use PCIe expansion for frame grabbers, extra LAN ports, or accelerator cards in inspection systems.
Automation cabinet
Automation Control
Connect serial equipment, field devices, displays, and storage in a single expandable ATX system.
Edge Workstation
Edge Workstation
Deploy a desktop-class platform for local data processing, monitoring, and industrial edge workloads.
Technical Specifications
ARD-75 Specs
| Processor | Intel Core Ultra Processor, Arrow Lake Desktop Series, FCLGA1851 socket |
|---|---|
| Chipset / NPU | Intel Z890 chipset; Intel AI Boost NPU platform support |
| Memory | 4x UDIMM DDR5, up to 192GB |
| Display | Intel integrated graphics based on CPU; 1x HDMI 2.0; 1x DVI-I with VGA support |
| Ethernet | 1x Intel i210 1.0GbE; 1x Intel i219 1.0GbE; 2x RJ45 |
| Storage | 4x SATA 3.0; 1x M.2 2280 for NVMe PCIe 4.0 or SATA SSD |
| Expansion | 1x M.2 2230 for Wi-Fi; 1x PCIe x1 PCIe 4.0; 4x PCIe x4 PCIe 4.0; 2x PCIe x8 PCIe 5.0 |
| I/O Interface | 6x COM RS232 default; COM5/COM6 configurable as RS485/RS422 by jumper; 7x USB 2.0; 6x USB 3.2; PS/2; 8-bit GPIO; LPT; optional TPM 2.0 |
| Dimensions | 304.8mm x 218.44mm; ATX board type |
| Power | ATX 24-pin + 2x 8-pin; peripheral input for fan and SATA |
| Temperature | Operating: 0 to 60 degrees C, depending on CPU clock speed and cooling system; Storage: -40 to 85 degrees C |
| Operating System | Windows 10/11, Linux |
| Order Information | DTZ890-ATX: DT Intel Z890 ARD75 ATX 2LAN(I219+I210) 6*COM HDMI+DVI-I 1*PCIe1X+2*PCIe8X+4*PCIe4X |
Need volume pricing or a custom build?
Contact Maxtang sales for CPU, memory, storage, and deployment support.
(function(){
var productId = 28233;
var variations = {“Barebone|256GB SSD”:28236,”64GB DDR5|1TB SSD”:28253,”Barebone|1TB SSD”:28238,”128GB DDR5|512GB SSD”:28257,”64GB DDR5|512GB SSD”:28252,”32GB DDR5|1TB SSD”:28248,”16GB DDR5|512GB SSD”:28242,”64GB DDR5|2TB SSD”:28254,”32GB DDR5|No Storage”:28245,”128GB DDR5|256GB SSD”:28256,”32GB DDR5|256GB SSD”:28246,”Barebone|2TB SSD”:28239,”Barebone|No Storage”:28235,”16GB DDR5|1TB SSD”:28243,”16GB DDR5|No Storage”:28240,”128GB DDR5|1TB SSD”:28258,”128GB DDR5|2TB SSD”:28259,”64GB DDR5|256GB SSD”:28251,”192GB DDR5|No Storage”:28260,”32GB DDR5|2TB SSD”:28249,”192GB DDR5|512GB SSD”:28262,”Barebone|512GB SSD”:28237,”128GB DDR5|No Storage”:28255,”192GB DDR5|2TB SSD”:28264,”32GB DDR5|512GB SSD”:28247,”16GB DDR5|256GB SSD”:28241,”192GB DDR5|256GB SSD”:28261,”64GB DDR5|No Storage”:28250,”16GB DDR5|2TB SSD”:28244,”192GB DDR5|1TB SSD”:28263};
var state = { memory: ‘Barebone’, storage: ‘No Storage’ };
function update(){
var key = state.memory + ‘|’ + state.storage;
document.getElementById(‘selected-memory’).textContent = state.memory;
document.getElementById(‘selected-storage’).textContent = state.storage;
document.getElementById(‘pdp-add’).dataset.variationId = variations[key] || ”;
}
document.querySelectorAll(‘.pdp-choices’).forEach(function(group){
group.addEventListener(‘click’, function(e){
if(!e.target.classList.contains(‘pdp-choice’)) return;
group.querySelectorAll(‘.pdp-choice’).forEach(function(btn){ btn.classList.remove(‘is-active’); });
e.target.classList.add(‘is-active’);
state[group.dataset.group] = e.target.dataset.value;
update();
});
});
document.getElementById(‘pdp-add’).addEventListener(‘click’, function(){
var variationId = this.dataset.variationId;
var qty = Math.max(1, parseInt(document.getElementById(‘pdp-qty’).value || ‘1’, 10));
if(!variationId){ window.location.href=’https://store.maxtangpc.com/product/ard-75-intel-arrow-lake-z890-atx-motherboard/’; return; }
window.location.href = ‘https://store.maxtangpc.com/cart/?add-to-cart=’ + productId + ‘&variation_id=’ + variationId + ‘&quantity=’ + qty + ‘&attribute_Memory=’ + encodeURIComponent(state.memory) + ‘&attribute_Storage=’ + encodeURIComponent(state.storage);
});
update();
})();

Reviews
There are no reviews yet.