Hello,
I have designed an aoutomatic irrigation system in which the pump gets turned on or off based on the moisture content of the soil.
Now, i also want to control the pump through sms or call. I cant use any GSM sheild ans they are not available here nor can i order from abroad...GSM modems are available though....i need detailed help about the interfacing and codes....
Another option is to connect the backlight signal from a phone to an Arduino (analog?) in pin - GND connected too of course- so that when it receives an SMS some action will start.
Drawbacks:
= You can only define one action but that might be enough...
= Everyone can call the number..
Another option is to connect the backlight signal from a phone to an Arduino (analog?) in pin - GND connected too of course- so that when it receives an SMS some action will start.
There are relay kits avaliable for doing this using a photo diode. If you watch your cell phone, the display will probably randomly light it self up to preclude the phone from being used for ugly purposes.
Connect the GSM modem to the Serial port of the Arduino. Depending on the GSM modem you can poll it if there are messages availabale, of some others might make a line HIGH to indicate something is arriving.
How it is done exactly is written in the manual / datasheet. Modems tend to differ slightly...
Google for "AT commands GSM Arduino" to see examples how it could be done,
Thanks a lot! The Application note seems to be really helpful. I will go through it and will definitely ask for help if i need any...
It says that i can use any phone except Nokia phones that uses F or M-bus. Ho do i check that?
Hello, i have the phone shown in the link available: http://www.cpkb.org/wiki/Nokia_1680_classic_pinout
now i can connect the rx tx pins of the arduino Mega2560 board to the corresponding rx, tx of the phone...what to do after that if u want to turn on a motor by a phone call. Thanks!