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
@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
@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