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.

cc2650

Other Parts Discussed in Thread: CC2650, Z-STACK, CC2591, CC2530, CC2650STK

Using the zstack for CC2650 sensortag as a remote control for an led bulb .

How can i create a particular device a coordinator or a router or an end device using the sample switch code for the CC2650 on IAR EWARM workbench and how can i modify the code for my own usage for instance control an LED using the switch at  .

i want to use the Zstack "SampleSwitch.eww"  IAR workspace and control the led connected to the second (CC2650+debugger) and the switch connected to the first(CC2650+debugger).

I am new to zigbee and also to the CC2650 simplelink , so please  reply in a complete way .

Thanks 

  • CC2650 has limited flash so it can't be configured to coordinator or router in SoC mode. You have to use ZAP+ZNP architecture if you want to use CC2650 as Zigbee router. With ZAP+ZNP architecture, you will need an extra MCU to act as ZAP and you can find ZAP examples under Z-Stack Home example folder.
  • Thanks for the prompt reply

    How can I use the arduino or MSP 430 as a host MCU and send signals via the ( cc2650 radio frequency module) .
    I have read about using the cc2530+cc2591 as Low Power radio frequency connected serially to a host MCU .
    And how is MCU sending commands such as ZCD_NV_PANID ( IN HEXADECIMAL CODE ) .


    And plz give a link to an application note or pdf link for using the ZNP for (CC2650 and MCU ) for simple ZigBee home automation projects .



    Thanks
  • If you download and install Z-Stack Home 1.2.2a, you can find Z-Stack ZNP Interface Specification.pdf and Z-Stack Monitor and Test API.pdf under C:\ti\simplelink\zstack_home_1_02_02a_44539\Documents\API. Z-Stack only provides example code for MSP430EXP5438 which you can find under C:\ti\simplelink\zstack_home_1_02_02a_44539\Projects\zstack\ZAP.
  • hi YK Chen

    Can i not use the CC2650( Sensortag ) module as a standalone device so as to make a simple home automation project involving Zigbee standard and make a simple switching an LED in a home automation system .

  • Sorry, I don't get your point. Can you elaborate?
  • i want to use the CC2650 (sensortag ) module for

    Module 1: A switch connected to control the LED .(LED itself is on the other CC2650 module ).

    Module 2: LED connected to the second CC2650 is to be switched ON/OFF by the wireless signals sent by the module 1.

    (attached image of the device i am talking about just to be sure )

  • If you only have two CC2650STK, you have to make one of them as coordinator and another as end device. Since CC2650STK has limited flash, you have to run ZAP-ZNP architecture on it for coordinator. All the functions you describe are doable.