This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Can one nrf51x22 transfer its firmware to another OTA?

Hi All

I have a bunch of nrf51x22 (4,8) and I'd like them to read their own firmware data and send this to others that are in DFU mode using the over the air (OTA) method. Is this possible?

Regards,

Alex

Parents
  • After thinking about this for a minute, I don't see any reason why not.

    At the end of the day any device that is using DFU to reprogram other devices is merely reading and writing characteristics on the DFU service. There isn't anything special about that. You'd just need to implement the DFU host code/state machine in your application FW.

Reply
  • After thinking about this for a minute, I don't see any reason why not.

    At the end of the day any device that is using DFU to reprogram other devices is merely reading and writing characteristics on the DFU service. There isn't anything special about that. You'd just need to implement the DFU host code/state machine in your application FW.

Children
No Data
Related