如何使用处理数据发送短信类型消息?
我在 Processing 中编写了代码,用作我的 Arduino Fio。我的 Fio 上有一些传感器,当值超过阈值时,它们会输出警告消息。如何将警告声明以短信形式发送到电话号码?
I have code written up in Processing that works as a serial monitor for my Arduino Fio. I have a few sensors on the Fio that output a warning message when a value surpasses a threshold. How do I get warning statements sent to a phone number as a text message as well?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您需要仅向特定电话(即您自己的电话)或预先已知的一小组电话发送电子邮件,许多运营商都有电子邮件 SMS 网关。例如,要向 Verizon 电话 304-555-1212 发送短信,只需将电子邮件发送至 [电子邮件]受保护]
请参阅:http://en.wikipedia.org/wiki/List_of_riers_providing_Email_or_Web_to_SMS
以下是如何从处理发送电子邮件的示例: http:// www.shiffman.net/2007/11/13/e-mail-processing/
If you need to send email to just a particular phone (i.e. your own) or a small set of phones known in advance, many carriers have an email SMS gateway. For example, to SMS the Verizon phone 304-555-1212, just send email to [email protected]
See: http://en.wikipedia.org/wiki/List_of_carriers_providing_Email_or_Web_to_SMS
Here is an example on how to send email from Processing: http://www.shiffman.net/2007/11/13/e-mail-processing/
Twitter 是一个很好的起点。你的事->叽叽喳喳。推特 -> SMS(或其他客户端)。否则,它会变得昂贵且更加复杂。
Twitter is a good place to start with this. Your thing -> twitter. Twitter -> SMS (or other clients). Otherwise, it gets expensive and more complicated.