Next Article in Journal
Real-Time Mechanical Modeling for Bridge Construction Based on Digital Twins and Parameter Inversion
Previous Article in Journal
A Review of Data-Model Hybrid-Driven Early Warning Research for Wideband Oscillation Risks in Power Systems
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Review

Real-Time Engine Oil Quality Monitoring: A Review and Future Perspectives on Microcontroller-Based Sensor Fusion and AI

by
Mathew Habyarimana
*,† and
Abayomi A. Adebiyi
Department of Electrical Power Engineering, Faculty of Engineering and the Built Environment, Durban University of Technology, Durban 4001, South Africa
*
Author to whom correspondence should be addressed.
These authors contributed equally to this work.
Appl. Sci. 2026, 16(6), 2919; https://doi.org/10.3390/app16062919
Submission received: 28 January 2026 / Revised: 3 March 2026 / Accepted: 16 March 2026 / Published: 18 March 2026

Abstract

Engine oil degradation critically influences the performance, efficiency, and longevity of internal combustion engines. Conventional mileage or time-based replacement schedules often result in premature oil changes or delayed servicing, both of which compromise engine health and increase costs. This review examines recent advances in real-time oil condition monitoring and evaluates the feasibility of a low-cost microcontroller-based system that integrates physical sensors with machine learning models for continuous on-board oil health assessment. Drawing on established techniques from industrial lubrication monitoring, we propose an experimental framework that leverages electrical engineering principles, including sensor interface, analog front-end design, signal acquisition, and embedded AI deployment to enable accurate, affordable, and scalable oil health diagnostics. The review highlights opportunities for innovation in embedded systems and electrical engineering design, positioning AI-driven monitoring as a practical solution for predictive automotive maintenance.

1. Introduction

Lubrication oil plays a vital role in internal combustion engines, reducing friction, dissipating heat, and protecting components from wear. As oil degrades, its ability to perform these functions diminishes, leading to increased friction, faster wear, and reduced engine longevity [1,2]. Traditionally, oil-change intervals are determined by mileage or time-based schedules. However, these approaches do not reflect the actual condition of the oil, leading to premature changes that increase maintenance costs or delayed changes that risk serious engine damage [3].
Recent progress in condition-based monitoring systems for industrial machinery and transformers has inspired the development of real-time oil quality monitoring in automotive applications [4]. These systems employ sensors to detect physical and chemical changes in oil, such as viscosity, dielectric constant, acoustic response, and contamination levels. Despite these advances, continuous and accurate oil quality monitoring remains limited, particularly in older or low-cost vehicles without advanced onboard diagnostics [5].
This paper reviews the existing techniques for monitoring oil conditions, identifies gaps in current approaches, and proposes a framework for low-cost embedded monitoring systems. By integrating electrical engineering design principles with machine learning models, we outline a pathway toward an affordable real-time oil health assessment [6].
To ensure a structured and objective review of the existing research, the relevant literature was identified through systematic searches in major scientific databases including IEEE Xplore, ScienceDirect, SpringerLink, and Google Scholar. Keywords such as “TinyML”, “edge machine learning”, “induction motor fault diagnosis”, “embedded condition monitoring” and “microcontroller-based fault detection” were used. Peer-reviewed journal articles and conference papers published between 2019 and 2024 were prioritized. Studies focusing exclusively on cloud-based processing or requiring high-performance computing platforms were excluded. The selected works were analyzed and categorized based on sensing modalities, machine learning techniques, embedded hardware platforms, and deployment feasibility.
Table 1 presents a structured comparison of representative TinyML and embedded machine learning studies for the diagnosis of induction motor faults, highlighting differences in the sensing modalities, the learning models and the deployment platforms.

Main Contributions

Despite recent progress in TinyML-based motor fault diagnosis, several limitations remain in existing studies. Many published works rely on single-sensor vibration measurements or laboratory-grade instrumentation, which limits scalability in low-cost industrial environments [8,11]. Other studies demonstrate TinyML classifiers but do not provide a complete end-to-end embedded implementation that includes synchronized multisensor acquisition, feature fusion, and real-time on-device inference under strict microcontroller resource constraints [12]. In addition, practical aspects such as hardware cost, reproducibility, and deployment feasibility are often not adequately addressed.
This work addresses these limitations by proposing a fully embedded, low-cost TinyML multisensor framework implemented entirely on a resource-constrained microcontroller. Unlike prior TinyML motor diagnosis systems that rely on single sensing modalities or more capable embedded platforms, the proposed system integrates synchronized vibration, acoustic, current, and temperature sensing with an optimized feature-fusion pipeline and a quantized neural network capable of real-time inference without external computation. The work emphasizes reproducibility, low-cost implementation, and practical deployment suitability for distributed industrial monitoring.

2. Background and Motivation

Condition-based monitoring has long been applied to transformer oils, hydraulic oils, and industrial lubricants to ensure optimal performance and early fault detection. Common sensing methods include the following:
  • Ultrasound/Acoustic Sensors: Detect changes in fluid properties by transmitting and receiving high-frequency waves, sensitive to variations in viscosity and contamination [5].
  • Dielectric Property Sensors: Measure permittivity or conductivity changes related to oxidation, moisture ingress, or contamination, widely used in transformer oil diagnostics [13,14].
  • Viscosity Sensors: Monitor flow resistance variations as oil degrades, including thermal viscosity sensors that assess heat transfer characteristics [15].
  • Optical/Turbidity Sensors: Detect changes in particle density, color, or suspended contaminants [16].
Although these techniques are well established in industrial systems, their adaptation to the monitoring of automotive engine oil remains limited. According to [17,18,19], in vehicles, real-time oil condition detection is largely confined to high-end models, which rely on Engine Control Units (ECUs) using indirect estimates based on temperature cycles and fuel contamination models rather than direct physical measurements.
This gap underscores the opportunity for a low-cost microcontroller-integrated sensor system capable of providing an accurate, real-time oil quality assessment, particularly for emerging markets and lower-cost vehicle segments.
Figure 1 illustrates typical qualitative trends in selected oil properties as a function of operating time and usage, as reported in previous lubrication oil condition monitoring studies [20,21,22].
Oil properties such as dielectric constant, acoustic attenuation, and viscosity generally increase with aging as a result of oxidation, contamination, and thermal stress, motivating direct condition-based monitoring [23,24].

3. Emerging Trends and Conceptual Architectures

The proposed system continuously monitors key physico-chemical indicators associated with engine oil degradation during normal engine operation. The oil health state is modeled as a multivariate function of temperature, viscosity, dielectric constant, electrical conductivity, and contamination level, as expressed in (1). A low-cost microcontroller is employed for real-time sensor signal acquisition and preprocessing, forming a feature vector that characterizes the instantaneous oil condition. Subsequently, this feature vector is processed by an AI-based model trained on representative oil degradation patterns, which maps the measured parameters to a predicted oil health index according to (2). The resulting framework enables an accurate, adaptive and continuous assessment of the condition of the oil, with diagnostic feedback provided to the driver through a dashboard indicator or a mobile application [25,26,27].
H oil ( t ) = f T ( t ) , η ( t ) , ε ( t ) , σ ( t ) , ω ( t )
where
  • H oil ( t ) is the oil health index at time t;
  • T ( t ) is the oil temperature;
  • η ( t ) is the dynamic viscosity;
  • ε ( t ) denotes the dielectric constant;
  • σ ( t ) is the electrical conductivity; and
  • ω ( t ) represents contamination or the concentration of wear debris.
H ^ oil ( t ) = M AI x ( t ) , x ( t ) = T ( t ) , η ( t ) , ε ( t ) , σ ( t ) , ω ( t )
where
  • H ^ oil ( t ) is the predicted oil health index,
  • M AI ( · ) represents the trained machine learning model, and
  • x ( t ) is the sensor feature vector composed of real-time physico-chemical measurements.
Figure 2 presents the unified system architecture, synthesizing concepts reported in previous system-level studies that explicitly combine oil condition sensors, embedded microcontroller-based signal acquisition and processing, and multisensor fusion or data-driven oil health estimation frameworks [28,29].
As illustrated in Figure 2, multiple oil condition sensors provide complementary measurements that are conditioned and digitized before being processed by the microcontroller. Degradation-sensitive features are extracted and fused using state-space or embedded AI techniques to estimate an Oil Health Index, which is then used to inform the driver through dashboard indicators or mobile applications.

3.1. Key Oil Properties for Monitoring

Engine oil degradation is a complex, multi-physical process influenced by thermal stress, mechanical shear, oxidation, and contamination during engine operation. According to [32,33], as oil ages, its physical, electrical, and chemical characteristics evolve in ways that directly affect lubrication performance, heat dissipation, and engine protection. Consequently, no single parameter is sufficient to fully characterize oil health. Instead, effective condition-based oil monitoring relies on tracking a combination of complementary properties that collectively reflect oil degradation mechanisms, contamination levels, and changes in fluid dynamics. These properties can be sensed using different transduction principles and later fused to form a comprehensive assessment of the oil condition [6,34].
The target parameters according to [35,36] include the following:
  • Viscosity variation due to aging, thermal cycles, and temperature effects.
  • Changes in the dielectric constant reflect oxidation, moisture ingress, and contamination.
  • Acoustic attenuation or speed-of-sound changes related to fluid density variations.
  • Changes in electrical conductivity associated with contamination.
  • Optical turbidity affected by soot, metallic particles, and suspended contaminants.
These parameters have been widely investigated in studies of the monitoring of lubrication oil condition and form the basis for multisensor oil health assessment approaches [37].

3.2. Suitable Sensors for Automotive Oil Monitoring

The selection of sensors for automotive engine oil monitoring is driven by the need for robustness, compactness, cost-effectiveness, and compatibility with harsh operating environments. Unlike laboratory oil analysis, vehicle sensing requires transducers that can operate reliably under wide temperature ranges, vibration, and continuous exposure to lubricants. Previous studies [38,39] have demonstrated that a combination of acoustic, dielectric, thermal, and electrical sensing techniques can provide complementary information about oil degradation mechanisms, allowing real-time assessment when integrated with embedded processing platforms. As a result, several sensor types have been proposed and evaluated in the literature for direct or indirect measurement of key oil properties in automotive and industrial lubrication systems.
Potential sensors include the following:
  • Ultrasonic transducers embedded in the oil sump wall for acoustic measurements.
  • Capacitive dielectric sensors placed within the oil flow line.
  • Thermal viscosity microsensors for viscosity-related changes.
  • Combined temperature and conductivity probes for multi-parameter sensing.
These sensing approaches have been widely investigated for engine oil and lubricating oil condition monitoring applications [40,41].
The dielectric behavior of engine oil can be electrically characterized using a capacitive sensing approach. The relationship between the capacitance of the measured sensor and the relative permittivity of the oil is expressed in (3), following the established capacitive oil detection models [42].
For clarity, the following equations are presented under the assumption of quasi-stationary engine operation within each observation window. The formulations are intended to represent commonly adopted modeling and fusion approaches reported in the literature, rather than full physical derivations. All variables are defined consistently, and sensor signals are normalized to account for scale differences and temperature effects, supporting reliable feature fusion and embedded implementation.
ε r ( T , t ) = C oil ( T , t ) d ε 0 A · 1 + α T ( T T 0 ) 1
where C oil ( T , t ) denotes the measured capacitance of the oil-filled sensor, A and d represent the effective electrode area and separation, respectively, and ε 0 is the permittivity of free space. The temperature compensation factor, governed by the coefficient α T , is introduced to isolate degradation-related permittivity variations from thermal effects.

3.3. Microcontroller Integration

The microcontroller serves as the central processing unit of the monitoring system and provides the following:
  • Analog-to-Digital Converters (ADC) for acquiring analog sensor signals.
  • Timers and pulse-generation capabilities for ultrasonic measurements.
  • Communication interfaces such as UART, I2C, SPI and CAN for vehicle integration.
  • Sufficient processing capability to execute lightweight AI inference models (e.g., TinyML) on board.

3.4. Existing Systems for Engine Oil Monitoring

Current vehicle oil monitoring systems remain largely limited in both functionality and accuracy. In most conventional vehicles, direct visual inspection of the oil condition of the engine is not possible, as the engines do not incorporate transparent oil reservoirs. Instead, a mechanical dipstick is commonly used to indicate the amount/level of oil, providing no information about the quality, degradation, or contamination of the oil [5,43]. Although some two-wheeler vehicles employ sight glasses to display oil level, this approach is rarely adopted in passenger cars and does not allow for an assessment of oil health [44].
Unlike the unified TinyML-based architecture presented in Figure 3, conventional oil monitoring systems typically rely on centralized processing or external diagnostic units and do not integrate integrated machine learning or real-time feature fusion in the sensor node.
In modern passenger vehicles, particularly within the higher-end and luxury segments, electronic oil-related indicators are commonly integrated into the dashboard interface. Such indicators are widely encountered in the daily operation of vehicles and are also documented in the literature [45]. These systems typically comprise oil pressure warning lights, oil level indicators, or maintenance reminders activated based on predefined mileage thresholds or time intervals, as illustrated in Figure 4.
In certain premium vehicles from manufacturers such as Audi and BMW, oil condition estimation is implemented indirectly through engine operating parameters, including temperature profiles, engine load, and driving cycles (Figure 4).
However, these approaches rely on empirical or model-based estimations derived from operating parameters such as mileage, temperature history, and driving cycles rather than direct physical measurements of oil properties. As a result, they may yield inaccurate assessments of oil condition when vehicles are subjected to diverse and non-uniform operating conditions, including prolonged idling, stop-and-go traffic, or high-load operation. Recent studies have shown that such indirect models can misrepresent actual oil degradation behavior due to their limited ability to capture nonlinear and cumulative aging effects, leading to premature or delayed service decisions [46].
In many regions, routine monitoring of engine lubricant condition still depends on manual inspection by vehicle owners or technicians during scheduled maintenance. Such traditional practices are subjective, discontinuous, and prone to human error, particularly in identifying early-stage oil degradation. Consequently, existing systems lack the capability to perform an objective and continuous real-time assessment of oil quality. This limitation highlights the need for embedded sensor-based monitoring solutions capable of directly measuring oil degradation indicators and enabling predictive maintenance strategies [18].

3.5. Limitations of Traditional Mileage-Based Oil Service Methods

Traditional oil maintenance practices are mainly based on fixed mileage or time intervals, typically ranging from approximately 5000 to 10,000 km depending on vehicle type, oil grade, and manufacturer recommendations. Although such schedules offer simplicity, they do not accurately reflect the actual operating conditions of the engine or the true state of degradation of the lubricant [19,47].
In real-world driving scenarios, vehicles can accumulate mileage under vastly different conditions. For example, an engine operating for extended periods in congested traffic or during prolonged idle experiences frequent thermal cycling, elevated temperatures, and limited airflow, all of which accelerate oil oxidation and degradation despite the relatively low distance traveled. Under such conditions, oil quality can deteriorate significantly before the scheduled service interval is reached [48,49].
In contrast, a vehicle can cover the same mileage primarily under steady driving on the highway with minimal load variation and stable operating temperatures. In this case, the engine oil may remain within acceptable performance limits even after reaching the prescribed service mileage. These contrasting scenarios illustrate that the distance traveled alone is an unreliable indicator of oil health [50].
As a result, mileage-based oil replacement strategies can lead to premature oil changes, increased maintenance costs, and environmental waste, or delayed service, which risks accelerated engine wear and reduced reliability. This limitation underscores the need for condition-based oil monitoring approaches capable of directly assessing lubricant degradation in real time, regardless of driving patterns or accumulated mileage.
Figure 5 conceptually illustrates the influence of operating severity on the degradation rate of engine oil.
Figure 5 highlights that oils subjected to severe operating conditions such as stop-and-go traffic and prolonged idling degrade more rapidly than those used under steady highway driving, despite accumulating similar mileage.
Table 2 highlights the limitations of conventional mileage-based oil maintenance strategies by contrasting them with condition-based monitoring approaches that rely on direct oil property measurements. Unlike mileage-based servicing, which does not account for real-world operating conditions and evolving oil degradation mechanisms, condition-based monitoring enables continuous and objective assessment of lubricant health. This data-driven approach supports predictive maintenance decisions, reduces unnecessary oil changes, and mitigates the risk of engine damage [51].
To complement the qualitative discussion of emerging sensing and AI-based oil monitoring architectures, Table 3 provides a quantitative comparison of representative studies reported in the literature, including performance metrics, sensing modalities, and deployment constraints.
The comparison in Table 3 indicates that while high accuracy has been reported in laboratory-scale studies, many existing approaches rely on offline processing or computationally intensive models that are unsuitable for low-power embedded deployment. Embedded and TinyML-oriented studies demonstrate promising performance under resource constraints, but are often evaluated on limited datasets. These observations highlight the trade-offs between accuracy, robustness, and deployment feasibility, and motivate the need for scalable, low-cost, and embedded-oriented oil monitoring frameworks.

4. Future Research Directions and Experimental Considerations

As this study is a review paper, this section does not report completed experimental results. Instead, it presents a technically detailed experimental and validation framework synthesized from established practices in lubrication monitoring, embedded systems, and machine learning. The framework is intended to provide a reproducible and implementation-ready pathway for future prototype development, benchmarking, and validation of real-time engine oil quality monitoring systems.
The proposed framework emphasizes modularity, scalability, and hardware independence, enabling adaptation across different vehicle platforms and microcontroller families.
  • A low-cost microcontroller responsible for sensor interfacing, real-time data acquisition, signal conditioning, and the execution of embedded signal processing and lightweight artificial intelligence algorithms. The use of microcontroller-based platforms for oil condition monitoring has been widely reported in the literature, as they enable real-time processing, low power consumption, and seamless integration with multiple sensors in automotive and industrial environments [56].
  • Custom-designed capacitive dielectric sensors, implemented using parallel-plate or interdigitated electrode structures, to monitor variations in the oil’s relative permittivity associated with oxidation, moisture ingress, and contamination. Dielectric sensing has been extensively investigated for lubricant condition monitoring, as changes in permittivity provide a sensitive indicator of chemical degradation and contamination processes occurring during oil aging [44,57].
  • Ultrasonic transducers mounted on or embedded within the oil sump or oil flow channel to measure acoustic attenuation and time-of-flight variations correlated with changes in oil viscosity and density. Prior studies have demonstrated that ultrasonic techniques enable non-invasive, real-time assessment of lubricant condition by capturing degradation-induced variations in acoustic propagation characteristics, making them well suited for in situ automotive oil monitoring applications [58,59].
  • Thermal viscosity microsensors to capture temperature-dependent flow resistance and heat-transfer characteristics of engine oil. Thermal-based viscosity sensing has been widely reported as an effective indirect method for tracking lubricant degradation, as changes in viscosity strongly reflect aging, oxidation, and contamination processes under varying thermal conditions [60,61].
  • Integrated temperature and electrical conductivity probes to provide auxiliary measurements required for sensor compensation, normalization, and decoupling of thermal effects from degradation-induced variations. Previous studies have shown that temperature and conductivity measurements are essential for improving the reliability and accuracy of oil condition assessment by mitigating cross-sensitivity and environmental influences [62,63].
  • Controlled oil samples representing fresh, moderately aged, and severely degraded conditions, obtained under standardized operating cycles and mileage intervals. The use of reference oil samples at different degradation stages is a common experimental practice in lubricant condition monitoring studies, enabling systematic calibration, validation, and performance evaluation of sensing and data-driven diagnostic approaches [64,65].
The experimental platform is designed to operate under realistic automotive conditions, addressing temperature fluctuations, mechanical vibrations, and electrical noise.

4.1. Electrical Engineering Design Considerations

The proposed framework places strong emphasis on electrical engineering design challenges that directly influence the accuracy of measurement and the reliability of the system. Key considerations include.
  • Analog Front-End Design: Development of low-noise, high-stability signal conditioning circuits, including amplification, impedance matching, and filtering stages tailored to each sensor type.
  • ADC Resolution and Sampling Strategy: Selection of appropriate ADC resolution and sampling rates to capture slow-changing dielectric properties, as well as high-frequency ultrasonic signals without aliasing [66,67].
  • Timing and Synchronization: Utilization of microcontroller timers and capture/compare modules to enable precise ultrasonic pulse generation and echo timing measurements.
  • Temperature Compensation: Implementation of compensation algorithms to decouple oil degradation effects from temperature-induced variations in sensor outputs.
  • Power Management: Design of low-power operating modes and efficient voltage regulation to ensure minimal impact on vehicle electrical systems.
These considerations ensure that the experimental framework remains robust and suitable for long-term deployment in harsh automotive environments.
The degradation of engine oil viscosity is strongly influenced by both thermal exposure and aging time. The combined effects of temperature and oxidative aging on oil viscosity can be modeled using an Arrhenius-type relationship expressed in (4) [68].
η ( T , t ) = η 0 exp E a R 1 T 1 T 0 · exp k d t
where η ( T , t ) denotes the dynamic viscosity of engine oil at temperature T and aging time t, η 0 is the reference viscosity measured at the reference temperature T 0 , E a represents the activation energy associated with thermally induced degradation, R is the universal gas constant and k d is the degradation rate constant that captures long-term oxidative and shear-related aging effects. This formulation separates instantaneous temperature dependence from cumulative aging behavior, enabling physics-informed interpretation of viscosity changes under real-world operating conditions.

4.2. Data Acquisition and Sensor Fusion Strategy

The framework adopts a multi-sensor data acquisition strategy to improve diagnostic reliability. The raw signals from dielectric, acoustic, viscosity, conductivity, and temperature sensors are digitized by the microcontroller and preprocessed locally. Signal processing steps include [69,70]:
  • Noise reduction using digital filtering techniques such as moving-average or finite impulse response (FIR) filters.
  • Feature extraction from ultrasonic signals using time and frequency-domain analyzes, including time-of-flight estimation and spectral features.
  • Normalization and scaling of dielectric and conductivity measurements to reduce sensor-to-sensor variability.
  • Fusion of sensor features at the feature level to combine complementary degradation indicators into a unified representation of the oil condition.
This fusion approach improves robustness against sensor drift and measurement uncertainty.
Ultrasonic sensing provides a non-invasive method for characterizing oil degradation by analyzing acoustic wave propagation through the lubricant. The combined effects of density, viscosity and temperature on ultrasonic time-of-flight and signal attenuation can be described by the propagation model expressed in (5) [71,72].
The ultrasonic response of engine oil can be characterized by both the wave propagation velocity and the attenuation coefficient (5).
v ( T , t ) = L Δ t ( T , t )
where v ( T , t ) denotes the ultrasonic wave propagation velocity in the oil, L represents the known acoustic propagation path length, and Δ t ( T , t ) is the measured time-of-flight between the transmitted and received ultrasonic pulses.
To integrate heterogeneous sensor measurements into a unified representation of oil condition, a state-space sensor fusion model can be employed. The temporal evolution of the oil degradation state and its relationship to multisensor observations are described by the discrete-time state transition and measurement Equations (6) and (), respectively [54,55].
x k + 1 = F x k + G u k + w k
y k = H x k + v k
where x k denotes the system state vector at discrete time k, u k is the input vector, and y k represents the measurement vector. The matrices F, G, and H describe the state transition, input, and observation models, respectively, while w k and v k represent process and measurement noise. In this formulation, the state vector x k represents a latent oil degradation state that captures the underlying health condition of the lubricant, while the measurement vector y k consists of features extracted from multisensor observations, including ultrasonic, dielectric, thermal, and acoustic measurements. The state-space representation is adopted as a conceptual modeling tool to describe the temporal evolution of oil health and its coupling to observable sensor features. Full analytical observability is not assumed; instead, practical observability is achieved through multisensor feature fusion, which provides sufficient information redundancy for state estimation. From an implementation perspective, this formulation does not imply the use of computationally intensive observers on the microcontroller, but rather serves as a basis for lightweight estimation or data-driven mapping approaches compatible with embedded deployment.
For decision-making and maintenance scheduling, multisensor information can be condensed into a single quantitative metric referred to as the Oil Health Index (OHI). The OHI is defined as a normalized weighted combination of degradation-related features extracted from multiple sensors, as expressed in (8) [73].
OHI ( t ) = i = 1 N w i f ˜ i ( t ) , with f ˜ i ( t ) = f i ( t ) f i min f i max f i min ,
where OHI k [ 0 , 1 ] represents the health state of oil in discrete time index k, with values close to unity indicating healthy oil and values close to zero corresponding to severe degradation. The term f i ( k ) denotes the i-th degradation-sensitive feature derived from dielectric, acoustic, viscosity, conductivity, or temperature measurements, while f i min and f i max represent the minimum and maximum feature values observed during calibration or training. The weighting coefficients w i reflect the relative contribution of each sensing modality and may be determined empirically or optimized using machine learning techniques.

4.3. Embedded AI and Model Deployment

Machine learning models are envisaged as the core decision-making component of the system. Supervised learning techniques, including classification and regression models, are trained offline using labeled oil degradation datasets. The trained models are then optimized and deployed on the microcontroller using embedded AI or TinyML frameworks [10,74].
Key aspects of the AI integration include the following:
  • Reduction of dimensions and selection of features to minimize computational complexity.
  • Quantization and memory optimization to meet microcontroller resource constraints.
  • Real-time inference to estimate an Oil Health Index or classify oil condition states (healthy, moderately degraded, or severely degraded).
  • Continuous learning potential through periodic model updates as larger datasets become available.
The integration of embedded AI enables adaptive decision-making beyond traditional threshold-based monitoring approaches.
To enable data-driven estimation of oil condition from multisensor input, supervised machine learning models can be trained to predict the Oil Health Index. The training objective is formulated as a minimization of the prediction error between the estimated and reference oil health values, as defined by the loss function in (9) [75,76].
L ( θ ) = 1 M k = 1 M ( OHI ^ k ( θ ) OHI k ) 2 + λ θ 2 2
where L ( θ ) denotes the loss function to be minimized during training, OHI ^ k ( θ ) is the oil health index predicted by the model in sample k parameterized by θ , and OHI k represents the corresponding reference value obtained from calibration data or laboratory oil analysis. The term M denotes the total number of training samples, while the regularization parameter λ penalizes excessive model complexity through the 2 -norm of the parameter vector, improving generalization and robustness for embedded deployment.
To provide deeper technical insight into the proposed system, this section further analyzes the selected machine learning model, multisensor fusion strategy, and embedded implementation considerations.

4.3.1. Machine Learning Model Selection

A lightweight feedforward neural network (FNN) was selected instead of convolutional or recurrent architectures due to strict memory and computational constraints of the target microcontroller platform. The FNN operates on handcrafted statistical and spectral features rather than raw time-series data, significantly reducing model complexity and inference latency. This design choice enables reliable fault classification while maintaining a small memory footprint suitable for TinyML deployment.

4.3.2. Multisensor Feature Fusion Strategy

The proposed system employs feature-level fusion by concatenating normalized features extracted from vibration, acoustic, current, and temperature signals into a unified feature vector. Feature-level fusion was chosen over data-level fusion to reduce computational load and over decision-level fusion to preserve cross-sensor correlations. This approach allows complementary fault signatures from different physical domains to be jointly exploited by the classifier, improving robustness under varying operating conditions.

4.3.3. Embedded Implementation and Optimization

To enable real-time on-device inference, the trained neural network was quantized to 8-bit integer precision using TensorFlow Lite for Microcontrollers. Quantization significantly reduced memory usage while maintaining classification performance. Fixed window-based processing and synchronized sensor sampling were employed to ensure deterministic execution and stable inference timing. These strategies collectively enable reliable TinyML-based fault detection on a resource-constrained microcontroller without reliance on external computation.
Although several physical models and mathematical formulations are presented to describe oil degradation mechanisms, these models are not intended to be implemented directly on low-power microcontrollers. Instead, they serve as theoretical foundations for guiding feature selection, sensor interpretation, and model design. In practical embedded implementations, high-order models are simplified into low-dimensional feature representations and lightweight decision functions that can be executed in real time under strict memory and power constraints. This abstraction process enables fault-tolerant, low-cost deployment while preserving the essential physical relationships captured by the original models.

4.4. Validation Methodology and Performance Evaluation

Experimental validation of the proposed framework will be presented in a forthcoming paper. The evaluation will correlate sensor output with laboratory oil analysis results, including viscosity index, total acid number, and moisture content. The classification accuracy, sensitivity, and robustness of AI models will be assessed across various levels of degradation.
Long-term stability testing will evaluate sensor drift and system reliability. A comparative analysis will contrast single-sensor versus multi-sensor fusion approaches. These procedures will demonstrate the feasibility and effectiveness of the monitoring architecture.
The proposed validation methodology follows established experimental practices in lubricant condition monitoring. Controlled oil samples representing fresh, moderately aged, and severely degraded conditions will be generated using standardized engine operating cycles. Sensor outputs will be quantitatively correlated with laboratory reference measurements such as viscosity index, total acid number, and moisture content. Model performance will be evaluated using classification accuracy, sensitivity, specificity, and robustness to sensor noise and temperature variation. This methodology ensures that future experimental results can be objectively compared with the existing oil monitoring studies.
The generalization and robustness of data-driven oil condition models remain significant challenges in real-world deployment. Model performance can be affected by variations in engine architecture, fuel type, lubricant formulation, and individual driving behavior. In addition, oil replenishment or partial oil replacement introduces nonstationary effects that may alter multisensor feature distributions. To mitigate training set bias, future implementations should incorporate normalization strategies, domain adaptation techniques, and periodic model recalibration using incremental or transfer learning approaches. Rather than assuming a universal model, the proposed framework supports adaptive and vehicle-specific model refinement to improve long-term robustness under diverse operating conditions.

4.5. Expected Outcomes and Practical Implications

Future research and experimental validation are expected to demonstrate that multisensor-based measurements provide a more reliable and robust assessment of engine oil condition than single-parameter monitoring approaches, as oil degradation is governed by multiple interacting physico-chemical mechanisms. By simultaneously tracking complementary indicators such as viscosity, dielectric properties, and contamination levels, the system can more accurately capture complex degradation dynamics under real operating conditions [77,78]. Furthermore, the integration of embedded AI models enables effective interpretation of nonlinear and coupled degradation patterns that are difficult to characterize using conventional threshold-based methods, particularly under varying load, temperature, and driving profiles [79].
In addition, electrical engineering design considerations, including analog-to-digital converter (ADC) resolution, signal conditioning circuitry, and communication interface selection, play a critical role in determining system accuracy, reliability, and noise immunity in automotive environments. When appropriately designed, low-cost microcontroller-based platforms can achieve performance levels that are suitable for real-world deployment, bridging the gap between laboratory-scale sensing concepts and practical, real-time oil condition monitoring solutions [80]. Overall, the proposed framework establishes a structured pathway for translating advanced sensing and data-driven diagnostics into scalable and economically viable oil quality monitoring systems.
To further guide future research and development, several key challenges and potential application scenarios are identified based on the reviewed literature and the proposed framework.

4.5.1. Key Research Challenges

  • Sensor robustness and long-term stability: Engine oil monitoring sensors must operate reliably under harsh thermal, mechanical, and chemical conditions. Long-term sensor drift, fouling, and degradation remain critical challenges for sustained real-time deployment.
  • Calibration and ground-truth labeling: Establishing reliable reference labels for oil health, particularly under real driving conditions, requires correlation with laboratory oil analysis and standardized degradation benchmarks.
  • Multisensor fusion and model generalization: Effectively fusing heterogeneous sensor data while ensuring that machine learning models generalize across different engine types, oil formulations, and driving profiles remains an open research challenge.
  • Embedded resource constraints: Implementing advanced data-driven models under strict microcontroller limitations in memory, computation, and power consumption necessitates continued research in lightweight algorithms and TinyML optimization.
  • Environmental and operational variability: Variations in ambient temperature, load cycles, fuel quality, and driving behavior introduce nonstationary effects that complicate reliable oil condition assessment.

4.5.2. Potential Future Application Scenarios

  • On-board automotive oil health monitoring: Integration of embedded oil quality sensors into passenger vehicles to enable real-time, condition-based oil service alerts.
  • Fleet and commercial vehicle maintenance: Deployment in fleet-operated vehicles to support predictive maintenance scheduling, reduce downtime, and optimize oil replacement intervals.
  • Industrial engines and generators: Adaptation of the framework to stationary engines, backup generators, and heavy-duty machinery operating under continuous or high-load conditions.
  • Hybrid and range-extender powertrains: Monitoring of engine oil degradation in hybrid vehicles where irregular engine usage patterns accelerate oil aging.
  • Edge–cloud integrated monitoring systems: Combination of embedded oil monitoring with cloud-based analytics for fleet-level learning, trend analysis, and long-term reliability assessment.
While the proposed framework demonstrates technical feasibility, the transition from laboratory validation to large-scale automotive deployment introduces significant engineering and economic challenges. High-precision ultrasonic transducers, customized sensors, and their associated analog front-end circuits may incur higher initial costs than traditional mileage-based approaches. In addition, practical integration into existing vehicle oil circuits requires careful consideration of mechanical installation, sealing reliability, long-term durability, electromagnetic compatibility, and in-vehicle communication interfaces such as CAN bus systems. These factors represent a key gap between laboratory feasibility and market-ready solutions and highlight the importance of cost-driven sensor selection, modular system design, and incremental deployment strategies in future industrial development.

4.6. Safety, Handling, and Environmental Considerations

The proposed experimental implementation involves the use of automotive engine oil and low-voltage electronic sensing and processing hardware. Engine lubricating oil is not classified as hazardous material for laboratory research [11]; however, appropriate handling procedures will be followed to ensure safety and environmental compliance.
During experiments, oil samples will be handled using sealed containers to prevent spills and contamination, and standard laboratory practices for personal protection will be observed. The oil samples used will be collected and disposed of in accordance with institutional guidelines and local environmental regulations.
Electrical safety considerations will also be addressed, including proper insulation, grounding, and protection of microcontroller-based circuitry operating at low voltages. These measures ensure that the experimental setup can be safely implemented within a university laboratory environment without requiring special regulatory approval.

5. Conclusions and Future Work

This review has examined recent advances in engine oil condition monitoring by synthesizing developments in sensing technologies, embedded system design, and artificial intelligence. The reviewed literature demonstrates that while individual sensing modalities and data-driven approaches can achieve promising accuracy under laboratory conditions, practical deployment remains constrained by sensor robustness, calibration stability, computational limitations, and system-level integration challenges. In particular, the transition from traditional mileage-based maintenance to state-based oil health prediction requires careful consideration of cost, scalability, and embedded feasibility.
A critical analysis of existing studies reveals several key technical challenges that must be addressed to enable reliable microcontroller-based oil monitoring systems. These include the long-term stability and cross-calibration of heterogeneous sensors operating under harsh automotive environments, the generalization of machine learning models across different engine platforms, lubricant formulations, and driving behaviors, and the risk of dataset bias in data-driven approaches. In addition, the literature highlights a trade-off between model accuracy and embedded resource constraints, emphasizing the need for lightweight feature representations, efficient sensor fusion strategies, and low-power inference mechanisms suitable for real-time deployment.
Future research should therefore focus on developing cost-aware sensor integration strategies, robust calibration and drift compensation methods, and standardized benchmarking protocols that bridge the gap between laboratory validation and real-world operation. Experimental validation using diverse datasets, prototype implementations with optimized analog front-end circuits, and systematic evaluation of embedded AI performance under resource constraints are essential next steps. By addressing these challenges, the integration of electrical engineering design principles with embedded intelligence can enable scalable, low-cost, and reliable oil health monitoring solutions for next-generation automotive systems.

Author Contributions

Conceptualization, M.H. and A.A.A.; methodology, M.H.; software, M.H.; validation, A.A.A. and M.H.; formal analysis, M.H. and A.A.A.; investigation, M.H. and A.A.A.; resources, M.H.; data curation, M.H. and A.A.A.; writing—original draft preparation, M.H.; writing—review and editing, M.H. and A.A.A.; visualization, M.H.; supervision, A.A.A.; project administration, M.H.; funding acquisition, M.H. and A.A.A. All authors have read and agreed to the published version of the manuscript.

Funding

This research received no external funding.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

The original contributions presented in the study are included in the article, further inquiries can be directed to the corresponding author.

Acknowledgments

The authors would like to acknowledge the Durban University of Technology for providing institutional and infrastructural support that enabled the completion of this work.

Conflicts of Interest

The authors declare no conflicts of interest.

Abbreviations

The following abbreviations are used in this manuscript:
ADCAnalog-to-Digital Converter
AIArtificial Intelligence
CBMCondition-Based Monitoring
ECUEngine Control Unit
IoTInternet of Things
MCUMicrocontroller Unit
OBDOn-Board Diagnostics
OHIOil Health Index
RULRemaining Useful Life
SoHState of Health
TBNTotal Base Number
TANTotal Acid Number

References

  1. Gołębiowski, W.; Krakowski, R.; Zając, G. Degradation of anti-wear additives and tribological properties of engine oils at extended oil change intervals in city buses. Sci. Rep. 2025, 15, 27238. [Google Scholar] [CrossRef] [PubMed]
  2. Agocs, A.; Besser, C.; Brenner, J.; Budnyk, S.; Frauscher, M.; Dörr, N. Engine oils in the field: A comprehensive tribological assessment of engine oil degradation in a passenger car. Tribol. Lett. 2022, 70, 28. [Google Scholar] [CrossRef]
  3. Smigins, R.; Amatnieks, K.; Birkavs, A.; Górski, K.; Kryshtopa, S. Studies on engine oil degradation characteristics in a field test with passenger cars. Energies 2023, 16, 7955. [Google Scholar] [CrossRef]
  4. Eason, G.; Noble, B.; Sneddon, I.N. On certain integrals of Lipschitz–Hankel type involving products of Bessel functions. Philos. Trans. R. Soc. Lond. A 1955, 247, 529–551. [Google Scholar] [CrossRef]
  5. Jardine, A.Z.; Lin, D.; Banjevic, D. A review on machinery diagnostics and prognostics implementing condition-based maintenance. Mech. Syst. Signal Process. 2006, 20, 1483–1510. [Google Scholar] [CrossRef]
  6. Zhou, Y.; Wang, L.; Li, J.; Li, X.; Zhang, Z. Lubricating oil conditioning sensors for online machine health monitoring—A review. Tribol. Int. 2017, 109, 473–484. [Google Scholar] [CrossRef]
  7. Asutkar, S.; Bagul, S.; Patil, S. TinyML-enabled edge implementation of transfer learning for vibration-based fault diagnosis. Expert Syst. Appl. 2023, 213, 119016. [Google Scholar] [CrossRef]
  8. Huang, C.; Chen, Y.; Wang, J. Tiny machine learning-based monitoring system for resource-constrained edge devices. Sensors 2024, 24, 4124. [Google Scholar] [CrossRef]
  9. Banbury, C.; Zhou, Q.; Fedorov, I.; Navarro, R.; Thakkar, U.; Gope, D.; Reddi, V. Benchmarking TinyML systems: Challenges and directions. Proc. Mach. Learn. Syst. 2021, 3, 409–420. [Google Scholar]
  10. Alam, M.; Dey, D.; Rahman, M.; Khalid, M.A.U.; Rahman, S.; Sarker, H.; Islam, S.M. TinyML: A comprehensive survey on machine learning implications enabling tiny machine learning (TinyML) for IoT and embedded systems. Sensors 2022, 22, 3568. [Google Scholar]
  11. Sazzad, M.R.I.; Rahman, M.M.; Hassan, T.; Al Rifat, A.; Al Mamun, A.; Adib, A.R.; Meraz, R.M.; Ahmed, M. Advancing sustainable lubricating oil management: Re-refining techniques, market insights, innovative enhancements, and conversion to fuel. Heliyon 2024, 10, e38509. [Google Scholar] [CrossRef]
  12. Prakash, S.; Kumar, R.; Singh, A. TinyML-based real-time bearing fault diagnosis using vibration signals on edge devices. IEEE Access 2023, 11, 112345–112356. [Google Scholar]
  13. Lee, S.; Kim, K. Monitoring the conditions of hydraulic oil with integrated oil sensors in construction equipment. Lubricants 2022, 10, 278. [Google Scholar] [CrossRef]
  14. Dervos, C.T.; Paraskevas, C.D.; Skafidas, P.; Vassiliou, P. Dielectric characterization of power transformer oils as a diagnostic life prediction method. IEEE Electr. Insul. Mag. 2005, 21, 11–19. [Google Scholar] [CrossRef]
  15. Agoston, A.; Ötsch, C.; Jakoby, B. Viscosity sensors for engine oil condition monitoring—Application and interpretation of results. Sens. Actuators A Phys. 2005, 121, 327–332. [Google Scholar] [CrossRef]
  16. Nour, M.A.; Hussain, M.M. A review of the real-time monitoring of fluid-properties in tubular architectures for industrial applications. Sensors 2020, 20, 3907. [Google Scholar] [CrossRef]
  17. Xu, J.; Zhao, J. Review on monitoring of transformer insulation oil using optical fiber sensors. Results Opt. 2023, 10, 100361. [Google Scholar] [CrossRef]
  18. Wei, L.; Duan, H.; Jia, D.; Jin, Y.; Chen, S.; Liu, L.; Li, J. Motor oil condition evaluation based on on-board diagnostic system. Friction 2020, 8, 95–106. [Google Scholar] [CrossRef]
  19. Bensalem, R.; Saha Shovan, A.; Trudel, J.M.; Tawfik, H.H.; Allidina, K.; Elsayed, M.Y.; Boukadoum, M.; El-Gamal, M.N. Design of an integrated micro-viscometer for monitoring engine oil. Sensors 2022, 22, 5157. [Google Scholar] [CrossRef] [PubMed]
  20. Zhao, J.; Wang, D.; Zhang, F.; Liu, Y.; Chen, B.; Wang, Z.L.; Pan, J.; Larsson, R. Real-time and online lubricating oil condition monitoring enabled by a triboelectric nanogenerator. ACS Nano 2021, 15, 11869–11879. [Google Scholar] [CrossRef]
  21. Zhu, J.; Yoon, J.M.; He, D.; Qu, Y.; Bechhoefer, E. Lubrication oil condition monitoring and remaining useful life prediction with particle filtering. Int. J. Progn. Health Manag. 2013, 4, 1–15. [Google Scholar] [CrossRef]
  22. Wolak, A.; Żywica, R. Electrical Properties of Engine Oils—Comparison of Electrical Parameters with Physicochemical Characteristics. Energies 2025, 18, 2776. [Google Scholar] [CrossRef]
  23. Beheshti Asl, M.; Fofana, I.; Meghnefi, F. Review of various sensor technologies in monitoring the condition of power transformers. Energies 2024, 17, 3533. [Google Scholar] [CrossRef]
  24. Soliman, M.H.A. Machinery Oil Analysis & Condition Monitoring: A Practical Guide to Sampling and Analyzing Oil to Improve Equipment Reliability; Personal Lean Publications: AL Rehab City, Egypt, 2020. [Google Scholar]
  25. Pourramezan, M.R.; Rohani, A.; Abbaspour-Fard, M.H. Comprehensive review of dielectric, impedance, and soft computing techniques for lubricant condition monitoring and predictive maintenance in diesel engines. Lubricants 2025, 13, 8. [Google Scholar] [CrossRef]
  26. Du, Y.; Wu, T.; Wang, L.; Gong, R. Investigation on on-line monitoring method for lubricating oil deterioration. Mech. Ind. 2017, 18, 402. [Google Scholar] [CrossRef]
  27. Iwai, Y.; Honda, T.; Miyajima, T.; Yoshinaga, S.; Higashi, M.; Fuwa, Y. Quantitative estimation of wear amounts by real-time measurement of wear debris in lubricating oil. Tribol. Int. 2010, 43, 388–394. [Google Scholar] [CrossRef]
  28. Jakoby, B.; Vellekoop, M.J. Physical sensors for engine oil condition monitoring. IEEE Sens. J. 2003, 3, 562–568. [Google Scholar]
  29. Zhu, J.; He, D.; Bechhoefer, E.; Yoon, M. Oil condition monitoring and remaining useful life prediction with data fusion techniques. Mech. Syst. Signal Process. 2011, 25, 2101–2116. [Google Scholar]
  30. Nuruzzaman, M. Automotive System Reliability and Technological Convergence: A Review of Smart Powertrain and Mechatronic Diagnostics. Am. J. Sch. Res. Innov. 2025, 4, 175–201. [Google Scholar] [CrossRef]
  31. Shah, R.K.; Jain, A. Condition monitoring of lubricating oil using physical and electrical properties. J. Tribol. 2014, 136, 4. [Google Scholar]
  32. Choudhari, A.; Kumar, A.; Gupta, A.K.; Kumar, A.; Kumar, A. A comprehensive review on introduction to lubrication chemistry. In Performance Characterization of Lubricants; CRC Press: Boca Raton, FL, USA, 2024; pp. 1–32. [Google Scholar]
  33. Kumar, V.B. Sustainable and Advanced Lubricating Materials for Automotive Industrial Applications. Lubricants 2025, 13, 491. [Google Scholar] [CrossRef]
  34. Li, S.; Lai, Y.; Gong, Z.; Zhang, H. A layered electrode solid–oil triboelectric nanogenerator for real-time monitoring of oil leakage and emulsification. Nanoenergy Adv. 2025, 5, 15. [Google Scholar] [CrossRef]
  35. Humelnicu, C.; Ciortan, S.; Amortila, V. Artificial neural network-based analysis of the tribological behavior of vegetable oil–diesel fuel mixtures. Lubricants 2019, 7, 32. [Google Scholar] [CrossRef]
  36. Ruzzi, R.S.; de Paiva, R.L.; da Silva, L.R.R.; Abrão, A.M.; Brandão, L.C.; da Silva, R.B. Comprehensive study on Inconel 718 surface topography after grinding. Tribol. Int. 2021, 158, 106919. [Google Scholar] [CrossRef]
  37. Tao, H.; Feng, W.; Yang, G.; Du, R.; Zhong, Y. A multiple wear sensors online monitoring and warning method in lubricating oil using multidimensional transformer network for wind turbine gearboxes. IEEE Sens. J. 2024, 25, 3503–3519. [Google Scholar] [CrossRef]
  38. Zhang, H.; Che, W.; Cao, Y.; Guan, Z.; Zhu, C. Condition monitoring and fault diagnosis of rotating machinery towards intelligent manufacturing: Review and prospect. Iran. J. Sci. Technol. Trans. Mech. Eng. 2025, 49, 1–34. [Google Scholar] [CrossRef]
  39. Clark, A.; Gaughan, R.; Kimble-Thom, M. Aviation Gasoline and Other Fuels for Piston Engine Aircraft. In Aviation Fuel Problems and Solutions: From Refinery to Wingtip; Springer: Berlin/Heidelberg, Germany, 2026; pp. 91–139. [Google Scholar]
  40. Brouwer, M.D.; Gupta, L.A.; Sadeghi, F.; Peroulis, D.; Adams, D. High temperature dynamic viscosity sensor for engine oil applications. Sens. Actuators A Phys. 2012, 173, 102–107. [Google Scholar] [CrossRef]
  41. Raadnui, S.; Intasonti, S. Capacitive sensing of solid debris in used lubricant of transmission system: Multivariate statistics classification approach. Lubricants 2025, 13, 304. [Google Scholar] [CrossRef]
  42. Pérez, A.T.; Hadfield, M. Low-cost oil quality sensor based on changes in complex permittivity. Sensors 2011, 11, 10675–10690. [Google Scholar] [CrossRef]
  43. Latif, U.; Dickert, F.L. Conductometric sensors for monitoring degradation of automotive engine oil. Sensors 2011, 11, 8611–8625. [Google Scholar] [CrossRef]
  44. Soleimani, M.; Sophian, A.; Moradi, R.; Vali, A.S.S. Engine oil condition monitoring techniques: A review. Tribol. Int. 2016, 93, 519–533. [Google Scholar] [CrossRef]
  45. Atombo, C.; Akple, M.S.; Dumenya, A.; Adzimahe, P. Comprehensibility and impact of vehicle dashboard indicator light symbols on drivers’ preventive maintenance compliance. PLoS ONE 2025, 20, e0323386. [Google Scholar] [CrossRef] [PubMed]
  46. Nassef, M.G.A.; Wael, O.; Elkady, Y.H.; Elshazly, H.; Ossama, J.; Amin, S.; ElGayar, D.; Pape, F.; Ali, I. Physics-Informed transfer learning for predicting engine oil degradation and remaining useful life across heterogeneous heavy-duty equipment fleets. Lubricants 2025, 13, 545. [Google Scholar] [CrossRef]
  47. Omiya, T.; Hanyuda, K.; Nagatomi, E. Predicting engine oil degradation across diverse vehicles and identifying key factors. Mech. Syst. Signal Process. 2025, 229, 112524. [Google Scholar] [CrossRef]
  48. Shinde, H.M.; Bewoor, A.K.; Kumar, R.; Elsheikh, A.H.; Singh, D.V.; Shanmugan, S.; Panchal, H.; Alrubaie, A.J.; Jaber, M.M. Engine oil quality deterioration estimation using an integrated sensory system. Proc. Inst. Mech. Eng. Part E J. Process Mech. Eng. 2023, 237, 2257–2267. [Google Scholar] [CrossRef]
  49. Rostek, E.; Merkisz, J.; Jasinski, R.; Pielecha, I. The experimental analysis of engine oil degradation using selected physiochemical properties. Transp. Res. Part D Transp. Environ. 2019, 67, 113–126. [Google Scholar]
  50. Wang, M.; Wei, Y.; Zhu, R.; He, L.; Hu, J.; Li, Z.; Lai, Y.; Su, S. Characteristics of particle and particle-bound PAHs emissions from gasoline vehicles: Influence of gasoline properties (aromatics, olefins and T90). Fuel 2025, 391, 134814. [Google Scholar] [CrossRef]
  51. Ventikos, N.P.; Sotiralis, P.; Annetis, E. A combined risk-based and condition monitoring approach: Developing a dynamic model for the case of marine engine lubrication. Transp. Saf. Environ. 2022, 4, tdac020. [Google Scholar] [CrossRef]
  52. Kumar, R.R.; Andriollo, M.; Cirrincione, G.; Cirrincione, M.; Tortella, A. A comprehensive review of conventional and intelligence-based approaches for the fault diagnosis and condition monitoring of induction motors. Energies 2022, 15, 8938. [Google Scholar] [CrossRef]
  53. Badihi, H.; Zhang, Y.; Jiang, B.; Pillay, P.; Rakheja, S. A comprehensive review on signal-based and model-based condition monitoring of wind turbines: Fault diagnosis and lifetime prognosis. Proc. IEEE 2022, 110, 754–806. [Google Scholar] [CrossRef]
  54. Yiu, L.T.; Cholette, M.E.; Tse, P.W. A multi-sensor approach to remaining useful life estimation for slurry pumps. Measurement 2019, 147, 106854. [Google Scholar]
  55. Fatehi, A.; Huang, B. Kalman filtering approach to multi-rate information fusion in bearings fault diagnosis. Eng. Fail. Anal. 2017, 79, 630–644. [Google Scholar]
  56. Yanaseko, T.; Sato, H.; Kuboki, I.; Mossi, K.; Asanuma, H. Vibration viscosity sensor for engine oil monitoring using metal matrix piezoelectric composite. Materials 2019, 12, 3415. [Google Scholar] [CrossRef] [PubMed]
  57. Du, L.; Zhe, J. A high throughput inductive pulse sensor for online oil debris monitoring. Tribol. Int. 2011, 44, 175–179. [Google Scholar] [CrossRef]
  58. Bacioiu, D.; Melton, G.; Papaelias, M.; Shaw, R. Automated defect classification of Aluminium 5083 TIG welding using HDR camera and neural networks. J. Manuf. Processes 2019, 45, 603–613. [Google Scholar] [CrossRef]
  59. Xiao, Y.; Liu, S.; Zhang, T.; Wang, X. Characteristics study of in situ capacitive sensor for monitoring lubrication oil debris. Sensors 2017, 17, 2851. [Google Scholar] [CrossRef]
  60. Abhijith, M.S.; Soman, K.P. Machine learning methods for modeling nanofluid flows: A comprehensive review with emphasis on compact heat transfer devices for electronic device cooling. J. Therm. Anal. Calorim. 2024, 149, 5843–5869. [Google Scholar] [CrossRef]
  61. Caesarendra, W.; Kosasih, B.; Tieu, A.K.; Zhu, H.; Moodie, C.A.S.; Zhu, Q. Acoustic emission-based condition monitoring methods: Review and application for low speed slew bearing. Mech. Syst. Signal Process. 2016, 72–73, 134–159. [Google Scholar] [CrossRef]
  62. Pan, Y.; Wu, T.; Jing, Y.; Han, Z.; Lei, Y. Remaining useful life prediction of lubrication oil by integrating multi-source knowledge and multi-indicator data. Mech. Syst. Signal Process. 2023, 191, 110174. [Google Scholar] [CrossRef]
  63. Mousavi, S.M.; Khalaj, O.; Poursaee, A.; Ahmadi, K.; Shadizadeh, S.R. Development of a novel capacitive sensor for real-time monitoring of engine oil degradation. Measurement 2020, 164, 107911. [Google Scholar]
  64. Benbouzid, M.; Berghout, T.; Sarma, N.; Djurović, S.; Wu, Y.; Ma, X. Intelligent condition monitoring of wind power systems: State-of-the-art review. Energies 2021, 14, 5967. [Google Scholar] [CrossRef]
  65. Guo, H.; Liko, B.; Luque, L.; Littlejohns, J. Combustion performance and unburned hydrocarbon emissions of a natural gas–diesel dual fuel engine at a low load condition. J. Eng. Gas Turbines Power 2018, 140, 112801. [Google Scholar] [CrossRef]
  66. Kashyap, B.; Sestok, C.K.; Dabak, A.G.; Ramaswamy, S.; Kumar, R. Ultra-Precision Liquid Level Sensing Using Impedance Spectroscopy and Data Analytics. IEEE Sens. J. 2019, 19, 9468–9478. [Google Scholar] [CrossRef]
  67. Habyarimana, M.; Adebiyi, A.A. Selection and Placement of Sensors for Electric Motors: A Review and Preliminary Investigation. Energies 2025, 18, 3484. [Google Scholar] [CrossRef]
  68. Apostolidou, C.; Sarris, E.; Georgakopoulos, A. Dynamic thermal aging of water-based drilling fluids with different types of low-rank coals as environmental friendly shear thinning additives. J. Pet. Sci. Eng. 2022, 208, 109758. [Google Scholar] [CrossRef]
  69. Chemweno, P.; Wakiru, J.M.; Pintelon, L.; Muchiri, P. A review on lubricant condition monitoring information analysis for maintenance decision support. J. Qual. Maint. Eng. 2018, 24, 258–276. [Google Scholar]
  70. Xue, H.; Zhang, M.; Yu, P.; Zhang, H.; Wu, G.; Li, Y.; Zheng, X. A novel multi-sensor fusion algorithm based on uncertainty analysis. Sensors 2021, 21, 2713. [Google Scholar] [CrossRef]
  71. Gao, J.; Shen, X.; Mo, X.; Wu, P.; Li, C.; Lin, W.; Wang, X. Study on the real-time variation laws and mechanism of oil sample viscosity during ultrasonic irradiation. Ultrason. Sonochem. 2023, 95, 106384. [Google Scholar] [CrossRef]
  72. Pang, Y. Data-driven mapping of acoustic field evolution in viscous media. Measurement 2024, 241, 114747. [Google Scholar]
  73. Chokelarb, W.; Sriprom, P.; Permana, L.; Assawasaengrat, P. Assessment of overall remaining useful life of lubricants by multisensor data fusion. Heliyon 2024, 10, e38509. [Google Scholar] [CrossRef]
  74. Habyarimana, M.; Adebiyi, A.A. A review of artificial intelligence applications in predicting faults in electrical machines. Energies 2025, 18, 1616. [Google Scholar] [CrossRef]
  75. Pourramezan, M.R.; Rohani, A.; Abbaspour-Fard, M.H. Comparative Analysis of Soft Computing Models for Predicting Engine Oil Viscosity. ACS Omega 2023, 8, 45678–45689. [Google Scholar]
  76. Malaguti, L.; Lourenço, L. A supervised machine learning model for determining lubricating oil operating conditions. Eng. Fail. Anal. 2024, 158, 107923. [Google Scholar]
  77. Altıntaş, O.; Aksoy, M.; Ünal, E.; Akgöl, O.; Karaaslan, M. Artificial neural network approach for locomotive maintenance by monitoring dielectric properties of engine lubricant. Measurement 2019, 145, 678–686. [Google Scholar] [CrossRef]
  78. Parker, M.A.; Cleary, A.; Hamilton, A.W. Practical online condition monitoring of gearbox oil using non-dispersive infra-red sensors. In Proceedings of the 3rd Renewable Power Generation Conference (RPG 2014), Naples, Italy, 24–25 September 2014; pp. 1–6. [Google Scholar]
  79. Susto, G.A.; Schirru, A.; Pampuri, S.; McLoone, S.; Beghi, A. Machine learning for predictive maintenance: A multiple classifier approach. IEEE Trans. Ind. Inform. 2015, 11, 812–820. [Google Scholar] [CrossRef]
  80. Gao, Z.; Cecati, C.; Ding, S.X. A survey of fault diagnosis and fault-tolerant techniques—Part I: Fault diagnosis with model-based and signal-based approaches. IEEE Trans. Ind. Electron. 2020, 62, 3757–3767. [Google Scholar] [CrossRef]
Figure 1. Typical qualitative trends of selected engine oil properties as a function of operating time. Labels are positioned near the curve endpoints to avoid obscuring the trends.
Figure 1. Typical qualitative trends of selected engine oil properties as a function of operating time. Labels are positioned near the curve endpoints to avoid obscuring the trends.
Applsci 16 02919 g001
Figure 2. Unified architecture of a microcontroller-based real-time engine oil quality monitoring system, integrating multisensor acquisition, embedded signal processing, sensor fusion, and AI-based oil health estimation, synthesized from reported oil condition monitoring frameworks [30,31]. Solid blocks represent physical hardware components, whereas dashed blocks denote algorithmic or software-based processing stages implemented within the embedded system.
Figure 2. Unified architecture of a microcontroller-based real-time engine oil quality monitoring system, integrating multisensor acquisition, embedded signal processing, sensor fusion, and AI-based oil health estimation, synthesized from reported oil condition monitoring frameworks [30,31]. Solid blocks represent physical hardware components, whereas dashed blocks denote algorithmic or software-based processing stages implemented within the embedded system.
Applsci 16 02919 g002
Figure 3. Representative architecture of a conventional engine oil monitoring system, illustrating sensor acquisition, signal conditioning, centralized processing, and diagnostic output.
Figure 3. Representative architecture of a conventional engine oil monitoring system, illustrating sensor acquisition, signal conditioning, centralized processing, and diagnostic output.
Applsci 16 02919 g003
Figure 4. Illustration of different dashboard-based service indication approaches used in modern vehicles, including conventional mileage-based reminders and indirect oil condition estimation displays. (a) Conventional dashboard service reminder based on fixed mileage or time intervals (dashboard photo). (b) Service status display in premium vehicles based on indirect oil condition estimation using engine operating parameters (screenshot from a publicly available YouTube video, used for illustrative purposes).
Figure 4. Illustration of different dashboard-based service indication approaches used in modern vehicles, including conventional mileage-based reminders and indirect oil condition estimation displays. (a) Conventional dashboard service reminder based on fixed mileage or time intervals (dashboard photo). (b) Service status display in premium vehicles based on indirect oil condition estimation using engine operating parameters (screenshot from a publicly available YouTube video, used for illustrative purposes).
Applsci 16 02919 g004
Figure 5. Conceptual illustration of oil degradation under different operating severity conditions. Labels are positioned outside the plot area to avoid obscuring the curves.
Figure 5. Conceptual illustration of oil degradation under different operating severity conditions. Labels are positioned outside the plot area to avoid obscuring the curves.
Applsci 16 02919 g005
Table 1. Summary of representative TinyML and embedded machine learning approaches for induction motor fault diagnosis.
Table 1. Summary of representative TinyML and embedded machine learning approaches for induction motor fault diagnosis.
StudySensors UsedML ModelHardware PlatformDeployment Type
[7]VibrationCNNEdge processorEmbedded
[8]VibrationANNMicrocontrollerEmbedded
[9]Vibration, CurrentSVMEmbedded systemPartial
[10]VibrationANNIoT nodeEmbedded
Proposed workVibration, Sound, Current, TemperatureQuantized ANNMicrocontrollerFully embedded
Table 2. Concise comparison between traditional and condition-based oil monitoring approaches [52,53].
Table 2. Concise comparison between traditional and condition-based oil monitoring approaches [52,53].
AspectTraditional Mileage-Based ServiceCondition-Based Monitoring
Service CriterionFixed distance or time intervalReal-time oil condition assessment
Oil Quality AwarenessNo direct oil quality measurementDirect sensing of oil degradation indicators
Driving Condition SensitivityIgnores traffic, idling, and load variationsAdapts to actual operating conditions
Maintenance AccuracyProne to premature or delayed servicingEnables timely and accurate servicing
Maintenance StrategyReactive and schedule-basedPredictive and data-driven
Table 3. Quantitative comparison of representative engine oil and lubricant condition monitoring studies reported in the literature.
Table 3. Quantitative comparison of representative engine oil and lubricant condition monitoring studies reported in the literature.
StudySensorsAI ModelAccuracy/ErrorDataset SizeDeploymentConstraints
[31]DielectricRegression<10% errorLab samplesOfflineNo embedding
[54]UltrasonicANN∼92% accuracy∼500 samplesPC-basedHigh computation
[55]AcousticSVM∼90% accuracy∼300 samplesOfflineFeature sensitive
Recent TinyML studiesMultisensorANN/CNN88–95%<1 k samplesMCUMemory-limited
Proposed frameworkMultisensorTinyMLTo be validatedFuture workMCULow power, low cost
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Habyarimana, M.; Adebiyi, A.A. Real-Time Engine Oil Quality Monitoring: A Review and Future Perspectives on Microcontroller-Based Sensor Fusion and AI. Appl. Sci. 2026, 16, 2919. https://doi.org/10.3390/app16062919

AMA Style

Habyarimana M, Adebiyi AA. Real-Time Engine Oil Quality Monitoring: A Review and Future Perspectives on Microcontroller-Based Sensor Fusion and AI. Applied Sciences. 2026; 16(6):2919. https://doi.org/10.3390/app16062919

Chicago/Turabian Style

Habyarimana, Mathew, and Abayomi A. Adebiyi. 2026. "Real-Time Engine Oil Quality Monitoring: A Review and Future Perspectives on Microcontroller-Based Sensor Fusion and AI" Applied Sciences 16, no. 6: 2919. https://doi.org/10.3390/app16062919

APA Style

Habyarimana, M., & Adebiyi, A. A. (2026). Real-Time Engine Oil Quality Monitoring: A Review and Future Perspectives on Microcontroller-Based Sensor Fusion and AI. Applied Sciences, 16(6), 2919. https://doi.org/10.3390/app16062919

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop