In example "ble_app_hts" NRF_LOG_PROCESS don't work. but in this "...\examples\peripheral\temperature" is workin good. I didn't make any change in code. Some ideas?
In example "ble_app_hts" NRF_LOG_PROCESS don't work. but in this "...\examples\peripheral\temperature" is workin good. I didn't make any change in code. Some ideas?
In ble_app_hts for pca10028 logging is by default disabled. To enable logging, go to sdk_config.h --> nRF_Log.
Yes! If you are using keil, you can open the "configuration wizard" for the sdk_config.h file and simply "check" NRF_LOG_ENABLED.
Yes! If you are using keil, you can open the "configuration wizard" for the sdk_config.h file and simply "check" NRF_LOG_ENABLED.