Interfacing Basic Stamp to Hand-Held Cell Phone
Greetings All,
Has anyone interfaced a BS2 to a hand-held cell phone? I am trying
to come up with a controller to control several pumps and if one pump
shuts down be able to call one or more pagers and/or phones to report
a problem. Tom Petuzzellis in his book "Stamp 2 Communications and
Control Projects" has the tele alert, page alert or data alert, but
all are based on land lines. Any ideas?
Walt Beckwith
Has anyone interfaced a BS2 to a hand-held cell phone? I am trying
to come up with a controller to control several pumps and if one pump
shuts down be able to call one or more pagers and/or phones to report
a problem. Tom Petuzzellis in his book "Stamp 2 Communications and
Control Projects" has the tele alert, page alert or data alert, but
all are based on land lines. Any ideas?
Walt Beckwith
Comments
I recommend using the Siemens TC35i Terminal:
<http://www.warburtech.com/GSM/TC35i%20Terminal/TC35i%20Terminal.htm>
Sending an SMS message from a BS2-IC is as simple as this:
SMSSendMessage: SEROUT 0,16780,[noparse][[/noparse]"AT+CMGS=", 34, "+4412345678", 34, 13]
SERIN 1,16780,[noparse][[/noparse]WAIT ("> ")]
SEROUT 0,16780,[noparse][[/noparse]"Hello World!", 26]
SERIN 1,16780,[noparse][[/noparse]WAIT ("+CMGS:")]
RETURN
The above code will send the message "Hello World!" to the mobile phone
whose number is "+4412345678". If you need sample code for receiving SMS
messages, just let me know.
I hope this helps. Please contact me if you have any more questions. I look
forward to hearing from you.
Best regards,
Russell Warburton
email: russell@w...
website: http://www.warburtech.com
telephone: +44 (0)7814 044 754
Original Message
From: "waltb27707" <wbeckwith@m...>
To: <basicstamps@yahoogroups.com>
Sent: Monday, March 01, 2004 2:27 AM
Subject: [noparse][[/noparse]basicstamps] Interfacing Basic Stamp to Hand-Held Cell Phone
> Greetings All,
> Has anyone interfaced a BS2 to a hand-held cell phone? I am trying
> to come up with a controller to control several pumps and if one pump
> shuts down be able to call one or more pagers and/or phones to report
> a problem. Tom Petuzzellis in his book "Stamp 2 Communications and
> Control Projects" has the tele alert, page alert or data alert, but
> all are based on land lines. Any ideas?
> Walt Beckwith
>
>
>
> To UNSUBSCRIBE, just send mail to:
> basicstamps-unsubscribe@yahoogroups.com
> from the same email address that you subscribed. Text in the Subject and
Body of the message will be ignored.
>
> Yahoo! Groups Links
>
>
>
>
>
>
to the Cell phone.
Original Message
Subject: [noparse][[/noparse]basicstamps] Interfacing Basic Stamp to Hand-Held Cell Phone
Date: Mon, 01 Mar 2004 02:27:36 -0000
From: "waltb27707" <wbeckwith@m...>
To: basicstamps@yahoogroups.com
Greetings All,
Has anyone interfaced a BS2 to a hand-held cell phone? I am trying
to come up with a controller to control several pumps and if one pump
shuts down be able to call one or more pagers and/or phones to report
a problem. Tom Petuzzellis in his book "Stamp 2 Communications and
Control Projects" has the tele alert, page alert or data alert, but
all are based on land lines. Any ideas?
Walt Beckwith
To UNSUBSCRIBE, just send mail to:
basicstamps-unsubscribe@yahoogroups.com
from the same email address that you subscribed. Text in the Subject and Body
of the message will be ignored.
Yahoo! Groups Links
--
<Insert Funny Quote Here>