具有 GPRS 和简单传感器的经济实惠的可编程设备?

发布于 2024-08-12 00:59:09 字数 302 浏览 3 评论 0原文

我有一个非常有趣的挑战/工作任务。我要监控一台远离无人区的机器上的几个 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

梦明 2024-08-19 00:59:09

我推荐一个arduino

Arduino 是一个基于灵活、易于使用的硬件和软件的开源电子原型平台。它适用于艺术家、设计师、业余爱好者以及任何对创建交互式对象或环境感兴趣的人。

Arduino 可以通过接收来自各种传感器的输入来感知环境,并可以通过控制灯、电机和其他执行器来影响周围环境。板上的微控制器使用Arduino编程语言(基于Wiring)和Arduino开发环境(基于Processing)进行编程。 Arduino 项目可以是独立的,也可以与计算机上运行的软件(例如 Flash、Processing、MaxMSP)进行通信。

这里有一篇关于与 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

Arduino is an open-source electronics prototyping platform based on flexible, easy-to-use hardware and software. It's intended for artists, designers, hobbyists, and anyone interested in creating interactive objects or environments.

Arduino can sense the environment by receiving input from a variety of sensors and can affect its surroundings by controlling lights, motors, and other actuators. The microcontroller on the board is programmed using the Arduino programming language (based on Wiring) and the Arduino development environment (based on Processing). Arduino projects can be stand-alone or they can communicate with software on running on a computer (e.g. Flash, Processing, MaxMSP).

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 :]

回眸一笑 2024-08-19 00:59:09

您看过 Arduino 吗?

Have you looked at Arduino?

梦在深巷 2024-08-19 00:59:09

事实上,您所问的问题已经存在:许多为该行业生产电气元件的公司都提供用于远程信号传输的轨道式 GPRS 调制解调器。

  • 这是 一个示例,由 phoenix contact
  • 另一个来自另一家公司
  • < a href="http://www.wago.com/cps/rde/xchg/SID-53EFFEF9-C74DBCD7/wago/style.xsl/eng-19339.htm" rel="nofollow noreferrer">遥控范围< 的产品
  • /a> 来自 wago telit 以其 GSM 芯片而闻名,并提供 一个完整的模块,带有 GPRS 并可在 python 中编程。
  • 您可以找到一些更高级的系统,包括 GPS 和基于 Linux 的系统,这里 例如,

还有无数其他系统解决方案...

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...

浴红衣 2024-08-19 00:59:09

我会从 Janus RC 购买 Terminus,它基于 telit 模块。它是一个带有 9 个 GPIO 的蜂窝调制解调器,您可以使用 python 对其进行编程。

界面

  • 9 个双向 CMOS I/O
  • 功率监控器
  • 1 个模数转换器
  • 通过 UART 的 ITU-T V.24 串行链路

    Python 脚本支持

  • 集成Python脚本解释器(V1.5.2+)
  • 2 MB 非易失性内存
  • 预留 1.2 MB RAM 供 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

  • 9 Bi-directional CMOS I/Os
  • Power Monitor
  • 1 ADC
  • ITU-T V.24 serial link through UART

    Python Script Support

  • Integrated Python script interpreter (V1.5.2+)
  • 2 MB of non-volatile memory
  • 1.2 MB of RAM reserved for Python engine usage
  • Powerful built-in libraries makes accessing hardware easy

  • ~没有更多了~
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文