STMicroelectronics / STBLESensor_Android

"ST BLE Sensor" Android application source code.
https://www.st.com/en/embedded-software/stblesensor.html
Other
111 stars 57 forks source link

OTA Update Taking Too much time compare to play store application. #17

Open Androiddnk opened 2 years ago

Androiddnk commented 2 years ago

Hey... Everyone

Hope all are doing well,

Right now, I'm using ST BLE SDK from here, to communicate with my custom made hardware-based out on STM32WB chipset

Everything is working seamlessly except the OTA update! My issue is, the size of the .bin file that I'm using for the OTA update is around 200KB. Now the app which I'm generating from this SDK is taking 200 sec to update the whole file, while the default ST-BLE app which I downloaded from the app store takes only 20 sec.

Is there any way by which, I can overcome the OTA update time?

I would appreciate all comments and suggestions :) Thanks

ghost commented 2 years ago

Ciao the code of the application on github is old respect the actual version present on the play store We are in delay due to some code re-organization that we want to do with the application

In the last application we had introduced the Fast Fota Capability that was not present on the old one

we are thinking to prepare a zip for the whole application code, so not update this git but provide to all the people a link with the zip package of the actual application code

I will keep you updated Ciao

Androiddnk commented 2 years ago

thank you so much, OTA is a essential part of our project so could you please share updated code over here.

WddVictor commented 1 year ago

Ciao the code of the application on github is old respect the actual version present on the play store We are in delay due to some code re-organization that we want to do with the application

In the last application we had introduced the Fast Fota Capability that was not present on the old one

we are thinking to prepare a zip for the whole application code, so not update this git but provide to all the people a link with the zip package of the actual application code

I will keep you updated Ciao

Is there any update about ota?

PezzoniL commented 1 year ago

I'm preparing just now a snapshot of our actual V4.18.1 version online in this moment without the secrets that could be shared

Il giorno lun 27 feb 2023 alle ore 10:26 Yifei Xu @.***> ha scritto:

Ciao the code of the application on github is old respect the actual version present on the play store We are in delay due to some code re-organization that we want to do with the application

In the last application we had introduced the Fast Fota Capability that was not present on the old one

we are thinking to prepare a zip for the whole application code, so not update this git but provide to all the people a link with the zip package of the actual application code

I will keep you updated Ciao

Is there any update about ota?

— Reply to this email directly, view it on GitHub https://github.com/STMicroelectronics/STBlueMS_Android/issues/17#issuecomment-1445983863, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEMVJZXOACIPBQHZ6UX4LELWZRXLZANCNFSM5XUYKL4A . You are receiving this because you are subscribed to this thread.Message ID: @.***>

-- Luca Pezzoni

PezzoniL commented 1 year ago

You could take the latest snapshot from https://github.com/STMicroelectronics/STBlueMS_Android/releases/tag/V4.18.1

I had removed the submodules from this version Ciao

kamilloo1 commented 1 year ago

Hello,

the pred maintance feature is missing in the latest snapshot, will there be an update?

And will there be a new commit for the new 4.20.0 Version?

Thanks :)