Suggestions on an extrenal gps that works with Windows Store on Surface

4644
6
02-10-2015 08:38 AM
SimonFisher
Occasional Contributor II

Can anyone suggest an external gps (Bluetooth and/or USB) that works with the Surface and Windows Store location services provider?

Thanks

Simon

0 Kudos
6 Replies
dotMorten_esri
Esri Notable Contributor

Any Bluetooth GPS will work if it uses NMEA export format (I believe all of them usually do). You would have to use my NMEA parser library for this though and create a custom location provider dotMorten/NmeaParser · GitHub . See the wiki for how to hook it up:

Using in a Windows Store App · dotMorten/NmeaParser Wiki · GitHub https://github.com/dotMorten/NmeaParser/wiki/Creating-a-location-provider-for-ArcGIS-Runtime-SDK

Creating a location provider for ArcGIS Runtime SDK · dotMorten/NmeaParser Wiki · GitHub 

With USB GPS, the waters are a lot murkier. The Serial port support is severely limited in Windows Store, and requires the USB to use a very specific USB-to-serial driver to work - I actually have yet to see any that uses that driver (so I haven't even tried it but there are samples on MSDN showing how to read the data stream from such a device). So if you go that route, you must be sure the device provides a Win8.1 compatible location service driver, and then it'll "just" work with the built-in location provider.

0 Kudos
SimonFisher
Occasional Contributor II

Thanks Morten.  I really don't want to have to implement a custom location provider and the NMEA parser library if I don't have to, but at least that's an option.  If anyone does come across an external Bluetooth or USB GPS device that will just work automatically with the built in location provider please share it.  I have done some research on the web and haven't been able to find anything except for a lot of people complaining that they can't get any external GPS to work with Win Store Apps on Surface, only desktop apps on Pro.

Thanks

Simon

0 Kudos
dotMorten_esri
Esri Notable Contributor

Simon: You don't have to implement anything. I've already done it for you

0 Kudos
SimonFisher
Occasional Contributor II

True, you have done all the hard work, I guess it wouldn't be that difficult for me to copy and paste code

0 Kudos
dotMorten_esri
Esri Notable Contributor

I just had a chance to borrow a Holux GPSlim236 and try it out with. It worked like a charm for both Windows Store and Windows Desktop (on a Surface Pro 3) and on my Lumia 1020 phone. I updated the store/phone sample app to include code that connects to a Bluetooth GPS (just uncomment the line that loads it up).

On a side note: I've had big problems with the "Surface Pro 1" and it's Bluetooth device - it often won't correctly connect or lose connection constantly.

0 Kudos
MichaelHamsa
Occasional Contributor

We've had good luck with the Holux receives as well - seem to do the job. Also, I know Trimble just came out with a new received - the Trimble R1 I think - that looks pretty nice. Connects with Bluetooth and can be used with many different devices, like phones and tablets and computers.

mike...

0 Kudos