Chapter Two
Chapter Two
Chapter 2
AIRPORT SECURITY WITH METAL DETECTOR
The simplicity of this device makes it a cheap option. Despite low accuracy, it
can be considered an excellent device for beginner level metal detection. Best
frequency oscillation is capable of locating objects at a distance of 2 feet under the
ground.
solely relying on equipment to find threats. A single backscatter scan exposes the
target to between 0.05 and 0.1 micro Sievert of radiation. In comparison, the exposure
from a standard chest x-ray is almost 100 times higher.
Almost all airport metal detectors are based on pulse induction (PI). Typical PI
systems use a coil of wire on one side of the arch as the transmitter and receiver. This
technology sends powerful, short bursts (pulses) of current through the coil of wire.
Each pulse generates a brief magnetic field. When the pulse ends, the magnetic field
reverses polarity and collapses very suddenly, resulting in a sharp electrical spike.
This spike lasts a few microseconds (millionths of a second) and causes another
current to run through the coil. This subsequent current is called the reflected pulse
and lasts only about 30 microseconds. Another pulse is then sent and the process
repeats. A typical PI-based metal detector can vary greatly based on the manufacturer
and model. If a metal object passes through the metal detector, the pulse creates an
opposite magnetic field in the object. When the pulse's magnetic field collapses,
causing the reflected pulse, the magnetic field of the object makes it take longer for
the reflected pulse to completely disappear.
A sampling circuit in the metal detector is set to monitor the length of the
reflected pulse. By comparing it to the expected length, the circuit can determine if
another magnetic field has caused the reflected pulse to take longer to decay. If the
decay of the reflected pulse takes more than a few microseconds longer than normal,
there is probably a metal object interfering with it.
Arduino was born interaction design institute at the Lvrea as an easy tool for
fast prototyping, aimed at students without a background in electronics and
programming. As soon as it reached a wider community, the Arduino board started
changing to adapt to new needs and challenges, differentiating its offer form simple8-
bit boards to products for IOT applications, wearable, 3D printing and embedded
environments.
The Arduino software is easy-to-use for beginners, yet flexible enough for
advanced users. It runs on Mac, Windows, and Linux. Teachers and students use it to
build low cost scientific instruments, to prove chemistry and physics, or to get started
with programming and robotics. Designers and architects build interactive prototypes,
musicians and artists use it for installations and to experiment with new musical
instruments.
Makers, of course, use it to build many of this type of machine exhibited at the
maker faire, for example. Arduino is a key tool to learn new things. Anyone that
children, hobbyists, artists, programmers are sharing ideas by online with other
members of the Arduino community.
AREF; Stands for Analog Reference. Most of the time can leave this pin
alone. It is sometimes used to set an external reference voltage (between 0 and
5 Volts) as the upper limit for the analog input pins.
2.6.5. Main IC
The black thing with all the metal legs is an IC or integrated circuit. It is the
brains of Arduino. The main IC on the Arduino is slightly different from board type,
but is usually from the AT mega line of IC’s from the ATMEL Company. This can
be important, as may need to know the IC type (along board type) before loading up a
new program from the Arduino software. This information can usually be founding
writing on the top side of the IC. If want to know more about the difference between
various IC’s, reading the datasheets is often a good idea.