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.
Tool/software:
Hello TI team,
I have LP-CC1352P7-4 launchpad and have implemented a ble central code which can communicate with ble peripheral tag CC2651R3.
i want to implement OAD feature,
like CC1352p7 should be able to send bin file to CC2651R3.
is there any example code which i can use?
thank you for the help
Dnyaneshvar Salve
Hi Dnyaneshvar,
You can have a look at our OAD Profile, which you should be able to implement on your CC1352P7: https://dev.ti.com/tirex/explore/content/simplelink_cc13xx_cc26xx_sdk_7_41_00_17/docs/ble5stack/ble_user_guide/html/ble-stack-oad/oad-profile.html
Regards,
Arthur
Hello Arthur,
I am thankful for your help.
May I know, is there any base-example code that can be used as reference code or as a starting point for implementing oad at the ble central side?
Unfortunately, we only have the SimpleLink Connect app as a reference right now, from which you can access the source code: https://github.com/TexasInstruments/simplelink-connect/blob/main/src/components/FWUpdate/FWUpdate_Modal.tsx
Regards,
Arthur