RD-PCW11 — The Windows 11 Industrial Edge Controller
High-performance x86 computing doesn't have to be isolated. The RD-PCW11 bridges the gap between Windows applications and the LoRaWAN ecosystem.
The RD-PCW11 is a complete, industrial-grade Windows 11 PC powered by the 12th Gen Intel N100 processor. Unlike standard mini-PCs, the RD-PCW11 features an integrated RAK3172 LoRaWAN module connected directly to the internal UART, enabling long-range wireless communication without external dongles. Housed in a durable carbon plastic enclosure, it is engineered for 24/7 reliability.
Core Performance Architecture
Intel N100 (Alder Lake-N)
4 Cores, 4 Threads up to 3.4GHz. Desktop-class performance with ultra-low power consumption.
8GB LPDDR5 RAM
Next-gen high-speed memory ensures smooth multitasking and efficient GUI rendering.
Integrated LoRaWAN
Onboard RAK3172 module with 2dBi external antenna for kilometric-range data collection.
PCIe x1 Expansion
Ready for high-speed NICs, specialized industrial cards, or additional NVMe storage.
Technical Specifications
| Component | Specification |
|---|---|
| Processor | Intel N100 (4C/4T, up to 3.4GHz) |
| Memory | 8GB LPDDR5 (High Speed) |
| Storage | 64GB eMMC (Onboard) |
| LoRa Module | RAK3172 (connected via internal UART / COM2) |
| Antenna | 2dBi External RF Antenna included |
| Video Output | HDMI 2.0 (Supports 4K @ 60Hz) |
| Networking | Gigabit Ethernet x1, USB 3.2 10Gbps x2, USB 2.0 x2 |
| Internal Connectivity | PCIe x1, M.2 E Key x1, M.2 M Key x1 |
| Enclosure | Industrial Carbon Plastic (Black) |
| Operating Temp | 0°C to 60°C |
| Dimensions | 185mm x 110mm x 45mm |
Modular Expansion Boards
Select a factory-fitted internal module to transform your RD-PCW11 into a specialized industrial tool.
Industrial AP
WiFi 6E + BT 5.3. Creates a private SSID for vibration and temperature sensors, bypassing corporate network traffic jams.
Remote Gateway
Integrated 4G LTE with chassis SIM slot. Provides 24/7 cloud heartbeats for remote pump stations or field sites.
Vision AI PC
Adds a PoE+ Gigabit NIC. Power and data for IP cameras to run localized AI inspection and automation logic.
Where Efficiency Meets Industry
01. Vision & Automation PC
The Intel UHD Graphics on the N100 support hardware-accelerated video decoding. Use the RD-PCW11 as a localized Vision PC to inspect production lines and send alerts via LoRaWAN.
02. Automation & HMI GUI
With HDMI 2.0, the RD-PCW11 serves as a perfect Operator Panel. Run full SCADA or web-based GUIs with native Windows 11 support.
03. IoT & LoRa Data Gateway
Collect data from hundreds of remote LoRa sensors. The RAK3172 allows the PC to act as a localized node or a private gateway handler.
Developer-Ready: Verified Hardware Communication
We test every board before shipping. Use the Python script below to verify the integrated LoRa module's status directly from Windows 11.
import serial
import time
PORT = 'COM2'
BAUD = 115200
def test_rak3172():
try:
ser = serial.Serial(PORT, BAUD, timeout=1)
print(f"--- Checking RAK3172 on {PORT} ---")
commands = ["AT", "AT+VER=?", "AT+HWMODEL=?", "AT+SN=?", "AT+DEVEUI=?", "AT+BAND=?"]
for cmd in commands:
ser.write((cmd + "\r\n").encode())
time.sleep(0.2)
response = ser.read_all().decode(errors='ignore').strip()
print(f"Command: {cmd} -> Response: {response}")
ser.close()
print("\nResult: Hardware Communication Verified!")
except Exception as e:
print(f"Error: {e}")
if __name__ == "__main__":
test_rak3172()
--- Checking RAK3172 on COM2 ---
Command: AT -> Response: OK
Command: AT+VER=? -> Response: AT+VER=RUI_4.0.6_RAK3172-E
OK
Command: AT+HWMODEL=? -> Response: AT+HWMODEL=rak3172
OK
Command: AT+SN=? -> Response: AT+SN=
OK
Command: AT+DEVEUI=? -> Response: AT+DEVEUI=AC1XXXXFE2389B0
OK
Command: AT+BAND=? -> Response: AT+BAND=4
OK
Result: Hardware Communication Verified!
Package Contents
- ✅ RD-PCW11 - Industrial PC (Windows 11 Pre-installed)
- ✅ 12V 10A High-Stability Power Supply
- ✅ 2dBi External LoRa RF Antenna (SMA)
- ✅ Quick Start Guide & Driver Package