Other Parts Discussed in Thread: CC2530
Hi all,
I bought the CC2530ZNP Mini-kit and I'm making some very simple communication test between the boards (programming them with IAR Embedded Workbench).
In particular, I set up one board as coordinator and the other one as an end device using the sample application Basic Communication (communication example workspace).
The endpoint sends a data packet (the string "hello!"), the coordinator receives and displays it. That's all.
I need to know how to extract the RSSI value from the arrived packet on the coordinator.
In the T.I. document "CC2530 Software examples user's guide" i found some RSSI-related function and data structure but i didn't find them on the software ZNP API that came with my kit.
Any help is appreciated!
Bye