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

Serial pass-through on PCA10059 (nRF58240) dongle

I am sending data over air from an XBee in transparent mode to an nRF52840 dongle as ZC.

The data is going over the air from the source and destination addresses using a sniffer and

the network is properly joined to by the XBee router

How do I see the serial data coming out on the serial port ?

Parents
  • Hi,

    I have taken over your case, but I see that you have multiple cases with similar issue. Are your other cases related to this, and do you still need help with this issue?

    I see you write that you are using the firmware that was shipped with the Dongle, but I also see you have other cases where you mention using the CLI Agent example, so I assume that is what you are using currently. Handling of incoming packets is handled internally by the Zigbee stack in our SDK. If you want to handle incoming packets differently, or to perform additional tasks when receiving a packet, then you will have to override the default handling and create a custom handler. This is what is done in the CLI Agent example. Please see our documentation for more information about how to do this yourself: Configuring default ZCL command handler override. You can also look at the Zigbee CLI library files to see examples of how it is done there. These can be found in <SDK_ROOT>/components/zigbee/cli.

    Best regards,

    Marte

Reply
  • Hi,

    I have taken over your case, but I see that you have multiple cases with similar issue. Are your other cases related to this, and do you still need help with this issue?

    I see you write that you are using the firmware that was shipped with the Dongle, but I also see you have other cases where you mention using the CLI Agent example, so I assume that is what you are using currently. Handling of incoming packets is handled internally by the Zigbee stack in our SDK. If you want to handle incoming packets differently, or to perform additional tasks when receiving a packet, then you will have to override the default handling and create a custom handler. This is what is done in the CLI Agent example. Please see our documentation for more information about how to do this yourself: Configuring default ZCL command handler override. You can also look at the Zigbee CLI library files to see examples of how it is done there. These can be found in <SDK_ROOT>/components/zigbee/cli.

    Best regards,

    Marte

Children
No Data
Related