I trying to establish communications with a (non Nordic) beaconed 802.15.4 coordinator.
I've used some code from the wireless_uart_raw example but did not use the FSM.
If I set a_rx_on_idle_set() to 1 I can associate with the coordinator fine. However it only sees the beacon for about 30 times and then does not see it any more (as reported by mlme_beacon_notify_ind). If I try syncing with the beacon (after association) it does not see it all and there is no sync error report. There seems to be no response to sync at all.
I'd expect mlme_beacon_notify_ind to report every beacon thats seen since a_rx_on_idle_set is 1.
I'd expect sync to do something.
Any idea whats going on.
I tried this with SDK 15.2.
kind regards
Liam