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.

CC2530 linux-gateway

Other Parts Discussed in Thread: CC2530, Z-STACK, CC2531, CC2530EM, CC2592

Hello,

I modify the Z-Stack_Linux_Gateway-1.0.1 for arm embedded Linux with cortext-a7 CPU and cc2530(as ZNP) , and the end device CC2530(fw is SampleLight).

I meet 2 problem for executing.

Questions 1:

At the running zigbeeHAgw script always encounter the running time problem,

add the debug message to get the message pthread_cond_timedwait[110] that meet from server side and client.

but not all command both get the timeout message.

I fine tun the timeout define 

server side: NPI_RNP_TIMEOUT from 6 to 7(s)

client side: timeout from 2 to 6(s)

that will improve the times to meet the problem with running the zigbeeHAgw, but sometimes still encounter the problem.

Question 2:

When the server running success and execute the start_application.

1) Execute Permit_join command , ZNP does not get the end device information,

but debug the end device with Ztool, Ztool show Assoc Cnf Success and get ZNP's PANID and receive the shortAddress form ZNP.

2) Execute On/Off command , the Ztool show the Light ON or OFF but the server side show as fallow:
Calling confirmation callback
act_process_set_onoff_cnf: Received ZIGBEE_GENERIC_CNF
act_process_set_onoff_cnf: Status FAILURE.

Does any suggestions for these questions?

Thanks