Hi. I am trying to develop an multiprotocol test example using SDK 15 and nRF-IEEE-802.15.4-radio-driver on NRF52840 dk board. I need that BLE and 802.15.4 stuff can work together. For 802.15.4 I am using driver from here github.com/.../nRF-IEEE-802.15.4-radio-driver.
My problem is that I can't send/receive data using 802.15.4 although BLE works fine. I guess my problem can be in configuration of SDK.
Are there any examples which shows how to use BLE and 802.15.4 based on nRF-IEEE-802.15.4-radio-driver in parallel?