cancel
Showing results for 
Search instead for 
Did you mean: 

IDS01A4 (Sub-GHz RF) connect with STSW-WMBUS-GUI (wM-Bus demo suite) - "Error fetching hw ID�?

Akark.2441
Associate

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

3 REPLIES 3
laski
Associate II

Hi,

I have same issue and couldn't find any solution. Have you found something?

Regards Maciek

Akark.2441
Associate

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

Ayden
Associate II

Hi,

I figured out how to solve it.

Modify it as below in command.h file.

#define HARDWARE_ID "S2-LP"

Regards,

Ayden