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

hi ,i have a problem! how to slow down the update speed when bootloader receiving the pack. my project is base on the SDK 15.2.0,s112 ,secure_bootloader example ,nRF52810

hi ,i have a problem! how to slow down the  update speed when bootloader receiving the pack. my project is base on the SDK 15.2.0,s112 ,secure_bootloader example ,nRF52810

Parents
  • Hi.

    Why do you want to slow down the update speed?

    You cant change anything in the secure_bootloader example, this example only updates the Application (or Application and SoftDevice, or Application and SoftDevice and Bootloader).

    You have to increase the connection parameters on the device you are sending from(MIN_CONN_INTERVAL and MAX_CONN_INTERVAL in main.c). You can also decrease the event length size (NRF_SDH_BLE_GAP_EVENT_LENGTH in sdk_config.h)

    Best regards,

    Andreas

Reply
  • Hi.

    Why do you want to slow down the update speed?

    You cant change anything in the secure_bootloader example, this example only updates the Application (or Application and SoftDevice, or Application and SoftDevice and Bootloader).

    You have to increase the connection parameters on the device you are sending from(MIN_CONN_INTERVAL and MAX_CONN_INTERVAL in main.c). You can also decrease the event length size (NRF_SDH_BLE_GAP_EVENT_LENGTH in sdk_config.h)

    Best regards,

    Andreas

Children
Related