You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First, thanks for all your work! More or less everything is working out of the box.
Only thing not working was timestamping in the .ebl format. All frames have no timestamp, but GPS is connected and is sending GPS Time Messages. Is there anything I can check to make it work?
Also I was hoping the readers have some GUI to analyse races, but Actisense and Yacht log viewer only have message viewers. Do you now any better viewer?
Otherwise I would have to write my own viewer, but that would require timestamps in the .log format. I think I could implement that myself.
The text was updated successfully, but these errors were encountered:
Thanks for that! I will test it as soon as I am back at the boat.
But if there are no better viewers I think i am exporting in the log format. I have adding the ESP32 tick timestamp to the messages. So i can calculate the exact absolute time each message arrived in later processing with the help of the GPS Time messages. Parsing the messages seem to work very nice with pythons pynmea2 package.
First, thanks for all your work! More or less everything is working out of the box.
Only thing not working was timestamping in the .ebl format. All frames have no timestamp, but GPS is connected and is sending GPS Time Messages. Is there anything I can check to make it work?
Also I was hoping the readers have some GUI to analyse races, but Actisense and Yacht log viewer only have message viewers. Do you now any better viewer?
Otherwise I would have to write my own viewer, but that would require timestamps in the .log format. I think I could implement that myself.
The text was updated successfully, but these errors were encountered: