Hi,
I want to know maximum time to transmit one advertising packet in ble.Need some help in this subject
Hi,
I want to know maximum time to transmit one advertising packet in ble.Need some help in this subject
Hi!
The advertising interval for non-connectable mode can be somewhere between 100ms - 10.24s.
You can however keep advertising forever.
Please let me know if you have further questions.
Best regards,
Joakim.
Hi!
The advertising interval for non-connectable mode can be somewhere between 100ms - 10.24s.
You can however keep advertising forever.
Please let me know if you have further questions.
Best regards,
Joakim.
Hi joakim
Thanks for ur reply, actually i want to know transmission time (1 packet transmit time) not interval between packets
Hi!
Ok, so your device will transmit the advertising packet on three different channels each advertising interval (ch.37, ch.38 and ch.39)
For a full 31 byte payload the radio is advertising for about 3ms on 3 different channels, or about 1 ms per channel.
Cheers.
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.