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

add uart service into butonless_dfu

I added uart service (here and here) and I think in part of ble everything goes well. I have blinking led1 and can see all my services. Then I tried add uart part. After adding uart_init, uart_event_handler, nus_data_handler functions, some defines (solved all compile error) I got led3 is always ON. in NRF_LOG nothing, in NRF_CONNECT nothing.

Related