This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Regarding Direction finding in BLE 5.1

I have some question about direction finding in BLE5.1.

1. Does the 52840 DK support nRF52811 Soc? if not, Is there any Development kit support nRF52811?

2. Does the AOA Implementation in mobile need to be upgraded new mobile h/w(chip) and s/w( next version of oreo in case android)?

3. what is minimum requirement to implement AOD in mobile ?

    Only OS upgrade can make AOD possible? if not, we need install new h/w in mobile compliant to BLE 5.1?

Parents Reply Children
  • Hi.

    If you want to emulate nRF52811 on a nRF52840 DK, you have to use the project configuration found in the pca10056e folders.

    In SDK 15.3 these are already set up:


    ./examples/ble_peripheral/ble_app_ancs_c/pca10056e
    ./examples/ble_peripheral/ble_app_beacon/pca10056e
    ./examples/ble_peripheral/ble_app_blinky/pca10056e
    ./examples/ble_peripheral/ble_app_bms/pca10056e
    ./examples/ble_peripheral/ble_app_bps/pca10056e
    ./examples/ble_peripheral/ble_app_buttonless_dfu/pca10056e
    ./examples/ble_peripheral/ble_app_cscs/pca10056e
    ./examples/ble_peripheral/ble_app_cts_c/pca10056e
    ./examples/ble_peripheral/ble_app_eddystone/pca10056e
    ./examples/ble_peripheral/ble_app_gatts_c/pca10056e
    ./examples/ble_peripheral/ble_app_gls/pca10056e
    ./examples/ble_peripheral/ble_app_hids_keyboard/pca10056e
    ./examples/ble_peripheral/ble_app_hids_mouse/pca10056e
    ./examples/ble_peripheral/ble_app_hrs/pca10056e
    ./examples/ble_peripheral/ble_app_hts/pca10056e
    ./examples/ble_peripheral/ble_app_ias_c/pca10056e
    ./examples/ble_peripheral/ble_app_proximity/pca10056e
    ./examples/ble_peripheral/ble_app_pwr_profiling/pca10056e
    ./examples/ble_peripheral/ble_app_rscs/pca10056e
    ./examples/ble_peripheral/ble_app_template/pca10056e
    ./examples/ble_peripheral/ble_app_uart/pca10056e
    ./examples/ble_peripheral/experimental/ble_app_lls/pca10056e
    ./examples/ble_peripheral/experimental/ble_app_lns/pca10056e
    ./examples/ble_peripheral/experimental/ble_app_multiperipheral/pca10056e
    ./examples/connectivity/ble_connectivity/pca10056e
    ./examples/dtm/direct_test_mode/pca10056e
    ./examples/peripheral/blinky/pca10056e
    ./examples/peripheral/saadc/pca10056e
    ./examples/peripheral/uart/pca10056e
    ./examples/proprietary_rf/esb_low_power_prx/pca10056e
    ./examples/proprietary_rf/esb_low_power_

    Best regards,

    Andreas

  • Hello Andreas,

    Thank you for your reply. My thinking was to prepare the firmware for actual nRF52811 chip more than to work on the emulated version. What would be different in such case?

  • Hi again.

    You should only have to do as listed on the Infocenter, take a look at that :-)

    Best regards,

    Andreas

  • Thank you, I've missed the "Transferring the project to nRF52811 hardware" section :)

Related