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

Maximum time to ble beaconing

Hi,

I want to know maximum time to transmit one advertising packet in ble.Need some help in this subject

Parents Reply Children
  • Hi joakim,

    Thanks for you reply.i need one more help i am try to make scanning and beaconing example(relay example in sdk). in this area i have some doubts

              1.if we using both how the sleeping happens?

             2. how much current it takes?

            3.Is it possible to off scanning after a particular time?

  • Hi again!

    Well, some of this depends on what device, which SDK, which softdevice etc. you are using.

    1. You can decide for yourself when the device should go to sleep.

    2. This depends on so many things. I don't have any information about what you are doing in your code, except scanning and transmitting. I also don't know what device you are working with. You might want consider making a new post focusing on this.

    3. Yes, that is possible. Take a look at this function:
    sd_ble_gap_scan_stop()

    There is a lot of information in our infocenter. Power specifications can be found in the device PS. Also, you can find so many Q&A's here on devzone, so a quick search might solve your issue.

    Best regards.

Related