Other Parts Discussed in Thread: Z-STACK
Hello TI!
I want to make use of the Z-Stack to tell my ZC to turn on/off the light from my ZED. The condition for turning on/off comes from some processing of the data of a continuously running sensor which is connected to the ZED with I2C.
Now, I want this sensor application to work with one of the ZED examples, such as zed_sw, where my sensor task runs until a change of state is confirmed and tells my zed_sw to send a toggle on/off to ZC. After this the sensor task runs again. What comes to mind is implementing my sensor code into zed_sw or creating a new task. Is this possible? How should I move forward?
Thanks in advance.