There is a new update of the sw, with support for gpx and gpy format. I did some testing with next results :
With a Sandisk Ultra 16GB card :
@5Hz, ubx, gpy, sbp and gpx logged together with no lost points
@10Hz, ubx, gpy, sbp and gps logged together gives lost points
@10Hz, ubx, gpy and sbp logged together no lost points.
The open source gpy format is mainly the work of Peter, you find more info on his github :
github.com/prichterich/compactgnssAs for now, only gps-speedreader can handle this format. The main advantages of this format : file size is only 22% compared to ubx. Only the needed fields are in it, no overhead. And it is open source !!!
As this is the first draft, be aware that there still might be some issues.
* SW5.63 :
github.com/RP6conrad/ESP-GPS-Logger * Added GPX file format
* Added GPY file format
* If no config file : Wifi AP waiting time = 120 s
* Bugfix config webserver : no switching to km/h if knots was set
* Added support for BN266 e-paper
* Changed GPS-parser union to struct, every ubx message has its own struct now
* Added ubx nav dop Msg for extracting HDOP
* Added ubx mon ver Msf for extracting sw / hw version ublox
* Changed baudrate ublox to 38400, necessary for 10Hz navDOP + navPVT
* Correction timestamp list files with FTP
* Added sail logo "Severne" = 10
* Added board logo "F2" = 10
* Bugfix for SSID with white space
* Added watchtdog for WAKE UP screen (hangs sometimes after OTA)
* Added loadbalance for flushfiles()
Greetings, Jan