Custom network name

Hi,

I have tried setting a custom network name by adding 

CONFIG_OPENTHREAD_NETWORK_NAME="MILIEU_OTNET" to prj.conf of both coap client and coap server. But they always seem to be using the default 'ot_zephyr' network name. I have rebuild the project once the prj.conf changed.
When I check the .config file after the build, it shows 
CONFIG_OPENTHREAD_NETWORK_NAME="MILIEU_OTNET".
What could be going wrong? 
Thanks,
Parents Reply Children
  • Sorry for the late reply. I was out of office yesterday. 

    That is weird. I just tested using the coap_server from NCS v2.1.0, and I don't see what you see. Setting the network name using 
    CONFIG_OPENTHREAD_NETWORK_NAME="MILIEU_OTNET"
    The network name is set to MILIEU_OTNET when I test the CLI interface:

    (I also checked to see that the channel was set according to "CONFIG_OPENTHREAD_CHANNEL=21")

    Best regards,

    Edvin

Related