Hello,
I am trying to setup a Project with nrf25840 by using the nRF IEEE 802.15.4 radio driver in multiprotocol mode with ble. (https://github.com/NordicSemiconductor/nRF-IEEE-802.15.4-radio-driver).
I already tried to do it as described in this post (https://devzone.nordicsemi.com/f/nordic-q-a/39175/nrf52840-bluetooth-and-802-15-4-multiprotocol-example-project) with an dynamic multiprotocol open thread example.I fixed the problem with soft device SoC event handler.
This works fine until connecting with ble device. Then i am unable to transmit data over IEEE 802.15.4 properly. Most of the time the radio driver shows transmission failed because of "timeslot ended" error. My first thought was a though timing intervall in ble connection, but changing parameters did not help. All timeslot parameters are default and are working in the thread example without problems.
Is there a better example project or a manual how to integrate the library?
Do you have any suggestions or ideas what i might have missed?
kind regards
Yannik