Dear,
how to change the adv. timeout setting and disable uart0 and uart1 in ncs v1.6.1?
I use the nRF5340 and example peripheral_lbs.
The path is as below:
nrf\samples\bluetooth\peripheral_lbs
Dear,
how to change the adv. timeout setting and disable uart0 and uart1 in ncs v1.6.1?
I use the nRF5340 and example peripheral_lbs.
The path is as below:
nrf\samples\bluetooth\peripheral_lbs
Hi,
Regarding advertising, there is no timeout for normal advertising in the nRF Connect SDK (Zephyr). You can implement that yourself for instance by using a workqueue.
Regarding disabling UART, there are different ways to do this. In most cases following Disabling serial logging describes what you want
PS: Please consider making separate questions for separate topics in the future.