将 GPS 坐标从 OEM GPS 模块发送到服务器

发布于 2024-11-07 23:17:06 字数 249 浏览 0 评论 0原文

我正在寻找有关从 GPS 模块向服务器发送 GPS 坐标的信息。我该怎么做呢?

我对此主题进行了无数次谷歌搜索,但所有搜索都未能揭示有关 GPS 单元生成的数据如何实际从 GPS 模块发送到服务器的任何信息。

使用 GSM 设备有明显的方法可以做到这一点,但我找不到任何有关低成本数据计划、网络等的信息。

我需要做的就是偶尔将 GPS 坐标从模块发送到服务器。这一天要进行几次。一台设备每月可能有几 KB 的带宽,仅此而已。有哪些选择?

I am looking for information on sending GPS coordinates from a GPS module to a server. How would I go about doing this?

I have done countless google searches on the subject and all searches fail to reveal any information on how the data generated from the GPS unit might be actually sent from the gps module to a server.

There are obvious ways to do this using a GSM deivce, but I can't find any information on low cost data plans, networks, etc

All I would need to do is occasionally send the GPS coordinates from the module to a server. This would be done several times a day. One device would probably have bandwidth of a couple KB per month, that's it. What options are out there?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

伪装你 2024-11-14 23:17:06

您需要:

  1. 一个 GSM 调制解调器,支持您的目标蜂窝提供商使用的任何频率/技术。这里有一堆例子: http://www.sparkfun.com/categories/66 确保模块管理 TCP/IP 方面并具有简单的界面(AT 命令)。
  2. 每个设备的该手机提供商的纯数据帐户。美国大多数运营商提供的
  3. GPS 模块每月 200MB 的费用约为 15-20 美元。示例如下: http://www.sparkfun.com/categories/4
  4. 用于管理GPS 和蜂窝调制解调器。 Arduino 可能是最容易上手的一个。

you need:

  1. A GSM modem that support whatever frequencies / technology your intended cellular provider uses. Bunch of examples here: http://www.sparkfun.com/categories/66 Make sure the module manages the TCP/IP aspects and has an easy interface (AT commands).
  2. A data only account with that cell provider for each device. 200MB a month is like $15-20 from most carriers in the US
  3. The GPS Module. Examples here: http://www.sparkfun.com/categories/4
  4. A microcontroller to manage the GPS and the cell modem. Arduino is probably the easiest one to get started with.
反话 2024-11-14 23:17:06

所有 GPS 接收器模块均输出串行 NMEA 数据。解析起来相当简单,从那里你可以用它做任何你喜欢的事情,存储它发送它,绘制它等等。

All GPS receiver modules output serial NMEA data. Which is fairly simple to parse, and from there you can do whatever you like with it, store it send it, plot it, etc.

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