User Activity

Hi,I want to set a publish address in node-1 in BLE mesh without using the mobile app. This address can be either unicast address of other node or group address. Node-2 should be able to receive messages from this node without setting its subscribe a...
Hi,In a BLE mesh, I want to send vendor commands from the vendor client node to the vendor server node and get responses and notifications from the server node. I also need to set the publish and subscribe addresses of the vendor client node.But ther...
Can someone tell where I can find an ioc file for BLE_MeshLightingPRFNode application ? I am using STM32WB55RG and SDK version is 1.8.0. I see that ioc file is available for every example and BLE application but not for the above application. What is...
Use case : when an on-off command is received on the node via BLE, the node should send some data to Arduino over USART1. Similarly, when some data is received on the node over USART1, it should publish the data to other boards or a phone.If I port t...