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

Can't get publication from nRF Mesh with "Vendro Model Controls"

Hello,

I tried to implement my own "Vendor model" by  (Documentation) given. I am using example code from documentation. Using mobile app (nRF Mesh) I type optocode of C1, and parameter 0x54. On debug in Segger Embedded studio I see lines:

<t:   15007888>, proxy.c,  607, RX
<t:   15007893>, proxy.c,  549, RX GATT PDU type 0x0, len 22

But none of my callbacks (handle_set_cb, handle_get_cb) are triggered. Maybe you have suggestions how to debug this situation or maybe I am misunderstanding something? Maybe somewhere is more detailed documentation of how to use nRF Mesh app?

Everything is done on light switch proxy server nrf52832 s132_6.0.0 example.

Related