system
March 15, 2014, 11:57am
1
hello i am a new member and i am here to find help.
i have an arduino uno and a gsm shild. and i want recive a sms on my cellfone if sensor 1, 2,3 or 4 that is attached to my arduino is active.
on this site is the basic ( Sending an SMS text message)
http://www.planetarduino.org/?cat=697
i dont know do the rest
I am grateful for the help
system
March 15, 2014, 12:03pm
2
on this site is the basic ( Sending an SMS text message)
So, you have some code that can send an SMS to your phone? Does that actually work?
i dont know do the rest
"The rest" being reading 4 sensors, and sending a message when one of them reads HIGH? You're kidding, right?
system
March 15, 2014, 12:06pm
3
i dont know if works or not thats why i am asking for help.
i dont want that sensors read high or low, just read oon/off
Which shield have you got? What happened when you tried the program? And which program - there's quite a few on that page?
system
March 15, 2014, 12:39pm
5
i dont want that sensors read high or low, just read oon/off
If you don't know that HIGH means on and LOW means off, you need to put the Arduino away. This project is going to be far too complicated for you.
system
March 15, 2014, 1:00pm
6
because its complicated, thats why im asking for help
system
March 15, 2014, 2:17pm
7
because its complicated, thats why im asking for help
The process of reading sensors is NOT complicated. THAT is what you should start with.
The process for sending text messages IS complicated, but you claim to have code for that.
system
March 19, 2014, 1:28pm
8
just now i have time to come here.
a has able to send sms wiht gsm example on arduino program.
i like to make it automatic ( dont need to usse serial monitor)
it is possible ?