This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Bluetooth mesh opcode handler callback no RSSI

Hello,

We are trying to read a received RSSI value from bluetooth mesh opcode handler however it does not relay this value to the callback.

Callback is added here.

Network core is flashed with hci_rpmsg application and application core with mesh_demo with slight tweaks such as sending a package every 250ms.

Development setup:

OS: Linux Mint 20.2

HW revision: NRF5340_xxAA_ENGD

SW revision: Zephyr 2.5-2.6.99

Thanks in advance.

Parents
  • Hi Niklas, 

    Could you please describe how you tested this ? 
    What was the target address you set when you send the OP_VENDOR_BUTTON message ? 
    If you are sending the message to the node it self you won't be able to see any RSSI (RSSI = 0 ) it's because the message is forwarded internally and not sending over the radio. 

    So to test this you need to send the message to another node/board with different Unicast address. 

Reply
  • Hi Niklas, 

    Could you please describe how you tested this ? 
    What was the target address you set when you send the OP_VENDOR_BUTTON message ? 
    If you are sending the message to the node it self you won't be able to see any RSSI (RSSI = 0 ) it's because the message is forwarded internally and not sending over the radio. 

    So to test this you need to send the message to another node/board with different Unicast address. 

Children
Related