This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

How to combine peripheral/uart example with ble_peripheral/apps_ble_uart example

I'm trying to combine these 2 examples. I tried adding the uart code:

     uint8_t cr;

      while (app_uart_get(&cr) != NRF_SUCCESS);

to apps_ble_uart while loop and the whole thing just breaks. I'm not sure what could be wrong

Related