UART not working

The example ble_app_uart is working fine (i.e. I get NRF_LOG_INFO from gatt_evt_handler), but my code doesn't. I've checked the diff between them and tried adding all diffs in the sdk_config.h without success. There must be some small thing that I'm missing, but I can't find it.

When I connect via nRF UART app it connects instantly but doesn't show any logs. If I however connect to ble_app_uart example, it takes a second and shows a log info.

Gist for main.c

Gist for sdk_config.h

Parents Reply Children
No Data
Related