How to load Empty or hello sensor code via OTA in cybt-213043?

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
cera_4813796
Level 1
Level 1
5 questions asked 5 sign-ins First reply posted

Hello
I have a cybt-213043eval and a cybt-213043-mesh board
I want to know how I can load the examples of Modus Tool box, Empty_213043EVAL, Empty_213043EMESH, Hello sensor etc etc on the 2 cards instead of OTA or another way that does not use UART

0 Likes
1 Solution
AnjanaM_61
Moderator
Moderator
Moderator
5 comments on KBA First comment on KBA 5 questions asked

Hello,

For first time programming , you need to use HCI UART interface. There is no other option. 

If you enable OTA in the application loaded via HCI UART, then next time you can use OTA for FW upgrade.

Regards,

Anjana

View solution in original post

0 Likes
4 Replies
AnjanaM_61
Moderator
Moderator
Moderator
5 comments on KBA First comment on KBA 5 questions asked

Hello,

For first time programming , you need to use HCI UART interface. There is no other option. 

If you enable OTA in the application loaded via HCI UART, then next time you can use OTA for FW upgrade.

Regards,

Anjana

0 Likes

very good, already load the example: ota_firmware_upgrade, through hci uart
but now I want to load the empty code, or hello sensor, or beacon etc etc
how can I do this?
What are the steps?

0 Likes
cera_4813796
Level 1
Level 1
5 questions asked 5 sign-ins First reply posted

very good, already load the example: ota_firmware_upgrade, through hci uart
but now I want to load the empty code, or hello sensor, or beacon etc etc
how can I do this?
What are the steps?

0 Likes
DheerajPK_41
Moderator
Moderator
Moderator
750 replies posted 500 likes received 500 replies posted

Hi,

Due to technical glitch in the community, I think we missed your query.  Sorry for the inconvenience caused. 

 

For OTA upgrade, you can collect the "__.ota.bin" after building the application from the SDK (.ota.bin file will be available inside build folder) and use any OTA peer app (https://github.com/cypresssemiconductorco/btsdk-peer-apps-ota) to do the upgradation. 

 

Make sure that the chip is already having a firmware which can accept the OTA (eg. ota_firmware_upgrade).

 

Thanks,

-Dheeraj

0 Likes