How to use ConfigureGPS with XA1110 GPS module

Hello,

Back on this excellent forum.

I just start to use a XA1110 connected to a ESP32 Thing plus C through a QWIIC connection :

. When I use one of the example code with IDE Arduino environment it works at 1Hz with full NMEA sentences (example1).

. When I try to use Example5-ConfigureGPS, it seems to work as I see many “command successful” like Packet 314. Also, when I send command ‘1’, I see “make sure …” and later “packet 220: Command successful”.

But still with Example5, no GPS message appear even if I change the code …

" myI2CGPS.enableDebugging(); //Turn on printing of GPS strings

//myI2CGPS.disableDebugging(); //Turn off printing of GPS strings"

and even if I push the rst button.

Then, assuming that the configuration has been stored inside the GPS module, I tried to use example2 or example1.

Then I see GPS information but sill at 1Hz and still with full NMEA sentences.

So it could be nice if you could help me on this subject (I have not found similar question on the forum).

Regards

Christian

Hello everybody,

I think I have solved my issue after merging correctly example5- configureGPS code with Example BasicReadings code.

Now I have to simplify this new code : I will keep only pertinent commands (rate and NMEA output) in order to get full 10hz working.

Regards

Christian

Excellent work!