Sunteți pe pagina 1din 1

Earthquake Detector using Arduino and MPU-6050

Tanya Yadav
School of Engineering and Technology, Ansal University

Introduction boards in that it does not use the FTDI USB-to-serial driver chip.
Instead, it uses the
Earthquake detector is a system is a system of accelerometers, Atmega16U2 (Atmega8U2 up to version R2) programmed as a USB-
seismometers, communication, computers and alarms that is devised to-serial converter.
for notifying adjoining regions of an earthquake affected area. An
earthquake warning system works by detecting an earthquake's The Arduino Integrated Development Environment (IDE) is a cross-
initiation through P-wave (primary wave) energy radiating from the platform application. It is used to write and upload programs to
center. These P-waves move faster (6 km per second) than an Arduino compatible boards.
earthquake's S-waves, which generate the most damaging ground
movements. The farther we are from the center, the more advanced
MPU 6050 Module
warning we will receive as the P-waves trigger alerts from various
stations. In my project, I have used a MPU-6050 Module which is MPU6050 sensor module is a 6-axis Motion Tracking Device. It
been interfaced with a microcontroller (Arduino UNO). After consist of 3-axis Gyroscope with Micro Electro Mechanical System
detecting the moment across 3axes, the microcontroller glows a LED (MEMS) technology. It is used to detect rotational velocity along the
and also the buzzer is triggered using the GPIO Pins. The Output can X, Y, Z axes. When the gyros are rotated about any of the sense axes,
be seen on the serial plotter in the Arduino IDE. The whole setup the Coriolis Effect causes a vibration that is detected by a MEM
works on a very minimal power and is very cheap and compact. inside MPU6050. The resulting signal is amplified, demodulated, and
filtered to produce a voltage that is proportional to the angular rate. It
What is a Microcontroller? measures the angular velocity along each axis in degree per second
unit.
A microcontroller is a compact integrated circuit designed to govern
a specific operation in an embedded system. A typical
microcontroller includes a processor, memory and input/output
peripherals on a single chip. It is a dedicated or single task device.
It is not an exaggeration to say that, today there is no electronic
gadget which is designed without a microcontroller. For earthquake
module a microcontroller would work efficiently and without any
technical issues because it has a minimal power consumption and is
compact. We would be using Arduino UNO.

It consists of a 3-axis Accelerometer with Micro Electro Mechanical


(MEMs) technology. Which have a very compact movable mass. The
acceleration is determined along the axes, as the movable mass
senses an acting force upon it. The displacement of the mass
unbalances the differential capacitor on the module which results in
sensor output. Output amplitude is proportional to acceleration. It
detects the angle of tilt or inclination along the X, Y and Z axes. It
also have an embedded Digital Motion Processor (DMP), which is
used to compute motion processing algorithms. It takes data from
gyroscope, accelerometer and processes the data. It provides motion
data like roll, pitch, yaw angles, landscape and portrait sense. It
minimizes the processes of host in computing motion data. The
resulting data can be read from DMP registers. Also, it has additional
The Arduino Uno is an open-source microcontroller board based on feature of on-chip Temperature sensor. It has I2C bus interface to
the Microchip ATmega328P microcontroller and developed by communicate with the microcontrollers.
Arduino.cc. The board is equipped with sets of digital and analog
input/output (I/O) pins that may be interfaced to various expansion
Estimated cost of the project
boards (shields) and other circuits. The board has 14 Digital pins, 6 The estimated cost of the project will be –
Analog pins, and programmable with the Arduino IDE (Integrated
Development Environment) via a type B USB cable. It can be Microcontroller(Arduino Uno) -Rs.342.00
powered by the USB cable or by an external 9-volt battery, though it Additional cost including installation -Rs.921.00
accepts voltages between 7 and 20 volts. The Uno communicates
using the original STK500 protocol, it differs from all preceding Total-1,263.00

Page 1 of 1

S-ar putea să vă placă și