Hi,
I have a ping 360 sonar which I have been testing lately and run into some problems while trying to decode the log files. First, I did not update the firmware (original firmware from around 2020) and had some connection issues with pingviewer. After I updated to the latest firmware these connection issues were solved and the scanning speed improved. Anyhow, when I try to replay the log files with pingviewer the replay is lagging a lot. If I replay the data logged before firmware update the replay plays smoothly (apart from the times there was connection issues during the logging).
I have used the python code in
“ping-viewer/examples/decode_sensor_binary_log.py at master · bluerobotics/ping-viewer · GitHub”
to dig into the log files and it works with the data logged with the old firmware, but the data logged with the latest firmware does not open. I get error:
“AttributeError: ‘PingMessage’ object has no attribute ‘mode’”
Has some else had any problems decoding ping360 log files after the firmware update?
For information, I am running the ping 360 sonar with a win 11 laptop directly.