cancel
Showing results for 
Search instead for 
Did you mean: 

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

Jrao
Associate

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 ?

3 REPLIES 3
alok
Senior

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
Associate

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

Winfred LU
ST Employee

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