Stamp control of cell phone text message
stamptrol
Posts: 1,731
Program, schematic and write up attached to last post.
**Update** I have a solution on my PDB that I'm going to explore further. Using a standard, unmodified cell phone set to auto-answer and using the earphone jack, I put that signal into a dtmf decoder which the Stamp can read. In operation, you dial the cell phone number, wait until it auto-answers then press various buttons on the calling phone. Those tones get decoded and presented to the Stamp.
The Stamp can give confirmation to the caller by beeping a speaker.....but not in Morse code as one example on Youtube shows!
Will post the working code as I refine it.
Hi folks,
What I want to do is use a Stamp-based monitoring system to automatically send one of several text messages, depending on alarm conditions. The site is floating in the middle of the river.
I had thought serial control of the phone's functions could be done, but it seems that type of connection (also Bluetooth) is for specific links such as headset, contacts list, pics, etc.
At the moment, I'm considering paralleling the keypad switches as necessary to allow the Stamp to "push the buttons" to select the correct pre-set message to be sent to the last number dialed..
I'm also testing the use of DTMF tones to operate the phone like we used to do with the landlines in phreaking days. No problem generating the tones with the Stamp. And, the tone decoder works fine. Have to do a bit more work on coupling tone to phone.
Looking for any thoughts, alternatives or suggestions.
Thanks,
Tom
**Update** I have a solution on my PDB that I'm going to explore further. Using a standard, unmodified cell phone set to auto-answer and using the earphone jack, I put that signal into a dtmf decoder which the Stamp can read. In operation, you dial the cell phone number, wait until it auto-answers then press various buttons on the calling phone. Those tones get decoded and presented to the Stamp.
The Stamp can give confirmation to the caller by beeping a speaker.....but not in Morse code as one example on Youtube shows!
Will post the working code as I refine it.
Hi folks,
What I want to do is use a Stamp-based monitoring system to automatically send one of several text messages, depending on alarm conditions. The site is floating in the middle of the river.
I had thought serial control of the phone's functions could be done, but it seems that type of connection (also Bluetooth) is for specific links such as headset, contacts list, pics, etc.
At the moment, I'm considering paralleling the keypad switches as necessary to allow the Stamp to "push the buttons" to select the correct pre-set message to be sent to the last number dialed..
I'm also testing the use of DTMF tones to operate the phone like we used to do with the landlines in phreaking days. No problem generating the tones with the Stamp. And, the tone decoder works fine. Have to do a bit more work on coupling tone to phone.
Looking for any thoughts, alternatives or suggestions.
Thanks,
Tom
Comments
When I was researching something like this, I found a post by Cluso99 warning against connecting a uC to the phone line.
I think the cell phone option is a safer route than using a land line.
There are dedicated 'GSM modems' for sale, but most of those are more expensive than the Sparkfun board, so I would go with that.
But first download the AT command code PDF on that site. Quite interesting reading.
(I once built an 'almost complete' SMS system for my old Nokia 2110 phone using macros in the Terminal emulator on my Psion S3a PDA. Just couldn't figure out a good way to store the received messages)
Thanks for the responses.
I've found two possibilities which I'm testing over the next couple of days.
The first (thanks to Youtube) makes use of most mobiles' ability to auto-answer at which point I can get a tone decoder involved to listen to touch-tones from the requesting end.
The second is to set the phone to TTY mode and use the low speed Baudot out of the headset jack.
I'll report on any progress.
Cheers,
Tom
I'd be interested in your PIC32 setup.
Cheers
I had a rather expensive 3G Nokia that would accept SMS messages composed on my Palm PDA via an IR link. I was actually very fond of the function and regret that the Nokia was damaged. My new phone did not have such a feature.
I have used it with great success
http://tldp.org/HOWTO/html_single/Infrared-HOWTO/
http://reviews.cnet.com/cell-phone-reviews/?filter=501637_101528_
Cheers,