Hi,
I could not find any example of the 802.15.4 stack API that talks directly to the PHY Layer, by means of PD-SAP and PLME-SAP, as shown in this picture:
https://github.com/NordicSemiconductor/nRF-IEEE-802.15.4-radio-driver/wiki/Overview
My goal is to send and receive raw data (including generated CRC) over the 802.15.4 radio.
In the documentation I found the following API functions:
- pd_data_req_t
- pd_data_conf_t
- pd_data_ind_t
But unfortunately it is not clear to me how to build / link / use them.
Could someone provide me more information about that?
Thanks in advance!
Javier