How to make e18-d80nk sensor to call me when obstacle appear?

Hi everybody

Is it anyone who can help a newbie like me to program arduino with e18-d80nk to make a voicecall

here is the code for the sensor:

#define SignalPin 13

void setup() {
Serial.begin (9600);
pinMode(SignalPin, INPUT);
}

void loop() {
int Signal = 0;

Signal = digitalRead(SignalPin);

if (Signal == 1){
Serial.print (Signal);
Serial.println(" no obstacle");
}
else {
Serial.print (Signal);
Serial.println(" object detected");
}
delay(500);
}

Thanx

Rapsbagge:
Is it anyone who can help a newbie like me to program arduino with e18-d80nk to make a voicecall

"voicecall" ? Could you explain in more detail since my Google search indicates that the e18-d80nk is an IR sensor! See http://www.electronicaestudio.com/docs/SHT-015d.pdf .

I mean when a obstacle appears in front of the sensor , arduino making a voice call thru gsm shield

What is going to do the talking?

:smiley:
I`m sorry

I mean`t a missed call