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

Extended Advertising

Hi, 

I'm trying to implement non-connectable, non-scannable, undirected extended advertising mode. I'm using nRF52832 board,  SDK 15.2.0 version and latest Softdevice 6.1. 0. version.

I'm getting ADV_EXT_IND on my sniffer but I'm not sure how to send data on secondnary channels. 

Could you help.

Barbara

Parents Reply Children
  • The advertising packet from the sniffer results seems correct, as seen here the payload of the extended advertisement packet should include the field "Extended Header", which your advertisement packet indeed does. As explained here the "Extended Header" field contains a sub-field AUX Pointer, and gives infomation on what channel to look for to find the actual data. In your case it ponts to channel 15. Thus, the packet ADV_EXT_IND points to channel 15 where the  auxiliary advertisement packet (AUX_ADV_IND) can be found.

    I am not sure what the problem actually is? That the sniffer is not capable of displaying the extended data packet (AUX_ADV_IND), or that the nRF-device hasn't actually sent the extended data?

    I am not at the office at the moment and does not have the possibility to test it out, and most of the support people have taken vacation. But I have the posssibility to dig deeper into it from the 7'th of january. However, I will do some more research online and see if I can figure out your problem.

Related