You are on page 1of 5

2019 IEEE International Conference on Signals and Systems (ICSigSys)

Development of Lightning Detector System Using


Multistation Method
Sulkhi(1), Sastra Kusuma Wijaya(2a), Syamsu Rosid(3), Mohamad Ma’ruf Bada(4)
(1,2,3)
Departement of Physics, Faculty of Mathematic and Sciences, Universitas Indonesia Depok 16424, Indonesia
(4)
Meteorological, Climatological, and Geophysical Agency
(1)
sulkhi@sci.ui.ac.id, skwijaya@sci.ui.ac.id, (3) syamsu.rosid@ui.ac.id, (4) moh.marufbada@gmail.com
(2)
(a)
Corresponding Author

Abstract— Lightning is an electrification event that occurs stations [9, 10, 11]. Where in fact, the technique of measuring
due to the release of high-voltage induction loads from the lightning with multi station is considered as the most accurate
Cumulonimbus (Cb) cloud. Induction load may occur between technique in determining the location of lightning strikes.
cloud to cloud, between clouds to the ground, between clouds to Therefore, this research use three lightning detectors in order
the air and lightning within the cloud (intracloud). The process
to obtain a more accurate lightning data.
of lightning to strike the ground constantly travel through the
shortest distance with the smallest electrical resistance. The technique of measuring lightning with multi station
Lightning strikes may cause serious impacts such as the damage is considered as the most accurate technique in determining
to electronic circuits, telecommunications interference and the location of lightning strikes. One of the widely used multi
fatalities. This research aims to create an independent lightning station techniques is the Magnetic Direction Finding (MDF)
detection system with a multi-station method that records the [12, 13]. Time of Arrival (ToA) method that has been applied
lightning radius detected from several stations to determine the to several lightning location systems in the world, generally
coordinate point of the lightning. This research has succeeded in by using the hyperbole formula which is improved by the
creating a lightning detector with a minimum distance of 1 km numerical method [14, 15], [16].
and a maximum distance of 40 km.
In this research, the process of determining the location
Keywords— Lightning detector, multistation, thunder click. of lightning strike is when a lightning strike occurs within the
range of multistation sensor system, where each sensor may
I. INTRODUCTION accordingly record the radius of the lightning strike. From the
three radius readings by the sensor, the radius reading of each
Indonesia is located in the equator region with a high sensor can be drawn with a circle, where a point of
number of lightning events. The potential lightning strikes is intersection is obtained from the three radius circles, this is
highly dangerous for objects closest to the cloud and causes when the strike occurs.
various types of breakdown, fatalities, damage to electric Indonesia still utilized a foreign manufacturing
train networks, damage to aircraft, telecommunications instruments for their lightning detection systems, therefore
networks, electricity networks, electronic systems and so understanding the working principles, maintenance and
forth [1,2]. Lightning strikes may occur directly or indirectly. improvement of lightning detection systems is not optimal.
Lightning phenomena occur due to a greatly large amount of By using commercially available components with more
loads bounding caused by the differences in load between economical prices, a more efficient, independent lightning
clouds and earth [3]. detectors are expected to be produced.
Lightning is the release of high electric currents in the
atmosphere with a distance of several kilometers. The release II. LIGHTNING DETECTION MULTISTATION SYSTEM
of electric current initiated with the separation of positive and
negative loads within the cloud. The process of load The working principle of the multistation sensor system
separation induced the positive load to be distributed at the in obtaining lightning coordinate points is similar to the three-
top of the cloud while the negative load being distributed at circle heavyline graphical method to determine the
the bottom part. The negative load at the bottom of the cloud earthquake epicenter. The three-circle heavy line graphical
is drawn by the earth's gravity which causes the release of method uses P and S wave arrival data from several recording
charge, therefore lightning occurs [4]. Lightning releases stations, with at least three recording stations. For example,
high electric current in a short period of time. It is estimated three recording stations S1, S2 and S3, each recording station
that lightning releases an electric current of 80,000 A in one is made as the center of the circle with the radius of r1, r2,
stroke, whereas the total average power released and r3 [17]. The epicenter coordinate E is the intersection of
simultaneously by lightning in one stroke is around 106 W. the heavy lines of the three circles shown in Figure 1.
This power release occurs in objects with a short period of The application of the three-circle center point graphical
time, namely 0.5 seconds for several strikes [5, 6, 7] method is used to determine the location of lightning strike
Lightning is a part of the atmospheric dynamics process, points, when a lightning strike occurs within the range of the
particularly cloud microphysics, therefore it can be used as a multistation sensor system area (gray area in Figure 2), then
characteristic and identification of weather conditions, each Thunder Click sensor will record a lightning strike
understanding the characteristics of lightning in thunder radius. Of the three radius readings by the sensor, an
clouds may provide an overview of the structure and intersection point of the three circles are obtained as the
development of clouds therefore it can assist extreme weather location of the lightning strike.
analysis [8]. In general, some previous research used single

978-1-7281-2177-2/19/$31.00 ©2019 IEEE 126


2019 IEEE International Conference on Signals and Systems (ICSigSys)

Fig 3. Thunder Click module

Fig 1. Three-circle heavy line method

Fig 4. Location distance estimation of lightning

Fig 2. Multistation sensor method of lightning detector

III. METHODS
A. System Design
The design of a multistation lightning detection system
consists of several parts, namely analysis of sensor
characteristics, program making, acquisition of the
microcontroller, storage on the SD card, displaying lightning
radius readings on one station on the data logger LCD and PC
through the GUI, determination of lightning coordinates to
the mapping of the lightning.
This system used the Thunder Click Module which is Fig 5. Block Diagram of the system
shown in Figure 3, namely a sensor module to detect
lightning. This module consists of coil antenna in the form of Figure 5 describes the overall workflow of the system with
MA5532 and IC AS3935 lightning sensor. This the functions of each block diagram, which includes:
communication module uses the Serial Peripheral Interface a. Thunder Click sensor module to detect light from
(SPI) with an operating voltage range from 3.3 to 5 volts. lightning.
The thunder click sensor has the ability to detect storm b. ATmega2560 microcontroller embedded in the
distance estimation of up to 40 km. Convertion from binary Arduino Mega2560 board as the center for processing
data to register the distance in kilometers. The register is used the output signal from the sensor.
at 0x07 [5:0] with a value of 000001 = 1 km to the value of c. RTC module as a timer for data provider.
101000 = 40 km as well as the value of 111111 which
indicates that lightning is out of range or located more than d. 20x4 LCD module as a real-time data display of one
40 km. sensor on a datalogger.
The sensor can detect the presence of storm from lightning e. The computer as a display and stores lightning data
activity and provide an estimate of the closest distance from through the GUI. The computer is also a lightning data
the location of the lightning event towards the sensor shown processing media that determines the point of lightning
in Figure 4. strike.

978-1-7281-2177-2/19/$31.00 ©2019 IEEE 127


2019 IEEE International Conference on Signals and Systems (ICSigSys)

f. VDC power supply as a voltage source of sensor


module and data logger hardware.
The working principle of this lightning detection system
is when a lightning strike occurs in the detection area, the
MA5532 coil antenna on the Thunder Click sensor module
captures light waves emitted by lightning to be further
processed by IC AS3935. The output signal from the Thunder
Click sensor module is a digital signal which is then processed
by the Atmega2560 microcontroller and displayed on the LCD
in the radius value. The time data for the occurrence of
lightning is obtained from the RTC module installed on the
microcontroller. The time and distance data of lightning sent
from the logger to the computer via serial communication,
which is then stored and displayed on the computer GUI in the Fig 7. Lightning Detector displays on the web server
form of lightning time and lightning distance radius from the
sensor. Figure 7. show the Graphical User Interface (GUI) of
The design flow of multistation lightning detection lightning detector consists of map data display of the location,
system program explains the processing of data from the time, and distance of the lightning location.
sensor module output until the output data is displayed on the
LCD and sends the data to the computer via a USB serial port. IV. RESULTS AND DISSCUSSION
The system flowchart in the Figure 6 above explains the A. SENSOR RESPONSE TEST
process of starting the hardware initialization program, which The method used for testing the AS3935 Thunder Click
includes the entire hardware used, namely determining the sensor module is by providing stimulants in the form of a
Arduino pin to the lightning sensor module, RTC module, small electric charge bound from electric fire engines and
LCD module, serial and SD card module. If lightning occurs motor spark plugs. The sensor detects stimulants as noise or
within the sensor range (40 km) the sensor captures disturber as shown in Table 1.
electromagnetic waves from lightning. The microcontroller
processes the calculation of the lightning distance from the TABLE 1. THE RESULT OF THE AS3935 THUNDER CLICK SENSOR
sensor and retrieves data of the lightning event from the RTC MODULE TESTING
module. The resulting data is stored on the computer via USB
cable and SD card in the data logger. Lightning coordinate The distance of Sensor response towards stimulants
data is used for mapping the distribution of lightning. Test sensor to the
Electric engine Spark plugs
stimulants (cm)
1 5 Disturber Disturber
2 10 Disturber Disturber
3 15 Not detected Disturber
4 20 Not detected Not detected
5 25 Not detected Not detected
6 30 Not detected Not detected

B. TESTING THE LIGHTNING DETECTOR SYSTEM


The test is carried out to determine the overall working
system towards the lightning. The lightning detection system
testing is carried out by placing three sensors in different
locations.
• Lokation 1 (LD pondok Betung) in the Jl. Pandan No.2,
Kelurahan Pondok Betung, Kecamatan Pondok Aren,
Kota Tangerang Selatan
• Lokation 2 (LD Depok) in the Perumahan Pondok tirta
mandala blok A1 no 18, Cilodong, Depok.
• Lokation 3 (LD Bekasi) in the Perumahan Graha
Cibubur view blok Sentani no. E17, Jatisampurna,
Bekasi.

Fig 6. System Programming Flow chart

978-1-7281-2177-2/19/$31.00 ©2019 IEEE 128


2019 IEEE International Conference on Signals and Systems (ICSigSys)

TABLE 4. LIGHTNING DETECTED BY SENSOR IN DEPOK

LD in Depok
Event R
Status Time
(km)
… … … …
… … … …
Lightning
1 14 25/01/2019 15:56:50
Detected
Lightning
2 29 25/01/2019 15:58:40
Detected
Lightning
3 14 25/01/2019 15:55:31
Detected
Fig 8. Location of Light Detector Testing
… … … …
… … … …
The testing method of the lightning detection system is
to set the three sensors in different places to form a triangle,
therefore it is expected that this system can reach the TABLE 5. RESULTS OF CALCULATION OF LIGHTNING
COORDINATE POINT
maximum detection area. System testing is carried out on 25
January 2019, at 3:00 p.m. The test results has successfully
detected the occurrence of lightning as shown in Table 2, 3, Event Lightning Coordinate
4, and 5.
1 -6.521 106.84733
TABLE 2. LIGHTNING DETECTED BY SENSOR IN PONDOK 2 -6.412 106.6932
BETUNG 3 -6.487 106.7474

LD in Pondok Betung The results of the lightning radius detection of the three
Event R sensors is then collected to calculate the lightning coordinate
Status Time points shown in Table 5. The visualization of coordinate point
(km)
… … … … of the lightning events at each location of the lightning event
detected by the sensors are shown in Figures 9, 10 and 11.
… … … …
Lightning
1 31 25/01/2019 15:56:20
Detected
Lightning
2 20 25/01/2019 15:58:43
Detected
Lightning
3 24 25/01/2019 16:55:25
Detected
… … … …
… … … …

TABLE 3. LIGHTNING DETECTED BY SENSOR IN BEKASI

LD in Bekasi
Fig 9. Lightning coordinate of the 1st event
Event R
Status Time
(km)
… … … …
… … … …
Lightning
1 22 25/01/2019 15:56:49
Detected
Lightning
2 21 25/01/2019 15:58:39
Detected
Lightning
3 25 25/01/2019 16:55:31
Detected
… … … …
… … … …

Fig 10. Lightning coordinate of the 2nd event

978-1-7281-2177-2/19/$31.00 ©2019 IEEE 129


2019 IEEE International Conference on Signals and Systems (ICSigSys)

ACKNOWLEDGMENT
The research was supported by the grant of PITTA - B
number NKB-0666/UN2.R3.1/HKP.05.00/2019 (Publikasi
Internasional Terindeks untuk Tugas Akhir Mahasiswa) of
Universitas Indonesia, 2019. We would like to acknowledge
the Centre for State College of Meteorology, Climatology
and Geophysics of BMKG for supporting the hardware,
quipments and database.
REFERENCES
[1] G. Lei, P. Jiexiang, “Distribution regularities of cloud-to-ground li
ghtning in urban and rural landforms,” Meteorological Science and
Technology, vol.37, 2009, pp.729-733.
[2] Boonstra, Rudger, “Validation of SAFIR/FLITS lightning detection
Fig 11. Lightning coordinate of the 3rd event system with railway-damage reports,” Master Thesis, Royal
Netherlands Meteorological Institute, 2008.

[3] Zoro, R. “Induksi dan Konduksi Gelombang Elektromagnetik Akibat


Petir Pada Jaringan tegangan Rendah”. Makalah Institut Teknologi
Bandung 13 (1), pp. 25-32, 2009.
[4] Uman, M.A., “The Lightning Discharge,” Mineola, New York, Dover
Publications.inc, 2001.
[5] Valdivia, J.A., “The Physics of High Altitude Lightning,” Disertasi,
Department of Physics, University of Maryland, Maryland, 1997.
[6] Hutchins, M.L., Holzworth, R.H., Rodger, C.J., dan Brundell, J.B., “Far-
Field Power of Lightning Strokes as Measured by the World Wide
Lightning Location Network,” Journal of Atmosphere Oceanic
Technology., Vol. 29, pp. 1102–1110, 2012.
[7] Zheng, D., Zhang, Y., Meng, Qing, Chen, L., dan Jianru, C,
“Climatological Comparison of Small and Large-Current Cloud-to-
Ground Lightning Flashes over Southern China,” Journal of Climate,
Vol. 29, pp. 2831–2848, 2016.
[8] Zulkarnain A.M, Aulia, Nouruddeen Bashir and Novizon, “Lightning
Fig 12. Comparison of lightning detector Boltek2000 with designated Location and Mapping System Using Time Difference of Arrival
LD (TDoA) Technique,” Practical Applications and Solutions Using
LabVIEW™ Software, Dr. Silviu Folea (Ed.), ISBN: 978-953-307-650-
The observations of coordinates of the lightning event 8, InTech. 2011.
were compared with the results of lightning sensor readings [9] Fitriani, R., “Relationship between CG (Cloud-to-Ground) Lightning
and Convective Cloud Lightning Activities,” ITB. Bandung. Thesis of
from the Class I Geophysical Station Tangerang, namely the the Meteorology Study Program ITB, 2013.
Boltek 2000 Lightning Detector using .kml data files. Figure [10] Fansury, G. H. “Relationship of Rainfall Cloud-to-ground (CG)
12 presents a comparison regarding the location of the second Activities in Bogor,” ITB. Bandung, Thesis of the Meteorology Study
lightning strike instrument, the Boltek 2000 Lightning Program ITB, 2013.
[11] Septiadi, D., dan Hadi, S., “Characteristics of Lightning Related to
Detector of the lightning point is indicated by a red crossed Heavy Rainfall in the area of Bandung, West Java,” Jurnal Meteorologi
white box, and the designated Lightning Detector is marked dan Geofisika Vol 12 (2), pp. 163 – 170, 2011.
with a lightning icon. The results of the comparison indicated [12] Ibrahim, W. I., dan Ghazali, M. R., “Measurements of Electric and
that there are 2 out of 3 lightning events at the same Magnetic Fields due to Lightning Strokes Based on Single-station
Detection”. University Malaysia Pahang, 1-6, 2013.
coordinates. Determining the location of lightning using the [13] S. Mulyadi and A. Hazmi, “Lightning Detection with Magnetic
multistation method is more accurate than siglestation. Direction Finder Method,” National Journal of Electrical
Engineering,Vol. 3 (2), University Andalas, Padang, 2015.
V. CONCLUSION [14] T. Dasrinal, “Multistation Lightning Detection System with Time of
Arrival Method,” Jurnal National Journal of Electrical Engineering,Vol.
The designated lightning detector device can be used to 4 (1), Universitas Andalas, Padang, 2015.
detect lightning with lightning distance parameters from the [15] W. M. Organization, Guide to meteorological instruments and methods
tool, the date and time of lightning events, and system- of observation. Secretariat of the World Meteorological Organization,
readable noise. This tool can detect lightning with a minimum 2014.
distance of 1 km and a maximum distance of 40 km. Lightning [16] T. Lu, M. Chen, Y. Du and Z. Qiu, “A Statistical Approach for Site
Error Correction in Lightning Location Networks with DF/TOA
data identified is displayed in real time on the 20x4 LCD and Technique and Its Application Results” in Atmospheric Research, 184
GUI application on the computer. Lightning data detected can 103-111, 2017.
be stored on a computer with .xlsx format through the MySQL [17] Rasmid and R. Imam, 2014, “Interpretation of the Epicenter and
database. Hypocenter of the Lembang Fault,Al-HAZEN,” Jurnal of Physics Vol.
1 (1), Universitas Islam Negeri Sunan Gunung Djati, Bandung, 2014.

978-1-7281-2177-2/19/$31.00 ©2019 IEEE 130

You might also like