0% found this document useful (0 votes)
16 views15 pages

Arduino SMS Alert with GSM Shield

This document summarizes an Arduino project that uses a sensor, Arduino, and GSM shield to send SMS messages. The necessary components are an Arduino board, GSM shield with SIM card, and a digital sensor. The GSM shield is attached to the Arduino, the sensor is connected, and code is uploaded to the Arduino that will read the sensor and send an SMS via the GSM shield when the sensor is triggered.

Uploaded by

Fran R Jay
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
16 views15 pages

Arduino SMS Alert with GSM Shield

This document summarizes an Arduino project that uses a sensor, Arduino, and GSM shield to send SMS messages. The necessary components are an Arduino board, GSM shield with SIM card, and a digital sensor. The GSM shield is attached to the Arduino, the sensor is connected, and code is uploaded to the Arduino that will read the sensor and send an SMS via the GSM shield when the sensor is triggered.

Uploaded by

Fran R Jay
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd

Sensor + arduino +gsm shield

by hayawi13
Download
3 Steps

Collection I Made it!


Favorite
Share

this is my first time to upload experiment


simply it is about a sensor ( any type of digital sensor) once its sense the arduino will send a SMS to you with a text

Remove these ads by Signing Up

Step 1: What will you need ?

you will need:


1_arduino uno or duemilanove (any type could be)
2_ GSM Shield with SIM card
3_a digital sensor ( I used Normaly close switch as a sensor)
***since I used a normally close switch that will effect on the software I wrote it

Step 2: Fix a GSM Shield on the Arduino

put the GSMShield on the arduino that you will use it


and the connect your sensor
the +wire with 5V ,-wire with GND and the signal wire with pin number 8 ( you can use any one from 4 to6 and from 8 to 12) code

Step 3: Code

follow the code and enjoy

You might also like