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

52811 Zigbee support

Hi, we are currently looking at making a zigbee light switch using the 52811. However since the zboss library files are compiled with FPU directives the only way to build the project is by enabling that (even though the 52811 is listed as not having a FPU). While looking in to this I noticed in the Infocenter only 52840 is stated to support zigbee while if you look at the Product page the 52811 states that it supports zigbee. So is the zboss library compiled for the 52811? Or would you need to build your own zigbee library

Parents
  • Hi Darwand, 
    Currently nRF52811 is not support by the ZBoss library. One of the main reason is the size of the application + stack is pretty big, >220kB (for router) and 160kB (for ZED). And usually you need some extra space for the bootloader to do DFU as well.It will be difficult to run the full stack on the NRF52811. 

    So either you would need to base on the IEEE 802.15.4 MAC library to develop a light weight Zibgee library or you can better use the nRF52480 and nRF52833 for the purpose. 

Reply
  • Hi Darwand, 
    Currently nRF52811 is not support by the ZBoss library. One of the main reason is the size of the application + stack is pretty big, >220kB (for router) and 160kB (for ZED). And usually you need some extra space for the bootloader to do DFU as well.It will be difficult to run the full stack on the NRF52811. 

    So either you would need to base on the IEEE 802.15.4 MAC library to develop a light weight Zibgee library or you can better use the nRF52480 and nRF52833 for the purpose. 

Children
Related