[213043MESH] It becomes unable to control MESH servers.

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
lock attach
Attachments are accessible only for community members.
MaMi_1707981
Level 6
Level 6
100 solutions authored 500 replies posted 50 solutions authored

Sometimes it became server callback function was not called when MESH packet was received.

It looks mesh library drop the request. What should I investigate in details ?

[Environment]

     ModuaToolbox 2.0 (also 1.1)

     CYBT-213043-MESH

     Mesh_Demo_213043MESH.color_light

     Two color light nodes are provisioned this MESH network.

[Log]

    COM13log4.txt:  NG node

    COM14log4.txt:  OK node

When the color light server works, the log is as follows:

    ----------------------------------------------------------

    company_id:ffff opcode:8276

    server trans start time:200 target:5137 present:5137 state:21fb58

    server trans target:5137 present:5137 start:5137

    transition next state:2

    server 21fb58 state:2 remain:200 start:5137 target:5137 present:5137

    light hsl srv msg:65

    light hsl srv set present light:18349 hue:40593 sat:49971 remaining time:100

    set brightness:6

    set brightness:218

    set brightness:49

    ----------------------------------------------------------

When this issue occurred, the log is as follows:

    ----------------------------------------------------------

    company_id:ffff opcode:8276

    server trans start time:200 target:5137 present:5137 state:21fb58

    server trans target:5137 present:5137 start:5137

    transition next state:2

    ----------------------------------------------------------

i.e. the callback function which is set by wiced_bt_mesh_model_light_hsl_server_init() is not called.

Could you let me know how to fix or investigate this issue ?

0 Likes
1 Solution

Hi Mizuno,

I couldn't duplicate the issue either with android app or meshclient (windows).

I am going through the logs which you have provided. I will give you my feedback soon.

Could you please check and confirm that you are using the latest BTSDK in the ModusToolbox2.0 ?

I am testing in wiced_btsdk <version>2.3.0.5811</version>.  (see version.xml of wiced_btsdk).

Thansk,

-Dheeraj

View solution in original post

0 Likes
12 Replies