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.

want z stack for developing home automation with msp430F5310

Other Parts Discussed in Thread: MSP430F5438, Z-STACK

Just now i am using Anaren A2530E24C chip with AIR-ZNP firmware (ZNP stack) which is communicate with MSP430F5310 via spi. Anaren chip has ZNP spi stack. But i want Z stack for developing zigbee home automation profile to interface with MSP430 via SPI not via uart. As I want to control zigbee based devices using home automation profile  from our coordinator.

As i have download source code of home automation from this path  C:\Texas Instruments\Z stack Home 1.2.1\projects\zstack\  where so many file is found,  but same file available is supported with MSP430 or not reply

now sugest me steps as i have to operate  thermostat device using home automation so which header files & c file i will be use for creating projects with msp430F5410 .

And Anaren A2530E24C chip with AIR-ZNP firmware loaded is support  for home automation or another exe has to be load for supporting home automation

  • Hi,

    the ZAP example on Z-Stack Home 1.2.0 supports MSP430F5438 and uses ZNP as network processor.

    C:\Texas Instruments\Z-Stack Home 1.2.1\Projects\zstack\ZAP\HA-SampleLight\EXP5438

    I recommend you start from this.

    Thanks,

    TheDarkSide

  • Ronak,

    For MSP430F5438+CC253x HA, please refer to following projects:

    C:\Texas Instruments\Z-Stack Home 1.2.1\Projects\zstack\ZAP\HA-SampleLight\EXP5438

    C:\Texas Instruments\Z-Stack Home 1.2.1\Projects\zstack\ZAP\HA-SampleSwitch\EXP5438

    Thermostat, temperature sensor + Heating cooling Apps that run entirely on CC253x are available at :

    C:\Texas Instruments\Z-Stack Home 1.2.1\Projects\zstack\HomeAutomation\

    Do you want to run thermostat app on MSP430F5310+A2530E24C  ?

    Saurabh

  • Thanks for your reply

    yes i want to run thermostat application first & then others

  • Hello,

       What compile flags are required in the CC2530ZNP build for Home Automation? I saw these three, are there others?
    MT_SYS_KEY_MANAGEMENT -- but not for production
    TC_LINKKEY_JOIN
    ZCL_KEY_ESTABLISH

    Thanks,

    Derek