我已经结合了uart示例(sdk v15 no ble)和mesh客户端示例(sdk v2.0.1),但未 启用#if NRF_MODULE_ENABLED(APP_FIFO),#if NRF_MODULE_ENABLED(APP_UART)和 #if NRF_MODULE_ENABLED(RETARGET)。但是,我在sdk_config.h中检查了它们,它们都启用为1.我无法找到原因,我在其他情况下询问它,但没有人回复我,因此我必须启动一个新案例。这是我的文件。client.rar
我已经结合了uart示例(sdk v15 no ble)和mesh客户端示例(sdk v2.0.1),但未 启用#if NRF_MODULE_ENABLED(APP_FIFO),#if NRF_MODULE_ENABLED(APP_UART)和 #if NRF_MODULE_ENABLED(RETARGET)。但是,我在sdk_config.h中检查了它们,它们都启用为1.我无法找到原因,我在其他情况下询问它,但没有人回复我,因此我必须启动一个新案例。这是我的文件。client.rar
Hi,
I suggest you have a look at this post. It will show you how to combine Mesh SDK v2.0.1 and nRF5 SDK v15. Check that you have merged them correctly.
I have solved it,you are right and I used the wrong sdk_config.h ,because both the mesh and uart use the different files with the same name,I changed it and it works.Thank you.
I have solved it,you are right and I used the wrong sdk_config.h ,because both the mesh and uart use the different files with the same name,I changed it and it works.Thank you.