This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

如何让CC1310的sensor向多个collector发起指定广播内容

Other Parts Discussed in Thread: CC1310

hi,大家好,我现在遇到一个问题,我想使用cc1310 sensor发指定的广播内容,然后周围的collector可以收到并解析发送的内容?我应该如何做才能实现?我查看过资料,论坛上有人说过可以,通过如下API:
ApiMac_mlmeSetReqUint8(ApiMac_attribute_beaconPayloadLength, uint8_t value); //set the beacon payload length
ApiMac_mlmeSetReqArray( ApiMac_attribute_beaconPayload, uint8_t *pValue); // set the beacon payload

但是这个设置需要重启设备。

有工程师能帮忙分析下这个问题吗?