What's new

Looking For: Earthquake Alerter with SMS Notification (with source code)

topman99

Addict
Joined
Jul 20, 2016
Posts
54
Reaction
6
Points
75
Mga bosing, I'm looking for "Earthquake Alarm/Detector with SMS Notification (with source code)", project po ng anak ko ^_^....
 
Hello! That sounds like a great project for your child. Creating an Earthquake Alarm/Detector with SMS Notification involves several components such as a seismic sensor to detect earthquakes, a microcontroller or a development board to process the sensor data, and a GSM module to send SMS notifications.

Here's a general outline of how you can create this project:

1. Seismic Sensor: You can use sensors like the ADXL345 accelerometer or the MPU6050 gyroscope/accelerometer to detect seismic activity.

2. Microcontroller: Arduino or Raspberry Pi can be used to process the sensor data and trigger the alarm when earthquake-like patterns are detected.

3. SMS Notification: You will need a GSM module like SIM800L or SIM900 to send SMS notifications. Connect the module to the microcontroller and use AT commands to send SMS.

4. Source Code: You can find sample code and libraries online for interfacing the sensors, GSM module, and setting up the alarm logic. You may need to combine and modify these codes to suit your project requirements.

If you need further guidance on specific components, coding, or circuit connections, feel free to ask here. Good luck with your child's project!
 
Back
Top