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.

CC2531: Not able to control ZR from ZC using write attributes command

Part Number: CC2531
Other Parts Discussed in Thread: Z-STACK

Hi all,

I was trying to send an ON/OFF data using write attribute command from ZigBee coordinator to a ZigBee router device.

It looks like the command was processed successfully. However, the write attribute response was telling that the attribute is read-only.

Also, I have noticed that I was not able to either switch-ON or switch-OFF the ZR from ZC.

Below is the command I sent from ZC.

0xfe 0x0f 0x26 0x03 0xZB_Addr_LSB 0xZB_Addr_MSB 0xCLUSTER_ID_ON_OFF_LSB 0xCLUSTER_ID_ON_OFF_MSB 0x26 0x01 0x0f 0x07 0x00 0x00 0x02 0x00 0x00 0x10 0xSTATUS 0xFCS
Where:
STATUS is either 0x01(ON) or 0x00(OFF)

Write attribute Log:

Write attribute response log:

I could not control the ON/OFF of ZB from ZC using write attribute because its read-only? If yes, how can I make the ZR not read-only? Or maybe the command I used is not correct?

Please advice.

Thank you.

Regards,

Rudy