2024-08-02 03:02 AM
I am using the STEVAL-STWINBX1 development board with the FP-SNS-DATALOG2 software V2.2.0.
When I try to connect using the Python GUI tool, it gets stuck at "Device Template Model Loading"....
I reverted back to V2.1.1 and the GUI tool works.
Is there a bug in this new release V2.2.0 ?
Solved! Go to Solution.
2024-08-06 01:53 AM
Hello @johngj,
Looking at your screenshot, it seems that you are using an old GUI version (maybe the one within FP-SNS-DATALOG2 v2.1.1) with the latest version of the FW v2.2.0.
To solve your issue, please update your installed version of the HSDPython_SDK by running the HSDPython_SDK_install.bat installer script found in your STM32CubeFunctionPack_DATALOG2_V2.2.0\Utilities\HSDPython_SDK folder.
At the end of the installation process, your installed Python package versions should be the following:
You can check this by launching the python -m pip list command. To ensure you start from a clean environment, I suggest you create and activate a virtual environment before launching the installer script.
Best regards,
Matteo
2024-08-06 01:53 AM
Hello @johngj,
Looking at your screenshot, it seems that you are using an old GUI version (maybe the one within FP-SNS-DATALOG2 v2.1.1) with the latest version of the FW v2.2.0.
To solve your issue, please update your installed version of the HSDPython_SDK by running the HSDPython_SDK_install.bat installer script found in your STM32CubeFunctionPack_DATALOG2_V2.2.0\Utilities\HSDPython_SDK folder.
At the end of the installation process, your installed Python package versions should be the following:
You can check this by launching the python -m pip list command. To ensure you start from a clean environment, I suggest you create and activate a virtual environment before launching the installer script.
Best regards,
Matteo
2024-08-06 02:09 AM
Many thanks Matteo, that fixed the problem :)