ArticlePDF Available

Smart Digital Thermometer for Covid-19 Detection

Authors:

Abstract

During the COVID-19 epidemic, taking temperatures has been a major focus. The aim of this project is to implement a prototype of a cheap and high reliability digital temperature measurement device with the aid of Arduino Nano, Infrared temperature sensor (MXL90614), OLED 128 X 64 (0.96-inch screen size), IR sensor and buzzer. This thermometer uses an infrared sensor MXL90614 to detect the body temperature and then sends the reading to the microcontroller. If there is no human presence near the system, it will read zero; however, if there is, it will measure the temperature of the person through their hand or whichever portion is utilized as a point of contact closer to the system and communicate the reading. After that, the reading is presented on the OLED screen. The prototype's design and implementation were completed, and the desired outcome was obtained.
International Journal of Research in Engineering and Science (IJRES)
ISSN (Online): 2320-9364, ISSN (Print): 2320-9356
www.ijres.org Volume 10 Issue 3 ǁ 2022 ǁ PP. 16-20
www.ijres.org 16 | Page
Smart Digital Thermometer for Covid-19 Detection
Lawal Muhammed Adewale1, Taiwo Samuel Aina2, Ademola Emmanuel
Tosin3, Oluwaseun Olanrewaju Akinte4
1Department of Computer Science, Harvarde College of Science Business and Management Studies, Abeokuta,
Ogun State, Nigeria
2Department of Computer Science and Technology, University of Bedfordshire, England, United Kingdom
3Department of Computer Science, Harvarde College of Science Business and Management Studies, Abeokuta,
Ogun State, Nigeria
4Department of Energy and Materials Engineering, Rajamangala University of Technology, Thanyaburi,
Pathum Thani 12110, Thailand
Abstract
During the COVID-19 epidemic, taking temperatures has been a major focus. The aim of this project is to
implement a prototype of a cheap and high reliability digital temperature measurement device with the aid of
Arduino Nano, Infrared temperature sensor (MXL90614), OLED 128 X 64 (0.96-inch screen size), IR sensor
and buzzer. This thermometer uses an infrared sensor MXL90614 to detect the body temperature and then sends
the reading to the microcontroller. If there is no human presence near the system, it will read zero; however, if
there is, it will measure the temperature of the person through their hand or whichever portion is utilized as a
point of contact closer to the system and communicate the reading. After that, the reading is presented on the
OLED screen. The prototype's design and implementation were completed, and the desired outcome was
obtained.
Keywords: digital temperature, Arduino Nano, Infrared temperature sensor, Smart digital thermometer, OLED
---------------------------------------------------------------------------------------------------------------------------------------
Date of Submission: 28-02-2022 Date of acceptance: 09-03-2022
---------------------------------------------------------------------------------------------------------------------------------------
I. Introduction
Previously, temperature was measured with an analogue metre, technology has recently transitioned
from analogue to digital [1]. Resistance temperature detectors (RTDs), thermocouple, thermistor, contact, and
remote are some of the numerous types of digital thermometers available [7]. Temperature measurement is
important in the medical field [2] because it allows doctors to gather a wealth of information about an
individual's health. As a result of the ongoing spread of novel Corona Virus Disease (COVID-19) in Nigeria,
according to the most recent statistics from the Nigeria Centre for Disease Control, the country now has 254,137
confirmed cases [13]. On February 16, 2022, 13 new confirmed cases of the covid-19 were recorded in Nigeria,
with no deaths; therefore, a high reliability thermometer for measuring the body temperature at a specific time is
required for a good guarantee of the citizen's daily life. The traditional mercury thermometers require human
body contact and longer measurement hence the need for this project. This gap can be bridged by infrared (IR)
thermometers, which detect the amount of thermal or black-body radiation emitted by the object without
requiring direct contact [3]. An infrared thermometer can measure temperature without making direct contact,
which can aid in the spread of a contact infection [5]. The temperature sensor is utilized in the system to collect
the temperature [8]. The average human body temperature is 36.5-37.5°C, though this varies depending on the
time of day and how it is measured [4]. According to current health guidelines, anyone with a temperature of
37.8°C or higher should be considered potentially infected with COVID-19 and should self-isolate [4]. Hence,
this work is intended to provide [15] high-reliability digital temperature measurement device.
II. Materials and Methods
This section consists of the procedures, techniques and methods used in carrying out the set objectives
of the project. The high reliability digital thermometer system is made up of two important subsystems, which
are the hardware subsystem and the software subsystem[14]. The hardware subsystem consist of Arduino Nano,
Infrared temperature sensor(MXL90614), OLED 128 X 64 (0.96 inches in screen size) , IR sensor and buzzer.
The system was programmed with Arduino IDE.
The Arduino Nano is simply a scaled-down version of the Arduino UNO. It has a 5V operating voltage,
but the input voltage can range from 7 to 12V [6]. The MLX90614 is an infrared thermometer that measures
temperature without touching it [9]. The OLED display module is small, with a diagonal of only 0.96" and
Smart Digital Thermometer for Covid-19 Detection
www.ijres.org 17 | Page
128x64 individual yellow and blue OLED pixels that are individually turned on or off by the controller chip
[10]. A buzzer is a voice device that transforms an audio model into a sound signal [12]. The buzzer in the
thermometer mainly plays the role of beep. Because the thermometer is relatively small, the buzzer we use must
also be smaller [11]. The no contact thermometer uses a battery, and the required working voltage is relatively
low, generally 3V [11].
Whenever the IR sensor with range between1-5cm detect an object at that particular range the IR
sensor send high signal to microcontroller. Whenever the microcontroller receives a high signal from IR sensor
then trigger the temperature sensor to measure the temperature of that particular object placed in front of IR
sensor and send the reading to microcontroller. The sensor can measure two types of temperature the ambient
temperature and object temperature. In this project the concern is object temperature, whenever IR sensors is
high it trigger the infrared sensor to measure object temperature and send the signal to microcontroller.
Microcontroller receives the signal and then display that on the OLED screen.
III. Design and implementation
Before implementing the circuit on a Vero board, the components were tested to confirm their rated values. The
components were carefully soldered to avoid damage. Short circuits and continuity test were then carried out on
the circuit board.
The connections diagram and the system snap during implementation are shown in Figs. 3.1 and 3.2,
respectively.
Fig. 3.1: Connections diagram of circuit components
Fig. 3.2: System snap shot during implementation
Smart Digital Thermometer for Covid-19 Detection
www.ijres.org 18 | Page
A. Flow Chart of the system
Figure 3.3: The flowchart illustrating how the system works
4. Testing
The implementation system was placed in a way that no object is seen and OLED screen displays place your
hand
Fig:4.1 : The implementation system was placed in a way that no object is seen and OLED screen
Smart Digital Thermometer for Covid-19 Detection
www.ijres.org 19 | Page
Fig:4.2: After placement of fore head the temperature then display on the screen
Fig. 4.3: Temperature monitor initializing
A COVID19 patient can then be predicted if the temperature exceeds 37.8°C by buzzer beeping for 5 seconds.
According to current health guidelines, anyone with a temperature of 37.8°C or higher should be considered
potentially infected with COVID-19 and should self-isolate [4].
IV. Conclusion
The objective of this project has been the design and development of a smart digital thermometer for
covid-19 detection.The design enables for dynamic use in any field where temperature is measured. All
Nigerian tertiary institutions are encouraged to use it as a screening tool to see if a student has a high
temperature that could be caused by a COVID-19 infection.
References
[1]. B. Akinloye, A. Onyan and D. Oweibor, "Design and implementation of a digital thermometer with clock", Global Journal of
Engineering Research, vol. 15, no. 1, p. 1, 2017. Available: 10.4314/gjer.v15i1.1.
[2]. N. Contributor, "Measuring body temperature | Nursing Times", Nursing Times, 2022. [Online]. Available:
https://www.nursingtimes.net/clinical-archive/assessment-skills/measuring-body-temperature-06-11-2012/. [Accessed: 20- Feb-
2022].
Smart Digital Thermometer for Covid-19 Detection
www.ijres.org 20 | Page
[3]. N. Goh et al., "Design and Development of a Low Cost, Non-Contact Infrared Thermometer with Range Compensation", Sensors,
vol. 21, no. 11, p. 3817, 2021. Available: 10.3390/s21113817.
[4]. COVID fever temperature should be adjusted for age", Covid.joinzoe.com, 2022. [Online]. Available:
https://covid.joinzoe.com/post/fever-and-temperature. [Accessed: 20- Feb- 2022].
[5]. How to design an infrared thermometer quickly", E2e.ti.com, 2022. [Online]. Available:
https://e2e.ti.com/blogs_/b/industrial_strength/posts/how-to-design-an-infrared-thermometer-quickly. [Accessed: 20- Feb- 2022].
[6]. Arduino - ArduinoBoardNano", Arduino.cc, 2022. [Online]. Available:
https://www.arduino.cc/en/pmwiki.php?n=Main/ArduinoBoardNano. [Accessed: 20- Feb- 2022].
[7]. B. Crossley, "Troubleshoot It: Accuracy of Various Thermometer Types Is Important to Consider During the COVID-19
Pandemic", Biomedical Instrumentation & Technology, vol. 54, no. 3, pp. 228-229, 2020. Available: 10.2345/0899-8205-54.3.228.
[8]. J. Zhang, "Intelligent Thermometer Design Based on SCM", Applied Mechanics and Materials, vol. 433-435, pp. 1563-1566, 2013.
Available: 10.4028/www.scientific.net/amm.433-435.1563.
[9]. i. engineering, D. TO-can and D. TO-can, "Digital plug & play infrared thermometer in a TO-can", Melexis, 2022. [Online].
Available: https://www.melexis.com/en/product/MLX90614/Digital-Plug-Play-Infrared-Thermometer-TO-Can. [Accessed: 23-
Feb- 2022].
[10]. U. PI, "UCTRONICS 0.96 Inch OLED Module 12864 128x64 Yellow Blue SSD1306 Driver I2C Serial Self-Luminous Display
Board for Arduino Raspberry PI", Uctronics.com, 2022. [Online]. Available: https://www.uctronics.com/tools-and-
accessories/electrical-testing-tools/uctronics-0-96-inch-oled-module-12864-128x64-yellow-blue-ssd1306-driver-i2c-serial-self-
luminous-display-board-for-arduino-raspberry-pi.html. [Accessed: 23- Feb- 2022].
[11]. "Chinese Factory Buzzer for Forehead Thermometer Shenzhen Juhua Micro Technology Co., Ltd", Buzzersz.com, 2022. [Online].
Available: http://buzzersz.com/501.html. [Accessed: 23- Feb- 2022].
[12]. "What is a Buzzer? - Quisure", Quisure.com, 2022. [Online]. Available: https://www.quisure.com/blog/faq/what-is-a-buzzer.
[Accessed: 23- Feb- 2022].
[13]. "NCDC Coronavirus COVID-19 Microsite", Covid19.ncdc.gov.ng, 2022. [Online]. Available:
https://covid19.ncdc.gov.ng/guideline/. [Accessed: 23- Feb- 2022].
[14]. O. Fagbohun and O. Fagbohun, "Design of a Central Wireless Security System Using Atmega328, ZigBee and Arduino", Archives
of Current Research International, vol. 13, no. 4, pp. 1-14, 2018. Available: 10.9734/acri/2018/40031
[15]. T. Aina , et.al ,“Implementation of an intelligent motion detector” International Research Journal of Engineering and Technology,
vol. 9, no. 1, pp. 1148-1165, 2022.
ResearchGate has not been able to resolve any citations for this publication.
Article
Full-text available
This project is intended to provide a solution to a company's problem of developing a smart motion detection device for home and office security applications. The company intends to deploy 100s of these motion detectors throughout the Greater London Area. As a result, each motion detector will require a low power wide area network (LPWAN) wireless interface. Unlike traditional motion detectors, which detect only motion, the proposed motion detector will be able to detect motion direction (e.g., whether a person is leaving or entering a room) by analyzing signals from multiple motion sensors. The basic idea is that if three motion sensors are placed along the corridor: Sensor 1-Sensor 2-Sensor 3, the sequence of sensor activations will provide information about the direction. The first section 1.0 of this report covers the project's general introduction. Section 2.0 provides description of Low Power Wide Area Network technologies (LoRA, SigFox, NB-IoT), including the operating principle, characteristics, hardware, and recommendation for the most appropriate technology. Section 3 describes how to write code for the Raspberry PI to analyse signals from a 4x4 PIR array to detect motion direction (left, right, up, down) and display the results on an LCD screen. The final section discusses the conclusion future work and recommendations.
Article
Full-text available
Fever is a common symptom of many infections, e.g., in the ongoing COVID-19 pandemic, keeping monitoring devices such as thermometers in constant demand. Recent technological advancements have made infrared (IR) thermometers the choice for contactless screening of multiple individuals. Yet, even so, the measurement accuracy of such thermometers is affected by many factors including the distance from the volunteers’ forehead, impurities (such as sweat), and the location measured on the volunteers’ forehead. To overcome these factors, we describe the assembly of an Arduino-based digital IR thermometer with distance correction using the MLX90614 IR thermometer and HC-SR04 ultrasonic sensors. Coupled with some analysis of these factors, we also found ways to programme compensation methods for the final assembled digital IR thermometer to provide more accurate readings and measurements.
Article
An intelligent thermometer system design is presented in this paper. There are temperature sensor module, data collection module, data processing module, keyboard number tube module, voice module and LCD display module in this system. Due to excellent performance of temperature sensor, temperature sensor is used in system to obtain the temperature, transform the voltage, amplify OP precisely, and get 12 bits accuracy of samples. In order to make the system interface friendly, embedded software is developed to realize such functions as alarm temperature settings, LED screen display, audio playback and so on.
Measuring body temperature | Nursing Times
  • N Contributor
N. Contributor, "Measuring body temperature | Nursing Times", Nursing Times, 2022. [Online]. Available: https://www.nursingtimes.net/clinical-archive/assessment-skills/measuring-body-temperature-06-11-2012/. [Accessed: 20-Feb-2022].
  • Arduino -Arduinoboardnano
Arduino -ArduinoBoardNano", Arduino.cc, 2022. [Online]. Available: https://www.arduino.cc/en/pmwiki.php?n=Main/ArduinoBoardNano. [Accessed: 20-Feb-2022].
Digital plug & play infrared thermometer in a TO-can
  • D Engineering
  • D To-Can
  • To-Can
i. engineering, D. TO-can and D. TO-can, "Digital plug & play infrared thermometer in a TO-can", Melexis, 2022. [Online]. Available: https://www.melexis.com/en/product/MLX90614/Digital-Plug-Play-Infrared-Thermometer-TO-Can. [Accessed: 23-Feb-2022].
UCTRONICS 0.96 Inch OLED Module 12864 128x64 Yellow Blue SSD1306 Driver I2C Serial Self-Luminous Display Board for Arduino Raspberry PI
  • U Pi
U. PI, "UCTRONICS 0.96 Inch OLED Module 12864 128x64 Yellow Blue SSD1306 Driver I2C Serial Self-Luminous Display Board for Arduino Raspberry PI", Uctronics.com, 2022. [Online]. Available: https://www.uctronics.com/tools-andaccessories/electrical-testing-tools/uctronics-0-96-inch-oled-module-12864-128x64-yellow-blue-ssd1306-driver-i2c-serial-selfluminous-display-board-for-arduino-raspberry-pi.html. [Accessed: 23-Feb-2022].
Chinese Factory Buzzer for Forehead Thermometer -Shenzhen Juhua Micro Technology Co., Ltd
"Chinese Factory Buzzer for Forehead Thermometer -Shenzhen Juhua Micro Technology Co., Ltd", Buzzersz.com, 2022. [Online]. Available: http://buzzersz.com/501.html. [Accessed: 23-Feb-2022].