I'm developing with CC2530ZDK.
I want to use the functions: Zigbee, UART, POWER_SAVING.
I need the low power consumption in the system that I just develop. But I don't need speed of connection.
At first, I use TI's sample 'SerialApp'. I configured two CC2530EB, one for Cordinator and the other for End-Device.
They worked fine with the default setting.
I configured the End-Device with a compile-option 'POWER_SAVING'. But they didn't work well.
The way from Cordinator to End-Device was OK. Although the reverse way was NG.
Question:
- Can I use POWER_SAVING with SerialApp ?
- (If not,) Which part do I need to modify? I think the callback of UART is the part. But I'm not sure.
Regards.