Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs

SEND RAW DATA USING ZIGBEE LIKE XBEE MODULES USING NRF52833

Hi, in our project we have to send some raw data to one node to other node using zigbee. So i have checked every single example but it doesnt match with what i need. I have worked with Xbee modules before and that exacly what i need to do. In this project we are working with nrf52833 and nrf Connect SDK. Do i have to use ZBOSS api and ZCL ? Is there any examples for this type using. Any suggestions ?

Parents
  • Hi,

    What type of data do you want to send? If you are going to send Zigbee packets then you must use ZBOSS, and most likely also ZCL, yes.

    When looking online I found the digi.xbee.packets.raw module. Is this what you used when working with Xbee? If so, based on how I read the API it seems like this is sending general 802.15.4 packets, and not Zigbee packets. Is this correct?

    Best regards,

    Marte

Reply
  • Hi,

    What type of data do you want to send? If you are going to send Zigbee packets then you must use ZBOSS, and most likely also ZCL, yes.

    When looking online I found the digi.xbee.packets.raw module. Is this what you used when working with Xbee? If so, based on how I read the API it seems like this is sending general 802.15.4 packets, and not Zigbee packets. Is this correct?

    Best regards,

    Marte

Children
Related