OTA & UART Bootloader?

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

cross mob
Anonymous
Not applicable

Hi all,

   

We have a successful implementation of the fixed stack OTA bootloader with our current project.

   

We would like to also be able to update BLE firmware via UART. Does this seem reasonable to use the existing OTA bootloader in this way? We are using commands sent over a characteristic to trigger jumping to the bootloader, which is working fine, so we could just as well trigger it over the UART we're already using.

   

What do you think?

0 Likes
1 Solution
Anonymous
Not applicable

Yes, you can use the UART as the trigger as well.

View solution in original post

0 Likes
2 Replies
Anonymous
Not applicable

Yes, you can use the UART as the trigger as well.

0 Likes
Anonymous
Not applicable

Thanks. Since for each Bootloader component you can only select one trigger, if we want to trigger either from UART or BLE, do we need two Bootloader components?

0 Likes