用于定位平台的GPS [英] GPS for location platform

查看:135
本文介绍了用于定位平台的GPS的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好,

如果我将GPS模块(例如发送NMEA字符串)连接到像Raspberry这样的IoT板,我需要提供哪些信息才能提供这些信息通过Windows Location API获取其他应用程序?

if I connect a GPS module (that sends in NMEA strings for example) to the IoT board like Raspberry, what would I need to make this information available for other applications through Windows Location API?

谢谢,

Jan

Thanks,
Jan

推荐答案

你好Jan,

  您想使用哪种GPS模块? 
具体说明哪种类型的公交车通过? 
如果它是USB设备,那么不幸的是我可以说,目前我们可能不支持Raspberry Pi 2或Minnow Board Max。 
以下是目前支持的USB设备列表:

  What kind of GPS module were you wanting to use?  Specifically what type of bus does it communicate over?  If it’s a USB device, then unfortunately I can say that at the moment we probably don’t support it on either Raspberry Pi 2 or Minnow Board Max.  Here is the list of USB devices that are currently supported:

http://ms-iot.github.io/content/win10/Peripherals.htm

  如果是自定义设备,则可能需要为其编写通用传感器驱动程序。 
以下是一个示例,说明如何开始编写驱动程序: 
http://ms-iot.github.io/content/ win10 / samples / DriverLab.htm

  If it’s a custom device then you might need to write a universal sensor driver for it.  Here is an example that shows how to start writing a driver if that’s what you need:  http://ms-iot.github.io/content/win10/samples/DriverLab.htm

  然后,此驱动程序将NMEA字符串数据提供给位置框架服务,然后您或其他任何人编写的任何UAP应用程序随后可以使用

Windows.Devices.Geolocation

  This driver would then provide the NMEA string data to the location framework service, and then in turn any UAP app you or anyone else wrote could then call using Windows.Devices.Geolocation.

<跨度>&NBSP; 这是一个简短的示例,展示了如何将该命名空间用于

获取设备当前的地理位置
 

  Here’s a short sample that shows how you would use that namespace to obtain the devices current geographic location. 

我希望有所帮助。  如果没有,请扩展您正在尝试做的事情。

I hope that helps.  If not, please expand upon what it is you’re trying to do.


这篇关于用于定位平台的GPS的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆