Relative Content

Tag Archive for ccmakebuildmicrocontrollerzephyr-rtos

Is there a way to change the values of the project configuration file in zephyr with CMake arguments?

I have developed an application for the nodes in a BT Mesh network. Each node in this network should now have the same code. The only difference for each code is the CONFIG_BT_DEVICE_NAME symbol, which is different for each node in the network. If this symbol is the same everywhere, the nodes can no longer be distinguished later in the provisioning menu. Each node therefore requires a unique name when flashing with the developed code.