I believe the Position format on the X5’s internal web page is fixed in Degree, Minute, Decimal Seconds format. I don’t think it can be changed.
The position displayed on the OLED is copied directly from the NMEA GGA sentence. That format is fixed in Degrees, Decimal Minutes.
To make the format match, you would need to replace this line of code. You would need to parse the Lat DDMM.MM data and convert to DD MM SS.SS. Repeat for the Long(itude). Recompile using the Espressif IDF and upload to the ESP32. The code was compiled and tested using IDF v5.1.1.
If you want to have a go at this, please do. If you need us to do it, please open an Issue on the GitHub repo and we’ll try to find time to implement it. (No promises on how long that will take…)
Thank you for your interest in our product. It was fun to develop. The X5 is such a great chip…
Yes you have developed a very powerful GNSS product using the X5. Looks like Ublox is playing “catch-up” with releasing the X20 this week. I see you have “pre-orders” for the board.
Let me see if I can change the code and program an external ESP32 first. I don’t want to make changes and brick my X5.
Thanks for the help.
Thank for making great products!