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

nrf51 BTLE frequency hopping certification

Hi,

I have been tasked of developing a custom BTLE test software for nrf51822 for purpose of certification.

The lab is asking for a custom test that ignores the pairing state and transmit continuously in hopping mode.

I trying to develop this test software using SD130 and ble_central/ble_app_uart_c from nrf_SDK_10. But I can't seen to achieve transmission on hopping mode withou pairing two devices first.

So, is there anyway to transmit data in hopping mode using SD130 without pairing?

Any help would be apreciated , Thanks!

Parents
  • Otherwise indeed you don't need anything from Security Manager layer such as pairing or bonding, simply Master (GAP Central if you implement GAP) connects to Slave by sending CONNECT_REQ to some connectable ADV_XXX packet and the rest is just managed by Link Layer (there will be normally pair of PDUs exchanged on one channel each connection event). And until higher (GAP/APP) layer doesn't say so such Link can be maintained by Link Layer (including mandatory channel hopping) until the end of the universe.

Reply
  • Otherwise indeed you don't need anything from Security Manager layer such as pairing or bonding, simply Master (GAP Central if you implement GAP) connects to Slave by sending CONNECT_REQ to some connectable ADV_XXX packet and the rest is just managed by Link Layer (there will be normally pair of PDUs exchanged on one channel each connection event). And until higher (GAP/APP) layer doesn't say so such Link can be maintained by Link Layer (including mandatory channel hopping) until the end of the universe.

Children
No Data
Related