Adafruit GPS with Spark core

@kcinimod, I have used TTL UART GPS receiver for one of my sample project. This one is working correctly and real-time updates too. The one you mentioned above uses HardwareSerial or NewSoftSerial library, If you convert the library to Spark Core it should work. Otherwise you can use TinyGPS, I converted it to Spark Core and is working correctly, it is available as Library also.

2 Likes