Abstract

A temperature sensor has been developed using an embedded system and a sensor head made of polymer-derived SiAlCN ceramics (PDCs). PDC is a promising material for measuring high temperature and the embedded system features low-power consumption, compact size, and wireless transmission. The developed temperature sensor has been experimentally tested to demonstrate the possibility of using such sensors for real world applications.

1. Introduction

Accurate temperature measurements are crucial for many applications, such as chemical processing, power generation, and engine monitoring. As a result, development of temperature sensors has always been a focus of microsensor field. A variety of materials have been studied for temperature sensor applications, for example, semiconducting silicon and silicon carbide. Silicon based sensors are typically used at temperatures lower than 350°C due to accelerated material degradation at higher temperature [1, 2]. Silicon carbide based sensors are better than silicon based sensors in high temperature measurement and can be applied in temperatures up to 500°C [35].

Polymer-derived SiAlCN ceramics (PDCs) are another widely studied material that demonstrate properties such as excellent high temperature stability [6] as well as good oxidation/corrosion resistance [7]. PDCs have been considered as a promising material for measuring high temperature [8]. Our early works have showed that PDC sensor head can accurately measure high temperature up to 830°C [9] using data acquisition system from National Instruments. The cost and size of the sensor system must be significantly reduced before it can be deployed for real world applications. In this paper, we develop a temperature sensor using PDC and an embedded system. Comparing to the National Instruments data acquisition equipment used in the previous paper, the newly developed embedded sensor is much smaller (9.7 dm3 versus 0.3 dm3), lighter (5.97 kg versus 0.19 kg), and cheaper (approximately $8000 versus $170). A WiFi module is also added so the temperature measurement can be transmitted wirelessly. The embedded board and WiFi module used in this paper are commercially available. The experiments in this paper demonstrate the possibility of deploying PDC based sensors for real world applications.

2. Fabrication of the PDC Sensor Head

In this study, the PDC sensor head is fabricated by following the procedure reported previously [9]. In brief, 8.8 g of commercially available liquid-phased polysilazane (HTT1800, Kion) and 1.0 g of aluminum-tri-sec-butoxide (ASB, Sigma-Aldrich) are first reacted together at 120°C for 24 hours under constant magnetic stirring to form the liquid precursor for SiAlCN. The precursor is then cooled down to room temperature, followed by adding 0.2 g of dicumyl peroxide (DP) into the liquid under sonication for 30 minutes. DP is the thermal initiator which can lower the solidification temperature and tailor the electrical properties [10]. The resultant liquid mixture is solidified by heat-treatment at 150°C for 24 hours. The disk-shaped green bodies are then prepared by ball-milling the solid into fine powder of ~1 μm and subsequently uniaxially pressing. A rectangular-shaped sample is cut from the discs and pyrolyzed at 1000°C for 4 hours. The entire fabrication is carried out in high-purity nitrogen to avoid any possible contamination.

Pt wires are attached to the sensor head by two ceramic fasteners on the two mounting holes on the diagonal of the sensor head. To improve the conductivity, both mounting holes are coated with Pt plasma; see Figure 1.

3. Sensor Design and Characterization

3.1. Resistance Conversion Circuit

PDC sensors are resistive sensors whose resistance must be converted to voltage to be picked up by analog to digital converter (ADC). A simple circuit as shown in Figure 2 is designed to serve that purpose. The sensor head is connected in series with a metal film resistor, denoted as , and we have the following equation:where is the output voltage of the circuit, represents the PDC sensor resistance, and is the voltage supplied to the circuit. In this paper, a resistor of  kΩ is used.

3.2. Design of Core of the PDC Sensor

A YX-F28335 embedded experimental board from YanXu (http://www.adianji.com/) is used to build the sensor system. The board is equipped with one 16-bit ADC (AD7656 from Analog Device) and one 12-bit digital-analog converter (DAC7724 from Texas Instruments). The picture of the embedded board is shown in Figure 3 with important components highlighted in red boxes. The core of the system is a TMS320F28335 microcontroller from Texas Instruments. TMS320F28335 is a high performance floating-point microcontroller of Texas Instruments’ C2000 microcontroller family.

To measure temperature using the PDC sensor, the processor needs to perform the following tasks: () supply voltage to the circuit through DAC7724; () sample the circuit output using AD7656 and convert the output to temperature measurement; and () transmit data to readers from the RS232 port.

The input signal to the conversion circuit is a sinusoidal signal of ±10 V. The sinusoidal signal can bypass the parasitic capacitor in series to the PDC probe. The noise from the furnace coil can also be greatly subdued. The sensor output voltage is approximately sinusoidal as well and its magnitude can be computed using Fast Fourier Transformation (FFT) or curve fitting using recursive least square method (RLSM) [11]. Comparing to FFT, RLSM is more computationally efficient but may have numerical instability because TMS320F28335 only supports IEEE 754 floating-point arithmetic. Here we prefer FFT for fast prototyping purpose because Texas Instruments provides FPU library that performs floating FFT routines on C2000 series microcontroller. Next we explain how the sensor works.

A high-priority interrupt service request (ISR1) based on a CPU timer continues reading a look-up-table and drives the DAC7724 to generate the input signal . The frequency of is controlled by the frequency of ISR1. ISR1 also samples circuit output from AD7656 and adds the data to a 1024-point buffer if there is no FFT running. Once the buffer is filled up, ISR1 stops writing the buffer and the FFT routine starts. The FFT routine is implemented in another slower low-priority interrupt service (ISR2). Once the FFT routine is completed, ISR2 will give ISR1 the permission to clean and write the input buffer again. The magnitude from the FFT is used as the circuit output . The software flowchart is shown in Figure 4.

3.3. Wireless Signal Transmission

A WiFi module from Youren Tech (http://www.usr.cn/) shown in Figure 5 is connected to the embedded board through a RS-232 port. The computed temperature is written to a data register and then transmitted by the WiFi module automatically. The WiFi module can be wirelessly accessed as a hotspot. Once connected, readers (e.g., PC computers, hand-hold devices) can directly access the data from a virtual serial port simulated by the driver that comes with the WiFi module.

3.4. Auxiliary Measuring System Using Thermal Couple

A K-type thermal couple is used to provide the reference temperature inside the furnace tube, which is used to characterize and verify the performance of the PDC sensor.

4. Results and Discussion

4.1. Sensor Characterization

The temperature-resistance curves of the PDC sensor head were obtained in the furnace setup shown in Figure 6.

The tube furnace (GSL-1100x from MTI) is programmed to raise temperature from 500°C to 850°C and then cool back down to 500°C. To get the steady state measurement of the sensor, the temperature was set to dwell at several plateaus during the test and the temperature difference between two consecutive plateaus is 50°C. The furnace program was run twice to check the repeatability of the PDC sensor head. The reference temperature and the output of the PDC sensor are both plotted in Figure 7, where the blue solid line and red dashed line are data from first and second runs, respectively. It is clear that PDC sensor demonstrates good repeatability as the voltage outputs from the two tests are very close.

It should be noted that the reference temperatures used in this paper are not from the furnace but from the external thermal couple placed next to the PDC sensor (Figure 1). This is because the furnace (GSL-1100x from MTI) we used does not have temperature data recording option. The temperature measured by the external thermal couple is about 25°C lower than the readings of the furnace. This measurement difference is consistent and therefore does not affect the sensor calibrations and performance validations.

The resistance of the sensor head should comply with the Thermistor equation [12]:where and are constant coefficients, which are experimentally determined using linear optimization. The result of the curve fitting is shown in Figure 8 as the green curve.

It is clear that is only approximately linear to the inverse of temperature and the linear curve fitting is not perfect. To get better results over the entire temperature range, we use a third-order polynomial to replace (2):where , , , and are constant coefficients and the result is shown in Figure 8 as the red curve. Apparently, the third-order polynomial matches the experiment results better than the linear curve fitting. With the coefficients determined by the numerical optimization, the temperature measurements can be obtained by combining (1) and (3).

4.2. Performance Validation

In this section, we proceed to examine the performance of the sensor. To comprehensively test the performance, two furnace programs are designed. The low temperature program first commands the furnace to dwell at 510°C for 2 minutes and then rise to 520°C in 2 minutes. After that, the program stays at 520°C for 2 minutes and then goes back to 510°C in 2 minutes. The high temperature program first stays at 750°C for 5 minutes, rises to 800°C in 5 minutes, stays at 800°C for 5 minutes, and then cools back down to 750°C in 5 minutes.

The validation test repeats the low temperature program 3 times and then rises to 750°C in 12 minutes and then repeats the high temperature program 3 times. The furnace program is designed to cover both low and high temperatures as well as different temperature change rates. The experimental results are shown in Figure 9. The raw voltage signal shown in Figure 9(b) is used to calculate the corresponding temperature measurement which is compared to data from the external thermal couple shown in Figure 9(a). It is clear that the PDC sensor system can accurately measure temperature at both low and high temperatures. The maximum error is about 2.5°C at low temperature range. This measurement error can be further reduced by fine tuning the calibration experiments and by using better curve fittings that characterize the sensor better.

5. Conclusion

In this paper, a temperature sensor was successfully fabricated using polymer-derived SiAlCN ceramics and an embedded system. Characterization and validation experiments demonstrate excellent performance. More importantly, the low cost and compact size of the sensor make it possible to deploy for actual application.

Our research efforts have also been devoted to building PDC sensors using low-power consumption MSP430 from Texas Instruments and radio frequency identification (RFID) technology to develop battery-less sensors. The results would be presented in our future publications.

Competing Interests

The authors declare that they have no competing interests.

Authors’ Contributions

Ran Zhao and Gang Shao contributed equally to this work.