2019-11-28 02:50 AM
Hi,
I am using IDS01A4 (Sub-GHz RF) and F401RE. I am trying connecting with STSW-WMBUS-GUI (wM-Bus demo suite).
I follow the instructions from QuickStart.pdf
I have downloaded on the devices the binary file that I have found from STM32CubeExpansion_SUBG1_V3.1.1->projects->application -> WMBusStandalone.
I have started the program. When I push the connect button, on the right of screen received this message: “Ready
Connected
Error fetching hw ID�?
Could you please tell me what this problem is and how I will fix this issue?
Thanks,
Andreas
2019-12-02 01:43 AM
Hi,
I have same issue and couldn't find any solution. Have you found something?
Regards Maciek
2019-12-15 06:48 AM
Hi,
You can use the binary file from STM32CubeExpansion_SUBG1_V3.1.1\Utilities\CLI\Binary\SPIRIT\<select file accroding your board>.
I have transferred this binary file on my board and it connect, but I am not sure if it works properly.
Please check and inform me if it works.
Regards,
Andreas
2021-11-19 01:28 AM
Hi,
I figured out how to solve it.
Modify it as below in command.h file.
#define HARDWARE_ID "S2-LP"
Regards,
Ayden