SlideShare a Scribd company logo
1 of 9
Download to read offline
Geosci. Instrum. Method. Data Syst., 6, 319–327, 2017
https://doi.org/10.5194/gi-6-319-2017
© Author(s) 2017. This work is distributed under
the Creative Commons Attribution 3.0 License.
Magnetogama: an open schematic magnetometer
Wahyudi1, Nurul Khakhim2, Tri Kuntoro3, Djati Mardiatno2, Afif Rakhman1, Anas Setyo Handaru1,
Adien Akhmad Mufaqih1, and Theodosius Marwan Irnaka1
1Geophysics Laboratory, Universitas Gadjah Mada, Yogyakarta, Indonesia
2Faculty of Geography, Universitas Gadjah Mada, Yogyakarta, Indonesia
3Electronics and Instrumentation Laboratory, Universitas Gadjah Mada, Yogyakarta, Indonesia
Correspondence to: Wahyudi (wahyudi_mipa@ugm.ac.id)
Received: 1 November 2016 – Discussion started: 6 February 2017
Revised: 13 July 2017 – Accepted: 26 July 2017 – Published: 5 September 2017
Abstract. Magnetogama is an open schematic hand-
assembled fluxgate magnetometer. Compared to another
magnetometer, Magnetogama has more benefit concerning
its price and its ease of use. Practically Magnetogama can
be utilized either in land or attached to an unmanned aerial
vehicle (UAV). Magnetogama was designed to give open ac-
cess to a cheap and accurate alternative to magnetometer sen-
sor. Therefore it can be used as a standard design which is
directly applicable to the low-budget company or education
purposes. Schematic, code and several verification tests were
presented in this article ensuring its reproducibility. Magne-
togama has been tested with two kind of tests: a compari-
son with two nearest observatories at Learmonth (LRM) and
Kakadu (KDU) and the response of magnetic substance.
1 Introduction
A magnetometer is a device which can record magnetic field
at the specific location where the measurement is conducted.
Several types of magnetometer exist, such as proton preces-
sion magnetometer (PPM) (Serson, 1962; Tyagi et al., 1983),
fluxgate magnetometer (Primdahl, 1979), superconducting
quantum interference device (SQUID) (Drung et al., 1990;
Fagaly, 2006; Cleuziou et al., 2006) and Hall magnetometer
(Peeters and Li, 1998). The fluxgate magnetometer has ad-
vantages over PPM in terms of measuring magnetic field am-
plitude and direction, and it has a higher sampling rate. With
the main purpose of measuring the earth’s magnetic field, the
fluxgate magnetometer has sufficient accuracy in a compact
form; the SQUID magnetometer, in contrast, needs liquid he-
lium to operate but has very high accuracy.
Geophysicists need a magnetometer which is portable and
has sufficient accuracy. The PPM and fluxgate are two types
of magnetometers that meet these criteria. A commercial
magnetometer is usually already equipped with a data log-
ger and acquisition system. Those magnetometers have been
calibrated, tested and are ready to be used in exploration with
sufficient accuracy and stability. Unfortunately, with all those
benefits, the price is usually quite high. This aspect is disad-
vantageous for those beginning to learn geomagnetic meth-
ods.
Magnetogama is a device which combines a proprietary
fluxgate magnetic sensor with a widely available microcon-
troller and an analog-to-digital converter (ADC). It has an
open schematic, algorithm and source code, enabling every-
one to build their version of a magnetometer. Magnetogama
is easy to assemble and beneficial compared to the other
complete magnetometers concerning price and suitability for
both general and unmanned aerial vehicle (UAV) magnetic
surveys. Magnetogama is designed to be as efficient and ef-
fective as possible. Besides the advantage of accurate read-
ing, Magnetogama also has an easy-to-use interface. Mag-
netic reading and location data can be stored automatically
in its nonvolatile memory.
2 Components
In order to properly function as a complete magnetometer,
there are at least six main components that must be assem-
bled, i.e., magnetic sensor, microcontroller, ADC, data stor-
age, positioning device, power supply and user input–output
(I/O).
Published by Copernicus Publications on behalf of the European Geosciences Union.
320 Wahyudi et al.: Magnetogama
Figure 1. FGM3D fluxgate magnetometer sensor.
2.1 Fluxgate FGM3D/100 sensor
A fluxgate magnetic sensor is the main component of this
magnetometer. Choosing a lightweight sensor with sufficient
accuracy that is low powered and less prone to error is a
key point in this consideration. The FGM3D sensor from
SENSYS GmbH (Fig. 1) has several advantages, including
its waterproof (IP65 certification) and all-weather measure-
ment condition. FGM3D is a three-axis sensor with a core
ring type, equipped with a feedback system. Receiving mag-
netic field as its input, this sensor’s output is a three-channel
analog signal. Each channel represents a vector component
from magnetic field vector input. This transfer function has
a sensitivity as small as 0.1 mV nT−1 with a range from −10
to 10 V.
2.2 Microcontroller
The microcontroller is the main processor and interconnec-
tor of the whole system. All hardware is assembled and con-
nected to this microcontroller. Software which manages ac-
quisition is also installed in this microcontroller. The Ar-
duino platform is one of the most popular and easy-to-use
programmable microcontrollers. Utilizing a programmable
microcontroller ensures easy reproducibility. Arduino Mega
2560 R3 is used here; it is a development board with the AT-
mega2560 microcontroller as its core. It is equipped with 54
digital I/O pin, 16 ADC, 4 serial gates, 16 MHz crystal oscil-
lator, USB gate, a power jack and reset button. Therefore it
has enough port to connect with other devices. ATmega2560
has 8-bit architecture and is capable of working up to 16 mil-
lion executions in 1 s.
2.3 Analog-to-digital converter
The output signal from fluxgate sensor is in the form of an
analog signal. To be recorded, processed and digitally dis-
played, an ADC is required. The output signal from sen-
sor FGM3D is three differential analog signals; therefore an
ADC that has at least three differential channels is needed.
This key factor requires an ADC with sufficient bit resolution
and differential channel support to be paired with FGM3D.
The 24-bit ADC ADS1256 from Texas Instruments was cho-
sen for its high bit resolution, differential channel support
Figure 2. Magnetogama’s block diagram.
and very low internal noise. Based on the manufacturer’s data
sheet, there are 18 bits out of a possible 24-bit output from
this ADC that are cleared of internal noise.
2.4 Data storage and positioning
Data storage is a fundamental element of an acquisition sys-
tem that stores output data from an ADC to a nonvolatile
memory; no data loss will occur when the device is turned
off. Getting and storing location data of the measured point
coordinate is also an important aspect. ITEAD GPS shield
has both capabilities regarding storage and positioning sys-
tem. It has one micro-SD slot and a GPS receiver. Digital
data from ADC and GPS are written by the shield, which
continuously parses GPS data and communicates with the
microcontroller through a serial connection into the memory
card.
2.5 Power
A compatible battery was chosen based on power consump-
tion, ensuring the time needed for acquisition. Another con-
sideration is weight. The battery is heavier than any other
part; luckily its capacity is usually proportional to its weight.
Due to the plan to mount this acquisition system to a UAV, the
battery needed to be as light as possible. A lithium polymer
battery was chosen for this device. The whole set of parts re-
quires two battery inputs; the first supplies the FGM3D sen-
sor and the second supplies the microcontroller and any parts
connected directly to the microcontroller.
Geosci. Instrum. Method. Data Syst., 6, 319–327, 2017 www.geosci-instrum-method-data-syst.net/6/319/2017/
Wahyudi et al.: Magnetogama 321
Figure 3. Magnetogama’s schematic.
The first power supply consists of two 4C 14.8V lithium
polymer batteries in a serial configuration to supply the pos-
itive and negative voltage required by FGM3D. Each battery
has a 1300 mAh capacity. The first power supply is connected
to LM7812 and LM7912 as a voltage regulator to stabilize in-
put power at ±12 V. The second power supply uses a bigger
capacity of 2200 mAh, a 7.4 V 2C lithium polymer battery
to power microcontroller along with ADC, GPS and storage
shield. No external voltage regulator is required for the sec-
ond power supply since the internal 5 V voltage regulator in
Arduino Mega 2560 can be used for this purposes.
2.6 Display and input
The display on Magnetogama is used to communicate be-
tween device and user. Previously, a simple dot matrix dis-
play which could only display numeric/character informa-
tion was sufficient, but it was not intuitive enough for the
user. LCD Nokia 5110 is now used for its simplicity and its
ability to communicate with the user with more complicated
graphics or text. It has a 84×48 pixel resolution and utilizes
the PCD8544 controller, which was also used on the previ-
ous Nokia 3310 LCD. This LCD is easy to use and suitable
www.geosci-instrum-method-data-syst.net/6/319/2017/ Geosci. Instrum. Method. Data Syst., 6, 319–327, 2017
322 Wahyudi et al.: Magnetogama
Figure 4. Assembled acquisition tools consist of magnetic sensor
FGM3D/100, Arduino Mega 2560 R3, keypad, lithium polymer bat-
tery and Nokia 5110 LCD.
for a simple project, as presented by Wagh et al. (2014). User
input is provided using a 3 × 4 membrane keypad.
3 Schematic and assembly
The microcontroller, magnetic sensor and all other parts
are assembled following a block diagram and electronic
schematic given in Figs. 2 and 3, respectively. The assembled
Magnetogama can be seen in Fig. 4. It is important to note
that an additional external case is needed to protect the de-
vice and perform magnetic survey easily. The case was made
from ABS plastic and acrylic as shown in Fig. 5. With the in-
cluded acrylic case, Magnetogama has a weight of 1 kg and a
dimension of 116 × 200 × 65 mm. With given assembly set-
ting and battery, it can be used for 10 h 20 min on full acqui-
sition time, which is sufficient for typical 1-day acquisition.
The electronic components inside the case contain mate-
rial that is prone to magnetic induction. As a consequence,
it may affect the sensor reading and cannot be neglected if
located at a close distance from the sensor. Hence, the sensor
is connected through 3 m cable from the case to the sensor. It
is important to set the sensor and the case apart at maximum
distance allowed by the cable. Figure 6 shows the relative in-
fluence of the assembled electronic components on the sen-
sor reading at different distances. The data points are fitted to
an exponential equation shown by a solid line. The magnetic
signature of electronic component starts to have significant
Figure 5. Magnetogama assembled using external plastic case and
acrylic cover.
deviation at 260 cm. Therefore, the magnetic reading should
not be affected at a minimum distance of 260 cm.
4 Remote control
Magnetogama can be controlled locally via its membrane
keypad or remotely using wireless serial interface. The wire-
less interface is switchable between Bluetooth and radio. An
Android-based device is used to control Magnetogama via
Bluetooth interface. For radio interface, a 915 MHz radio re-
ceiver and transmitter is used to control Magnetogama via
special PC software developed in this research.
5 Verification
5.1 Comparison with standard magnetometer
The first step of calibration was performed by comparing
continuous measurement recorded with Magnetogama with
continuous data from standard magnetometer near the loca-
tion of the test. Two standard magnetometer observatories
located at Learmonth (LRM) and Kakadu (KDU), Australia,
were selected as a comparison. The test were performed from
UTC 12:00 on 8 February 2016 to UTC 12:00 on 12 Febru-
ary 2016. The test used 0.2 Hz sampling frequency resulting
in 691 200 points recorded for each component. The FGM3D
sensor was attached to a nonmagnetic tripod using acrylic
mounting. The sensor orientation was then set up so the x
axis pointed northward, y axis eastward and z axis down-
ward.
Geosci. Instrum. Method. Data Syst., 6, 319–327, 2017 www.geosci-instrum-method-data-syst.net/6/319/2017/
Wahyudi et al.: Magnetogama 323
Figure 6. Relative magnetic field influence of Magnetogama to sensor reading over various distances.
Figure 7. Comparison between original and filtered Magnetogama (YOG) magnetic field record on each component.
www.geosci-instrum-method-data-syst.net/6/319/2017/ Geosci. Instrum. Method. Data Syst., 6, 319–327, 2017
324 Wahyudi et al.: Magnetogama
Figure 8. Comparison between Magnetogama (YOG) and magnetometer on Learmonth (LRM) and Kakadu (KDU) observatory.
Figure 9. Sketch on Magnetogama’s test toward magnetic sub-
stance.
Before direct comparison, noise reduction of the tested
Magnetogama was carried out. Noise reduction refers to the
technical reference manual of the International Geomagnetic
Observatory Organization (INTERMAGNET). It is achieved
by applying a series of coefficients of a Gaussian filter to the
data samples listed in the manual. This digital filter was ap-
plied to both standard magnetometers. Figure 7 shows a com-
parison between original and filtered Magnetogama mag-
netic field data record.
Figure 8 shows a direct comparison between data recorded
on Magnetogama (YOG) and two other reference stations
(LRM and KDU). Due to a longitude difference that causes
the difference in time and relative sun position, cross-
correlation analysis was performed to estimate diurnal vari-
ation pattern. This cross-correlation analysis was meant to
determine the signal delay between two different stations as
the effect of diurnal variation due to the sun’s relative posi-
tion. Based on cross-correlation analysis, YOG–LRM has a
41 % correlation coefficient and YOG–KDU has 72 %. This
result is sufficient considering the huge separation distance
between those two stations. Therefore, the local disturbance
has the main effect on the recorded result.
5.2 Response of magnetic substance
Response test of magnetic substance was performed by com-
paring Magnetogama with a standard magnetometer. In this
case, PPM from Geotron G5 was used as a comparison. Mag-
netometers were located at x = 0 m, with some variation in
the y direction (0.5, 1, 1.5 and 2 m). A magnetic object (a
motor scooter) was initially located at x = −10 m and then
moved 1 m for each measurement in the x direction until
Geosci. Instrum. Method. Data Syst., 6, 319–327, 2017 www.geosci-instrum-method-data-syst.net/6/319/2017/
Wahyudi et al.: Magnetogama 325
Figure 10. Magnetic field response comparison between FGM3D/100 and PPM Geotron G5.
reaching x = 10 m (see Fig. 9 for detailed illustration). The
magnetization level due to a magnetic object is inversely pro-
portional to the square of its distance and reaches its max-
imum when a magnetic substance was located at x = 0 m
(Fig. 10).
The amplitude of the graphs in Fig. 10 present the sen-
sor’s sensitivity. FGM3D/100 turns out to be more sensitive
than Geotron G5, reflected by the higher amplitude on its
graph. The variation of the magnetometer’s position gives us
a stable result with a peak response when a magnetic sub-
stance is located at x = 0 m. This result also gives insight
into the minimum distance threshold at which an unwanted
magnetic object will affect the reading during a real magnetic
survey. A partially magnetic object as a big as motor scooter
does not show any obvious effect after 5 m distance. Un-
fortunately, vector calibration cannot be performed because
PPM Geotron G5 is a scalar magnetometer, whereas fluxgate
FGM3D/100 is a vector magnetometer. Therefore, for more
precise utilization, calibration using another calibrated flux-
gate magnetometer is needed.
6 Conclusions
Magnetogama is a hand-assembled fluxgate magnetometer
utilizing a factory-built-in fluxgate FGM3D/100 sensor com-
bined with Arduino Mega 2650 R3 microcontroller, ADC
ADS1256 24-bit, data storage and GPS receiver shield. It
is an open schematic and easy to build even with the mini-
mum budget. It has sufficient accuracy to be used for near-
surface geophysics problems, such as mineral exploration
and geotechnical issues. Additionally, Magnetogama is de-
signed to be as lightweight as possible (1 kg) and can be car-
ried by a small UAV.
Code availability. The pseudo-code below represents the general
idea of the program inside the microcontroller. Our source code for
the microcontroller and ADC can be accessed at https://github.com/
adienakhmad/Magnetogama.
Data availability. Data used in this paper can be accessed at https:
//github.com/adienakhmad/Magnetogama.
www.geosci-instrum-method-data-syst.net/6/319/2017/ Geosci. Instrum. Method. Data Syst., 6, 319–327, 2017
326 Wahyudi et al.: Magnetogama
Appendix A: Algorithm
A1 Microcontroller
Algorithm 1 General Algorithm on Microcontroller
t0 ← time (millisecond) since device start
dt ← time interval between measurement
loop
gpsf ix ← gps fix data
listen for keypad press
if keypad is pressed then
key ← the key pressed on keypad
process function attached to key
end if
listen for serial command
if command is received then
cmd ← the received command
process function attached to command
end if
t1 ← time now since device start
if t1 − t0 ≥ dt then
x,y,z ← magnetic reading from ADC
lat,lon,elev,time ← position data parsed from
gpsf ix
write x,y,z,lat,lon,elev,time to storage
send x,y,z,lat,lon,elev,time to remote
t0 ← time now since device start
end if
end loop
A2 Analog-to-digital converter
Algorithm 2 Algorithm on ADS1256 A/D Conversion
for all differential channel connected to FGM3D do
ch ← current channel
set multiplexer register to ch
wait for conversion to finish
hb,mb,lb ← three 8-bytes raw ADC code {high, mid, and
low byte}
vali24 ← (hb << 16)+(mb << 8)+lb {combine into in-
teger 24-bit value by byte shifting}
valf 32 ← convert codei24 into 32-bit floating point
vref ← voltage reference
pga ← programmable gain amplifier
voltage ← (codef 32/0x7FFFFF) × ((2 ∗ vref )/pga)
{conversion from raw code to voltage}
f ac ← conversion factor from V to nT
magval ← voltage × f ac
return magval
end for
Geosci. Instrum. Method. Data Syst., 6, 319–327, 2017 www.geosci-instrum-method-data-syst.net/6/319/2017/
Wahyudi et al.: Magnetogama 327
Author contributions. W, NK and TK are research project leader
who provide idea and guidance, including the quality check on our
apparatus. AR, ASH and AAM designed and test Magnetogama.
TMI and all the others help writing the manuscript.
Competing interests. The authors declare that they have no conflict
of interest.
Acknowledgements. Authors thank Geophysics Laboratory, Fac-
ulty of Geography and Electronics and Instrumentation Laboratory
of Universitas Gadjah Mada for the support, http://www.dikti.go.id/
Ministry of Research, Technology, and Higher Education Indonesia
for their research fund support, contract no. 781/UN1-P.III/LT.DIT-
LIT/2016. Magnetogama is an open schematic apparatus; therefore
the copyright of the product belongs to the authors.
Edited by: Marina Díaz-Michelena
Reviewed by: two anonymous referees
References
Cleuziou, J.-P., Wernsdorfer, W., Bouchiat, V., Ondarçuhu, T., and
Monthioux, M.: Carbon nanotube superconducting quantum in-
terference device, Nat. Nanotechnol., 1, 53–59, 2006.
Drung, D., Cantor, R., Peters, M., Scheer, H., and Koch, H.: Low-
noise high-speed dc superconducting quantum interference de-
vice magnetometer with simplified feedback electronics, Appl.
Phys. Lett., 57, 406–408, 1990.
Fagaly, R.: Superconducting quantum interference device instru-
ments and applications, Rev. Sci. Instrum., 77, 101101-1–
101101-45, 2006.
Peeters, F. and Li, X.: Hall magnetometer in the ballistic regime,
Appl. Phys. Lett., 72, 572–574, 1998.
Primdahl, F.: The fluxgate magnetometer, J. Phys. E-Sci. Instrum.,
12, 241–253, https://doi.org/10.1088/0022-3735/12/4/001, 1979.
Serson, P.: Proton precession magnetometer, uS Patent 3,070,745,
1962.
Tyagi, S., Lord, A., and Koerner, R.: Use of a proton precession
magnetometer to detect buried drums in sandy soil, J. Hazard.
Mater., 8, 11–23, 1983.
Wagh, A., Dave, Z., Singh, G., Dange, V., Tambe, A., and Gengaje,
S.: A low cost portable oscilloscope for educational platforms
using a Programmable System on Chip, in: Advances in Com-
munication and Computing Technologies (ICACACT), 2014 In-
ternational Conference on, 1–4, IEEE, 2014.
www.geosci-instrum-method-data-syst.net/6/319/2017/ Geosci. Instrum. Method. Data Syst., 6, 319–327, 2017

More Related Content

What's hot

Travsafe-An Electronic Security Monitoring System Using GPS-GSM and RF Commun...
Travsafe-An Electronic Security Monitoring System Using GPS-GSM and RF Commun...Travsafe-An Electronic Security Monitoring System Using GPS-GSM and RF Commun...
Travsafe-An Electronic Security Monitoring System Using GPS-GSM and RF Commun...IJLT EMAS
 
Solar panel monitoring solution using IoT-Faststream Technologies
Solar panel monitoring solution using IoT-Faststream TechnologiesSolar panel monitoring solution using IoT-Faststream Technologies
Solar panel monitoring solution using IoT-Faststream TechnologiesSudipta Maity
 
IRJET- Design and Development of IoT based Geiger Muller Counter
IRJET- Design and Development of IoT based Geiger Muller CounterIRJET- Design and Development of IoT based Geiger Muller Counter
IRJET- Design and Development of IoT based Geiger Muller CounterIRJET Journal
 
Intelligent conveyor belt system
Intelligent conveyor belt systemIntelligent conveyor belt system
Intelligent conveyor belt systemrumaisaam
 
PERFORMANCE ANALYSIS OF ENERGY EFFICIENT SCALABLE HEIRARCHIAL PROTOCOL FOR HO...
PERFORMANCE ANALYSIS OF ENERGY EFFICIENT SCALABLE HEIRARCHIAL PROTOCOL FOR HO...PERFORMANCE ANALYSIS OF ENERGY EFFICIENT SCALABLE HEIRARCHIAL PROTOCOL FOR HO...
PERFORMANCE ANALYSIS OF ENERGY EFFICIENT SCALABLE HEIRARCHIAL PROTOCOL FOR HO...IAEME Publication
 
Hairong Qi V Swaminathan
Hairong Qi V SwaminathanHairong Qi V Swaminathan
Hairong Qi V SwaminathanFNian
 
REMOTE MEASUREMENT SYSTEM GROUND SHIFT WITH GSM
REMOTE MEASUREMENT SYSTEM GROUND SHIFT WITH GSMREMOTE MEASUREMENT SYSTEM GROUND SHIFT WITH GSM
REMOTE MEASUREMENT SYSTEM GROUND SHIFT WITH GSMijmnct
 
Open Source Software Tools for Synchrophasor Applications
Open Source Software Tools for  Synchrophasor ApplicationsOpen Source Software Tools for  Synchrophasor Applications
Open Source Software Tools for Synchrophasor ApplicationsLuigi Vanfretti
 
Monitoring solar with internet of things
Monitoring solar with internet of thingsMonitoring solar with internet of things
Monitoring solar with internet of thingsBrian Raafiu
 
IRJET- Automatic Railway Crack Locator
IRJET-	 Automatic Railway Crack LocatorIRJET-	 Automatic Railway Crack Locator
IRJET- Automatic Railway Crack LocatorIRJET Journal
 
IRJET- IoT based Solar Power Monitoring System
IRJET- IoT based Solar Power Monitoring SystemIRJET- IoT based Solar Power Monitoring System
IRJET- IoT based Solar Power Monitoring SystemIRJET Journal
 
SMART FAULT DETECTION IN DISTRIBUTION SYSTEM
SMART FAULT DETECTION IN DISTRIBUTION SYSTEMSMART FAULT DETECTION IN DISTRIBUTION SYSTEM
SMART FAULT DETECTION IN DISTRIBUTION SYSTEMIAEME Publication
 
IEEE MMSP'21: INCEPT: Intra CU Depth Prediction for HEVC
IEEE MMSP'21: INCEPT: Intra CU Depth Prediction for HEVCIEEE MMSP'21: INCEPT: Intra CU Depth Prediction for HEVC
IEEE MMSP'21: INCEPT: Intra CU Depth Prediction for HEVCVignesh V Menon
 
PC Based DC Motor Speed Control using PID for Laboratory
PC Based DC Motor Speed Control using PID for LaboratoryPC Based DC Motor Speed Control using PID for Laboratory
PC Based DC Motor Speed Control using PID for Laboratoryijtsrd
 
IEEE ICIP'22:Efficient Content-Adaptive Feature-based Shot Detection for HTTP...
IEEE ICIP'22:Efficient Content-Adaptive Feature-based Shot Detection for HTTP...IEEE ICIP'22:Efficient Content-Adaptive Feature-based Shot Detection for HTTP...
IEEE ICIP'22:Efficient Content-Adaptive Feature-based Shot Detection for HTTP...Vignesh V Menon
 
Synchrophasor Applications Facilitating Interactions between Transmission and...
Synchrophasor Applications Facilitating Interactions between Transmission and...Synchrophasor Applications Facilitating Interactions between Transmission and...
Synchrophasor Applications Facilitating Interactions between Transmission and...Luigi Vanfretti
 
Hardware co simulation of bpsk and qpsk
Hardware co simulation of bpsk and qpskHardware co simulation of bpsk and qpsk
Hardware co simulation of bpsk and qpskIAEME Publication
 
IRJET- Land Mine Data Collection System using Long Range WiFi and P2P Com...
IRJET-  	  Land Mine Data Collection System using Long Range WiFi and P2P Com...IRJET-  	  Land Mine Data Collection System using Long Range WiFi and P2P Com...
IRJET- Land Mine Data Collection System using Long Range WiFi and P2P Com...IRJET Journal
 
Real Time Monitoring and Electro Magnetic Interference causing Data corruption
Real Time Monitoring and Electro Magnetic Interference causing Data corruptionReal Time Monitoring and Electro Magnetic Interference causing Data corruption
Real Time Monitoring and Electro Magnetic Interference causing Data corruptionRekaNext Capital
 

What's hot (20)

Travsafe-An Electronic Security Monitoring System Using GPS-GSM and RF Commun...
Travsafe-An Electronic Security Monitoring System Using GPS-GSM and RF Commun...Travsafe-An Electronic Security Monitoring System Using GPS-GSM and RF Commun...
Travsafe-An Electronic Security Monitoring System Using GPS-GSM and RF Commun...
 
Solar panel monitoring solution using IoT-Faststream Technologies
Solar panel monitoring solution using IoT-Faststream TechnologiesSolar panel monitoring solution using IoT-Faststream Technologies
Solar panel monitoring solution using IoT-Faststream Technologies
 
IRJET- Design and Development of IoT based Geiger Muller Counter
IRJET- Design and Development of IoT based Geiger Muller CounterIRJET- Design and Development of IoT based Geiger Muller Counter
IRJET- Design and Development of IoT based Geiger Muller Counter
 
Intelligent conveyor belt system
Intelligent conveyor belt systemIntelligent conveyor belt system
Intelligent conveyor belt system
 
PERFORMANCE ANALYSIS OF ENERGY EFFICIENT SCALABLE HEIRARCHIAL PROTOCOL FOR HO...
PERFORMANCE ANALYSIS OF ENERGY EFFICIENT SCALABLE HEIRARCHIAL PROTOCOL FOR HO...PERFORMANCE ANALYSIS OF ENERGY EFFICIENT SCALABLE HEIRARCHIAL PROTOCOL FOR HO...
PERFORMANCE ANALYSIS OF ENERGY EFFICIENT SCALABLE HEIRARCHIAL PROTOCOL FOR HO...
 
Hairong Qi V Swaminathan
Hairong Qi V SwaminathanHairong Qi V Swaminathan
Hairong Qi V Swaminathan
 
REMOTE MEASUREMENT SYSTEM GROUND SHIFT WITH GSM
REMOTE MEASUREMENT SYSTEM GROUND SHIFT WITH GSMREMOTE MEASUREMENT SYSTEM GROUND SHIFT WITH GSM
REMOTE MEASUREMENT SYSTEM GROUND SHIFT WITH GSM
 
Open Source Software Tools for Synchrophasor Applications
Open Source Software Tools for  Synchrophasor ApplicationsOpen Source Software Tools for  Synchrophasor Applications
Open Source Software Tools for Synchrophasor Applications
 
Monitoring solar with internet of things
Monitoring solar with internet of thingsMonitoring solar with internet of things
Monitoring solar with internet of things
 
IRJET- Automatic Railway Crack Locator
IRJET-	 Automatic Railway Crack LocatorIRJET-	 Automatic Railway Crack Locator
IRJET- Automatic Railway Crack Locator
 
IRJET- IoT based Solar Power Monitoring System
IRJET- IoT based Solar Power Monitoring SystemIRJET- IoT based Solar Power Monitoring System
IRJET- IoT based Solar Power Monitoring System
 
SMART FAULT DETECTION IN DISTRIBUTION SYSTEM
SMART FAULT DETECTION IN DISTRIBUTION SYSTEMSMART FAULT DETECTION IN DISTRIBUTION SYSTEM
SMART FAULT DETECTION IN DISTRIBUTION SYSTEM
 
IEEE MMSP'21: INCEPT: Intra CU Depth Prediction for HEVC
IEEE MMSP'21: INCEPT: Intra CU Depth Prediction for HEVCIEEE MMSP'21: INCEPT: Intra CU Depth Prediction for HEVC
IEEE MMSP'21: INCEPT: Intra CU Depth Prediction for HEVC
 
PC Based DC Motor Speed Control using PID for Laboratory
PC Based DC Motor Speed Control using PID for LaboratoryPC Based DC Motor Speed Control using PID for Laboratory
PC Based DC Motor Speed Control using PID for Laboratory
 
IEEE ICIP'22:Efficient Content-Adaptive Feature-based Shot Detection for HTTP...
IEEE ICIP'22:Efficient Content-Adaptive Feature-based Shot Detection for HTTP...IEEE ICIP'22:Efficient Content-Adaptive Feature-based Shot Detection for HTTP...
IEEE ICIP'22:Efficient Content-Adaptive Feature-based Shot Detection for HTTP...
 
Synchrophasor Applications Facilitating Interactions between Transmission and...
Synchrophasor Applications Facilitating Interactions between Transmission and...Synchrophasor Applications Facilitating Interactions between Transmission and...
Synchrophasor Applications Facilitating Interactions between Transmission and...
 
Hardware co simulation of bpsk and qpsk
Hardware co simulation of bpsk and qpskHardware co simulation of bpsk and qpsk
Hardware co simulation of bpsk and qpsk
 
IRJET- Land Mine Data Collection System using Long Range WiFi and P2P Com...
IRJET-  	  Land Mine Data Collection System using Long Range WiFi and P2P Com...IRJET-  	  Land Mine Data Collection System using Long Range WiFi and P2P Com...
IRJET- Land Mine Data Collection System using Long Range WiFi and P2P Com...
 
Solar tracking with mobile
Solar tracking with mobileSolar tracking with mobile
Solar tracking with mobile
 
Real Time Monitoring and Electro Magnetic Interference causing Data corruption
Real Time Monitoring and Electro Magnetic Interference causing Data corruptionReal Time Monitoring and Electro Magnetic Interference causing Data corruption
Real Time Monitoring and Electro Magnetic Interference causing Data corruption
 

Similar to Open Source Magnetogama Magnetometer

Lightning Acquisition and Processing On Sensor Node Using NI cRIO
Lightning Acquisition and Processing On Sensor Node Using NI cRIOLightning Acquisition and Processing On Sensor Node Using NI cRIO
Lightning Acquisition and Processing On Sensor Node Using NI cRIOijceronline
 
IRJET- Wearable Sensor Fall Detection System
IRJET- Wearable Sensor Fall Detection SystemIRJET- Wearable Sensor Fall Detection System
IRJET- Wearable Sensor Fall Detection SystemIRJET Journal
 
IRJET- Smart Security System for Vehicles
IRJET- Smart Security System for VehiclesIRJET- Smart Security System for Vehicles
IRJET- Smart Security System for VehiclesIRJET Journal
 
ARM based System for Monitoring Grain Condition
ARM based System for Monitoring Grain ConditionARM based System for Monitoring Grain Condition
ARM based System for Monitoring Grain ConditionAM Publications
 
Real Time Smart City Garbage Collection and Monitoring System Using GSM and GPS
Real Time Smart City Garbage Collection and Monitoring System Using GSM and GPSReal Time Smart City Garbage Collection and Monitoring System Using GSM and GPS
Real Time Smart City Garbage Collection and Monitoring System Using GSM and GPSIRJET Journal
 
Paper id 24201457
Paper id 24201457Paper id 24201457
Paper id 24201457IJRAT
 
IRJET- Smart Marine Boundary Identification System using GSM & GPS
IRJET- Smart Marine Boundary Identification System using GSM & GPSIRJET- Smart Marine Boundary Identification System using GSM & GPS
IRJET- Smart Marine Boundary Identification System using GSM & GPSIRJET Journal
 
Railway Track Geometry Surveying System
Railway Track Geometry Surveying SystemRailway Track Geometry Surveying System
Railway Track Geometry Surveying SystemIRJET Journal
 
IRJET- Ad-hoc Based Outdoor Positioning System
IRJET- Ad-hoc Based Outdoor Positioning SystemIRJET- Ad-hoc Based Outdoor Positioning System
IRJET- Ad-hoc Based Outdoor Positioning SystemIRJET Journal
 
NAVIGATION IN MINES USING RFID TECHNOLOGY
NAVIGATION IN MINES USING RFID TECHNOLOGYNAVIGATION IN MINES USING RFID TECHNOLOGY
NAVIGATION IN MINES USING RFID TECHNOLOGYIRJET Journal
 
IOT BASED NAUTICAL TRACKING SYSTEM
IOT BASED NAUTICAL TRACKING SYSTEMIOT BASED NAUTICAL TRACKING SYSTEM
IOT BASED NAUTICAL TRACKING SYSTEMIRJET Journal
 
GPS Based Vehicle Location using ARM 7 LPC 2148
GPS Based Vehicle Location using ARM 7 LPC 2148GPS Based Vehicle Location using ARM 7 LPC 2148
GPS Based Vehicle Location using ARM 7 LPC 2148IRJET Journal
 
Electricity Meter Reading using GSM
Electricity Meter Reading using GSMElectricity Meter Reading using GSM
Electricity Meter Reading using GSMijtsrd
 
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
 
Fpga implementation of wireless data logger system
Fpga implementation of wireless data logger systemFpga implementation of wireless data logger system
Fpga implementation of wireless data logger systemeSAT Journals
 
Online monitoring of greenhouse gases leakage by using gsm
Online monitoring of greenhouse gases leakage by using gsmOnline monitoring of greenhouse gases leakage by using gsm
Online monitoring of greenhouse gases leakage by using gsmIAEME Publication
 
Review on crop monitoring system using GSM technology
Review on crop monitoring system using GSM technologyReview on crop monitoring system using GSM technology
Review on crop monitoring system using GSM technologyIRJET Journal
 
Ijarcet vol-2-issue-4-1368-1373
Ijarcet vol-2-issue-4-1368-1373Ijarcet vol-2-issue-4-1368-1373
Ijarcet vol-2-issue-4-1368-1373Editor IJARCET
 
REAL-TIME LOCATION TRACKER FOR HEALTH PATIENT IN CRISIS
REAL-TIME LOCATION TRACKER FOR HEALTH PATIENT IN CRISISREAL-TIME LOCATION TRACKER FOR HEALTH PATIENT IN CRISIS
REAL-TIME LOCATION TRACKER FOR HEALTH PATIENT IN CRISISIRJET Journal
 

Similar to Open Source Magnetogama Magnetometer (20)

Lightning Acquisition and Processing On Sensor Node Using NI cRIO
Lightning Acquisition and Processing On Sensor Node Using NI cRIOLightning Acquisition and Processing On Sensor Node Using NI cRIO
Lightning Acquisition and Processing On Sensor Node Using NI cRIO
 
IRJET- Wearable Sensor Fall Detection System
IRJET- Wearable Sensor Fall Detection SystemIRJET- Wearable Sensor Fall Detection System
IRJET- Wearable Sensor Fall Detection System
 
IRJET- Smart Security System for Vehicles
IRJET- Smart Security System for VehiclesIRJET- Smart Security System for Vehicles
IRJET- Smart Security System for Vehicles
 
ARM based System for Monitoring Grain Condition
ARM based System for Monitoring Grain ConditionARM based System for Monitoring Grain Condition
ARM based System for Monitoring Grain Condition
 
Real Time Smart City Garbage Collection and Monitoring System Using GSM and GPS
Real Time Smart City Garbage Collection and Monitoring System Using GSM and GPSReal Time Smart City Garbage Collection and Monitoring System Using GSM and GPS
Real Time Smart City Garbage Collection and Monitoring System Using GSM and GPS
 
Paper id 24201457
Paper id 24201457Paper id 24201457
Paper id 24201457
 
IRJET- Smart Marine Boundary Identification System using GSM & GPS
IRJET- Smart Marine Boundary Identification System using GSM & GPSIRJET- Smart Marine Boundary Identification System using GSM & GPS
IRJET- Smart Marine Boundary Identification System using GSM & GPS
 
Railway Track Geometry Surveying System
Railway Track Geometry Surveying SystemRailway Track Geometry Surveying System
Railway Track Geometry Surveying System
 
IRJET- Ad-hoc Based Outdoor Positioning System
IRJET- Ad-hoc Based Outdoor Positioning SystemIRJET- Ad-hoc Based Outdoor Positioning System
IRJET- Ad-hoc Based Outdoor Positioning System
 
NAVIGATION IN MINES USING RFID TECHNOLOGY
NAVIGATION IN MINES USING RFID TECHNOLOGYNAVIGATION IN MINES USING RFID TECHNOLOGY
NAVIGATION IN MINES USING RFID TECHNOLOGY
 
IOT BASED NAUTICAL TRACKING SYSTEM
IOT BASED NAUTICAL TRACKING SYSTEMIOT BASED NAUTICAL TRACKING SYSTEM
IOT BASED NAUTICAL TRACKING SYSTEM
 
GPS Based Vehicle Location using ARM 7 LPC 2148
GPS Based Vehicle Location using ARM 7 LPC 2148GPS Based Vehicle Location using ARM 7 LPC 2148
GPS Based Vehicle Location using ARM 7 LPC 2148
 
Electricity Meter Reading using GSM
Electricity Meter Reading using GSMElectricity Meter Reading using GSM
Electricity Meter Reading using GSM
 
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
 
Fpga implementation of wireless data logger system
Fpga implementation of wireless data logger systemFpga implementation of wireless data logger system
Fpga implementation of wireless data logger system
 
Online monitoring of greenhouse gases leakage by using gsm
Online monitoring of greenhouse gases leakage by using gsmOnline monitoring of greenhouse gases leakage by using gsm
Online monitoring of greenhouse gases leakage by using gsm
 
Review on crop monitoring system using GSM technology
Review on crop monitoring system using GSM technologyReview on crop monitoring system using GSM technology
Review on crop monitoring system using GSM technology
 
E033021025
E033021025E033021025
E033021025
 
Ijarcet vol-2-issue-4-1368-1373
Ijarcet vol-2-issue-4-1368-1373Ijarcet vol-2-issue-4-1368-1373
Ijarcet vol-2-issue-4-1368-1373
 
REAL-TIME LOCATION TRACKER FOR HEALTH PATIENT IN CRISIS
REAL-TIME LOCATION TRACKER FOR HEALTH PATIENT IN CRISISREAL-TIME LOCATION TRACKER FOR HEALTH PATIENT IN CRISIS
REAL-TIME LOCATION TRACKER FOR HEALTH PATIENT IN CRISIS
 

More from UniversitasGadjahMada

ON OPTIMALITY OF THE INDEX OF SUM, PRODUCT, MAXIMUM, AND MINIMUM OF FINITE BA...
ON OPTIMALITY OF THE INDEX OF SUM, PRODUCT, MAXIMUM, AND MINIMUM OF FINITE BA...ON OPTIMALITY OF THE INDEX OF SUM, PRODUCT, MAXIMUM, AND MINIMUM OF FINITE BA...
ON OPTIMALITY OF THE INDEX OF SUM, PRODUCT, MAXIMUM, AND MINIMUM OF FINITE BA...UniversitasGadjahMada
 
Toward a framework for an undergraduate academic tourism curriculum in Indone...
Toward a framework for an undergraduate academic tourism curriculum in Indone...Toward a framework for an undergraduate academic tourism curriculum in Indone...
Toward a framework for an undergraduate academic tourism curriculum in Indone...UniversitasGadjahMada
 
Association of the HLA-B alleles with carbamazepine-induced Stevens–Johnson s...
Association of the HLA-B alleles with carbamazepine-induced Stevens–Johnson s...Association of the HLA-B alleles with carbamazepine-induced Stevens–Johnson s...
Association of the HLA-B alleles with carbamazepine-induced Stevens–Johnson s...UniversitasGadjahMada
 
Characteristics of glucomannan isolated from fresh tuber of Porang (Amorphoph...
Characteristics of glucomannan isolated from fresh tuber of Porang (Amorphoph...Characteristics of glucomannan isolated from fresh tuber of Porang (Amorphoph...
Characteristics of glucomannan isolated from fresh tuber of Porang (Amorphoph...UniversitasGadjahMada
 
Phylogenetic Analysis of Newcastle Disease Virus from Indonesian Isolates Bas...
Phylogenetic Analysis of Newcastle Disease Virus from Indonesian Isolates Bas...Phylogenetic Analysis of Newcastle Disease Virus from Indonesian Isolates Bas...
Phylogenetic Analysis of Newcastle Disease Virus from Indonesian Isolates Bas...UniversitasGadjahMada
 
Land Capability for Cattle-Farming in the Merapi Volcanic Slope of Sleman Reg...
Land Capability for Cattle-Farming in the Merapi Volcanic Slope of Sleman Reg...Land Capability for Cattle-Farming in the Merapi Volcanic Slope of Sleman Reg...
Land Capability for Cattle-Farming in the Merapi Volcanic Slope of Sleman Reg...UniversitasGadjahMada
 
When anti-corruption norms lead to undesirable results: learning from the Ind...
When anti-corruption norms lead to undesirable results: learning from the Ind...When anti-corruption norms lead to undesirable results: learning from the Ind...
When anti-corruption norms lead to undesirable results: learning from the Ind...UniversitasGadjahMada
 
Receptor binding and antigenic site analysis of hemagglutinin gene fragments ...
Receptor binding and antigenic site analysis of hemagglutinin gene fragments ...Receptor binding and antigenic site analysis of hemagglutinin gene fragments ...
Receptor binding and antigenic site analysis of hemagglutinin gene fragments ...UniversitasGadjahMada
 
Sustaining the unsustainable? Environmental impact assessment and overdevelop...
Sustaining the unsustainable? Environmental impact assessment and overdevelop...Sustaining the unsustainable? Environmental impact assessment and overdevelop...
Sustaining the unsustainable? Environmental impact assessment and overdevelop...UniversitasGadjahMada
 
Limitations in the screening of potentially anti-cryptosporidial agents using...
Limitations in the screening of potentially anti-cryptosporidial agents using...Limitations in the screening of potentially anti-cryptosporidial agents using...
Limitations in the screening of potentially anti-cryptosporidial agents using...UniversitasGadjahMada
 
Self-nanoemulsifying drug delivery system (SNEDDS) of Amomum compactum essent...
Self-nanoemulsifying drug delivery system (SNEDDS) of Amomum compactum essent...Self-nanoemulsifying drug delivery system (SNEDDS) of Amomum compactum essent...
Self-nanoemulsifying drug delivery system (SNEDDS) of Amomum compactum essent...UniversitasGadjahMada
 
Attenuation of Pseudomonas aeruginosa Virulence by Some Indonesian Medicinal ...
Attenuation of Pseudomonas aeruginosa Virulence by Some Indonesian Medicinal ...Attenuation of Pseudomonas aeruginosa Virulence by Some Indonesian Medicinal ...
Attenuation of Pseudomonas aeruginosa Virulence by Some Indonesian Medicinal ...UniversitasGadjahMada
 
Chitosan-Based Quartz Crystal Microbalance for Alcohol Sensing
Chitosan-Based Quartz Crystal Microbalance for Alcohol SensingChitosan-Based Quartz Crystal Microbalance for Alcohol Sensing
Chitosan-Based Quartz Crystal Microbalance for Alcohol SensingUniversitasGadjahMada
 
APPLICATION OF CLONAL SELECTION IMMUNE SYSTEM METHOD FOR OPTIMIZATION OF DIST...
APPLICATION OF CLONAL SELECTION IMMUNE SYSTEM METHOD FOR OPTIMIZATION OF DIST...APPLICATION OF CLONAL SELECTION IMMUNE SYSTEM METHOD FOR OPTIMIZATION OF DIST...
APPLICATION OF CLONAL SELECTION IMMUNE SYSTEM METHOD FOR OPTIMIZATION OF DIST...UniversitasGadjahMada
 
Screening of resistant Indonesian black rice cultivars against bacterial leaf...
Screening of resistant Indonesian black rice cultivars against bacterial leaf...Screening of resistant Indonesian black rice cultivars against bacterial leaf...
Screening of resistant Indonesian black rice cultivars against bacterial leaf...UniversitasGadjahMada
 
Young Salafi-niqabi and hijrah:agency and identity negotiation
Young Salafi-niqabi and hijrah:agency and identity negotiationYoung Salafi-niqabi and hijrah:agency and identity negotiation
Young Salafi-niqabi and hijrah:agency and identity negotiationUniversitasGadjahMada
 
Application of arbuscular mycorrhizal fungi accelerates the growth of shoot r...
Application of arbuscular mycorrhizal fungi accelerates the growth of shoot r...Application of arbuscular mycorrhizal fungi accelerates the growth of shoot r...
Application of arbuscular mycorrhizal fungi accelerates the growth of shoot r...UniversitasGadjahMada
 
SHAME AS A CULTURAL INDEX OF ILLNESS AND RECOVERY FROM PSYCHOTIC ILLNESS IN JAVA
SHAME AS A CULTURAL INDEX OF ILLNESS AND RECOVERY FROM PSYCHOTIC ILLNESS IN JAVASHAME AS A CULTURAL INDEX OF ILLNESS AND RECOVERY FROM PSYCHOTIC ILLNESS IN JAVA
SHAME AS A CULTURAL INDEX OF ILLNESS AND RECOVERY FROM PSYCHOTIC ILLNESS IN JAVAUniversitasGadjahMada
 
Frequency and Risk-Factors Analysis of Escherichia coli O157:H7 in Bali-Cattle
Frequency and Risk-Factors Analysis of Escherichia coli O157:H7 in Bali-CattleFrequency and Risk-Factors Analysis of Escherichia coli O157:H7 in Bali-Cattle
Frequency and Risk-Factors Analysis of Escherichia coli O157:H7 in Bali-CattleUniversitasGadjahMada
 
Classification of profit-sharing investment accounts: a survey of financial s...
Classification of profit-sharing investment accounts: a survey of financial s...Classification of profit-sharing investment accounts: a survey of financial s...
Classification of profit-sharing investment accounts: a survey of financial s...UniversitasGadjahMada
 

More from UniversitasGadjahMada (20)

ON OPTIMALITY OF THE INDEX OF SUM, PRODUCT, MAXIMUM, AND MINIMUM OF FINITE BA...
ON OPTIMALITY OF THE INDEX OF SUM, PRODUCT, MAXIMUM, AND MINIMUM OF FINITE BA...ON OPTIMALITY OF THE INDEX OF SUM, PRODUCT, MAXIMUM, AND MINIMUM OF FINITE BA...
ON OPTIMALITY OF THE INDEX OF SUM, PRODUCT, MAXIMUM, AND MINIMUM OF FINITE BA...
 
Toward a framework for an undergraduate academic tourism curriculum in Indone...
Toward a framework for an undergraduate academic tourism curriculum in Indone...Toward a framework for an undergraduate academic tourism curriculum in Indone...
Toward a framework for an undergraduate academic tourism curriculum in Indone...
 
Association of the HLA-B alleles with carbamazepine-induced Stevens–Johnson s...
Association of the HLA-B alleles with carbamazepine-induced Stevens–Johnson s...Association of the HLA-B alleles with carbamazepine-induced Stevens–Johnson s...
Association of the HLA-B alleles with carbamazepine-induced Stevens–Johnson s...
 
Characteristics of glucomannan isolated from fresh tuber of Porang (Amorphoph...
Characteristics of glucomannan isolated from fresh tuber of Porang (Amorphoph...Characteristics of glucomannan isolated from fresh tuber of Porang (Amorphoph...
Characteristics of glucomannan isolated from fresh tuber of Porang (Amorphoph...
 
Phylogenetic Analysis of Newcastle Disease Virus from Indonesian Isolates Bas...
Phylogenetic Analysis of Newcastle Disease Virus from Indonesian Isolates Bas...Phylogenetic Analysis of Newcastle Disease Virus from Indonesian Isolates Bas...
Phylogenetic Analysis of Newcastle Disease Virus from Indonesian Isolates Bas...
 
Land Capability for Cattle-Farming in the Merapi Volcanic Slope of Sleman Reg...
Land Capability for Cattle-Farming in the Merapi Volcanic Slope of Sleman Reg...Land Capability for Cattle-Farming in the Merapi Volcanic Slope of Sleman Reg...
Land Capability for Cattle-Farming in the Merapi Volcanic Slope of Sleman Reg...
 
When anti-corruption norms lead to undesirable results: learning from the Ind...
When anti-corruption norms lead to undesirable results: learning from the Ind...When anti-corruption norms lead to undesirable results: learning from the Ind...
When anti-corruption norms lead to undesirable results: learning from the Ind...
 
Receptor binding and antigenic site analysis of hemagglutinin gene fragments ...
Receptor binding and antigenic site analysis of hemagglutinin gene fragments ...Receptor binding and antigenic site analysis of hemagglutinin gene fragments ...
Receptor binding and antigenic site analysis of hemagglutinin gene fragments ...
 
Sustaining the unsustainable? Environmental impact assessment and overdevelop...
Sustaining the unsustainable? Environmental impact assessment and overdevelop...Sustaining the unsustainable? Environmental impact assessment and overdevelop...
Sustaining the unsustainable? Environmental impact assessment and overdevelop...
 
Limitations in the screening of potentially anti-cryptosporidial agents using...
Limitations in the screening of potentially anti-cryptosporidial agents using...Limitations in the screening of potentially anti-cryptosporidial agents using...
Limitations in the screening of potentially anti-cryptosporidial agents using...
 
Self-nanoemulsifying drug delivery system (SNEDDS) of Amomum compactum essent...
Self-nanoemulsifying drug delivery system (SNEDDS) of Amomum compactum essent...Self-nanoemulsifying drug delivery system (SNEDDS) of Amomum compactum essent...
Self-nanoemulsifying drug delivery system (SNEDDS) of Amomum compactum essent...
 
Attenuation of Pseudomonas aeruginosa Virulence by Some Indonesian Medicinal ...
Attenuation of Pseudomonas aeruginosa Virulence by Some Indonesian Medicinal ...Attenuation of Pseudomonas aeruginosa Virulence by Some Indonesian Medicinal ...
Attenuation of Pseudomonas aeruginosa Virulence by Some Indonesian Medicinal ...
 
Chitosan-Based Quartz Crystal Microbalance for Alcohol Sensing
Chitosan-Based Quartz Crystal Microbalance for Alcohol SensingChitosan-Based Quartz Crystal Microbalance for Alcohol Sensing
Chitosan-Based Quartz Crystal Microbalance for Alcohol Sensing
 
APPLICATION OF CLONAL SELECTION IMMUNE SYSTEM METHOD FOR OPTIMIZATION OF DIST...
APPLICATION OF CLONAL SELECTION IMMUNE SYSTEM METHOD FOR OPTIMIZATION OF DIST...APPLICATION OF CLONAL SELECTION IMMUNE SYSTEM METHOD FOR OPTIMIZATION OF DIST...
APPLICATION OF CLONAL SELECTION IMMUNE SYSTEM METHOD FOR OPTIMIZATION OF DIST...
 
Screening of resistant Indonesian black rice cultivars against bacterial leaf...
Screening of resistant Indonesian black rice cultivars against bacterial leaf...Screening of resistant Indonesian black rice cultivars against bacterial leaf...
Screening of resistant Indonesian black rice cultivars against bacterial leaf...
 
Young Salafi-niqabi and hijrah:agency and identity negotiation
Young Salafi-niqabi and hijrah:agency and identity negotiationYoung Salafi-niqabi and hijrah:agency and identity negotiation
Young Salafi-niqabi and hijrah:agency and identity negotiation
 
Application of arbuscular mycorrhizal fungi accelerates the growth of shoot r...
Application of arbuscular mycorrhizal fungi accelerates the growth of shoot r...Application of arbuscular mycorrhizal fungi accelerates the growth of shoot r...
Application of arbuscular mycorrhizal fungi accelerates the growth of shoot r...
 
SHAME AS A CULTURAL INDEX OF ILLNESS AND RECOVERY FROM PSYCHOTIC ILLNESS IN JAVA
SHAME AS A CULTURAL INDEX OF ILLNESS AND RECOVERY FROM PSYCHOTIC ILLNESS IN JAVASHAME AS A CULTURAL INDEX OF ILLNESS AND RECOVERY FROM PSYCHOTIC ILLNESS IN JAVA
SHAME AS A CULTURAL INDEX OF ILLNESS AND RECOVERY FROM PSYCHOTIC ILLNESS IN JAVA
 
Frequency and Risk-Factors Analysis of Escherichia coli O157:H7 in Bali-Cattle
Frequency and Risk-Factors Analysis of Escherichia coli O157:H7 in Bali-CattleFrequency and Risk-Factors Analysis of Escherichia coli O157:H7 in Bali-Cattle
Frequency and Risk-Factors Analysis of Escherichia coli O157:H7 in Bali-Cattle
 
Classification of profit-sharing investment accounts: a survey of financial s...
Classification of profit-sharing investment accounts: a survey of financial s...Classification of profit-sharing investment accounts: a survey of financial s...
Classification of profit-sharing investment accounts: a survey of financial s...
 

Recently uploaded

PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...
PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...
PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...Sérgio Sacani
 
G9 Science Q4- Week 1-2 Projectile Motion.ppt
G9 Science Q4- Week 1-2 Projectile Motion.pptG9 Science Q4- Week 1-2 Projectile Motion.ppt
G9 Science Q4- Week 1-2 Projectile Motion.pptMAESTRELLAMesa2
 
Cultivation of KODO MILLET . made by Ghanshyam pptx
Cultivation of KODO MILLET . made by Ghanshyam pptxCultivation of KODO MILLET . made by Ghanshyam pptx
Cultivation of KODO MILLET . made by Ghanshyam pptxpradhanghanshyam7136
 
Orientation, design and principles of polyhouse
Orientation, design and principles of polyhouseOrientation, design and principles of polyhouse
Orientation, design and principles of polyhousejana861314
 
Raman spectroscopy.pptx M Pharm, M Sc, Advanced Spectral Analysis
Raman spectroscopy.pptx M Pharm, M Sc, Advanced Spectral AnalysisRaman spectroscopy.pptx M Pharm, M Sc, Advanced Spectral Analysis
Raman spectroscopy.pptx M Pharm, M Sc, Advanced Spectral AnalysisDiwakar Mishra
 
STERILITY TESTING OF PHARMACEUTICALS ppt by DR.C.P.PRINCE
STERILITY TESTING OF PHARMACEUTICALS ppt by DR.C.P.PRINCESTERILITY TESTING OF PHARMACEUTICALS ppt by DR.C.P.PRINCE
STERILITY TESTING OF PHARMACEUTICALS ppt by DR.C.P.PRINCEPRINCE C P
 
Is RISC-V ready for HPC workload? Maybe?
Is RISC-V ready for HPC workload? Maybe?Is RISC-V ready for HPC workload? Maybe?
Is RISC-V ready for HPC workload? Maybe?Patrick Diehl
 
A relative description on Sonoporation.pdf
A relative description on Sonoporation.pdfA relative description on Sonoporation.pdf
A relative description on Sonoporation.pdfnehabiju2046
 
SOLUBLE PATTERN RECOGNITION RECEPTORS.pptx
SOLUBLE PATTERN RECOGNITION RECEPTORS.pptxSOLUBLE PATTERN RECOGNITION RECEPTORS.pptx
SOLUBLE PATTERN RECOGNITION RECEPTORS.pptxkessiyaTpeter
 
Animal Communication- Auditory and Visual.pptx
Animal Communication- Auditory and Visual.pptxAnimal Communication- Auditory and Visual.pptx
Animal Communication- Auditory and Visual.pptxUmerFayaz5
 
Broad bean, Lima Bean, Jack bean, Ullucus.pptx
Broad bean, Lima Bean, Jack bean, Ullucus.pptxBroad bean, Lima Bean, Jack bean, Ullucus.pptx
Broad bean, Lima Bean, Jack bean, Ullucus.pptxjana861314
 
Spermiogenesis or Spermateleosis or metamorphosis of spermatid
Spermiogenesis or Spermateleosis or metamorphosis of spermatidSpermiogenesis or Spermateleosis or metamorphosis of spermatid
Spermiogenesis or Spermateleosis or metamorphosis of spermatidSarthak Sekhar Mondal
 
Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...
Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...
Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...Sérgio Sacani
 
Unlocking the Potential: Deep dive into ocean of Ceramic Magnets.pptx
Unlocking  the Potential: Deep dive into ocean of Ceramic Magnets.pptxUnlocking  the Potential: Deep dive into ocean of Ceramic Magnets.pptx
Unlocking the Potential: Deep dive into ocean of Ceramic Magnets.pptxanandsmhk
 
TEST BANK For Radiologic Science for Technologists, 12th Edition by Stewart C...
TEST BANK For Radiologic Science for Technologists, 12th Edition by Stewart C...TEST BANK For Radiologic Science for Technologists, 12th Edition by Stewart C...
TEST BANK For Radiologic Science for Technologists, 12th Edition by Stewart C...ssifa0344
 
Presentation Vikram Lander by Vedansh Gupta.pptx
Presentation Vikram Lander by Vedansh Gupta.pptxPresentation Vikram Lander by Vedansh Gupta.pptx
Presentation Vikram Lander by Vedansh Gupta.pptxgindu3009
 
Botany krishna series 2nd semester Only Mcq type questions
Botany krishna series 2nd semester Only Mcq type questionsBotany krishna series 2nd semester Only Mcq type questions
Botany krishna series 2nd semester Only Mcq type questionsSumit Kumar yadav
 

Recently uploaded (20)

PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...
PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...
PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...
 
G9 Science Q4- Week 1-2 Projectile Motion.ppt
G9 Science Q4- Week 1-2 Projectile Motion.pptG9 Science Q4- Week 1-2 Projectile Motion.ppt
G9 Science Q4- Week 1-2 Projectile Motion.ppt
 
Cultivation of KODO MILLET . made by Ghanshyam pptx
Cultivation of KODO MILLET . made by Ghanshyam pptxCultivation of KODO MILLET . made by Ghanshyam pptx
Cultivation of KODO MILLET . made by Ghanshyam pptx
 
Orientation, design and principles of polyhouse
Orientation, design and principles of polyhouseOrientation, design and principles of polyhouse
Orientation, design and principles of polyhouse
 
Raman spectroscopy.pptx M Pharm, M Sc, Advanced Spectral Analysis
Raman spectroscopy.pptx M Pharm, M Sc, Advanced Spectral AnalysisRaman spectroscopy.pptx M Pharm, M Sc, Advanced Spectral Analysis
Raman spectroscopy.pptx M Pharm, M Sc, Advanced Spectral Analysis
 
STERILITY TESTING OF PHARMACEUTICALS ppt by DR.C.P.PRINCE
STERILITY TESTING OF PHARMACEUTICALS ppt by DR.C.P.PRINCESTERILITY TESTING OF PHARMACEUTICALS ppt by DR.C.P.PRINCE
STERILITY TESTING OF PHARMACEUTICALS ppt by DR.C.P.PRINCE
 
The Philosophy of Science
The Philosophy of ScienceThe Philosophy of Science
The Philosophy of Science
 
Is RISC-V ready for HPC workload? Maybe?
Is RISC-V ready for HPC workload? Maybe?Is RISC-V ready for HPC workload? Maybe?
Is RISC-V ready for HPC workload? Maybe?
 
A relative description on Sonoporation.pdf
A relative description on Sonoporation.pdfA relative description on Sonoporation.pdf
A relative description on Sonoporation.pdf
 
SOLUBLE PATTERN RECOGNITION RECEPTORS.pptx
SOLUBLE PATTERN RECOGNITION RECEPTORS.pptxSOLUBLE PATTERN RECOGNITION RECEPTORS.pptx
SOLUBLE PATTERN RECOGNITION RECEPTORS.pptx
 
Animal Communication- Auditory and Visual.pptx
Animal Communication- Auditory and Visual.pptxAnimal Communication- Auditory and Visual.pptx
Animal Communication- Auditory and Visual.pptx
 
Broad bean, Lima Bean, Jack bean, Ullucus.pptx
Broad bean, Lima Bean, Jack bean, Ullucus.pptxBroad bean, Lima Bean, Jack bean, Ullucus.pptx
Broad bean, Lima Bean, Jack bean, Ullucus.pptx
 
Spermiogenesis or Spermateleosis or metamorphosis of spermatid
Spermiogenesis or Spermateleosis or metamorphosis of spermatidSpermiogenesis or Spermateleosis or metamorphosis of spermatid
Spermiogenesis or Spermateleosis or metamorphosis of spermatid
 
Engler and Prantl system of classification in plant taxonomy
Engler and Prantl system of classification in plant taxonomyEngler and Prantl system of classification in plant taxonomy
Engler and Prantl system of classification in plant taxonomy
 
Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...
Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...
Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...
 
Unlocking the Potential: Deep dive into ocean of Ceramic Magnets.pptx
Unlocking  the Potential: Deep dive into ocean of Ceramic Magnets.pptxUnlocking  the Potential: Deep dive into ocean of Ceramic Magnets.pptx
Unlocking the Potential: Deep dive into ocean of Ceramic Magnets.pptx
 
TEST BANK For Radiologic Science for Technologists, 12th Edition by Stewart C...
TEST BANK For Radiologic Science for Technologists, 12th Edition by Stewart C...TEST BANK For Radiologic Science for Technologists, 12th Edition by Stewart C...
TEST BANK For Radiologic Science for Technologists, 12th Edition by Stewart C...
 
Presentation Vikram Lander by Vedansh Gupta.pptx
Presentation Vikram Lander by Vedansh Gupta.pptxPresentation Vikram Lander by Vedansh Gupta.pptx
Presentation Vikram Lander by Vedansh Gupta.pptx
 
9953056974 Young Call Girls In Mahavir enclave Indian Quality Escort service
9953056974 Young Call Girls In Mahavir enclave Indian Quality Escort service9953056974 Young Call Girls In Mahavir enclave Indian Quality Escort service
9953056974 Young Call Girls In Mahavir enclave Indian Quality Escort service
 
Botany krishna series 2nd semester Only Mcq type questions
Botany krishna series 2nd semester Only Mcq type questionsBotany krishna series 2nd semester Only Mcq type questions
Botany krishna series 2nd semester Only Mcq type questions
 

Open Source Magnetogama Magnetometer

  • 1. Geosci. Instrum. Method. Data Syst., 6, 319–327, 2017 https://doi.org/10.5194/gi-6-319-2017 © Author(s) 2017. This work is distributed under the Creative Commons Attribution 3.0 License. Magnetogama: an open schematic magnetometer Wahyudi1, Nurul Khakhim2, Tri Kuntoro3, Djati Mardiatno2, Afif Rakhman1, Anas Setyo Handaru1, Adien Akhmad Mufaqih1, and Theodosius Marwan Irnaka1 1Geophysics Laboratory, Universitas Gadjah Mada, Yogyakarta, Indonesia 2Faculty of Geography, Universitas Gadjah Mada, Yogyakarta, Indonesia 3Electronics and Instrumentation Laboratory, Universitas Gadjah Mada, Yogyakarta, Indonesia Correspondence to: Wahyudi (wahyudi_mipa@ugm.ac.id) Received: 1 November 2016 – Discussion started: 6 February 2017 Revised: 13 July 2017 – Accepted: 26 July 2017 – Published: 5 September 2017 Abstract. Magnetogama is an open schematic hand- assembled fluxgate magnetometer. Compared to another magnetometer, Magnetogama has more benefit concerning its price and its ease of use. Practically Magnetogama can be utilized either in land or attached to an unmanned aerial vehicle (UAV). Magnetogama was designed to give open ac- cess to a cheap and accurate alternative to magnetometer sen- sor. Therefore it can be used as a standard design which is directly applicable to the low-budget company or education purposes. Schematic, code and several verification tests were presented in this article ensuring its reproducibility. Magne- togama has been tested with two kind of tests: a compari- son with two nearest observatories at Learmonth (LRM) and Kakadu (KDU) and the response of magnetic substance. 1 Introduction A magnetometer is a device which can record magnetic field at the specific location where the measurement is conducted. Several types of magnetometer exist, such as proton preces- sion magnetometer (PPM) (Serson, 1962; Tyagi et al., 1983), fluxgate magnetometer (Primdahl, 1979), superconducting quantum interference device (SQUID) (Drung et al., 1990; Fagaly, 2006; Cleuziou et al., 2006) and Hall magnetometer (Peeters and Li, 1998). The fluxgate magnetometer has ad- vantages over PPM in terms of measuring magnetic field am- plitude and direction, and it has a higher sampling rate. With the main purpose of measuring the earth’s magnetic field, the fluxgate magnetometer has sufficient accuracy in a compact form; the SQUID magnetometer, in contrast, needs liquid he- lium to operate but has very high accuracy. Geophysicists need a magnetometer which is portable and has sufficient accuracy. The PPM and fluxgate are two types of magnetometers that meet these criteria. A commercial magnetometer is usually already equipped with a data log- ger and acquisition system. Those magnetometers have been calibrated, tested and are ready to be used in exploration with sufficient accuracy and stability. Unfortunately, with all those benefits, the price is usually quite high. This aspect is disad- vantageous for those beginning to learn geomagnetic meth- ods. Magnetogama is a device which combines a proprietary fluxgate magnetic sensor with a widely available microcon- troller and an analog-to-digital converter (ADC). It has an open schematic, algorithm and source code, enabling every- one to build their version of a magnetometer. Magnetogama is easy to assemble and beneficial compared to the other complete magnetometers concerning price and suitability for both general and unmanned aerial vehicle (UAV) magnetic surveys. Magnetogama is designed to be as efficient and ef- fective as possible. Besides the advantage of accurate read- ing, Magnetogama also has an easy-to-use interface. Mag- netic reading and location data can be stored automatically in its nonvolatile memory. 2 Components In order to properly function as a complete magnetometer, there are at least six main components that must be assem- bled, i.e., magnetic sensor, microcontroller, ADC, data stor- age, positioning device, power supply and user input–output (I/O). Published by Copernicus Publications on behalf of the European Geosciences Union.
  • 2. 320 Wahyudi et al.: Magnetogama Figure 1. FGM3D fluxgate magnetometer sensor. 2.1 Fluxgate FGM3D/100 sensor A fluxgate magnetic sensor is the main component of this magnetometer. Choosing a lightweight sensor with sufficient accuracy that is low powered and less prone to error is a key point in this consideration. The FGM3D sensor from SENSYS GmbH (Fig. 1) has several advantages, including its waterproof (IP65 certification) and all-weather measure- ment condition. FGM3D is a three-axis sensor with a core ring type, equipped with a feedback system. Receiving mag- netic field as its input, this sensor’s output is a three-channel analog signal. Each channel represents a vector component from magnetic field vector input. This transfer function has a sensitivity as small as 0.1 mV nT−1 with a range from −10 to 10 V. 2.2 Microcontroller The microcontroller is the main processor and interconnec- tor of the whole system. All hardware is assembled and con- nected to this microcontroller. Software which manages ac- quisition is also installed in this microcontroller. The Ar- duino platform is one of the most popular and easy-to-use programmable microcontrollers. Utilizing a programmable microcontroller ensures easy reproducibility. Arduino Mega 2560 R3 is used here; it is a development board with the AT- mega2560 microcontroller as its core. It is equipped with 54 digital I/O pin, 16 ADC, 4 serial gates, 16 MHz crystal oscil- lator, USB gate, a power jack and reset button. Therefore it has enough port to connect with other devices. ATmega2560 has 8-bit architecture and is capable of working up to 16 mil- lion executions in 1 s. 2.3 Analog-to-digital converter The output signal from fluxgate sensor is in the form of an analog signal. To be recorded, processed and digitally dis- played, an ADC is required. The output signal from sen- sor FGM3D is three differential analog signals; therefore an ADC that has at least three differential channels is needed. This key factor requires an ADC with sufficient bit resolution and differential channel support to be paired with FGM3D. The 24-bit ADC ADS1256 from Texas Instruments was cho- sen for its high bit resolution, differential channel support Figure 2. Magnetogama’s block diagram. and very low internal noise. Based on the manufacturer’s data sheet, there are 18 bits out of a possible 24-bit output from this ADC that are cleared of internal noise. 2.4 Data storage and positioning Data storage is a fundamental element of an acquisition sys- tem that stores output data from an ADC to a nonvolatile memory; no data loss will occur when the device is turned off. Getting and storing location data of the measured point coordinate is also an important aspect. ITEAD GPS shield has both capabilities regarding storage and positioning sys- tem. It has one micro-SD slot and a GPS receiver. Digital data from ADC and GPS are written by the shield, which continuously parses GPS data and communicates with the microcontroller through a serial connection into the memory card. 2.5 Power A compatible battery was chosen based on power consump- tion, ensuring the time needed for acquisition. Another con- sideration is weight. The battery is heavier than any other part; luckily its capacity is usually proportional to its weight. Due to the plan to mount this acquisition system to a UAV, the battery needed to be as light as possible. A lithium polymer battery was chosen for this device. The whole set of parts re- quires two battery inputs; the first supplies the FGM3D sen- sor and the second supplies the microcontroller and any parts connected directly to the microcontroller. Geosci. Instrum. Method. Data Syst., 6, 319–327, 2017 www.geosci-instrum-method-data-syst.net/6/319/2017/
  • 3. Wahyudi et al.: Magnetogama 321 Figure 3. Magnetogama’s schematic. The first power supply consists of two 4C 14.8V lithium polymer batteries in a serial configuration to supply the pos- itive and negative voltage required by FGM3D. Each battery has a 1300 mAh capacity. The first power supply is connected to LM7812 and LM7912 as a voltage regulator to stabilize in- put power at ±12 V. The second power supply uses a bigger capacity of 2200 mAh, a 7.4 V 2C lithium polymer battery to power microcontroller along with ADC, GPS and storage shield. No external voltage regulator is required for the sec- ond power supply since the internal 5 V voltage regulator in Arduino Mega 2560 can be used for this purposes. 2.6 Display and input The display on Magnetogama is used to communicate be- tween device and user. Previously, a simple dot matrix dis- play which could only display numeric/character informa- tion was sufficient, but it was not intuitive enough for the user. LCD Nokia 5110 is now used for its simplicity and its ability to communicate with the user with more complicated graphics or text. It has a 84×48 pixel resolution and utilizes the PCD8544 controller, which was also used on the previ- ous Nokia 3310 LCD. This LCD is easy to use and suitable www.geosci-instrum-method-data-syst.net/6/319/2017/ Geosci. Instrum. Method. Data Syst., 6, 319–327, 2017
  • 4. 322 Wahyudi et al.: Magnetogama Figure 4. Assembled acquisition tools consist of magnetic sensor FGM3D/100, Arduino Mega 2560 R3, keypad, lithium polymer bat- tery and Nokia 5110 LCD. for a simple project, as presented by Wagh et al. (2014). User input is provided using a 3 × 4 membrane keypad. 3 Schematic and assembly The microcontroller, magnetic sensor and all other parts are assembled following a block diagram and electronic schematic given in Figs. 2 and 3, respectively. The assembled Magnetogama can be seen in Fig. 4. It is important to note that an additional external case is needed to protect the de- vice and perform magnetic survey easily. The case was made from ABS plastic and acrylic as shown in Fig. 5. With the in- cluded acrylic case, Magnetogama has a weight of 1 kg and a dimension of 116 × 200 × 65 mm. With given assembly set- ting and battery, it can be used for 10 h 20 min on full acqui- sition time, which is sufficient for typical 1-day acquisition. The electronic components inside the case contain mate- rial that is prone to magnetic induction. As a consequence, it may affect the sensor reading and cannot be neglected if located at a close distance from the sensor. Hence, the sensor is connected through 3 m cable from the case to the sensor. It is important to set the sensor and the case apart at maximum distance allowed by the cable. Figure 6 shows the relative in- fluence of the assembled electronic components on the sen- sor reading at different distances. The data points are fitted to an exponential equation shown by a solid line. The magnetic signature of electronic component starts to have significant Figure 5. Magnetogama assembled using external plastic case and acrylic cover. deviation at 260 cm. Therefore, the magnetic reading should not be affected at a minimum distance of 260 cm. 4 Remote control Magnetogama can be controlled locally via its membrane keypad or remotely using wireless serial interface. The wire- less interface is switchable between Bluetooth and radio. An Android-based device is used to control Magnetogama via Bluetooth interface. For radio interface, a 915 MHz radio re- ceiver and transmitter is used to control Magnetogama via special PC software developed in this research. 5 Verification 5.1 Comparison with standard magnetometer The first step of calibration was performed by comparing continuous measurement recorded with Magnetogama with continuous data from standard magnetometer near the loca- tion of the test. Two standard magnetometer observatories located at Learmonth (LRM) and Kakadu (KDU), Australia, were selected as a comparison. The test were performed from UTC 12:00 on 8 February 2016 to UTC 12:00 on 12 Febru- ary 2016. The test used 0.2 Hz sampling frequency resulting in 691 200 points recorded for each component. The FGM3D sensor was attached to a nonmagnetic tripod using acrylic mounting. The sensor orientation was then set up so the x axis pointed northward, y axis eastward and z axis down- ward. Geosci. Instrum. Method. Data Syst., 6, 319–327, 2017 www.geosci-instrum-method-data-syst.net/6/319/2017/
  • 5. Wahyudi et al.: Magnetogama 323 Figure 6. Relative magnetic field influence of Magnetogama to sensor reading over various distances. Figure 7. Comparison between original and filtered Magnetogama (YOG) magnetic field record on each component. www.geosci-instrum-method-data-syst.net/6/319/2017/ Geosci. Instrum. Method. Data Syst., 6, 319–327, 2017
  • 6. 324 Wahyudi et al.: Magnetogama Figure 8. Comparison between Magnetogama (YOG) and magnetometer on Learmonth (LRM) and Kakadu (KDU) observatory. Figure 9. Sketch on Magnetogama’s test toward magnetic sub- stance. Before direct comparison, noise reduction of the tested Magnetogama was carried out. Noise reduction refers to the technical reference manual of the International Geomagnetic Observatory Organization (INTERMAGNET). It is achieved by applying a series of coefficients of a Gaussian filter to the data samples listed in the manual. This digital filter was ap- plied to both standard magnetometers. Figure 7 shows a com- parison between original and filtered Magnetogama mag- netic field data record. Figure 8 shows a direct comparison between data recorded on Magnetogama (YOG) and two other reference stations (LRM and KDU). Due to a longitude difference that causes the difference in time and relative sun position, cross- correlation analysis was performed to estimate diurnal vari- ation pattern. This cross-correlation analysis was meant to determine the signal delay between two different stations as the effect of diurnal variation due to the sun’s relative posi- tion. Based on cross-correlation analysis, YOG–LRM has a 41 % correlation coefficient and YOG–KDU has 72 %. This result is sufficient considering the huge separation distance between those two stations. Therefore, the local disturbance has the main effect on the recorded result. 5.2 Response of magnetic substance Response test of magnetic substance was performed by com- paring Magnetogama with a standard magnetometer. In this case, PPM from Geotron G5 was used as a comparison. Mag- netometers were located at x = 0 m, with some variation in the y direction (0.5, 1, 1.5 and 2 m). A magnetic object (a motor scooter) was initially located at x = −10 m and then moved 1 m for each measurement in the x direction until Geosci. Instrum. Method. Data Syst., 6, 319–327, 2017 www.geosci-instrum-method-data-syst.net/6/319/2017/
  • 7. Wahyudi et al.: Magnetogama 325 Figure 10. Magnetic field response comparison between FGM3D/100 and PPM Geotron G5. reaching x = 10 m (see Fig. 9 for detailed illustration). The magnetization level due to a magnetic object is inversely pro- portional to the square of its distance and reaches its max- imum when a magnetic substance was located at x = 0 m (Fig. 10). The amplitude of the graphs in Fig. 10 present the sen- sor’s sensitivity. FGM3D/100 turns out to be more sensitive than Geotron G5, reflected by the higher amplitude on its graph. The variation of the magnetometer’s position gives us a stable result with a peak response when a magnetic sub- stance is located at x = 0 m. This result also gives insight into the minimum distance threshold at which an unwanted magnetic object will affect the reading during a real magnetic survey. A partially magnetic object as a big as motor scooter does not show any obvious effect after 5 m distance. Un- fortunately, vector calibration cannot be performed because PPM Geotron G5 is a scalar magnetometer, whereas fluxgate FGM3D/100 is a vector magnetometer. Therefore, for more precise utilization, calibration using another calibrated flux- gate magnetometer is needed. 6 Conclusions Magnetogama is a hand-assembled fluxgate magnetometer utilizing a factory-built-in fluxgate FGM3D/100 sensor com- bined with Arduino Mega 2650 R3 microcontroller, ADC ADS1256 24-bit, data storage and GPS receiver shield. It is an open schematic and easy to build even with the mini- mum budget. It has sufficient accuracy to be used for near- surface geophysics problems, such as mineral exploration and geotechnical issues. Additionally, Magnetogama is de- signed to be as lightweight as possible (1 kg) and can be car- ried by a small UAV. Code availability. The pseudo-code below represents the general idea of the program inside the microcontroller. Our source code for the microcontroller and ADC can be accessed at https://github.com/ adienakhmad/Magnetogama. Data availability. Data used in this paper can be accessed at https: //github.com/adienakhmad/Magnetogama. www.geosci-instrum-method-data-syst.net/6/319/2017/ Geosci. Instrum. Method. Data Syst., 6, 319–327, 2017
  • 8. 326 Wahyudi et al.: Magnetogama Appendix A: Algorithm A1 Microcontroller Algorithm 1 General Algorithm on Microcontroller t0 ← time (millisecond) since device start dt ← time interval between measurement loop gpsf ix ← gps fix data listen for keypad press if keypad is pressed then key ← the key pressed on keypad process function attached to key end if listen for serial command if command is received then cmd ← the received command process function attached to command end if t1 ← time now since device start if t1 − t0 ≥ dt then x,y,z ← magnetic reading from ADC lat,lon,elev,time ← position data parsed from gpsf ix write x,y,z,lat,lon,elev,time to storage send x,y,z,lat,lon,elev,time to remote t0 ← time now since device start end if end loop A2 Analog-to-digital converter Algorithm 2 Algorithm on ADS1256 A/D Conversion for all differential channel connected to FGM3D do ch ← current channel set multiplexer register to ch wait for conversion to finish hb,mb,lb ← three 8-bytes raw ADC code {high, mid, and low byte} vali24 ← (hb << 16)+(mb << 8)+lb {combine into in- teger 24-bit value by byte shifting} valf 32 ← convert codei24 into 32-bit floating point vref ← voltage reference pga ← programmable gain amplifier voltage ← (codef 32/0x7FFFFF) × ((2 ∗ vref )/pga) {conversion from raw code to voltage} f ac ← conversion factor from V to nT magval ← voltage × f ac return magval end for Geosci. Instrum. Method. Data Syst., 6, 319–327, 2017 www.geosci-instrum-method-data-syst.net/6/319/2017/
  • 9. Wahyudi et al.: Magnetogama 327 Author contributions. W, NK and TK are research project leader who provide idea and guidance, including the quality check on our apparatus. AR, ASH and AAM designed and test Magnetogama. TMI and all the others help writing the manuscript. Competing interests. The authors declare that they have no conflict of interest. Acknowledgements. Authors thank Geophysics Laboratory, Fac- ulty of Geography and Electronics and Instrumentation Laboratory of Universitas Gadjah Mada for the support, http://www.dikti.go.id/ Ministry of Research, Technology, and Higher Education Indonesia for their research fund support, contract no. 781/UN1-P.III/LT.DIT- LIT/2016. Magnetogama is an open schematic apparatus; therefore the copyright of the product belongs to the authors. Edited by: Marina Díaz-Michelena Reviewed by: two anonymous referees References Cleuziou, J.-P., Wernsdorfer, W., Bouchiat, V., Ondarçuhu, T., and Monthioux, M.: Carbon nanotube superconducting quantum in- terference device, Nat. Nanotechnol., 1, 53–59, 2006. Drung, D., Cantor, R., Peters, M., Scheer, H., and Koch, H.: Low- noise high-speed dc superconducting quantum interference de- vice magnetometer with simplified feedback electronics, Appl. Phys. Lett., 57, 406–408, 1990. Fagaly, R.: Superconducting quantum interference device instru- ments and applications, Rev. Sci. Instrum., 77, 101101-1– 101101-45, 2006. Peeters, F. and Li, X.: Hall magnetometer in the ballistic regime, Appl. Phys. Lett., 72, 572–574, 1998. Primdahl, F.: The fluxgate magnetometer, J. Phys. E-Sci. Instrum., 12, 241–253, https://doi.org/10.1088/0022-3735/12/4/001, 1979. Serson, P.: Proton precession magnetometer, uS Patent 3,070,745, 1962. Tyagi, S., Lord, A., and Koerner, R.: Use of a proton precession magnetometer to detect buried drums in sandy soil, J. Hazard. Mater., 8, 11–23, 1983. Wagh, A., Dave, Z., Singh, G., Dange, V., Tambe, A., and Gengaje, S.: A low cost portable oscilloscope for educational platforms using a Programmable System on Chip, in: Advances in Com- munication and Computing Technologies (ICACACT), 2014 In- ternational Conference on, 1–4, IEEE, 2014. www.geosci-instrum-method-data-syst.net/6/319/2017/ Geosci. Instrum. Method. Data Syst., 6, 319–327, 2017