BASIC QUESTIONS (Very Common)
1. What is your project about?
Answer:
Our project is a real-time earthquake monitoring and alerting system using the STM32
microcontroller. It detects ground vibrations using an accelerometer and generates alerts
when seismic activity crosses a threshold.
2. What is the main objective of your project?
Answer:
The main objective is to detect P-waves (primary waves) early and provide alerts before
destructive S-waves arrive, helping reduce damage and casualties.
3. Why did you choose STM32?
Answer:
We chose STM32 microcontroller because:
• High processing speed
• Low power consumption
• Built-in peripherals (ADC, UART, I2C, SPI)
• Suitable for real-time applications
What is an accelerometer and how is it used?
Answer:
An accelerometer like ADXL345 measures acceleration in X, Y, and Z directions.
It detects vibrations in the ground and sends data to the microcontroller.
TECHNICAL QUESTIONS
5. How does your system detect an earthquake?
Answer:
• The accelerometer senses ground motion
• Data is sent to STM32
• We calculate total acceleration using vector magnitude
• If it exceeds threshold → alert is triggered
6. Explain the mathematical model used.
Answer:
If:
Then the system triggers an alert.
7. Why do you use vector magnitude instead of single axis?
Answer:
Because earthquake vibrations occur in all directions.
Using vector magnitude makes the system orientation-independent and more accurate.
8. What communication protocols are used?
Answer:
• I2C/SPI → between accelerometer and STM32
• UART → between STM32 and WiFi/GSM module
9. What is the role of IoT in your project?
Answer:
IoT allows remote monitoring.
Data is sent via modules like ESP8266 or GSM to notify users even if they are far away.
10. What happens when threshold is exceeded?
Answer:
• Buzzer turns ON
• LED glows
• Alert message is sent via IoT
COMPONENT-BASED QUESTIONS
11. What are the main components?
Answer:
• STM32 Microcontroller
• Accelerometer (ADXL345)
• Buzzer & LED
• GSM/WiFi module
• Power supply
12. Why use MEMS sensors?
Answer:
MEMS sensors are:
• Small in size
• Low cost
• High sensitivity
• Reliable for vibration detection
CONCEPTUAL QUESTIONS
13. What are P-waves and S-waves?
Answer:
• P-waves: Fast, less destructive, arrive first
• S-waves: Slower but more destructive
14. How is your system different from traditional systems?
Answer:
• Low cost
• Portable
• Real-time alert
• IoT integration
15. What is signal conditioning?
Answer:
It is processing raw sensor data (filtering, scaling) before using it for decision-making.
RESULT & GRAPH QUESTIONS
16. What do your graphs represent?
Answer:
• Graph 1: Total seismic acceleration vs threshold
• Graph 2: X, Y, Z axis motion
• Graph 3: Alert triggering point
17. How do you validate your system?
Answer:
By applying controlled vibrations and checking:
• Sensor response
• Threshold crossing
• Alert activation
ADVANCED / TRICKY QUESTIONS
18. What are the limitations?
Answer:
• Cannot predict earthquakes
• Sensitive to noise
• Limited coverage area
19. How can false alarms be reduced?
Answer:
• Better filtering
• Adaptive threshold
• Multi-sensor verification
20. What improvements can be made?
Answer:
• AI-based prediction
• Mobile app integration
• Multi-node sensor network
21. Why not use Raspberry Pi instead of STM32?
Answer:
STM32 is better for:
• Real-time processing
• Low power applications
• Embedded systems
Raspberry Pi is more suitable for high-level computing.
22. What is the real-world application?
Answer:
• Earthquake-prone areas
• Buildings and industries
• Early warning systems
VERY IMPORTANT (Often Asked)
23. Can your system predict earthquakes?
Answer:
No. It only detects seismic activity and provides early warning, not prediction.
24. What is the cost of your system?
Answer:
It is low-cost compared to traditional seismic systems due to simple components and
microcontroller-based design.
25. Why is early warning important?
Answer:
Even a few seconds of warning can:
• Save lives
• Shut down machines
• Prevent accidents