STWIN export ISM330DHCX_MLC.dat to .csv
Hi,
I am loading a .ucf file on the STWIN using the ST BLE Sensor Classic app, and then performing data logging using an SD card. In the resulting SD card files (STWIN_XXXXX) I get some files, including ISM330DHCX_MLC.dat, the outputs/classifications of the MLC that I want to save (instead of just viewing them in the app).
Using the HSDPython_SDK examples from the FP_SNS_DATALOG1 package, I am able to export the .dat files for the raw sensor data (e.g. ISM330DHCX_ACC.dat), using the "hsdatalog_data_export.py" script, but not for the ISM330DHCX_MLC.dat. file (which I can plot and view as a dataframe, but I am unable to export it to a .csv/.tsv file).
Can you let me know how I can export the contents of the ISM330DHCX_MLC.dat file to a .csv/.tsv file? Is there a specific command line argument I should specify, or should I tweak something inside the "hsdatalog_data_export.py" script?
Thanks in advance.
