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: How to use the BASICRF in ZSTACK 3.0?

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

The basicRF example is not exist in ZSTACK 3.0 Example Project.

How can I use it in the SampleSwitch of ZSTACK 3.0 Example Project.?

  • Hello Edan,

    The Z-Stack solution involves higher-level API access to the IEEE PHY and thus basic RF commands cannot be used in this environment.  I recommend using AF_DataRequest which you can understand more about in Z-Stack 3.0.2\Documents\Z-Stack 3.0 Developer's Guide.pdf and Z-Stack 3.0.2\Documents\API\Z-Stack API.pdf

    Regards,
    Ryan

  • Thanks for your reply.

    The sample source doesn't seem to exist.

    I plan to make it myself by mixing basicRF of Zigbee_Webee_CC2530-master's light_switch and hal_adc of Zstack 3.0 light_switch.