Hi,
In sdk 15.0.0, the NRF_LOG_MODULE_NAME should be ble_nus_c instead of ble_nus to fix the compilation error.
Thanks,
S.Ramamurti
Hi,
In sdk 15.0.0, the NRF_LOG_MODULE_NAME should be ble_nus_c instead of ble_nus to fix the compilation error.
Thanks,
S.Ramamurti
help me on this please...whenever i am including ble_nus.h file in ble_beacon_app stack it gives me an error "no such directory" to ble_link_ctx_manager.h file......what does that means???????
help me on this please...whenever i am including ble_nus.h file in ble_beacon_app stack it gives me an error "no such directory" to ble_link_ctx_manager.h file......what does that means???????
The file uses the context manager to handle multiple connections. You need to include the path to the header file in your project settings. It is located in 'components\ble\ble_link_ctx_manager'.
i did include the path to "ble_link_ctx_manager" several times but still giving me same error...
you can have a look..
That has nothing to do with this over 1-year-old topic!
Please don't hijack threads with unrelated questions!
To get a screenshot into the Windows clipboard:
you can then paste that into a post.
But a far better way is to copy the text of the message, and paste that.
Use the same method as for posting source code, but leave the 'Language' as 'Text' instead of changing it to 'C':
it gives me an error "no such directory" to ble_link_ctx_manager.h file......what does that means?
http://devzone.nordicsemi.com/f/nordic-q-a/46716/simple-adc-code/184681#184681
Note that this is standard 'C' (and C++) programming stuff - not specific to nRF or embedded.