I need to interface an Ethernet Arduino to a U-blox GPS chip. I know there are lots of library versions (GPS_UBLOX) but which one is a good place to start? One with a few bells and whistles?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The gps system of the APM drone project from http://www.diydrones.com contains UBLOX with optional bells and whistles.
ArduCopter GPS Git
It includes the ability to switch gps type in the future using a #define, determining the type of fix and optionally communication the data via an efficient telemetry stream. The GPS part is simple to extract the rest of it is quite complex.
You will see the UBLOX code in the gps library. You will also find an example below the library so that you don’t have to dig through the main program code to make it work.
I am not connected to the project