Hello,this is more of an issue with the HomePod, which acts as Switch server. The WB device, acting as client, updates the messages / state. The server needs to be subscribed to it. When WB resets, the subscription is lost but the server does not re-...
In app_conf.h, there is also the CFG_DEBUGGER_LEVEL definition. By default, it is set to 0 so debug (the MCU peripheral) is disabled completely. You can set it to 1 for Run modes or to 2 if you want to use it also in low-power modes.
Hello,"Even when using certified products, is it necessary for the company to register with the Thread and BLE organizations?" - The simplified view is that ST has certified its product as a component. You then need to register with the given organiz...
The Thread part of the stack needs to be enabled even if you are not going to actively use it. You can take a look at the example application code itself - this is done in APP_THREAD_Init_Dyn_1(). It should be enough to call APP_THREAD_RegisterCmdBuf...
Hello,yes, that's what I was trying to say. Maybe it is not clear.You need to use the M0 stack binary (otherwise, the WB5M cannot operate in general) - this binary manages the network layer. And it is certified as such. It has BLE 5.2 certification a...