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

Combining ble_app_gls and secure

Hello, I am using sdk 12.2.2 and nrf51 dev kit. I am trying to upload ble_app_gls example code over the air to nrf51 dev kit. I can find only secure_dfu code in the sdk. Now my challenge is how to combine and send ble_app_gls code over the air to nrf51? I have gone through the code of secure_dfu. But I dont know in which file should I make changes. the txt file is trial.txt

Thanks, Shailav

Parents
  • Hi Shailav,

    have you looked at the Buttonless DFU Template Application example in the SDK(see this Infocenter page for more information)? It shows you how to implement the experimental buttonless service in an application.

    Best regards

    Bjørn

  • Hello, As per your suggestions I am combining the code dfu buttonless and ble_app_gls. My static passkey works fine in the code ble_app_gls but when I combine and add this code in buttonless_dfu it connects without asking for passkey. Can you help? I am attaching my code in txt file below the question. Thanks

Reply
  • Hello, As per your suggestions I am combining the code dfu buttonless and ble_app_gls. My static passkey works fine in the code ble_app_gls but when I combine and add this code in buttonless_dfu it connects without asking for passkey. Can you help? I am attaching my code in txt file below the question. Thanks

Children
No Data
Related