Other Parts Discussed in Thread: CC2531, Z-STACK
Hi Guys,
I am trying to use the ZLight2 Led board in one of my projects to demonstrate a successful Zigbee porting on CMU's Firefly platform. We have used ZBOSS stack as a reference and implemented the zigbee functionality on Firefly and plan to use the same ZBOSS stack on the TI's cc2531 ZLight2 board. Now my goal is to make both the boards communicate with each other and control LED's on cc2531 configured as End Device (ED). Now I am to sniff zigbee packets from the ZLight2 board and it sends out beacon requests properly. However, when I try to control the LED's I see only fixed RED light glowing. I have taken the sample light from zstack as example and ported the HAL related files to ZBOSS. I am directly using HAL_TURN_OFF_LED1() or HAL_TURN_ON_LED1() functions in my application. Am i missing something here? It looks like I am not able to control the led's properly.
Best Regards,
Abhijit