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

nrf51822 ble s130_nrf51_2.0.0_softdevice

  I am using the nrf51822 ble with s130_nrf51_2.0.0_softdevice and want to know if the broadcast can start at a given time, and if the adv_ interval can change everytime? (such as I want to start broadcast after 12 hours, then broadcast 2 hours and stop 10 hours. and then broadcast 2 hours and stop 10 hours, and so on.

  • Hi,

    There is no restrictions on re-starting advertising with different parameters. I think maybe the more challenging part is to keep track of time if you need that to know when you supposed to advertise or not. The application code will be responsible to start and stop the advertisement. How is the device supposed to know when it should advertise and when it shouldn't? Is it based on some external input?

Related