We’ve recently integrated an EXO3 sonde with a Spotter buoy, and everything appears to be functioning as expected. Data from the EXO is visible when connected through both the development kit and the Spotter buoy. However, when the EXO data is transmitted to the Sofar Spotter dashboard, it appears under Historical Data as encoded binary hex (as shown in the attached image). While it’s great to see the data flowing, we’re hoping to translate it into a more interpretable format.
I worked with AI to make a super quick visualizer for EXO3 sonde data and put up a pull request in bm_protocol. You can view the file here and click the “download raw file” icon on the right side of the github interface.
Just download the html page to your computer, open it in a browser, and then drag your CSV file (from the Spotter dashboard) onto the web page.
Thank you for the solutions, they have both worked well and significantly streamlined our existing process (decoding via python).
For someone not too tech savvy, such as myself, the visualiser seems a brilliant way to quickly view and interrogate the data. The only gap is then downloading the data from the visualiser. If there is any scope to include a data download button under the table it would be greatly appreciated.
I updated the viewer in the PR with a CSV download link for the table at the bottom of the page. Get the updated html file, click the “download raw file” button on the right, open in a browser.