This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

WEBENCH® Tools/CC2530: APSME_LookupNwkAddr

Part Number: CC2530
Other Parts Discussed in Thread: Z-STACK

Tool/software: WEBENCH® Design Tools

In my home automation application flow of the application is as below:

From Raspberry Pi to Relay Module (Router):

Raspberry Pi -->(UART)  Coordinator: R.Pi sends [MAC+ Switch Status] of the Relay module(Router) to the coordinator.

Coordinator -->(Over The Air) Router: Coordinator converts MAC to NET Add. using APSME_LookupNwkAddr  and send the command to the particular net add.  router.

From  Relay Module (Router) to Raspberry PI:

Router-->(Over The Air) Coordinator: Router sends NET_Add.(0x00)+Load Status to the coordinator.

Coordinator-->(UART) Raspberry Pi : Coordinator converts get the MAC of particular router from received  Net_Add using APSME_LookupExtAddr and send  load status to the Raspberry PI.

Before my whole communication is based on MAC, I convert it on network id but I have noticed that the response is slow or some times signal also miss.

Do you give me any suggestion to improve communication speed???