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

The Bootloader for nRF51822

We are developing a BTLE perihperal product using nRF51822 chip. But we would like our product can be up-gradable. So we will need a Bootloader (by UART or other interface) to update the FW in the chip.

  1. Is there any bootloader available now?
  2. Is it possible to update the software device (lower stack FW lib)?

Thanks !

Parents
  • Hi,

    1. If you check out the newest SDK version, you will find an experimental bootloader in this folder: ..\Nordic Semiconductor\nRF51 SDK_v4.3.0.27417\Nordic\nrf51822\Board\nrf6310_experimental

    2. Currently, this is not possible. However, with the next revision of the nRF51x22, it may be possible to do this. Since this is still in development, I cannot comment further on this subject.

    Best regards Håkon

Reply
  • Hi,

    1. If you check out the newest SDK version, you will find an experimental bootloader in this folder: ..\Nordic Semiconductor\nRF51 SDK_v4.3.0.27417\Nordic\nrf51822\Board\nrf6310_experimental

    2. Currently, this is not possible. However, with the next revision of the nRF51x22, it may be possible to do this. Since this is still in development, I cannot comment further on this subject.

    Best regards Håkon

Children
Related