I'm the first time to program the CC2650. Before I begin I was studing the TI-RTOS using CCS.
I've been doing some basic programs, turn on and off LEDs and read the values of a temperature sensor ....
At this point I would like to start using the Z-stack to send the values read by a node sensor to the gateway via ZigBee.
However I am having difficulty in starting. I was looking for how to use the Z-stack and I realized that we can not use the Z-stack with CCS, only with the IAR.
My doubts are:
1 - Is there a way to adapt / use the z-stack in CCS?
2 - Where can I find more information on how to start using the z-stack and IAR? For now, I'd like to read a sensor at the ZED and send this value to the ZC.
3 - I have SmartRF06 and dev bords with the CC2650 (ZED) and another with CC2538 (ZC). For now I wanted to use these boards, but then wanted to migrate the firmware for my custom boards.
How can I do this? There are some step by step tutorial?
4 - How can I program the sensor controller and integrate it with the M3?
Thank you.