Angle of arrival application to see switching on nrf52833 board

Hello , I have a problem on angle of arrival application to see switching nrf52833 board

I use nrf52833 dev board. I use 2.0.0 as sdk version. I use nrf/samples/Bluetooth/direction_finding_connectionless_rx .

I can’t see overlay-aoa.conf in Kconfig. There is aod-overlay.conf. So I only choose boards\nrf52833dk_nrf52833.conf.

I flashed my nrf52833 board. But I couldn’t see switching at pin3,pin4, pin28 or pin29 using oscilloscope.

 ---------------------------------------------------------------------------------

Nrf52833dk_nrf52833.conf file is at below

---------------------------------------------------------------------------------

Nrf52833dk_nrf52833.overlay file is at below

---------------------------------------------------------------------------------

I was expecting to see overlay-aoa.conf file. Because I use rx . Am I wrong ?

There is overlay-aod.conf file and you can see at below

---------------------------------------------------------------------------------

Prj.conf file is at below

Here in general

Parents
  • Hi,

    Can you add these lines to prj.conf file and evaluate the results again?

    CONFIG_BT_CTLR_DF=y
    CONFIG_BT_CTLR_DF_ANT_SWITCH_RX=y
    CONFIG_BT_CTLR_DF_SCAN_CTE_RX=y

    -------------------------------------------------------------------------------------------------

    There is no overlay-aoa.conf file, by default it will be AoA and switching to AoD needs using an extra overlay file.

    -------------------------------------------------------------------------------------------------

    And are you sure that you are using correct sampling rates and triggers to see the switching pinouts? You can decrease the periodic interval of transmitter to receive more CTE signals at receiver side (so more switching will be visible) to ensure your chance to visit a change on a pin becomes higher.

Reply
  • Hi,

    Can you add these lines to prj.conf file and evaluate the results again?

    CONFIG_BT_CTLR_DF=y
    CONFIG_BT_CTLR_DF_ANT_SWITCH_RX=y
    CONFIG_BT_CTLR_DF_SCAN_CTE_RX=y

    -------------------------------------------------------------------------------------------------

    There is no overlay-aoa.conf file, by default it will be AoA and switching to AoD needs using an extra overlay file.

    -------------------------------------------------------------------------------------------------

    And are you sure that you are using correct sampling rates and triggers to see the switching pinouts? You can decrease the periodic interval of transmitter to receive more CTE signals at receiver side (so more switching will be visible) to ensure your chance to visit a change on a pin becomes higher.

Children
No Data
Related