GPS sensor for the GrovePi that works with Windows 10 IoT

Hello,

I have the GrovePI GPS sensor, but it doesn’t seem to work (at least, there’s no SDK/Library I found) for Windows 10 IoT Core applications (c#)
Is there another sensor that works with this, or does someone have code working for the GrovePi sensor?
cheers

Hi @sam.vanhoutte,

There’s a library written in Python that works with the GPS Sensor.
Here it is:

Thank you!

I created a working sample that you can find on my github page: https://github.com/SamVanhoutte/grove-gps-net

Thanks @sam.vanhoutte for the contribution!