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

We have to save up to 50 bonding information

We are using nRF52810 and SDK 15. We have to save up to 50 bonding information.nRF52180 is knowing to save up to 4 bonding information. Can you save up to 50 bonding information by using external serial flash? Can you give me SDK Source to save up to 50 bo

Parents
  • Hello,

    You may be able to save the bonding information using the peer manager, but you can't use the whitelist with more than 8 devices. This is a cap in the softdevice, so it is not possible to change this in the project. It has to do with how many addresses the hardware on the chip can filter at once. 

    If you don't need to whitelist your devices, you can save the bonding data of 50 devices using the peer manager, as long as the memory is sufficient. If you need to use an external flash because you run out of memory, you need to port the peer manager to use the external flash instead of using the FDS and internal flash. 

Reply
  • Hello,

    You may be able to save the bonding information using the peer manager, but you can't use the whitelist with more than 8 devices. This is a cap in the softdevice, so it is not possible to change this in the project. It has to do with how many addresses the hardware on the chip can filter at once. 

    If you don't need to whitelist your devices, you can save the bonding data of 50 devices using the peer manager, as long as the memory is sufficient. If you need to use an external flash because you run out of memory, you need to port the peer manager to use the external flash instead of using the FDS and internal flash. 

Children
No Data
Related