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.

CC2530ZDK configuration of router

Other Parts Discussed in Thread: CC2530, Z-STACK

Hello,

I buy the kit developpement ZigBee CC2530.

I have 2 SmartRF05EB and 5 SmartRF05BB and i try to create a ZigBee network with 1 Coordinator, 3 routers and some End Device, but i don't understand how configure a router so i have a question about that:

 Can I configure a SmartRF05BB to router or SmartRF05BB are just ZigBee End Device? If yes, how?

Thanks for your help.

  • What sample application are you using? Try sensordemo:

    You should just be able to change the some settings to create a Router for BB board:

     Project-->Options-->C/C++ Compiler-->Preprocessor

    NWK_AUTO_POLL
    HOLD_AUTO_START
    REFLECTOR
    xPOWER_SAVING
    NV_INIT
    NV_RESTORE
    DEVICE_LOGICAL_TYPE=ZG_DEVICETYPE_ROUTER
    xLCD_SUPPORTED
    ZIGBEEPRO

  • Thanks for your answer.

    I use sensor monitor and IAR Embedded Workbench.

    I have many questions :

    1: So if i understand, i should add this directories in  Project-->Options-->C/C++ Compiler-->Preprocessor and i configurate a SmartRF05BB to router ZigBee?

    2: After i send my program for routers to SmartRF05EB?

    3: Have you a manual for program SmartRF05EB, SmartRF05BB with IAR Embedded Workbench, if yes where i can find it?

    Thanks for your help

    Yoann

  • I recommend you to install the full ZigBee stack for CC2530 - the Z-Stack:

    http://www.ti.com/tool/z-stack

    Then read the basic guides to get started:

    C:\Texas Instruments\ZStack-CC2530-2.5.0\Documents\Z-Stack Sample Applications.pdf

    C:\Texas Instruments\ZStack-CC2530-2.5.0\Documents\Z-Stack Developer's Guide.pdf

    C:\Texas Instruments\ZStack-CC2530-2.5.0\Documents\OSAL API.pdf

    and perhaps a few others and many, many questions will be answered.

    Then perhaps you can start off with an even more basic sample app, like GenericApp where the 3 different device types, ZC, ZR, and ZED (ZigBee Coordinator, Router, and End Device) are all clearly different build targets. That will get you orientated to go back to your SensorApp.

     

     

     

  • I read this documents, Many questions have been answered. Thanks you.

    After I open the application GenericApp but I have difficulties to understand the code.

    Do you have documents describing with details the code please?

    Thanks for your aswers.

    Yoann Salique