Other Parts Discussed in Thread: CC2530
Hi,
I have a requirement of implementing a new cluster which has different attributes than of Simple metering. I am using CC2530 chip with Zstack. It has around 104 attributes. The problems i am facing are
1). When I tried to run both the clusters together ..i am recieving XDATA not enough error. So i had to disable the simple metering cluster. Is there a way to run both simultanously using semaphores?? I think it has only 8k ram...104 attributes has a total size of around 4000 bytes. is it possible to run this cluster??..
2) I tried to implement my own commands , similar to sm_getprofilecmd for data collection. But i am not able to receive the command in Rx side. i am using zcl_sencommand to send..but the receiving handler is not getting the command it seems.
Then i tried using the zcl commands like zcl_sendread() & zcl_Inprocesscmd() for the Tx & Rx of the attributes. I am getting some data in debug string returned from rx. Which one is better making using own command or zcl_senread??
3) can any value be given for new cluster ID?
4) The receiving buffer size is limited to 128 bytes..is it possible to extend it???
Awaiting a speedy response..
Shree