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?

  • Hi.

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

    You can find projects in our new SDK 15.3 with emulation support for nRF52811, that will work on nRF52840-DK's. They are located in pca10056e folders.

     

    william-i.w-lim said:

    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?

     You have to ask the mobile producent about this.

    Best regards,

    Andreas

  • I found 52840 DK support nRF52811 but, do not support direction finding function in BLE 5.1. Thanx. AndreasF

  • Hi.

    Correct, no direction finding features in nRF52840, you can read that here.

    Best regards,

    Andreas

  • Hello,

    How could someone prepare FW for the actual nRF52811? Looking at http://developer.nordicsemi.com/nRF5_SDK/nRF5_SDK_v15.x.x/doc/15.3.0/release_notes.txt and further "Supported boards" ( https://www.nordicsemi.com/DocLib/Content/SDK_Doc/nRF5_SDK/v15-3-0/sdk_for_custom_boards ) there is no mention of nRF52811 chip whatsoever, only pca10056e emulated on nRF52840 DK. What woldd be starting point for such project configuration - pca10040 or pca10056e? I assume that the first one?

  • 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

Related