Hello
I have an application wherein I have 16 RF transmitters for one RF Receiver. I want to use easyLink to implement this. The RF receiver "pings" each transmitter one by one, collects the data and then moves to the next transmitter. I have two questions:
1. in the easyLiink_txPacket structure there is .dstAddr[8]. Can this be changed to 16 or any other number to have equivalent no. of destination addresses as 16 slaves?
2. supposing my slaves have addresses 0x01,0x02...0x0F. Can I code these as:
txPacket.dstAddr[1] = 0x01 and so on?
3. How will the transmitter know that it is being pinged by the master? is there an address filtering mechanism?
Regards
Shubhankar