Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs

Mesh Element not avdertised over Mesh, but accessible over Proxy

Hi Nordic Team

SDK 17.2.0

Mesh SDK 5.0.0

I had implemented the Generic Level Client Element in the Generic Level Server Example.

Handle is connected to the Element, Provisioning is Possible over Proxy or Provisioning example.

Unfortunatly the Generic Level Client Element is not found when provisioning over the Provisioning example, over the app it is accessible and can be configured, so it seems to exist.

with the Generic Level Client Example the Element is found, i changed the order of the Element but this seems not to be an issue.

Where can i check if the Elements are setup correctly in the Server/Client?

Regards Simon

Parents Reply Children
  • Hi Simon

    Yes you are totaly right i use the Dimming example and the Provisioning example.

    Thanks for the explaining of the function of the provisioning example.

    I had only to  adopt the dimming server script in the config_scenarios.h

    /* Sequence of steps for the level servers */
    #if SCENE_SETUP_SERVER_INSTANCES_MAX > 0
    #define CONFIG_SCENARIO_DIMMING_SERVER_EXAMPLE     \
        CONFIG_SCENARIO_COMMON,                        \
        CONFIG_LEVEL_SERVER,                           \
        CONFIG_SCENE_SERVER,                           \
        CONFIG_LEVEL_CLIENT,                           \
        NODE_SETUP_DONE

    Br

    Simon

Related