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.

CC2530: ZCL: General: RSSI Location

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

In 07-5123-06-zigbee-cluster-library-specification, 3.13 RSSI Location, there specify commands received and generated as follows:

 

Commands Received

0x00 Set Absolute Location M

0x01 Set Device Configuration M

0x02 Get Device Configuration M

0x03 Get Location Data M

0x04 RSSI Response O

0x05 Send Pings O

0x06 Anchor Node Announce O

 

Commands Generated

0x00 Device configuration response M

0x01 Location data response M

0x02 Location data notification M

0x03 Compact location data notification M

0x04 RSSI Ping M

0x05 RSSI Request O

0x06 Report RSSI Measurements O

0x07 Request Own Location O

 

However, the TI Z-Stack (3.0) only includes the commands marked as mandatory (M) while the one marked as optional (O) are not included. May I ask the TI’s development team that whether those optional commands will be included in the next update of the Z-Stack or not?

 

If it is no plan to update, I cannot implementation the application as shown in the following figure as some commands are missing.

 

 

Thank you very much.

Best regards,

Barry

  • Hi Barry,

    Thanks for pointing this out, I have taken note of it.

    For now, if you need these optional commands you could implement them on your own following the format of the mandatory commands that are already implemented, as the description each optional command is provided in the specification.