July 22, 2026 · QSCompute Blog
Unplanned downtime costs manufacturers an average of $260,000 per hour. Traditional preventive maintenance — replacing bearings on a calendar schedule — wastes 30% of component life. Predictive maintenance (PdM) powered by edge AI changes the equation: continuous sensor monitoring, real-time anomaly detection, and failure prediction days or weeks before breakdown. This guide covers the complete hardware stack: sensors, edge compute, and deployment patterns for vibration, thermal, and acoustic monitoring on the factory floor.
PdM starts with the right sensor. Three modalities dominate industrial deployments, each requiring different edge compute resources:
| Modality | Sensor Type | Sampling Rate | Data Volume | Edge Compute Needed | Best For |
|---|---|---|---|---|---|
| Vibration | MEMS accelerometer (ADXL1002, IMI 603C01) or IEPE piezo | 10–50 kHz | 20–100 MB/day per axis | Jetson Orin NX / RK3588 | Rotating machinery: motors, pumps, gearboxes, spindles |
| Thermal | LWIR thermal camera (FLIR A50/A70, Seek Thermal) | 30–60 fps | 200–800 MB/day | Jetson Orin NX 16GB / AGX Orin | Electrical panels, bearings, steam traps, refractory linings |
| Acoustic | MEMS microphone array (Knowles SPH0641, PCB 130E20) | 48–96 kHz | 50–200 MB/day per channel | RK3588 / Intel Core Ultra | Compressed air leaks, valve seat wear, cavitation, belt slip |
Key selection criteria for industrial PdM sensors:
PdM workloads differ from standard vision AI. They run 24/7, process multi-channel time-series data, and demand deterministic latency for alarm triggering. Here's how four edge AI platforms compare:
| Platform | Vibration FFT (400 lines, 3-axis) | Thermal Anomaly Detection (30 fps) | Acoustic Classification | Concurrent Channels | Power (Typical) | Unit Price |
|---|---|---|---|---|---|---|
| Jetson Orin NX 16GB | 1.8 ms | 12 ms (YOLOv8n-thermal) | 3.2 ms (MobileNetV3) | 8 vib + 2 thermal + 4 audio | 15–25W | $799 |
| Jetson AGX Orin 64GB | 1.1 ms | 8 ms (YOLOv8n-thermal) | 2.1 ms (MobileNetV3) | 32 vib + 8 thermal + 16 audio | 30–45W | $2,199 |
| RK3588 (8GB) | 6.5 ms (RKNN) | 28 ms (RKNN-YOLOv8n) | 8.4 ms (RKNN) | 4 vib + 1 thermal + 2 audio | 8–12W | $189 |
| Intel Core Ultra 7 265H | 2.4 ms (OpenVINO) | 14 ms (OpenVINO) | 3.8 ms (OpenVINO) | 16 vib + 4 thermal + 8 audio | 28–45W | $850+ |
FFT benchmarks use 4096-point FFT with Hanning window, 50% overlap. Thermal inference uses YOLOv8n fine-tuned on MVTec AD thermal subset. Acoustic classification uses MobileNetV3 on 1-second mel-spectrogram segments.
Key takeaway: The RK3588 handles light PdM (4 vibration points + 1 thermal camera) at $189, making it viable for individual machine monitoring. For multi-machine lines or full-factory deployments, Jetson Orin NX delivers 4× the channel density at 4× the cost — a linear price/performance trade-off.
A production PdM system has five layers. Getting each layer right is the difference between catching a bearing failure 14 days early and generating a flood of false positives.
Each critical asset gets an IP67-rated sensor node: accelerometer + thermal camera + optional microphone. Nodes connect back to the edge AI gateway over:
The gateway runs the inference stack. A typical Jetson Orin NX configuration:
Sensor ingest (vibration FFT + thermal frame + audio mel-spec)
→ Feature extraction (RMS, peak, kurtosis, crest factor for vibration)
→ AI inference (autoencoder for anomaly score, YOLOv8n for thermal hot-spots, MobileNetV3 for acoustic)
→ Rule engine (threshold + trend: anomaly score > 3σ for 5 consecutive windows → alarm)
→ Local dashboard (Grafana on the gateway, accessible via factory WiFi)
→ Cloud forward (MQTT QoS 1 to AWS IoT / Azure IoT Hub, filtered — only anomalies + hourly summaries)
Bandwidth is the silent killer of PdM projects. Raw sensor data at full sample rate consumes 300–1,000 MB/day per machine. A 50-machine factory generates 15–50 GB/day — saturating a 100 Mbps industrial uplink.
Strategy:
PdM models drift as machines age, lubricants degrade, and operating conditions change. Plan for:
Anomaly score > threshold triggers a 3-tier escalation:
| Level | Condition | Response |
|---|---|---|
| Level 1 (Warning) | Anomaly score 2–3σ, single sensor | Log to dashboard, no alert |
| Level 2 (Alert) | Anomaly >3σ, sustained 5 windows, single modality | MQTT alert to MES/SCADA + email to maintenance team |
| Level 3 (Critical) | Multi-modality alarm (vibration + thermal + acoustic) | Modbus write to PLC → auto safe shutdown + SMS/phone alert |
QSCompute offers three pre-configured PdM edge AI bundles — 48-hour burn-in tested, all sensors calibrated, inference stack pre-loaded:
| Kit | Components | Machines Monitored | Price |
|---|---|---|---|
| QS-PdM-Start | 1× RK3588 gateway, 2× MEMS accelerometers, 1× FLIR A50 thermal camera | 1 critical machine | $2,490 |
| QS-PdM-Line | 1× Jetson Orin NX 16GB, 8× accelerometers, 2× thermal cameras, 2× microphones | Up to 6 machines (production line) | $7,980 |
| QS-PdM-Factory | 1× Jetson AGX Orin 64GB, 20× accelerometers, 5× thermal cameras, 8× microphones, industrial PoE switch | Up to 20 machines | $18,500 |
All kits include: sensor mounting brackets, 30 m M12-to-RJ45 cables, pre-installed inference stack with autoencoder + YOLOv8n-thermal + MobileNetV3-acoustic models, Grafana dashboard template, and MQTT cloud connector. Custom sensor configurations available — contact our engineering team for a factory-floor survey.
Ready to eliminate unplanned downtime?
QSCompute provides predictive maintenance hardware consultation, sensor selection, gateway sizing, and proof-of-concept deployment planning. All hardware in stock — same-day shipping from Shenzhen & Hong Kong.
Contact: +86 137-1464-6179 | info@qscompute.com | qscompute.com