hardware: DK:
nrf52833dk_nrf52833
hardware: DK:
nrf52833dk_nrf52833
Hello,
Are you running the Rx sample along with the tx sample? Are you using an antenna array?
Regards,
Elfving
I run without antenna array.
I use two DK (nRF52833). they are both one antenna.
one DK run
another DK run
So of course you wouldn't be able to get any good results without an antenna matrix, but you should be able to get a connection with just the one antenna.
Though I believe you would have to insert a coax swf cable on the antenna connector on J1 for it to work.
Regards,
Elfving
absolutely, I get CTE IQ data using the same two DK without antenna matrix .
the Code is Direction Central and peripheral .
this need central and peripheral is connected.
But, I need to get CTE IQ data without connect. I think the antenna is ok (any way, I would not expect to get AOA with one antenna. But I can get some IQ samples.)
I think the code must run into some trouble.
I am not sure if I understand.
Are you saying that you get this working when using direction_finding_connectionless_tx & direction_finding_connectionless_rx, but with Direction Central and peripheral it does not work?
I believe it should work in the same way on both, in regards to what it is required for it to end up getting CTEs.
Regards,
Elfving
Direction Central and peripheral Works WELL!
but, direction_finding_connectionless_tx & direction_finding_connectionless_rx FAIL to get IQ samples.
after debug, I find the code stall at k_sem_take(&sem_per_adv, K_FOREVER);
Direction Central and peripheral Works WELL!
but, direction_finding_connectionless_tx & direction_finding_connectionless_rx FAIL to get IQ samples.
after debug, I find the code stall at k_sem_take(&sem_per_adv, K_FOREVER);
And that is also the case with the coax UFL cable connected?
Regards,
Elfving
the DK works like this.
Right. Do you have a coax UFL cable? I don't think it will connect without it inserted.
Regards,
Elfving
thanks, Elfving.
but, I think the coax cable make no difference.
for in the sample of (central and peripheral ). I did not use coax cable either.
P.S, who give the interval and SID. the device advertising?
thanks.
brook said:for in the sample of (central and peripheral ). I did not use coax cable either.
I just tried it again myself. And yeah for the central and peripheral, it doesn't seem to make a difference there. I do not know why the connectionless samples and the ones with connection work differently in regards to this.
With the connectionless sample though, you do need the SWF cable to break the signal to the internal antenna in order for it to connect.
Regards,
Elfving