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.

How to configure CC2530EMK as coordinator of ZigBee Smart Energy Profile, and read smart meter

Other Parts Discussed in Thread: CC2530EMK, CC2530, CC2531, Z-STACK

Hi,

I like to configure CC2530EMK as a coordinator/router with smart energy profile (SEP 1.1), and communicate with smart meter with ZigBee SEP1.1.  Steps/questions I consider:

1. Should CC2530 be configured as coordinator or router?

2. Are there any code example for configuring CC2530 as coordinator/router with SEP 1.1?

3. How can I check if CC2530(or CC2531) can detects Zigbee signals from the smart meter(Landis+Gyr or Itron)?

4. Set MAC address(IEEE?), and installation code

5. Using MAC address and installation code, register the device to SmartMeter Texas website (this may be beyond the scope of this forum's discussions)

Could you direct to any documents that can help step 1 to 4?

Thank you. JKIM

  • Hi,

    Please install Z-STACK-ENERGY from: http://www.ti.com/tool/z-stack .

    It includes documents and sample applications that should answer all your questions.

    Thanks,

    Saurabh

  • Saurabh,

    Thank you for the information.  

    Z-STACK-Energy as well as IAR Embedded Workbench IDE (ver 8.30.3) was installed on my PC with windows 8. Next, C:\Texas Instruments\Z-Stack Energy 1.1.0\Projects\zstack\SE\SampleApp\CC2530DB\SampleApp.eww  was opened in IAR.  When I tried 'Rebuild All', I got 15 errors as below.  Could you direct me how I can handle these?

    Error[e46]: Undefined external "?V1" referred in AF ( C:\Texas Instruments\Z-Stack Energy 1.1.0\Projects\zstack\SE\SampleApp\CC2530DB\ESP - Coordinator\Obj\AF.r51 )

    Error[e46]: Undefined external "?V2" referred in AF ( C:\Texas Instruments\Z-Stack Energy 1.1.0\Projects\zstack\SE\SampleApp\CC2530DB\ESP - Coordinator\Obj\AF.r51 )

    ......

    Error[e46]: Undefined external "?V15" referred in AF ( C:\Texas Instruments\Z-Stack Energy 1.1.0\Projects\zstack\SE\SampleApp\CC2530DB\ESP - Coordinator\Obj\AF.r51 )

    Thank you.

    JKIM

  • I found the solution from the link, http://e2e.ti.com/support/wireless_connectivity/f/158/t/304927.aspx 

    Yikai Chen suggested below, and it solved my problem:

    The problem is that EW8051 V8.30 uses lots of virtual registers V0-V31 but there is only one virtual register in EW8051 V8.20. You can follow the following steps to fix it.

    1. Change number of virtual registers to 8.

    I

    2. Replace chipcon_cstartup.s51 with 3125.chipcon_cstartup.rar.