User Activity

I followed the LAB of the course on mesh networks and I am able to add the device to the mesh network. I use the ST BLE mesh App. The problem is that when I try to turn on the LED the application goes into a loop.
I have followed the instructions on "Connecting STM32WB to Alexa Zigbee Hub" video tutorial. I have updated the FUS and the Zigbee stack at the last version.During the discover step the blue led go on but the Alexa doesn't recognize the STM32WB devic...
I changed the pins appropriately in order to adapt the example to the test hardware.I also stored sigfox ID and PAC in the STM32 flash. The Initializations appear to be successful. Unfortunately when I try to send a message to the Sigfox backend via:...
I adjust the code and now I don't have compiler errors but I have 3 link errors. The 3 library that I added in the link section are not found. I remove the extensionwhen add them in the list and set the files correct path.The attachments show my sett...