具有 GPRS 和简单传感器的经济实惠的可编程设备?
我有一个非常有趣的挑战/工作任务。我要监控一台远离无人区的机器上的几个 5V 灯泡(警告灯)。我正在寻找一种价格实惠的设备,其输入端可以让我连接到灯泡电路来判断它是否点亮。
要求:
- GPRS
- 至少两个灯泡的
- 输入可用 C 或类似语言编程。
奖励(不是必需的,但它会很好):
- 防水外壳/底盘(我可以自己制作,但如果我不需要的话那就太好了)
- 可以选择添加其他传感器,如湿度、温度和 GPS 。
有什么建议吗?
I've got quite a fun challenge / work assignment. I'm to monitor a couple of 5V light bulbs (warning lights) on a machine standing far out in no man's land. I'm looking for an affordable device with an input which allows me to hook into the light bulb circuit to tell whether it's lit or not.
Requirements:
- GPRS
- Inputs for at least two light bulbs
- Programmable in C or something similar.
Bonus (not required, but it would be kind a nice):
- Waterproof casing / chassis (I could make this my self, but it would be nice if I didn't have to)
- Option to add other sensors like humidity, temperature and gps.
Any tips?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
我推荐一个arduino
这里有一篇关于与 GPS 连接的文章
http://www.arduino.cc/playground/教程/GPS
以及有关arduino平台的更多信息以及购买地点
http://www .arduino.cc/
编辑:刚刚注意到您主要寻找的是 GPRS 而不是 GPS - 哦,但是,快速查看 google 会发现这个:http://www.libelium.com/squidbee/index.php?title=New_GPRS_module_for_Arduino_% 28Hilo_-_Sagem%29 这是arduino的GPRS模块:]
I'd recommend an arduino
there's an article here on hooking one up with gps
http://www.arduino.cc/playground/Tutorials/GPS
and for more information on the arduino platform in general, and where to buy
http://www.arduino.cc/
Edit: just noticed you were looking mainly for GPRS and not GPS - doh, however, quick look on google brings up this: http://www.libelium.com/squidbee/index.php?title=New_GPRS_module_for_Arduino_%28Hilo_-_Sagem%29 which is a GPRS module for the arduino :]
您看过 Arduino 吗?
Have you looked at Arduino?
事实上,您所问的问题已经存在:许多为该行业生产电气元件的公司都提供用于远程信号传输的轨道式 GPRS 调制解调器。
还有无数其他系统解决方案...
in fact, what you are asking already exists: many companies which produces electrical component for the industry provides a rail-mounted GPRS modem for remote signaling.
there are countless other solutions...
我会从 Janus RC 购买 Terminus,它基于 telit 模块。它是一个带有 9 个 GPIO 的蜂窝调制解调器,您可以使用 python 对其进行编程。
界面
Python 脚本支持
I would buy the Terminus from Janus RC it is based on a telit module. It is a cell modem with 9 GPIO and you can program it using python.
Interface
Python Script Support