Hi folks,
i'am using the eZ430-RF2500. I'am also using the demo-sensor application and i'am willing
to implement a bidirectional communication between ED and AP.
The application should run normally until the AP gets an interrupt on his UART. Therefore i putted
the smpl_send-function in the UART-interrupt vector. For the linkID in that function i used the variable
sLid[1]. I already want to ask if this is correct?I believe this is the linkID from the ED or is this not?
Afterwards, i want to catch the packet on my ED. Herefore, i need to have also a callbackfunction. In the callback-
function i'am going to implement a semofoor. In the main-function, i will check on this semafoor. If it's set, i will
go throug the if-statement. In the if-statement, i have to use the smpl_receive function to catch the packets from the AP.
My main question: wich linkID do i have to use in the smpl_receive function to let the ED know that the packet will
come from the AP?
I really don't understand those linkID's? Any help would be high appreciated.
Best Regards