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: CC2530 Z-Stack

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

Hi,

I am looking to get the Tx RSSI and Rx RSSI from the CC2530 over the ZAP-ZNP interface using the  AssocFindDevice() function.

Can I get the RSSI values to the MSP430F5529 device over the ZNP interface for the local CC2530 device?

I setup a buffer with SREQ: 0x01 0x27 0x49 Number; where I set Number to 1.  I received a value of all zeros in the SRSP: 0x12 0x67 0x49 0x00 0x00 ... 0x00

How do I determine what the Number value should be in the SREQ?  Where is the associated device list, do I need to find the local CC2530 in the local CC2530 device list?

An example would be very helpful for me to understand how this works.

Thanks,

Ed

  • Yes you can!
    You can see LQI in AF_INCOMING_MSG. And you can send ZDO_MGMT_LQI_REQ by UART or SPI to ZNP and get ZDO_MGMT_LQI_RSP
    The LQI and RSSI depend.

    You can see ZMAC LQI ADJUSTMENT is 19 chapter of Z-Stack 3.0 Developer's Guide