Other Parts Discussed in Thread: MSP430F5438, CC2520, MSP430F5438A
Hi,
I am using MSP430F5438 experimenter board and CC2520 transceiver as coordinator and end device.
I am using Generic app for sending the analog data after passing through ADC of msp430f5438a controller.
The setup is working fine when I set GENERICAPP_SEND_MSG_TIMEOUT in GenericApp.h to more than 150. The default value for that was 5000 and I changed it to 150. I am currently sending 80 bytes of data.
Whenever I change the value of GENERICAPP_SEND_MSG_TIMEOUT to any value lower than 150 the system does not respond correctly By incorrect respond I mean that the values do not come continuously. I keep getting a message orphan Response on coordinator.
Is there some other parameter also that needs to be changed if I want to keep the delay between two packets less than 150 ms? I want to keep that value as low as possible.
Thanks
Yuvraj