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.

CC2755R10: SDK project setting up a 15.4 connection

Part Number: CC2755R10

Is there a SDK project that can provide the following task. 

"Interference protection test clause" evidence that a unique address is transmitted.  For this test Radio devices shall include a unique address belonging to the transmitting device that is part of each transmitted data packet.

It can be two devices connceted with one of them connected to a pc to show the receiced address from the other device.

Best Regards

Flemming Larsen

  • Hi Flemming,

    There are a few options here.  You could start with Zigbee or Thread examples, whose MAC/PHY uses IEEE 802.15.4 and where the extended source address (8-byte) is included in over-the-air payloads.  The Zigbee folder of the latest F3 SDK even has mac_sensor (use with F2 SDK 15.4 collector project) and rf_test examples you may be able to utilize based on your needs.  Or it is possible to use a Proprietary RF project which is using the IEEE PHY and includes a unique address in its payload.  There is a basic IEEE PropRF example which can be ported to the CC2755R10.

    Regards,
    Ryan