Skip to content

This project utilizes an Arduino and a SIM900A GSM module to detect intrusions via an ultrasonic sensor. When movement is detected, the system triggers an alarm and sends an SMS alert to a predefined mobile number for real-time notifications.

Notifications You must be signed in to change notification settings

EngineerHamziey/Intuder_alarm_with_sms_alert_using_ultrasonic_sensor

Repository files navigation

I had to upload code to my arduino using another arduino due to some the fact that I spoiled the arduino and I cant upload code to it directly. circuit diagram for code upload I used the circuit above from instructables.com Here.

The next steps are:

  1. Select the board which you are using to program by going Tools > Board (In my case UNO). Also select toe port of your board by going to Tools > Port.

  2. Open the ArduinoISP code which ca be found by going to File > Examples > ArduinoISP.

  3. Upload the sketch.

  4. After Uploading the sketch, again go to Tools > Board and now select the board which is to be programmed (In my case NANO).

  5. Now open the sketch which is to be uploaded.

  6. Go to Tools > Programmer and change it to Arduino as ISP.

  7. Now go to File and select Upload using Programmer.

About

This project utilizes an Arduino and a SIM900A GSM module to detect intrusions via an ultrasonic sensor. When movement is detected, the system triggers an alarm and sends an SMS alert to a predefined mobile number for real-time notifications.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages