This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

ZigBee OTA with FreeRTOS - general guidelines

Hi, can you explain shortly is it possible to use OTA functionality from FreeRTOS application?
I wasn't able to found such an example, and I'm wondering about the possibility of implementing this feature in our code.
Can you provide any tips on that topic? Are OTA functions thread-safe? How should I call them?

Parents
  • Sorry. We do not have any zigbee related FreeRTOS examples. It is possibly something that can be implemented, but it is not trivial to do so, and without discussing roadmap details, which we don't do here on DevZone, I don't think this is something that we have planned to do. 

    You should look into whether it is possible to acheive what you want without FreeRTOS. Alternatively, you can look into NCS (nRF Connect SDK), which uses something called Zephyr, which is an RTOS. This is under development, so there aren't any Zigbee OTA features available yet, as far as I know. 

Reply
  • Sorry. We do not have any zigbee related FreeRTOS examples. It is possibly something that can be implemented, but it is not trivial to do so, and without discussing roadmap details, which we don't do here on DevZone, I don't think this is something that we have planned to do. 

    You should look into whether it is possible to acheive what you want without FreeRTOS. Alternatively, you can look into NCS (nRF Connect SDK), which uses something called Zephyr, which is an RTOS. This is under development, so there aren't any Zigbee OTA features available yet, as far as I know. 

Children
Related