MC13213- Direct data communication between master and slave in MAC code base.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

MC13213- Direct data communication between master and slave in MAC code base.

1,075 Views
AmZig
Contributor I
Hello everyone,
I am trying to implement a direct data communication between a master and slave device. I am using non beacon mode , and i dont want to use Polling feature of EX 6a and Ex6b. I just want to do the direct communication , assuming that my slave is on and waiting for a reply from master for the sent data(from slave). I did this in Polling base example. But i dont need that now , and when i tried this in direct way. It doesnt work. So , kindly guide me as i am running out of time for my submission.
 
Regards
AmZig.
Labels (1)
0 Kudos
2 Replies

370 Views
Mads
Contributor V
AmZig,
 
set the RxOnwhenIdle attribute to TRUE after association on the RFD (6b).
on the Coordinator, remove the Indirect Tx option flag in the mcps-data.request (6a)
 
BR,
Mads
0 Kudos

370 Views
AmZig
Contributor I
Hello Mads,
Thank you very much , it worked for me..
 
BR
AmZig
0 Kudos