LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Is there a way to have labview call my cell phone when an event happens?

Is there a way to have labview call my cell phone when an event happens?
Message 1 of 31
(5,677 Views)
If you have some GPRS or web access on your phone, you can send a message to it.
Otherwise, I don't knoiw how to do or even if it is possible..


We have two ears and one mouth so that we can listen twice as much as we speak.

Epictetus

Antoine Chalons

0 Kudos
Message 2 of 31
(5,622 Views)
There's the old-fashioned way which is to use a modem. Yeah, those old things. You can read more here: Can I use a modem to send data?. Alternatively, as TiTou mentioned, it depends on the services you have for your phone. Some cellular services will call your phone if you receive an email message at an email address that they provide for you.
Message 3 of 31
(5,626 Views)

And then there's the twist on "The Matrix" style hack- 11 solenoids firing in the proper sequence to dial a touch tone (not rotary as in the movie) controlled by a digital output card. One to lift the handset and the other 10 to press the digits 0-9 as needed in sequence to dial the phone number. With a sound card under LV control a speaker could even "talk" a message into the microphone on the handset. The 1st solenoid then powers down to set the handset in the cradle to hang up. Crude- yes, Novel- yes, Will It Work- yes.wink smiley

Or use LV to generate the tones needed to simulate the keying of the phone number digits, this only works on some phones systems though, if I recall (called a black or white box I think by phone phreaks)

~~~~~~~~~~~~~~~~~~~~~~~~~~
"It’s the questions that drive us.”
~~~~~~~~~~~~~~~~~~~~~~~~~~
Message 4 of 31
(5,609 Views)

Hi Larry,

Actually, your question is valid.  You would need a voice-modem.   

You could set the event to select the appropriate wav message.

The trick is to use the modem feature to dial, and detect ring.

Then...  you somehow need to detect the fact that the phone stopped ringing.  You then send control messages to the modem to stop and switch to voice option without hanging up.  You then play the appropriate wav file.

If your modem is bundled with software, you may have access to a voice dialer that automatically calls a voice number.  You could sniff the control messages (the older versions echoed the control messages) AND CREATE YOUR OWN SCRIPT (sorry caps lock).  The tricky part is to send the wav file over the modem....  actually, I used to have an automated answering message for one of my voice-modem that would allow you to select different greetings based on pre-set rules...

Anything can be done... as long as it is NOT for telemarketing use!!!!!

😉 😄 😉

=================== Edited Portion =================
 
Does it have to be a cell phone in particular?
If so, you could simply send a text message as in sending an email over the internet....  Most cell phones have text messaging capabilities, and most are free to receive..  Then the solution is very simple.
 
But if it is for spam messaging, then it is practically impossible to do.  Telemarketing is even harder and completely illegal in most countries..
 
😄

Message Edited by JoeLabView on 01-05-2006 12:42 PM

Message Edited by JoeLabView on 01-05-2006 12:42 PM

Message 5 of 31
(5,583 Views)

use another old cellphone with RS232 and a prepaid card . Just use the AT commands to dial your cell phone. You don't have to pic up because you can see the call number (just one event) so your card will last longer.

Most cell phones can send SMS via extended 'AT' commands, you can find those docs in the web. So you don't have to use wav and your soundcard...

 

Greetings from Germany
Henrik

LV since v3.1

“ground” is a convenient fantasy

'˙˙˙˙uıɐƃɐ lɐıp puɐ °06 ǝuoɥd ɹnoʎ uɹnʇ ǝsɐǝld 'ʎɹɐuıƃɐɯı sı pǝlɐıp ǝʌɐɥ noʎ ɹǝqɯnu ǝɥʇ'


Message 6 of 31
(5,546 Views)
I personally really like this phone project
 
Greetings from Germany
Henrik

LV since v3.1

“ground” is a convenient fantasy

'˙˙˙˙uıɐƃɐ lɐıp puɐ °06 ǝuoɥd ɹnoʎ uɹnʇ ǝsɐǝld 'ʎɹɐuıƃɐɯı sı pǝlɐıp ǝʌɐɥ noʎ ɹǝqɯnu ǝɥʇ'


0 Kudos
Message 7 of 31
(5,535 Views)

Hi Henrik,

I actually have this part working (what you described).  So far, I see my own number and get the modem handshaking sounds.  The next step is to actually play a wav file.   This is a fun project!

Ray 

Message 8 of 31
(5,509 Views)
Hello,
  I quite agree Mr. Volkers's solution, and I think using a old cell phone and RS232 is much cheaper for your project.
 
Greetings
Techie
0 Kudos
Message 9 of 31
(5,495 Views)
Can one use bluetooth applications within labview after an event to access a cell phone near the computer to call another phone?
0 Kudos
Message 10 of 31
(5,481 Views)