SparkFun Forums 

Where electronics enthusiasts find answers.

Tips and questions relating to the GPS modules from SFE
By tbabb
#164390
I thought I'd share the Arduino module I've just whipped up for the Copernicus II, which implements TSIP (the high-speed binary communication protocol).

Support for receiving and selecting all the possible position/velocity fixes is built-in, as well as GPS time, status reporting, and hooks for user-processing of TSIP packets.

Code here: https://github.com/trbabb/copernicus
Docs here: http://trbabb.github.io/copernicus/html/modules.html
Example sketch: https://github.com/trbabb/copernicus/tr ... ple_sketch

Hope y'all find this useful!
By SFE-Toni
#167804
Awesome! Thank you so much! I have updated the repo if you want to take a look at how we gave you attribution. If anything needs to be changed, please let me know!