On 51822 : tt seems to me that I need to call sd_ble_gap_adv_start
before I can use uart...
Do I also need dtm_set_timer
etc to start uart ?
Thanks Thomas
On 51822 : tt seems to me that I need to call sd_ble_gap_adv_start
before I can use uart...
Do I also need dtm_set_timer
etc to start uart ?
Thanks Thomas
please give more context. You do not need to start advertising for UART to start. These two are not related. Same goes with dtm function. Which application are you trying to run?
@Aryan Hi, what kind of context do you want ? when I use uart I don't setup ble stack etc because uart is for factory things, not for end user. so in the main I do if (factory) {uart} else { setup many things then main loop}
. This is how I realized I needed to call sd_ble_gap_adv_start
post that code and we can look into it. If you cannot post it publicly then send me a private messsage.