Skip to main content
Jrao
Associate
September 27, 2019
Question

How to activate ble ota in the bluenrg sensor demo application?

  • September 27, 2019
  • 3 replies
  • 764 views

iam trying to implement ble ota service in bluenrg tile .is it possible to firmware ota update usingble app?

if it is possible what are the procedure to activate ble ota application in sensor demo application ?

    This topic has been closed for replies.

    3 replies

    alok
    Visitor II
    September 29, 2019

    Hello Jaswanth,

    If you are using BLE-Mesh SDK, there is an example of OTA for BlueNRG-2.

    The ready binaries are available in the folder STSW-BNRG-Mesh_1.08.000\Firmware\Projects\BlueNRG-2\Applications\Lighting_Demo\Binary

    Jrao
    JraoAuthor
    Associate
    September 30, 2019

    i amusing bulenrg tile sdk .i don't uderstand how to use reset manager and service manager.

    Winfred LU
    ST Employee
    October 2, 2019

    Please refer to AN4869 - The BlueNRG-1, BlueNRG-2 BLE OTA (over-the-air) firmware upgrade

    https://www.st.com/resource/en/application_note/dm00293821.pdf

    Section 2.2, BLE OTA service firmware upgrade architecture, describes how to use a Reset manager.

    Section 2.3, OTA service manager framework, describes how to use an OTA service manager.

    In the sensor demo project, there are 4 configurations:

    • Release : would be an application that does not support OTA
    • LowerApp_OTA and HigherApp_OTA : will need to be used together with a Reset manager
    • Use_OTA_ServiceManager : will need to be used together with a service manager