This shows you the differences between two versions of the page.
pm:prj2023:tmiu:earthquaqealarm [2023/05/04 09:15] sevgi.zobu created |
pm:prj2023:tmiu:earthquaqealarm [2023/05/28 23:20] (current) sevgi.zobu |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Nume proiect ====== | + | ====== Earthquake Alarm ====== |
- | ===== Introducere ===== | + | |
- | <note tip> | + | ===== Introduction ===== |
- | Prezentarea pe scurt a proiectului vostru: | + | |
- | * ce face | + | <note tip> |
- | * care este scopul lui | + | I decided to do this project because natural disasters cause great damage to the world. |
- | * care a fost ideea de la care aţi pornit | + | The earthquake sensor detects the vibration during an earthquake and serves to beep directly and turn on the LED. To talk about the working logic, the aim of this project is to integrate the GY-87 with accelerometer, gyroscope, magnometer, barometer and temperature sensor as a multifunctional and sensitive integration, so that the LED flashes and an audible warning is given in case of a very small earthquake vibration. On the wall, it is aimed to inform people and to minimize the damage caused by the earthquake. |
- | * de ce credeţi că este util pentru alţii şi pentru voi | + | |
</note> | </note> | ||
- | ===== Descriere generală ===== | + | ===== General Description ===== |
<note tip> | <note tip> | ||
- | O schemă bloc cu toate modulele proiectului vostru, atât software cât şi hardware însoţită de o descriere a acestora precum şi a modului în care interacţionează. | + | With arduino uno, instantaneous data is processed by GY-87 (Accelerometer, Gyroscope, Magnetometer, Barometer/Altitude Sensor andTemperature Sensor), enabling led to light and buzzer to beep during earthquake. |
+ | |||
+ | {{ :pm:prj2023:tmiu:resim_2023-05-26_183811616.png?300 |}} | ||
- | Exemplu de schemă bloc: http://www.robs-projects.com/mp3proj/newplayer.html | ||
</note> | </note> | ||
Line 20: | Line 19: | ||
<note tip> | <note tip> | ||
- | Aici puneţi tot ce ţine de hardware design: | + | * Arduino Uno |
- | * listă de piese | + | * GY-87 |
- | * scheme electrice (se pot lua şi de pe Internet şi din datasheet-uri, e.g. http://www.captain.at/electronic-atmega16-mmc-schematic.png) | + | * Buzzer |
- | * diagrame de semnal | + | * Jumper Wires |
- | * rezultatele simulării | + | * Green Led |
+ | * Breadboard | ||
+ | * Resistor | ||
+ | |||
+ | The GY-87 sensor module is a versatile component that combines multiple sensors in a single package. Its common features include a 3-axis accelerometer, a 3-axis gyroscope, a 3-axis magnetometer, and optionally, a barometer/altitude sensor and a temperature sensor. These sensors allow the module to measure linear acceleration, angular rate of rotation, magnetic field strength and direction, atmospheric pressure (altitude), and ambient temperature. The specific sensors included may vary depending on the module variant or manufacturer. It's important to consult the documentation provided by the manufacturer or supplier for accurate information about the features of a particular GY-87 module. | ||
+ | |||
+ | {{ :pm:prj2023:tmiu:earthquake_alarm_sevgi_zobu_erasmus.png?300 |}} | ||
</note> | </note> | ||
Line 31: | Line 37: | ||
<note tip> | <note tip> | ||
- | Descrierea codului aplicaţiei (firmware): | + | |
- | * mediu de dezvoltare (if any) (e.g. AVR Studio, CodeVisionAVR) | + | This code is a basic earthquake alarm system using an MPU6050 sensor with an Arduino Uno. The MPU6050 sensor measures acceleration in three axes (X, Y, Z) and calculates the total acceleration. The code continuously reads the acceleration values from the sensor and compares the total acceleration to a predefined threshold. |
- | * librării şi surse 3rd-party (e.g. Procyon AVRlib) | + | |
- | * algoritmi şi structuri pe care plănuiţi să le implementaţi | + | If the total acceleration exceeds the threshold, indicating a significant movement or vibration, the alarm is triggered. The alarm is represented by an LED that blinks and a buzzer that emits a sound. The LED turns on and off rapidly, while the buzzer emits a continuous tone for a brief period. |
- | * (etapa 3) surse şi funcţii implementate | + | |
+ | The purpose of this code is to demonstrate how to use the MPU6050 sensor to detect vibrations or movements that could be indicative of an earthquake. When an earthquake-like motion is detected, the alarm is activated to alert the user. | ||
</note> | </note> | ||
- | ===== Rezultate Obţinute ===== | + | ===== Obtained Results ===== |
<note tip> | <note tip> | ||
- | Care au fost rezultatele obţinute în urma realizării proiectului vostru. | + | The MPU6050 sensor combined with an Arduino Uno can be used to detect vibrations or movements. |
+ | |||
+ | By measuring the acceleration in three axes (X, Y, Z) and calculating the total acceleration, the sensor can provide an indication of significant motion. | ||
+ | |||
+ | The threshold value for total acceleration can be adjusted to customize the sensitivity of the earthquake alarm. | ||
+ | |||
+ | When the total acceleration exceeds the threshold, the alarm system is triggered, indicating the possibility of an earthquake. | ||
+ | |||
+ | The LED and buzzer serve as visual and auditory indicators to alert the user when an earthquake-like motion is detected. | ||
+ | |||
+ | This project demonstrates the potential of using sensor technology for earthquake detection and early warning systems. | ||
</note> | </note> | ||
- | ===== Concluzii ===== | + | |
===== Download ===== | ===== Download ===== | ||
<note warning> | <note warning> | ||
- | O arhivă (sau mai multe dacă este cazul) cu fişierele obţinute în urma realizării proiectului: surse, scheme, etc. Un fişier README, un ChangeLog, un script de compilare şi copiere automată pe uC crează întotdeauna o impresie bună ;-). | + | {{:pm:prj2023:tmiu:earthquake_alarm_sevgi_zobu_erasmus.rar|}} |
- | Fişierele se încarcă pe wiki folosind facilitatea **Add Images or other files**. Namespace-ul în care se încarcă fişierele este de tipul **:pm:prj20??:c?** sau **:pm:prj20??:c?:nume_student** (dacă este cazul). **Exemplu:** Dumitru Alin, 331CC -> **:pm:prj2009:cc:dumitru_alin**. | ||
- | </note> | ||
- | ===== Jurnal ===== | ||
- | <note tip> | ||
- | Puteți avea și o secțiune de jurnal în care să poată urmări asistentul de proiect progresul proiectului. | ||
</note> | </note> | ||
+ | |||
+ | |||
+ | |||
+ | |||
===== Bibliografie/Resurse ===== | ===== Bibliografie/Resurse ===== | ||
<note> | <note> | ||
- | Listă cu documente, datasheet-uri, resurse Internet folosite, eventual grupate pe **Resurse Software** şi **Resurse Hardware**. | + | [[https://maker.robotistan.com/deprem-alarmi-yapimi/]] |
+ | [[https://microcontrollerslab.com/earthquake-detector-arduino/?utm_campaign=DonanimHaber&utm_medium=referral&utm_source=DonanimHaber]] | ||
+ | [[https://forum.donanimhaber.com/arduino-deprem-algilayici-mpu-6050-kodlari--141886213]] | ||
+ | [[https://www.circuits-diy.com/interfacing-gy-87-imu-mpu6050-hmc5883l-bmp085-module-with-arduino/]] | ||
</note> | </note> | ||
<html><a class="media mediafile mf_pdf" href="?do=export_pdf">Export to PDF</a></html> | <html><a class="media mediafile mf_pdf" href="?do=export_pdf">Export to PDF</a></html> | ||