This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

RTOS / CC2530:ZCL broadcast command sent successfully, the network node is not received.

Part Number: CC2530

Tool/software: TI-RTOS

Hi~

Why in ZHA, ZCL_CLUSTER_ID_LIGHTING_COLOR_CONTROL command broadcast state is afStatus_SUCCESS, the terminal node can not receive the command, sniffing dogs can not catch the data. The implementation of the EZMODE descriptor matching and success can issue a command,the terminal node can receive the command, the sniffer can catch the data.I modified the simple descriptor, I was transplanted from 3.0, is the perfect implementation in 3.0.

Hope to get your reply as soon as possible.

Thank you.

  • 1. Can you specify your Zigbee network settings? Do you use ZC with ZED or ZR?
    2. Can you attach your sniffer log?
    3. You should use unicast instead of broadcast to send message.
  • 修改前:

    修改后:

     

     

    1.I think the check must be bound to the communication because the call is broadcast, capture the package, but only see unicast. Can not achieve the general broadcast function.

    2. In ZigBee3.0, do not start a simple descriptor match can also be broadcast communication, I would like to know, in ZHA1.22, which part of the code does not participate in the descriptor matching cluster broadcast, because the sniffer can not grasp Do not participate in broadcasting a simple descriptor matching cluster.

  • I couldn't understand your question. Can you attach your sniffer log instead of screenshot and also elaborate again what you want to achieve?