Hi i want to make call and stops when arduino receive a sms.
It seems easy but I stick.
Can you help me?
Start by posting your code and schematics you have so far.
With this code arduino call but not stop.
while (temperature > 26 ){
vcs.voiceCall("xxxxxxxx");
}
vcs.hangCall();
I want when temperature go up 26 then call me but stopping when it drops below 26.
Thanks
Hi again,
i need arduino to call me when temp go up 26 and terminate the call when arduino receive a sms.
My problem it is make calling follow.
Thanks