TinyGPS and Spark Core

@redking, I suppose your are using Sprak Dev. Download the source code., open the firmware folder, change the #include "TinyGPSTinyGPS.h" to #include "TinyGPS.h". Then you can compile successfully.

In case you are using Online Particle IDE, then you don’t need to change anything, simple add the library to your project and open the example application.

1 Like