nRF5 SDK is not maintained anymore
More Info: Consider nRF Connect SDK for new designs
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to get RSSI in the direction_finding_connectionless_rx example on nRF52833?

Hi,

I want to simply get RSSI at each scan in the connection less example (direction_finding_connectionless_rx).
I have running two nRF52833-DK. One is flashed with RX and the other with RX example.

I'm using the nordic NCS SDK v1.8.0 with softdevice s140 v7.3.0.

The devices are communicating to each others nice and easy. But, RSSI readings at each scan show a constant value (-127)

When I debug it (using RTT Viewer and Debug terminal), I get this;

RSSI looks always -127.

I can only see some different RSSI readings during initial talk between the two devices (anchor and tag)

Any input greatly appreciated.

  • I heard back from Patrick, and since most of your questions were rather technical he has not been able to get back to you yet, and he asked me to take over now. Attached are the HW files for our antenna array:

    Best regards,

    Simon

  • Hi Simon,

    Thank you for your inputs again, I will put your suggestions in practice soon.

    I have also replied by Patrick this morning and he has also mentioned your support, I am grateful. And thank you very much for the antenna design.
    I am going to order a few PCB right away. Only think worries me that PE42442 (SP4T RF Switch) is not in stocks anywhere. I will check it a bit more.

    The CONFIG_UART_CONSOLE should be set in the prj.conf file of your project C:\...\v1.8.0\nrf\samples\bluetooth\direction_finding_connectionless_tx\prj.conf

    Ah, I should have seen that. Thanks.

    Other examples using RSSI include I.E. the central_hr sample that will detect and print the RSSI of advertising heart rate monitor peripheral samples.

    Let me see that, thanks.

    Best regards,

    Sener

  • Finally I've found some more time and tested the things you suggested. For the time being, I've made the examples central_hr and peripheral_hr working and I've the RSSI readings. Nice! One down more to go.

  • I've manufactured the antenna design. I have now few of them waiting for me to test. I think it will be better if I keep my AoA relevant questions out of this topic and ask with new ones in case of need.

    Thank you very much so far Simon.

Related