Other Parts Discussed in Thread: CC2530
I modified the remote control application for the CC2530 to perform a broadcast using RTI_SendDataReq with txOptions set to RTI_TX_OPTION_BROADCAST and it does not seem to work as I never get a RTI_SendDataCnf callback. I have the remote and target paired before I send the message. For my experiment, there is only one target. When I change the txOptions setting to RTI_TX_OPTION_ACKNOWLEDGED, everything is fine. Is there some RCN or RTI attribute that needs to be set to enable broadcasting? Are there limits to what can be broadcast? I am trying to send a 13 byte packet (though I did try a 1 byte packet with the same result). Does broadcasting not result in a RTI_SendDataCnf call back?
Thanks for any clues on this...