This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

SDK12 ble_app_buttonless_dfu

Hi,

Im tryin to use the ble_dfu service example from SDK12, I get DFU SERVICE NOT FOUND when trying to update from Android. Any suggestions what to look for?

I use S132v3, bootloader is flashed and I performed successful upload of the application via BLE when there was no app loaded.

Parents
  • Hi, I'm having the same problem. After enabling notifications and writing 0x01 as characteristic value, the device doesn't enter bootloader mode. This is the APP log:

     APP:INFO:Device is entering bootloader mode!
    :INFO:Erasing old settings at: 0x200021ac
    :INFO:Erasing: 0x200021ac, num: 1
    :INFO:Erase failed: 6
    :INFO:Failed to erase bootloader settings
    

    Looks like device is trying to enter the bootloader mode, but is unble to. I have tried with both debug bootloader and normal one.

Reply
  • Hi, I'm having the same problem. After enabling notifications and writing 0x01 as characteristic value, the device doesn't enter bootloader mode. This is the APP log:

     APP:INFO:Device is entering bootloader mode!
    :INFO:Erasing old settings at: 0x200021ac
    :INFO:Erasing: 0x200021ac, num: 1
    :INFO:Erase failed: 6
    :INFO:Failed to erase bootloader settings
    

    Looks like device is trying to enter the bootloader mode, but is unble to. I have tried with both debug bootloader and normal one.

Children
Related