SlideShare a Scribd company logo
1 of 4
Download to read offline
International Journal of Trend in Scientific Research and Development (IJTSRD)
Volume 4 Issue 2, February 2020 Available Online: www.ijtsrd.com e-ISSN: 2456 – 6470
@ IJTSRD | Unique Paper ID – IJTSRD30075 | Volume – 4 | Issue – 2 | January-February 2020 Page 579
Implementation of Low-Cost Radon
Measuring System for Air Quality Monitoring
Jun-Yong Kim, Gyu-Sik Kim
Department of Electrical and Computer Engineering, University of Seoul, Seoul, Korea
ABSTRACT
Because inhaling radon and its radioactive-decay products causes irradiation
of lung tissue, the radon data obtained fromhousesandworkplacesneedto be
transferred using Wi-Fi and the Internet to a database on a radon-monitoring
server system. To do this, a PIN photodiode radon measuring system was
implemented and the ESP8266 Wi-Fi module was used for wireless
communication. Through some experimental studies,we showedthatthedata
transmission using these Wi-Fi modules was very successful.
KEYWORDS: radon, Wi-Fi, PIN photodiode, radon monitoring, wireless
communication
How to cite this paper: Jun-Yong Kim |
Gyu-Sik Kim"ImplementationofLow-Cost
Radon Measuring System for Air Quality
Monitoring"
Published in
International
Journal of Trend in
Scientific Research
and Development
(ijtsrd), ISSN: 2456-
6470, Volume-4 |
Issue-2, February 2020, pp.579-582,URL:
www.ijtsrd.com/papers/ijtsrd30075.pdf
Copyright © 2019 by author(s) and
International Journal ofTrendinScientific
Research and Development Journal. This
is an Open Access article distributed
under the terms of
the Creative
CommonsAttribution
License (CC BY 4.0)
(http://creativecommons.org/licenses/by
/4.0)
I. INRODUCTION
Radon is an invisible, odorless, and chemically inactive
radioactive gas produced by the decay of uranium ore.
Becauseitisinertand does notchemicallybondtoelements,it
is released from soil into the atmosphere. Radon is emitted
almost everywhere on earth, but some geographical regions
have a higher concentration than others do. When radon
decays, it releases alpha particles with energy of 5.5 Mega-
electrovolts (MeV). Because inhaling radon and its
radioactive-decay products causes irradiation of lung tissue,
prolonged exposure to a high concentration of radon
significantly increases the risk of developing cancer. It has
been reportedthatthe U.S.Environmental ProtectionAgency
estimates that exposure to naturally occurring radon leads to
21,000 lung cancer deaths nationwide each year, making
radon the nation's primary environmental health threat,
second only to cigarette smoking, as a cause of fatal lung
cancer. Various types of equipment and components have
been proposed for use in effective radon detection [1, 2, 3, 4,
5]. In this paper, a radon counter using a PIN photodiode
radon-sensor modulewas discussed.Usingalinearregression
analysistechnique, the measuredradoncountsperhourofthe
implemented PIN photodiode radon counters could be
calibrated toBq/m3 which is a unit of radonconcentration by
comparing with the measured radon concentration data of
RAD7. This radon counter can be used to measure radon
concentration of the indoor air in houses and workplaces. A
radon monitoring and alarm system was also discussed [6].
The data collected by the radon counters in houses and
workplaces was transferred using Wi-Fi and the Internet to a
radon-monitoring databasecreatedona server,whichstored
client data, specifically, names, addresses, phone numbers,
email addresses, and radon-counter serial numbers. If the
measured radonconcentrationwasover148Bq/m3 forseven
consecutive days, it sent a warning message to the client. If
this radon remote-sensing Wi-Fi-based monitoring system is
used inarmy barracks,classrooms,andcountryhouseswhere
there is a risk of high levels of radon exposure, soldiers,
students, and residents could be protected from the dangers
of radon exposure.
II. Air Quality Monitoring Using Radon Data
2.1. Radon measuring systems:
A commercial PIN photodiode can be used to detect
radiation, and particularly, alpha particles. It is low cost, has
good quantum efficiency, and good energy resolution. It can
also work with a low bias voltage. A PIN photodiode is more
widely used than a conventional photomultipliertube(PMT)
because it requires less biasing to operate and it is very
compact. The PIN photodiode sensor module showninFig.1
was used to detect radon gas in our tests.
Module
size
43 x43
mm
Sensor
size
10 x
10 mm
Fig.1. PIN photodiode sensor module
IJTSRD30075
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID – IJTSRD30075 | Volume – 4 | Issue – 2 | January-February 2020 Page 580
The Mega 2560 is a microcontroller board based on the
Atmega 2560. It has 54 digital input/output pins (of which
15 can be used as Pulse Width Modulation (PWM) outputs),
16 analog inputs, 4 UARTs (hardware serial ports),a 16MHz
crystal oscillator, a USB port, a power jack, an in-circuit
serial programming (ICSP) header, and a reset button. It
contains everything needed to support the microcontroller;
it just needs to be connected to a computer with a USB cable
or powered with an AC-to-DC adapter or battery. The Mega
2560 board is compatible with most shields designedforthe
Uno and the older Duemilanove and Diecimila boards. The
board is shown in Fig. 2
Fig.2. Arduino Mega 2560 board
2.2. Assembling of modules:
In our experiments, we used a radon counter assembled
from very low-cost consumerelectronics.Thecircuitdesigns
for the power, high voltage generator, LCD, switch, LED,
buzzer, microprocessor control unit (MCU), and sensor
circuit was done. Using these circuitdiagrams,wedeveloped
the PIN photodiode radon-counter printed circuit board
(PCB) layout shown in Fig. 3 (a). We then assembled the PIN
photodiode radon counter shown in Fig. 3 (b).
(a) (b)
Fig.3. PCB layout (a) and assembled PIN photodiode
radon counter (b)
Fig.4. ESP8266 Wi-Fi module
2.3. Wi-Fi modules:
The ESP8266 Wi-Fi module is a self-contained system-on-
chip (SOC) with integrated TCP/IP protocol stacks that can
give any microcontroller access to a Wi-Fi network. The
ESP8266 is capable of either hosting an application or
offloading all Wi-Fi networking functions to another
application processor. Each ESP8266 module comes pre-
programmed with AT Command Set firmware, meaning the
module can be hooked up to an Arduino device with about
the same Wi-Fi ability as a Wi-Fi shield. The ESP8266
module is an extremely cost-effective boardwitha huge,and
ever growing, communityof users.Thismodulehaspowerful
enough on-board processing and storage capability to allow
it to be integrated with the sensors and other application-
specific devices through its general-purpose input/outputs
(GPIOs), with minimal development up-front and minimal
loading during runtime. Its high degree of on-chip
integration allows for minimal external circuitry. The front-
end module is designed to occupy minimal PCB space. The
ESP8266 Wi-Fi module is shown in Fig. 4.
(a)
(b)
Fig.5. Interface of the ESP8266 Wi-Fi module to
Arduino MCU
The logic connections betweentheArduinoandtheESP8266
are very simple: the ESP Rx connects to the Arduino Tx, and
the ESP Tx connects to the Arduino Rx; however, the
ESP8266 runs off 3.3V, while Arduino pins run off5V.Before
connecting them, it is necessary to provide a way to
reconcile these voltages, or the ESP might be damaged. In
order to adjust the voltage between the Tx/Rx pins, a simple
resistor circuit was used as shown in Fig. 5. Either Access
Point (AP) mode or Station mode (for the ESP8266) was
chosen by the command of ArduinoMCU.Station modeisthe
default-operating mode for the ESP8266 adapter. In this
mode, the ESP8266 adapter operates as a client that
connects to a Wi-Fi access point. This mode is used to
connect a Wi-Fi adapter to a wireless network. In AP mode,
the adapter acts as an access point enabling other Wi-Fi
adapters to connect to it; therefore, the adapter can be used
to create one’s own wireless network. In Station mode, the
ESP8266 Wi-Fi module receives the measured radon-
concentration data from the radon counter’s MCU using
serial communication. It then sends the data to the radon
monitoring server system over the Internet. The ESP8266
Wi-Fi module connected to the implemented radon counter
is shown in Fig. 6. The implemented radon measuringsystem
with ESP8266 Wi-Fi module is shown in Fig. 7.
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID – IJTSRD30075 | Volume – 4 | Issue – 2 | January-February 2020 Page 581
Fig.6. ESP8266 Wi-Fi module connected to the
implemented radon counter
Fig.7. Radon measuring system with ESP8266 Wi-Fi
module
2.4. Radon monitoring and warning system:
For our experiments, we used a radon measuring system
with a PIN photodiode radon-sensor module. These were
used to measure the radon concentration of indoor air in
houses and workplaces. A radon monitoring and alarm
system was also used. The radon concentration data
obtained from houses and workplaceswastransferredusing
Wi-Fi and the Internet to a database on a radon-monitoring
server system (Fig. 8). Fig. 9 shows the screen shot of radon
monitoring system
Fig.8. Concept of Wi-Fi based radon monitoring
Fig.9. Screen shot of radon monitoring system
Figure 10 shows the results of monitoring the radon
concentration data of the building A. The radon
concentration is measured for about 100 hours. The radon
concentration on the first basement floor was above the
standard of 148 Bq/m3 . Figure 11 shows the results of
monitoring the radon concentration data of the building B.
On the ground, there is a shopping mall that has been closed
down, and the building is being usedasa substationfrom the
fourth to sixth basement levels. As an unmanned substation
where no one resides, there is a closed monitoring room on
the fourth basement floor, a transformer room on the fifth
basement floor, and a cable processing room on the sixth
basement floor, which is an air passageway called the
equipment return entrance, tomeasureradonconcentration
in a relatively open area. The problem is judged to have
occurred because the fourth basement floor has exceeded
the reference level and is enclosed.
(x-axis : hour, y-axis : Bq/m3 )
(blue line : first basement floor, red line : ground floor,
green line : fifth floor)
Fig.10. Radon data of the building A
(x-axis : hour, y-axis : Bq/m3 )
(blue line : fourth basement floor, red line : fifth
basement floor, green line : sixth basement floor)
Fig.11. Radon data of the building B
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID – IJTSRD30075 | Volume – 4 | Issue – 2 | January-February 2020 Page 582
III. Concluding Remarks
Because inhaling radon and its radioactive-decay products
causesirradiationoflungtissue, prolongedexposuretoahigh
concentration of radon significantly increases the risk of
developingcancer. So,the radonconcentrationdata obtained
from houses and workplaces need to be transferred using
Wi-Fi and the Internet to a database on a radon-monitoring
server system. To do this, a radon counter using a PIN
photodiode radon-sensor module was implemented and the
ESP8266 Wi-Fi module was used. Through some
experimental studies, we showed that the data transmission
using these Wi-Fi modules was very successful.
Acknowledgment
This work was also supported by the National Research
Foundation of Korea (NRF) grant funded by the Korea
government (MSIP) (No. 2019R1H1A 2101157).
References
[1] A. Martín-Martín, et al., “Radon measurements with a
PIN photodiode,” Applied Radiation and Isotopes,
vol.64, pp.1287-1290, 2006.
[2] Han Soo Kim, Se Hwan Park, Jang Ho-Ha, Dong-Hoon
Lee, and Seung Yeon Cho, “Characteristics of a
fabricated PIN photodiode for a matching with a
CsI(TI) scintillator,” IEEE Trans. Nucl. Sci., vol.l57,no.3,
pp.1382-1385, 2010.
[3] S. Folea, M. Hulea, G.Mois, V. Cosma, “Wi-Fi portable
solution for distributed radon measurements,” Rom.
Journ. Phys., vol.58, s126-s139, 2013.
[4] Gyu-Sik Kim, Tae-Gue Oh and Jae-Hak Kim,
“Implementation of a PIN photodiode radon counter,”
Global Journal of Engineering Science and Researches,
vol.3, no.1, pp.58-63, 2016.
[5] Chungyong Kim, Gyu-Sik Kim, “Implementation of a
radon counter measuring apparatus using CCD image
sensor module,” International Journal of Trend in
Scientific Research and Development, vol. 2, no.4,
pp.1194-1197, May-Jun, 2018.
[6] D. C. Nita, M. Moldovan, T. Sferle, V.D. Ona, and B.D.
Burghele, “Radon concentrations in water and indoor
air in north-west regions of Romania,” Rom. Journ.
Phys., vol.58, s196-s201, 2013.

More Related Content

What's hot

Design and implementation of advanced security system based on one time passw
Design and implementation of advanced security system based on one time passwDesign and implementation of advanced security system based on one time passw
Design and implementation of advanced security system based on one time passwIAEME Publication
 
IOT Based Smart Power Management System using WSN
IOT Based Smart Power Management System using WSNIOT Based Smart Power Management System using WSN
IOT Based Smart Power Management System using WSNIRJET Journal
 
IRJET- Design and Development of Low Power Sensor Node For Plant Monitori...
IRJET-  	  Design and Development of Low Power Sensor Node For Plant Monitori...IRJET-  	  Design and Development of Low Power Sensor Node For Plant Monitori...
IRJET- Design and Development of Low Power Sensor Node For Plant Monitori...IRJET Journal
 
Analysis of Electromagnetic Pollution Monitoring using Wireless Sensor Network
Analysis of Electromagnetic Pollution Monitoring using Wireless Sensor NetworkAnalysis of Electromagnetic Pollution Monitoring using Wireless Sensor Network
Analysis of Electromagnetic Pollution Monitoring using Wireless Sensor NetworkIRJET Journal
 
IRJET- Pollution Monitoring System using RF Communication
IRJET- Pollution Monitoring System using RF CommunicationIRJET- Pollution Monitoring System using RF Communication
IRJET- Pollution Monitoring System using RF CommunicationIRJET Journal
 
smart Home energy Management System
smart Home energy Management Systemsmart Home energy Management System
smart Home energy Management SystemSrinivas Vasamsetti
 
FOREST FIRE DETECTION SYSTEM USING XBEE
FOREST FIRE DETECTION SYSTEM USING XBEEFOREST FIRE DETECTION SYSTEM USING XBEE
FOREST FIRE DETECTION SYSTEM USING XBEETalvinder Singh
 
Low cost smart weather station using Arduino and ZigBee
Low cost smart weather station using Arduino and ZigBeeLow cost smart weather station using Arduino and ZigBee
Low cost smart weather station using Arduino and ZigBeeTELKOMNIKA JOURNAL
 
IRJET- Wireless Health Monitoring System in Mine Areas using NRF24L01
IRJET-  	  Wireless Health Monitoring System in Mine Areas using NRF24L01IRJET-  	  Wireless Health Monitoring System in Mine Areas using NRF24L01
IRJET- Wireless Health Monitoring System in Mine Areas using NRF24L01IRJET Journal
 
DETECTION OF AIR POLLUTANT USING ZIGBEE
DETECTION OF AIR POLLUTANT USING ZIGBEEDETECTION OF AIR POLLUTANT USING ZIGBEE
DETECTION OF AIR POLLUTANT USING ZIGBEEijasuc
 
IRJET - IoT based Smart Oil and Gas Monitoring System
IRJET -  	  IoT based Smart Oil and Gas Monitoring SystemIRJET -  	  IoT based Smart Oil and Gas Monitoring System
IRJET - IoT based Smart Oil and Gas Monitoring SystemIRJET Journal
 
FBG Interrogator Communication with the Embedded System
FBG Interrogator Communication with the Embedded SystemFBG Interrogator Communication with the Embedded System
FBG Interrogator Communication with the Embedded SystemIRJET Journal
 
IRJET- A Wireless Home Safety Gas Leakage Detection System using GSM Tech...
IRJET-  	  A Wireless Home Safety Gas Leakage Detection System using GSM Tech...IRJET-  	  A Wireless Home Safety Gas Leakage Detection System using GSM Tech...
IRJET- A Wireless Home Safety Gas Leakage Detection System using GSM Tech...IRJET Journal
 
Ijeee 3-6-implementation of environment monitoring system using arm microcont...
Ijeee 3-6-implementation of environment monitoring system using arm microcont...Ijeee 3-6-implementation of environment monitoring system using arm microcont...
Ijeee 3-6-implementation of environment monitoring system using arm microcont...Kumar Goud
 
1 s2.0-s1876610211018820-main
1 s2.0-s1876610211018820-main1 s2.0-s1876610211018820-main
1 s2.0-s1876610211018820-mainDeny Saputro
 
Coal Mine Safety Monitoring and Alerting System
Coal Mine Safety Monitoring and Alerting SystemCoal Mine Safety Monitoring and Alerting System
Coal Mine Safety Monitoring and Alerting SystemIRJET Journal
 
Health Care System in Recycling Plants and Garbage Waste Disposal Sites
Health Care System in Recycling Plants and Garbage Waste Disposal SitesHealth Care System in Recycling Plants and Garbage Waste Disposal Sites
Health Care System in Recycling Plants and Garbage Waste Disposal SitesIRJET Journal
 
Integrated Mine Safety Monitoring and Alerting System Using Zigbee & Can Bus
Integrated Mine Safety Monitoring and Alerting System Using Zigbee & Can BusIntegrated Mine Safety Monitoring and Alerting System Using Zigbee & Can Bus
Integrated Mine Safety Monitoring and Alerting System Using Zigbee & Can BusIOSR Journals
 
Implementation of a Radon Counter Measuring Apparatus using CCD Image Sensor ...
Implementation of a Radon Counter Measuring Apparatus using CCD Image Sensor ...Implementation of a Radon Counter Measuring Apparatus using CCD Image Sensor ...
Implementation of a Radon Counter Measuring Apparatus using CCD Image Sensor ...ijtsrd
 
IRJET- Household IOT based Air Pollution Controlling and Monitoring System us...
IRJET- Household IOT based Air Pollution Controlling and Monitoring System us...IRJET- Household IOT based Air Pollution Controlling and Monitoring System us...
IRJET- Household IOT based Air Pollution Controlling and Monitoring System us...IRJET Journal
 

What's hot (20)

Design and implementation of advanced security system based on one time passw
Design and implementation of advanced security system based on one time passwDesign and implementation of advanced security system based on one time passw
Design and implementation of advanced security system based on one time passw
 
IOT Based Smart Power Management System using WSN
IOT Based Smart Power Management System using WSNIOT Based Smart Power Management System using WSN
IOT Based Smart Power Management System using WSN
 
IRJET- Design and Development of Low Power Sensor Node For Plant Monitori...
IRJET-  	  Design and Development of Low Power Sensor Node For Plant Monitori...IRJET-  	  Design and Development of Low Power Sensor Node For Plant Monitori...
IRJET- Design and Development of Low Power Sensor Node For Plant Monitori...
 
Analysis of Electromagnetic Pollution Monitoring using Wireless Sensor Network
Analysis of Electromagnetic Pollution Monitoring using Wireless Sensor NetworkAnalysis of Electromagnetic Pollution Monitoring using Wireless Sensor Network
Analysis of Electromagnetic Pollution Monitoring using Wireless Sensor Network
 
IRJET- Pollution Monitoring System using RF Communication
IRJET- Pollution Monitoring System using RF CommunicationIRJET- Pollution Monitoring System using RF Communication
IRJET- Pollution Monitoring System using RF Communication
 
smart Home energy Management System
smart Home energy Management Systemsmart Home energy Management System
smart Home energy Management System
 
FOREST FIRE DETECTION SYSTEM USING XBEE
FOREST FIRE DETECTION SYSTEM USING XBEEFOREST FIRE DETECTION SYSTEM USING XBEE
FOREST FIRE DETECTION SYSTEM USING XBEE
 
Low cost smart weather station using Arduino and ZigBee
Low cost smart weather station using Arduino and ZigBeeLow cost smart weather station using Arduino and ZigBee
Low cost smart weather station using Arduino and ZigBee
 
IRJET- Wireless Health Monitoring System in Mine Areas using NRF24L01
IRJET-  	  Wireless Health Monitoring System in Mine Areas using NRF24L01IRJET-  	  Wireless Health Monitoring System in Mine Areas using NRF24L01
IRJET- Wireless Health Monitoring System in Mine Areas using NRF24L01
 
DETECTION OF AIR POLLUTANT USING ZIGBEE
DETECTION OF AIR POLLUTANT USING ZIGBEEDETECTION OF AIR POLLUTANT USING ZIGBEE
DETECTION OF AIR POLLUTANT USING ZIGBEE
 
IRJET - IoT based Smart Oil and Gas Monitoring System
IRJET -  	  IoT based Smart Oil and Gas Monitoring SystemIRJET -  	  IoT based Smart Oil and Gas Monitoring System
IRJET - IoT based Smart Oil and Gas Monitoring System
 
FBG Interrogator Communication with the Embedded System
FBG Interrogator Communication with the Embedded SystemFBG Interrogator Communication with the Embedded System
FBG Interrogator Communication with the Embedded System
 
IRJET- A Wireless Home Safety Gas Leakage Detection System using GSM Tech...
IRJET-  	  A Wireless Home Safety Gas Leakage Detection System using GSM Tech...IRJET-  	  A Wireless Home Safety Gas Leakage Detection System using GSM Tech...
IRJET- A Wireless Home Safety Gas Leakage Detection System using GSM Tech...
 
Ijeee 3-6-implementation of environment monitoring system using arm microcont...
Ijeee 3-6-implementation of environment monitoring system using arm microcont...Ijeee 3-6-implementation of environment monitoring system using arm microcont...
Ijeee 3-6-implementation of environment monitoring system using arm microcont...
 
1 s2.0-s1876610211018820-main
1 s2.0-s1876610211018820-main1 s2.0-s1876610211018820-main
1 s2.0-s1876610211018820-main
 
Coal Mine Safety Monitoring and Alerting System
Coal Mine Safety Monitoring and Alerting SystemCoal Mine Safety Monitoring and Alerting System
Coal Mine Safety Monitoring and Alerting System
 
Health Care System in Recycling Plants and Garbage Waste Disposal Sites
Health Care System in Recycling Plants and Garbage Waste Disposal SitesHealth Care System in Recycling Plants and Garbage Waste Disposal Sites
Health Care System in Recycling Plants and Garbage Waste Disposal Sites
 
Integrated Mine Safety Monitoring and Alerting System Using Zigbee & Can Bus
Integrated Mine Safety Monitoring and Alerting System Using Zigbee & Can BusIntegrated Mine Safety Monitoring and Alerting System Using Zigbee & Can Bus
Integrated Mine Safety Monitoring and Alerting System Using Zigbee & Can Bus
 
Implementation of a Radon Counter Measuring Apparatus using CCD Image Sensor ...
Implementation of a Radon Counter Measuring Apparatus using CCD Image Sensor ...Implementation of a Radon Counter Measuring Apparatus using CCD Image Sensor ...
Implementation of a Radon Counter Measuring Apparatus using CCD Image Sensor ...
 
IRJET- Household IOT based Air Pollution Controlling and Monitoring System us...
IRJET- Household IOT based Air Pollution Controlling and Monitoring System us...IRJET- Household IOT based Air Pollution Controlling and Monitoring System us...
IRJET- Household IOT based Air Pollution Controlling and Monitoring System us...
 

Similar to Implementation of Low Cost Radon Measuring System for Air Quality Monitoring

IRJET - A Cyber-Physical System for Environmental Monitoring Based on IOT
IRJET -  	  A Cyber-Physical System for Environmental Monitoring Based on IOTIRJET -  	  A Cyber-Physical System for Environmental Monitoring Based on IOT
IRJET - A Cyber-Physical System for Environmental Monitoring Based on IOTIRJET Journal
 
Automated Aeroponic Farming
Automated Aeroponic FarmingAutomated Aeroponic Farming
Automated Aeroponic FarmingIRJET Journal
 
RF Controlled Robot Using Advanced Sensors
RF Controlled Robot Using Advanced SensorsRF Controlled Robot Using Advanced Sensors
RF Controlled Robot Using Advanced SensorsIRJET Journal
 
Visible Light Communication
Visible Light CommunicationVisible Light Communication
Visible Light CommunicationIRJET Journal
 
ADVANCED POWER GENERATION USING PIEZO-SENSOR
ADVANCED POWER GENERATION USING PIEZO-SENSORADVANCED POWER GENERATION USING PIEZO-SENSOR
ADVANCED POWER GENERATION USING PIEZO-SENSORIRJET Journal
 
IRJET- Real Time Monitoring of Air Pollution
IRJET-  	  Real Time Monitoring of Air PollutionIRJET-  	  Real Time Monitoring of Air Pollution
IRJET- Real Time Monitoring of Air PollutionIRJET Journal
 
Development of Smart system for Monitoring Windmill
Development of Smart system for Monitoring WindmillDevelopment of Smart system for Monitoring Windmill
Development of Smart system for Monitoring WindmillIRJET Journal
 
IOT Based Environmental Pollution Monitoring System
IOT Based Environmental Pollution Monitoring SystemIOT Based Environmental Pollution Monitoring System
IOT Based Environmental Pollution Monitoring SystemIRJET Journal
 
IRJET- Intelligent Home Monitoring using IoT for Physically Challenged
IRJET- Intelligent Home Monitoring using IoT for Physically ChallengedIRJET- Intelligent Home Monitoring using IoT for Physically Challenged
IRJET- Intelligent Home Monitoring using IoT for Physically ChallengedIRJET Journal
 
IRJET - IoT based Air Quality Monitoring System
IRJET - IoT based Air Quality Monitoring SystemIRJET - IoT based Air Quality Monitoring System
IRJET - IoT based Air Quality Monitoring SystemIRJET Journal
 
IP Based Patient Monitoring System
IP Based Patient Monitoring SystemIP Based Patient Monitoring System
IP Based Patient Monitoring SystemIRJET Journal
 
IRJET- IoT based Industrial Level Sensor Data Acquisition & Monitoring
IRJET- IoT based Industrial Level Sensor Data Acquisition & MonitoringIRJET- IoT based Industrial Level Sensor Data Acquisition & Monitoring
IRJET- IoT based Industrial Level Sensor Data Acquisition & MonitoringIRJET Journal
 
Monitoring and Controlling Device for Smart Greenhouse by using Thinger.io Io...
Monitoring and Controlling Device for Smart Greenhouse by using Thinger.io Io...Monitoring and Controlling Device for Smart Greenhouse by using Thinger.io Io...
Monitoring and Controlling Device for Smart Greenhouse by using Thinger.io Io...ijtsrd
 
Automatic Room Lighting System
Automatic Room Lighting SystemAutomatic Room Lighting System
Automatic Room Lighting SystemIRJET Journal
 
IRJET- Intruder Detection Security System
IRJET- Intruder Detection Security SystemIRJET- Intruder Detection Security System
IRJET- Intruder Detection Security SystemIRJET Journal
 
IRJET- i-Stroller (Robot)
IRJET-  	  i-Stroller (Robot)IRJET-  	  i-Stroller (Robot)
IRJET- i-Stroller (Robot)IRJET Journal
 
IoT based Smart Helmet for unsafe event detection for mining industry
IoT based Smart Helmet for unsafe event detection for mining industryIoT based Smart Helmet for unsafe event detection for mining industry
IoT based Smart Helmet for unsafe event detection for mining industryIRJET Journal
 
Endothermic Process Monitoring and Control using IIOT
Endothermic Process Monitoring and Control using IIOTEndothermic Process Monitoring and Control using IIOT
Endothermic Process Monitoring and Control using IIOTIRJET Journal
 
IOT Virtual Doctor Robot for Online Doctor Consultation of Patient Healthcare...
IOT Virtual Doctor Robot for Online Doctor Consultation of Patient Healthcare...IOT Virtual Doctor Robot for Online Doctor Consultation of Patient Healthcare...
IOT Virtual Doctor Robot for Online Doctor Consultation of Patient Healthcare...IRJET Journal
 

Similar to Implementation of Low Cost Radon Measuring System for Air Quality Monitoring (20)

IRJET - A Cyber-Physical System for Environmental Monitoring Based on IOT
IRJET -  	  A Cyber-Physical System for Environmental Monitoring Based on IOTIRJET -  	  A Cyber-Physical System for Environmental Monitoring Based on IOT
IRJET - A Cyber-Physical System for Environmental Monitoring Based on IOT
 
Automated Aeroponic Farming
Automated Aeroponic FarmingAutomated Aeroponic Farming
Automated Aeroponic Farming
 
RF Controlled Robot Using Advanced Sensors
RF Controlled Robot Using Advanced SensorsRF Controlled Robot Using Advanced Sensors
RF Controlled Robot Using Advanced Sensors
 
Visible Light Communication
Visible Light CommunicationVisible Light Communication
Visible Light Communication
 
B010220709
B010220709B010220709
B010220709
 
ADVANCED POWER GENERATION USING PIEZO-SENSOR
ADVANCED POWER GENERATION USING PIEZO-SENSORADVANCED POWER GENERATION USING PIEZO-SENSOR
ADVANCED POWER GENERATION USING PIEZO-SENSOR
 
IRJET- Real Time Monitoring of Air Pollution
IRJET-  	  Real Time Monitoring of Air PollutionIRJET-  	  Real Time Monitoring of Air Pollution
IRJET- Real Time Monitoring of Air Pollution
 
Development of Smart system for Monitoring Windmill
Development of Smart system for Monitoring WindmillDevelopment of Smart system for Monitoring Windmill
Development of Smart system for Monitoring Windmill
 
IOT Based Environmental Pollution Monitoring System
IOT Based Environmental Pollution Monitoring SystemIOT Based Environmental Pollution Monitoring System
IOT Based Environmental Pollution Monitoring System
 
IRJET- Intelligent Home Monitoring using IoT for Physically Challenged
IRJET- Intelligent Home Monitoring using IoT for Physically ChallengedIRJET- Intelligent Home Monitoring using IoT for Physically Challenged
IRJET- Intelligent Home Monitoring using IoT for Physically Challenged
 
IRJET - IoT based Air Quality Monitoring System
IRJET - IoT based Air Quality Monitoring SystemIRJET - IoT based Air Quality Monitoring System
IRJET - IoT based Air Quality Monitoring System
 
IP Based Patient Monitoring System
IP Based Patient Monitoring SystemIP Based Patient Monitoring System
IP Based Patient Monitoring System
 
IRJET- IoT based Industrial Level Sensor Data Acquisition & Monitoring
IRJET- IoT based Industrial Level Sensor Data Acquisition & MonitoringIRJET- IoT based Industrial Level Sensor Data Acquisition & Monitoring
IRJET- IoT based Industrial Level Sensor Data Acquisition & Monitoring
 
Monitoring and Controlling Device for Smart Greenhouse by using Thinger.io Io...
Monitoring and Controlling Device for Smart Greenhouse by using Thinger.io Io...Monitoring and Controlling Device for Smart Greenhouse by using Thinger.io Io...
Monitoring and Controlling Device for Smart Greenhouse by using Thinger.io Io...
 
Automatic Room Lighting System
Automatic Room Lighting SystemAutomatic Room Lighting System
Automatic Room Lighting System
 
IRJET- Intruder Detection Security System
IRJET- Intruder Detection Security SystemIRJET- Intruder Detection Security System
IRJET- Intruder Detection Security System
 
IRJET- i-Stroller (Robot)
IRJET-  	  i-Stroller (Robot)IRJET-  	  i-Stroller (Robot)
IRJET- i-Stroller (Robot)
 
IoT based Smart Helmet for unsafe event detection for mining industry
IoT based Smart Helmet for unsafe event detection for mining industryIoT based Smart Helmet for unsafe event detection for mining industry
IoT based Smart Helmet for unsafe event detection for mining industry
 
Endothermic Process Monitoring and Control using IIOT
Endothermic Process Monitoring and Control using IIOTEndothermic Process Monitoring and Control using IIOT
Endothermic Process Monitoring and Control using IIOT
 
IOT Virtual Doctor Robot for Online Doctor Consultation of Patient Healthcare...
IOT Virtual Doctor Robot for Online Doctor Consultation of Patient Healthcare...IOT Virtual Doctor Robot for Online Doctor Consultation of Patient Healthcare...
IOT Virtual Doctor Robot for Online Doctor Consultation of Patient Healthcare...
 

More from ijtsrd

‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementationijtsrd
 
Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...ijtsrd
 
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and ProspectsDynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and Prospectsijtsrd
 
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...ijtsrd
 
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...ijtsrd
 
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...ijtsrd
 
Problems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A StudyProblems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A Studyijtsrd
 
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...ijtsrd
 
The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...ijtsrd
 
A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...ijtsrd
 
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...ijtsrd
 
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...ijtsrd
 
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. SadikuSustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadikuijtsrd
 
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...ijtsrd
 
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...ijtsrd
 
Activating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment MapActivating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment Mapijtsrd
 
Educational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger SocietyEducational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger Societyijtsrd
 
Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...ijtsrd
 
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...ijtsrd
 
Streamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine LearningStreamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine Learningijtsrd
 

More from ijtsrd (20)

‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation
 
Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...
 
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and ProspectsDynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
 
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
 
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
 
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
 
Problems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A StudyProblems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A Study
 
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
 
The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...
 
A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...
 
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
 
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
 
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. SadikuSustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
 
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
 
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
 
Activating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment MapActivating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment Map
 
Educational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger SocietyEducational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger Society
 
Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...
 
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
 
Streamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine LearningStreamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine Learning
 

Recently uploaded

URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppCeline George
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfchloefrazer622
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsKarinaGenton
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
PSYCHIATRIC History collection FORMAT.pptx
PSYCHIATRIC   History collection FORMAT.pptxPSYCHIATRIC   History collection FORMAT.pptx
PSYCHIATRIC History collection FORMAT.pptxPoojaSen20
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting DataJhengPantaleon
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
MENTAL STATUS EXAMINATION format.docx
MENTAL     STATUS EXAMINATION format.docxMENTAL     STATUS EXAMINATION format.docx
MENTAL STATUS EXAMINATION format.docxPoojaSen20
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsanshu789521
 
Micromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of PowdersMicromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of PowdersChitralekhaTherkar
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAssociation for Project Management
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesFatimaKhan178732
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 

Recently uploaded (20)

URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website App
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its Characteristics
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
PSYCHIATRIC History collection FORMAT.pptx
PSYCHIATRIC   History collection FORMAT.pptxPSYCHIATRIC   History collection FORMAT.pptx
PSYCHIATRIC History collection FORMAT.pptx
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
MENTAL STATUS EXAMINATION format.docx
MENTAL     STATUS EXAMINATION format.docxMENTAL     STATUS EXAMINATION format.docx
MENTAL STATUS EXAMINATION format.docx
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha elections
 
Micromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of PowdersMicromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of Powders
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across Sectors
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and Actinides
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 

Implementation of Low Cost Radon Measuring System for Air Quality Monitoring

  • 1. International Journal of Trend in Scientific Research and Development (IJTSRD) Volume 4 Issue 2, February 2020 Available Online: www.ijtsrd.com e-ISSN: 2456 – 6470 @ IJTSRD | Unique Paper ID – IJTSRD30075 | Volume – 4 | Issue – 2 | January-February 2020 Page 579 Implementation of Low-Cost Radon Measuring System for Air Quality Monitoring Jun-Yong Kim, Gyu-Sik Kim Department of Electrical and Computer Engineering, University of Seoul, Seoul, Korea ABSTRACT Because inhaling radon and its radioactive-decay products causes irradiation of lung tissue, the radon data obtained fromhousesandworkplacesneedto be transferred using Wi-Fi and the Internet to a database on a radon-monitoring server system. To do this, a PIN photodiode radon measuring system was implemented and the ESP8266 Wi-Fi module was used for wireless communication. Through some experimental studies,we showedthatthedata transmission using these Wi-Fi modules was very successful. KEYWORDS: radon, Wi-Fi, PIN photodiode, radon monitoring, wireless communication How to cite this paper: Jun-Yong Kim | Gyu-Sik Kim"ImplementationofLow-Cost Radon Measuring System for Air Quality Monitoring" Published in International Journal of Trend in Scientific Research and Development (ijtsrd), ISSN: 2456- 6470, Volume-4 | Issue-2, February 2020, pp.579-582,URL: www.ijtsrd.com/papers/ijtsrd30075.pdf Copyright © 2019 by author(s) and International Journal ofTrendinScientific Research and Development Journal. This is an Open Access article distributed under the terms of the Creative CommonsAttribution License (CC BY 4.0) (http://creativecommons.org/licenses/by /4.0) I. INRODUCTION Radon is an invisible, odorless, and chemically inactive radioactive gas produced by the decay of uranium ore. Becauseitisinertand does notchemicallybondtoelements,it is released from soil into the atmosphere. Radon is emitted almost everywhere on earth, but some geographical regions have a higher concentration than others do. When radon decays, it releases alpha particles with energy of 5.5 Mega- electrovolts (MeV). Because inhaling radon and its radioactive-decay products causes irradiation of lung tissue, prolonged exposure to a high concentration of radon significantly increases the risk of developing cancer. It has been reportedthatthe U.S.Environmental ProtectionAgency estimates that exposure to naturally occurring radon leads to 21,000 lung cancer deaths nationwide each year, making radon the nation's primary environmental health threat, second only to cigarette smoking, as a cause of fatal lung cancer. Various types of equipment and components have been proposed for use in effective radon detection [1, 2, 3, 4, 5]. In this paper, a radon counter using a PIN photodiode radon-sensor modulewas discussed.Usingalinearregression analysistechnique, the measuredradoncountsperhourofthe implemented PIN photodiode radon counters could be calibrated toBq/m3 which is a unit of radonconcentration by comparing with the measured radon concentration data of RAD7. This radon counter can be used to measure radon concentration of the indoor air in houses and workplaces. A radon monitoring and alarm system was also discussed [6]. The data collected by the radon counters in houses and workplaces was transferred using Wi-Fi and the Internet to a radon-monitoring databasecreatedona server,whichstored client data, specifically, names, addresses, phone numbers, email addresses, and radon-counter serial numbers. If the measured radonconcentrationwasover148Bq/m3 forseven consecutive days, it sent a warning message to the client. If this radon remote-sensing Wi-Fi-based monitoring system is used inarmy barracks,classrooms,andcountryhouseswhere there is a risk of high levels of radon exposure, soldiers, students, and residents could be protected from the dangers of radon exposure. II. Air Quality Monitoring Using Radon Data 2.1. Radon measuring systems: A commercial PIN photodiode can be used to detect radiation, and particularly, alpha particles. It is low cost, has good quantum efficiency, and good energy resolution. It can also work with a low bias voltage. A PIN photodiode is more widely used than a conventional photomultipliertube(PMT) because it requires less biasing to operate and it is very compact. The PIN photodiode sensor module showninFig.1 was used to detect radon gas in our tests. Module size 43 x43 mm Sensor size 10 x 10 mm Fig.1. PIN photodiode sensor module IJTSRD30075
  • 2. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID – IJTSRD30075 | Volume – 4 | Issue – 2 | January-February 2020 Page 580 The Mega 2560 is a microcontroller board based on the Atmega 2560. It has 54 digital input/output pins (of which 15 can be used as Pulse Width Modulation (PWM) outputs), 16 analog inputs, 4 UARTs (hardware serial ports),a 16MHz crystal oscillator, a USB port, a power jack, an in-circuit serial programming (ICSP) header, and a reset button. It contains everything needed to support the microcontroller; it just needs to be connected to a computer with a USB cable or powered with an AC-to-DC adapter or battery. The Mega 2560 board is compatible with most shields designedforthe Uno and the older Duemilanove and Diecimila boards. The board is shown in Fig. 2 Fig.2. Arduino Mega 2560 board 2.2. Assembling of modules: In our experiments, we used a radon counter assembled from very low-cost consumerelectronics.Thecircuitdesigns for the power, high voltage generator, LCD, switch, LED, buzzer, microprocessor control unit (MCU), and sensor circuit was done. Using these circuitdiagrams,wedeveloped the PIN photodiode radon-counter printed circuit board (PCB) layout shown in Fig. 3 (a). We then assembled the PIN photodiode radon counter shown in Fig. 3 (b). (a) (b) Fig.3. PCB layout (a) and assembled PIN photodiode radon counter (b) Fig.4. ESP8266 Wi-Fi module 2.3. Wi-Fi modules: The ESP8266 Wi-Fi module is a self-contained system-on- chip (SOC) with integrated TCP/IP protocol stacks that can give any microcontroller access to a Wi-Fi network. The ESP8266 is capable of either hosting an application or offloading all Wi-Fi networking functions to another application processor. Each ESP8266 module comes pre- programmed with AT Command Set firmware, meaning the module can be hooked up to an Arduino device with about the same Wi-Fi ability as a Wi-Fi shield. The ESP8266 module is an extremely cost-effective boardwitha huge,and ever growing, communityof users.Thismodulehaspowerful enough on-board processing and storage capability to allow it to be integrated with the sensors and other application- specific devices through its general-purpose input/outputs (GPIOs), with minimal development up-front and minimal loading during runtime. Its high degree of on-chip integration allows for minimal external circuitry. The front- end module is designed to occupy minimal PCB space. The ESP8266 Wi-Fi module is shown in Fig. 4. (a) (b) Fig.5. Interface of the ESP8266 Wi-Fi module to Arduino MCU The logic connections betweentheArduinoandtheESP8266 are very simple: the ESP Rx connects to the Arduino Tx, and the ESP Tx connects to the Arduino Rx; however, the ESP8266 runs off 3.3V, while Arduino pins run off5V.Before connecting them, it is necessary to provide a way to reconcile these voltages, or the ESP might be damaged. In order to adjust the voltage between the Tx/Rx pins, a simple resistor circuit was used as shown in Fig. 5. Either Access Point (AP) mode or Station mode (for the ESP8266) was chosen by the command of ArduinoMCU.Station modeisthe default-operating mode for the ESP8266 adapter. In this mode, the ESP8266 adapter operates as a client that connects to a Wi-Fi access point. This mode is used to connect a Wi-Fi adapter to a wireless network. In AP mode, the adapter acts as an access point enabling other Wi-Fi adapters to connect to it; therefore, the adapter can be used to create one’s own wireless network. In Station mode, the ESP8266 Wi-Fi module receives the measured radon- concentration data from the radon counter’s MCU using serial communication. It then sends the data to the radon monitoring server system over the Internet. The ESP8266 Wi-Fi module connected to the implemented radon counter is shown in Fig. 6. The implemented radon measuringsystem with ESP8266 Wi-Fi module is shown in Fig. 7.
  • 3. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID – IJTSRD30075 | Volume – 4 | Issue – 2 | January-February 2020 Page 581 Fig.6. ESP8266 Wi-Fi module connected to the implemented radon counter Fig.7. Radon measuring system with ESP8266 Wi-Fi module 2.4. Radon monitoring and warning system: For our experiments, we used a radon measuring system with a PIN photodiode radon-sensor module. These were used to measure the radon concentration of indoor air in houses and workplaces. A radon monitoring and alarm system was also used. The radon concentration data obtained from houses and workplaceswastransferredusing Wi-Fi and the Internet to a database on a radon-monitoring server system (Fig. 8). Fig. 9 shows the screen shot of radon monitoring system Fig.8. Concept of Wi-Fi based radon monitoring Fig.9. Screen shot of radon monitoring system Figure 10 shows the results of monitoring the radon concentration data of the building A. The radon concentration is measured for about 100 hours. The radon concentration on the first basement floor was above the standard of 148 Bq/m3 . Figure 11 shows the results of monitoring the radon concentration data of the building B. On the ground, there is a shopping mall that has been closed down, and the building is being usedasa substationfrom the fourth to sixth basement levels. As an unmanned substation where no one resides, there is a closed monitoring room on the fourth basement floor, a transformer room on the fifth basement floor, and a cable processing room on the sixth basement floor, which is an air passageway called the equipment return entrance, tomeasureradonconcentration in a relatively open area. The problem is judged to have occurred because the fourth basement floor has exceeded the reference level and is enclosed. (x-axis : hour, y-axis : Bq/m3 ) (blue line : first basement floor, red line : ground floor, green line : fifth floor) Fig.10. Radon data of the building A (x-axis : hour, y-axis : Bq/m3 ) (blue line : fourth basement floor, red line : fifth basement floor, green line : sixth basement floor) Fig.11. Radon data of the building B
  • 4. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID – IJTSRD30075 | Volume – 4 | Issue – 2 | January-February 2020 Page 582 III. Concluding Remarks Because inhaling radon and its radioactive-decay products causesirradiationoflungtissue, prolongedexposuretoahigh concentration of radon significantly increases the risk of developingcancer. So,the radonconcentrationdata obtained from houses and workplaces need to be transferred using Wi-Fi and the Internet to a database on a radon-monitoring server system. To do this, a radon counter using a PIN photodiode radon-sensor module was implemented and the ESP8266 Wi-Fi module was used. Through some experimental studies, we showed that the data transmission using these Wi-Fi modules was very successful. Acknowledgment This work was also supported by the National Research Foundation of Korea (NRF) grant funded by the Korea government (MSIP) (No. 2019R1H1A 2101157). References [1] A. Martín-Martín, et al., “Radon measurements with a PIN photodiode,” Applied Radiation and Isotopes, vol.64, pp.1287-1290, 2006. [2] Han Soo Kim, Se Hwan Park, Jang Ho-Ha, Dong-Hoon Lee, and Seung Yeon Cho, “Characteristics of a fabricated PIN photodiode for a matching with a CsI(TI) scintillator,” IEEE Trans. Nucl. Sci., vol.l57,no.3, pp.1382-1385, 2010. [3] S. Folea, M. Hulea, G.Mois, V. Cosma, “Wi-Fi portable solution for distributed radon measurements,” Rom. Journ. Phys., vol.58, s126-s139, 2013. [4] Gyu-Sik Kim, Tae-Gue Oh and Jae-Hak Kim, “Implementation of a PIN photodiode radon counter,” Global Journal of Engineering Science and Researches, vol.3, no.1, pp.58-63, 2016. [5] Chungyong Kim, Gyu-Sik Kim, “Implementation of a radon counter measuring apparatus using CCD image sensor module,” International Journal of Trend in Scientific Research and Development, vol. 2, no.4, pp.1194-1197, May-Jun, 2018. [6] D. C. Nita, M. Moldovan, T. Sferle, V.D. Ona, and B.D. Burghele, “Radon concentrations in water and indoor air in north-west regions of Romania,” Rom. Journ. Phys., vol.58, s196-s201, 2013.