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

nRF52832 Function (DFU)

hi, 

I have some questions, please help me solve these questions. ( I use SDK 15.2.0 and nRF52832)

1. my customer ask how many central bonded with one nrf52? (my project use muti-peripheral)

2. I rush to develop DFU into our product, but I have two questions. First of all, how could I use program return to bootload from application code. (do you have a suggestion or example?)

3. Next, I use nrfgo to program application, bootload, softdevice code, but my code still in the bootload. how leave this situation?

4. All nRF52832 has mac address, Is these address unique?

Parents Reply
  • A bond has a variable length (~100 bytes, with 1 CCCD it can be ~ 152 bytes) based on what type of connection, central settings, etc.

    If FDS is configured to use 3 pages of flash (2 x 4K for data storage, and 1 x 4K for swap), then you have a total of 8 kBytes (8192 bytes) of storage. This can however be configured in your sdk_config.h to match your needs.

Children
No Data
Related