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

Could we get the DFU controller BLE source?

As the title states.

The DFU controller for OTA updating of the nrf series is described in the documentation of SDK 6.0. It is possible to flash the nordic USB dongle with a hex to take this role. Could we get the code of the DFU controller so we can integrate this into our projects?

Regards,

Alex

Parents
  • Hi Alex

    To upload firmware over the air to a bootloader enabled nRF51 device, you can use the Master Cotnrol Panel, or the nRF Toolbox for Android and IOS. You should be able to find the Toolbox on Google Play Store and Apple App Store by searching for "nrf toolbox".

    Update 17.10.2014 Thank you for clarifying your question. I suspect the hex files and python scripts in \Nordic\nrf51_sdk_v6_1_0_b2ec2e6\nrf51822\Board\nrf6310\device_firmware_updates\ble_dfu_send_hex are what you are looking for. The initial documentation is here and there is a readme file inside the folder that describes the proceidure.

Reply
  • Hi Alex

    To upload firmware over the air to a bootloader enabled nRF51 device, you can use the Master Cotnrol Panel, or the nRF Toolbox for Android and IOS. You should be able to find the Toolbox on Google Play Store and Apple App Store by searching for "nrf toolbox".

    Update 17.10.2014 Thank you for clarifying your question. I suspect the hex files and python scripts in \Nordic\nrf51_sdk_v6_1_0_b2ec2e6\nrf51822\Board\nrf6310\device_firmware_updates\ble_dfu_send_hex are what you are looking for. The initial documentation is here and there is a readme file inside the folder that describes the proceidure.

Children
Related