cancel
Showing results for 
Search instead for 
Did you mean: 

BLE Mesh: Proxy node doesn't relay application messages via advertising bearer

dexoo
Associate II
Hello,
 
I'm using 2x NUCLEO-WB55RG boards with the unmodified BLE_MeshLightingPRFNode example from STM32CubeWB V1.24.0.
 
Setup:
- BLE Stack full v1.13.2.2 (stm32wb5x_BLE_Stack_full_fw.bin)
- FUS v1.2.0
- Provisioned with ST BLE Mesh app (tested on both iOS and Android)
- Both nodes subscribed and published to Default group (0xC000)
- Both nodes have AppKey 00 bound to all models
 
Firmware boot logs confirm:
- Relay = Enabled
- Proxy = Enabled
- Friend = Enabled
- PB-ADV = Enabled
- PB-GATT = Enabled
- Default TTL = 8
- Different MAC addresses on each board
 
Problem:
1. Sending a Generic OnOff command to the Default group (0xC000) from the app only turns on the LED of the node connected via GATT proxy. The other node never receives the message.
 
2. SW1 button press toggles only the local LED, never the remote node's LED.
 
3. It is ALWAYS the last provisioned node that responds. If I reverse the provisioning order, it is still the last one that works. The first provisioned node stops responding to group commands.
 
4. Android app logs show "Vendor OnOff Command Sent to ==>c000" confirming the app sends to the correct group address.
 
5. Configuration messages DO reach the other node — I can read Node Features and Element Settings of the non-proxy node without timeout. This means the relay works for Config Model messages (using DevKey) but NOT for application messages (using AppKey).
 
6. nRF Connect shows both nodes advertising as "Mesh Proxy" with strong RSSI (-54 dBm), confirming the radio works on both boards.
 
7. Loopback local works — each node receives its own published messages correctly.
 
8. Node Features display in Android app shows everything disabled, but firmware logs confirm features are enabled. Proxy is confirmed working as the app connects via GATT proxy. This seems like a display bug.
 
9. When trying to enable/disable features (Friend, Relay) via the app, the toggle switches back immediately.
 
What I've tried:
- Fresh unmodified BLE_MeshLightingPRFNode from V1.24.0
- Both iOS and Android ST BLE Mesh apps
- Setting Default TTL to 8 in firmware via BLEMesh_SetDefaultTTL(8)
- ConfigModel_SelfSubscriptionConfig and ConfigModel_SelfPublicationConfig at boot
- Enabling VENDOR_CLIENT_MODEL_PUBLISH in mesh_cfg_usr.h
- Full chip erase and re-provisioning multiple times
- Verified BLE Stack full (not light) is installed
 
Question:
Why does the proxy node not relay application messages (Generic OnOff, Vendor) to the advertising bearer, while it does relay configuration messages? Is this a known issue with V1.24.0 or the mesh library v1.13.011?
 
Thank you for your help.
 
Hardware: P-NUCLEO-WB55RG (2 boards)
Firmware: BLE_MeshLightingPRFNode (unmodified from STM32CubeWB V1.24.0)
BLE Stack: stm32wb5x_BLE_Stack_full_fw.bin v1.13.2.2
FUS: v1.2.0
Mesh Library: v01.13.011
Apps: ST BLE Mesh iOS + Android
1 ACCEPTED SOLUTION

Accepted Solutions

Hello the issue was solve by using the FW version V1.23.0 instead. And all works well with this version 

View solution in original post

6 REPLIES 6
dexoo
Associate II

The issue is confirmed as a regression. BLE_MeshLightingPRFNode from V1.13 works correctly — SW1 on one node toggles the LED on the other node. The same example from V1.24.0 does NOT work. The advertising bearer relay is broken in newer versions of the mesh library."

Hi,
I have tried with the version 1.24.0 and I have not reproduced the trouble.
Did you download the associated Wireless Coprocessor Binary v1.24.0 stm32wb5x_BLE_Stack_full_fw.bin available only with the FUS v2.2.0 as described in STM32WB Coprocessor Wireless Binaries release note ?

Let me know if you still have the trouble after this download.

Best regards.

Hi @dexoo 

We would appreciate it if you could provide an update on the issue and confirm whether it is resolved by the recommendation shared by @EMECH.

This information clarifies the current situation for other Community users who have the same issue.

When your question is answered, please close this topic by clicking "Accept as Solution".
Thanks
Imen

Hello the issue was solve by using the FW version V1.23.0 instead. And all works well with this version 

I didn’t download any binary. I didn’t change the binary in the NUCLEO-WB55RG M0.

i just downloaded the FW v1.24 build and loaded. And it was not working well as I explained in my 1st message . But the v1.23 works well for me. I’m ok with it. Thanks

EMECH
ST Employee

Hi,

Sorry if I was not clear, but If you want to use BLE_MeshLightingPRFNode application from STM32CubeWB V1.24.0, you must before update the Wireless Coprocessor Binary to the version 1.24.0 by downloading the stm32wb5x_BLE_Stack_full_fw.bin version 1.24.0 and then after download the compiled BLE_MeshLightingPRFNode binary.


For the Wireless Coprocessor Binary update please refer to the C:\BLE\STM32Cube_FW_WB_V1.24.0\Projects\STM32WB_Copro_Wireless_Binaries\STM32WB5x\Release_Notes.html.

Let me know if you still have the trouble after this update of the Wireless Coprocessor Binary to the version 1.24.0.

Best regards.