This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC2652P: Unable to perform OAD using Simplelink starter app

Part Number: CC2652P
Other Parts Discussed in Thread: CC1352P, CC2652R, , CC1352P7

Hi,

We are unable to perform OAD for CC2652P or CC1352P devices using the Simplelink Starter mobile app. The device is not accepted for OAD.

From this link https://git.ti.com/cgit/simplelink-ble-oad-android/simplelink-ble-oad-android/commit/ I can see that a commit was made in August to provide support for these devices, however the play store app was last updated in April and I am not able to find a APK for that commit anywhere. 

Please could you help me by providing the APK that supports CC2652P and CC1352P OAD ?

If it is possible to build it on my own, please do share any instructions that would be helpful.

Thanks
Akhilesh

  • Hi,

    From what I remember someone shared a SimpleLink Starter App apk with a fix to an issue. Anyway, you can alternatively try BTool to test if OAD works.

    -kel

  • Hi Markel,

    I had reported two different issues earlier

    CC2652P: Unable to perform OTA on custom CC2652P using Simplelink Starter app
    CC2652R: Simplelink Starter not discovery devices anymore

    both of them before the commit for CC2652P support. The second post was the one where the apk was shared.
    As mentioned in those posts, I am able to do OTA just fine with BTool as well as a custom tool i built.

    It would be much easier to do the OTA with the mobile app when i have to update 1 device, so was wondering if you could build the apk and share it with me.

    Thanks
    Akhilesh

  • If I remember correctly this was shared by TI Clement. 

    https://drive.google.com/file/d/1ACP_6tHzlamxtwJ448LzPUPlucFotefj/view?usp=sharing

    I don't think it works as smoothly as before. The earlier version I would use it for OAD a lot in one day. I am not sure but my IOS and Android update has caused it to not discover devices.

    -kel

  • Hi Akhilesh,

    Thank you for reaching out.

    May I kindly ask you to specify whether you are referring to CC2652P/CC1352P or CC2652P7/CC1352P7?

    I could not find the app-version-history on the Play Store, but reviewing the Apple app store, CC1352P support should be enabled since 2018.

    Please let us know if Markel's answer helps.

    Best regards,

  • Thanks Merkel for the drive link.

    Hi Clement,

    I am using CC2652P module. However I had built the projects earlier using the CC1352P-2 projects in SDK as it was suggested in this forum.
    However when I am trying to perform OAD using the simplelink starter the app says

    'EOAD Client header was rejected by peripheral, cannot continue'.

    The oad_header_app uses the for the cc2652p device
    OAD_IMG_ID_VAL                    {'C', 'C', '1', '3', 'x', '2', 'R', '1'}

    Is this a concern, what can I do to still use this app.

    Thanks
    Akhilesh

  • Hi Akhilesh,

    I recommend you modify the app to fit your requirements or you use BTool.

    The application available on the store will be updated at a later time point.

    Thank you for your comprehension,

    Best regards,

  • Hi Clement, Merkel,

    Thanks for app.
    I have also made changes to TI Git oad example android app and have got it working

    Thanks
    Akhilesh