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...
Hello,yes, you can get the Thread certification by inheritance. But for Matter certification itself, the process is different - there is an option similar to inheritance, but it is related to each individual device type (so light, switch...) and poss...
Hello,which ZAP version are you using? Release v2024.04.25 · project-chip/zap · GitHub has been tested and should work. The note in Wiki says to use the latest, but this is a bit inaccurate as there might be some incompatibility in the generated file...