IEEE 802.15.4 PHY test tool only NO ACK response

Hi,

I'm trying to run `samples/peripheral/802154_phy_test` sample to perform some range tests

My setup:

- nrf55840 dev kit,
- nrf5340 Audio dev kit,
- nRF Connect SDK 2.5.99,

I configure one board as CMD device and try to start test with following commands:

custom changemode 1
custom rstart
custom lsetpayload 5 FFFFFFFFFF
custom ltx 10 1000


But, i got error on every message:

NO ACK
[00:39:00.788,696] <inf> rf_proc: tx failed error 5!
NO ACK
[00:39:01.790,435] <inf> rf_proc: tx failed error 5!
NO ACK
[00:39:02.792,327] <inf> rf_proc: tx failed error 5!
NO ACK
[00:39:03.794,097] <inf> rf_proc: tx failed error 5!
NO ACK
[00:39:04.795,989] <inf> rf_proc: tx failed error 5!
NO ACK
[00:39:05.797,760] <inf> rf_proc: tx failed error 5!
NO ACK
[00:39:06.799,591] <inf> rf_proc: tx failed error 5!
NO ACK
[00:39:07.801,330] <inf> rf_proc: tx failed error 5!                                
NO ACK                                                                              
[00:39:08.803,253] <inf> rf_proc: tx failed error 5!                                
NO ACK                                                                              
[00:39:09.805,023] <inf> rf_proc: tx failed error 5!  



When i use commands `custom find` and `custom rping` i'm able to get a proper response.

What am I missing? Is this configuration correct?

Related