Hi everyone,
I have a question about the co-existence of the BLE and 802_15_4. I am using MKW41Z microcontroller with IAR. I am able to switch radio from the BLE to 802_15_4 and vice versa through MWS module.
Why the BLE LL never acquires the radio module if the 802_15_4 LL doesn't call a MWS_SignalIdle() constantly?
Hello,
Just to understand the issue.
You can your hybrid example, which SDK version are you using ? Did you use one demo as a base?
You get to work with the 802.15.4 send the message, release the radio the the BLE communication happens, the issue is that you need to call the MWS_SignalIdle() constantly because if you do not do that the communication stops on both protocols?
Regards,
Estephania
Hello,
Thanks for your reply.
I am using ble_802_15_4_fsci_black_box demo as a base from SDK_2.2.0.
My issue is, if i use both 802_15_4 & BLE ,then both protocols are working perfectly fine. If I do not use 802_15_4 say for example 5-10min, BLE is not acquiring XCVR resources so that i am not able to see BLE advertisements in that period of time. If I call MWS_SignalIdle() constantly when 802_15_4 is Idle,then BLE is working fine.
what could be the reason for this?
Thanks& Regards,
Vanaja
Hello,
The first thing that I would need you to do is to migrate to the latest SDK version which is the 2.2.1 , once you do it, could please verify that the device has the same issue ?
It seems kind of strange for me as the device and the examples usually give the priority to the BLE communication , what did you modify to make those 5 minutes and 10 minutes time frame separation ?
Reagrds,
Estephania
Hello,
I am using ble_802_15_4_fsci_black_box demo as a base from SDK_2.2.0.
My issue is, if i use both 802_15_4 & BLE ,then both protocols are working perfectly fine. If I do not use 802_15_4 say for example 5-10min, BLE is not acquiring XCVR resources so that i am not able to see BLE advertisements in that period of time. If I call MWS_SignalIdle() constantly when 802_15_4 is Idle,then BLE is working fine.
what could be the reason for this?
Thanks& Regards,
Vanaja