Hi,
i am tinkering around on the ZNP and have been trying to get my CC2650 to "blindly" send out a (802.15.4-)packet to an entire channel instead to its PAN.
I've tried building a ZMacDataReq struct and calling "uint8 ZMacDataReqSec( ZMacDataReq_t *pData, applySecCB_t secCB )" manually but i can't see anything on my packet sniffer. Maybe my parameters are off or i am missing something else.
Is it possible to bypass the upper layers and directly call the mac-layer functions and send out a packet on a specific channel to no specific PAN?
And if so, am i on the right track, or would i have to do it in a different way?