when use the DF of central and peripheral,i don't use the antenna array,but i set,there is no out put,what is this problem?

I use the zephyr version 3.0.9 for DF.i use the both boards nrf52833dk.i set the antenna array including antenna_num,antenna_patterns,and antenna_ref(pdu_antenna).

both file example are here.one is C:\Users\Administrator\zephyrproject\zephyr\samples\bluetooth\direction_finding_peripheral.another is C:\Users\Administrator\zephyrproject\zephyr\samples\bluetooth\direction_finding_central

the next is my confuguration.Firstly,i chnage the nrf52833dk_nrf52833 .overlay file in central.The antenna numbers is 16.

/*
 * Copyright (c) 2022 Nordic Semiconductor ASA
 *
 * SPDX-License-Identifier: Apache-2.0
 */

&radio {
	status = "okay";
	/* This is a number of antennas that are available on antenna matrix
	 * designed by Nordic. For more information see README.rst.
	 */
	/*dfe-antenna-num = <12>;*/
	dfe-antenna-num = <16>;
	/* This is a setting that enables antenna 12 (in antenna matrix designed
	 * by Nordic) for Rx PDU. For more information see README.rst.
	 */
	/*dfe-pdu-antenna = <0x0>;*/
 	dfe-pdu-antenna = <0x0>;

	/* These are GPIO pin numbers that are provided to
	 * Radio peripheral. The pins will be acquired by Radio to
	 * drive antenna switching when AoA is enabled.
	 * Pin numbers are selected to drive switches on antenna matrix
	 * designed by Nordic. For more information see README.rst.
	 */
	dfegpio0-gpios = <&gpio0 3 0>;
	dfegpio1-gpios = <&gpio0 4 0>;
	dfegpio2-gpios = <&gpio0 28 0>;
	dfegpio3-gpios = <&gpio0 29 0>;
};

them i chnage the antenna_partterns in main.c file.

#if defined(CONFIG_BT_DF_CTE_RX_AOA)
/*切换顺序,1,2,3,4,5,6,7,8,9,10,11,12    12根天线  */
/*static const uint8_t ant_patterns[] = { 0x1, 0x2, 0x3, 0x4, 0x5, 0x6, 0x7, 0x8, 0x9, 0xA };*/
/*切换顺序,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16    16根天线  */
static const uint8_t ant_patterns[] = { 0x0, 0x8, 0x4, 0xC, 0x2, 0xA, 0x6, 0xE,
			           0x1, 0x9, 0x5, 0xD, 0x3, 0xB, 0x7, 0xF };
#endif /* CONFIG_BT_DF_CTE_RX_AOA */

i also use the jlink_RTT for debug.

so i add the cofiguration in prg.conf file.

#RTT log
CONFIG_USE_SEGGER_RTT=y
CONFIG_RTT_CONSOLE=y
CONFIG_UART_CONSOLE=n

Then there are cnetral and peripheral output.

Central ie here.

00> [DEVICE]: 2E:94:E2:6F:B0:09 (random), AD evt type 3, Tx Pwr: 127, RSSI -63  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
00> 
00> --- 12 messages dropped ---
00> [DEVICE]: 70:7F:98:CA:58:AC (random), AD evt type 3, Tx Pwr: 127, RSSI -57  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
00> 
00> [DEVICE]: 7C:1A:F7:A7:12:0F (random), AD evt type 0, Tx Pwr: 127, RSSI -70  C:1 S:1 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
00> 
00> [DEVICE]: 7C:1A:F7:A7:12:0F (random), AD evt type 4, Tx Pwr: 127, RSSI -69  C:1 S:1 D:0 SR:1 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
00> 
00> [DEVICE]: 07:70:87:63:82:1E (random), AD evt type 3, Tx Pwr: 127, RSSI -67  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
00> 
00> [DEVICE]: CB:54:B9:46:AC:76 (random), AD evt type 3, Tx Pwr: 127, RSSI -82  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
00> 
00> 5
00> 
00> [DEVICE]: 4F:A8:BD:F9:59:50 (random), AD evt type 4, Tx Pwr: 127, RSSI -53  C:1 S:1 D:0 SR:1 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
00> 
00> --- 22 messages dropped ---
00> [DEVICE]: 3A:22:E2:FF:55:2F (public), AD evt type 4, Tx Pwr: 127, RSSI -76  C:1 S:1 D:0 SR:1 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
00> 
00> [DEVICE]: 2A:DC:47:B4:68:5E (random), AD evt type 3, Tx Pwr: 127, RSSI -62  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
00> 
00> [DEVICE]: 34:5C:9E:BA:11:A1 (random), AD evt type 3, Tx Pwr: 127, RSSI -57  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
00> 
00> [DEVICE]: 20:97:88:23:62:86 (random), AD evt type 3, Tx Pwr: 127, RSSI -88  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
00> 
00> [DEVICE]: 2E:94:E2:6F:B0:09 (random), AD evt type 3, Tx Pwr: 127, RSSI -63  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
00> 
00> [DEVICE]: 6E:2A:15:B7:E6:1A (random), AD evt type 0, Tx Pwr: 127, RSSI -60  C:1 S:1 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
00> 
00> [DEVICE]: 6E:2A:15:B7:E6:1A (random), AD evt type 4, Tx Pwr: 127, RSSI -60  C:1 S:1 D:0 SR:1 E:0 Prim: LE 1M, Se5
00> 
00> [DEVICE]: E6:BA:B9:9D:37:78 (random), AD evt type 3, Tx Pwr: 127, RSSI -57  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
00> 
00> --- 13 messages dropped ---
00> [DEVICE]: 2A:DC:47:B4:68:5E (random), AD evt type 3, Tx Pwr: 127, RSSI -47  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
00> 
00> [DEVICE]: CB:54:B9:46:AC:76 (random), AD evt type 3, Tx Pwr: 127, RSSI -86  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
00> 
00> [DEVICE]: 4F:A8:BD:F9:59:50 (random), AD evt type 0, Tx Pwr: 127, RSSI -60  C:1 S:1 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
00> 
00> [DEVICE]: 4F:A8:BD:F9:59:50 (random), AD evt type 4, Tx Pwr: 127, RSSI -60  C:1 S:1 D:0 SR:1 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
00> 
00> [DEVICE]: 34:5C:9E:BA:11:A1 (random), AD evt type 3, Tx Pwr: 127, RSSI -58  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
00> 
00> [DEVICE]: 7A:39:27:1B:CD:AB (random), AD evt type 0, Tx Pwr: 127, RSSI -78  C:1 S:1 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
00> 
00> [DEVICE]: 51:DA:[DEVICE]: 07:70:87:63:82:1E (random), AD evt type 3, Tx Pwr: 127, RSSI -59  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
00> 
00> --- 9 messages dropped ---
00> [DEVICE]: E6:BA:B9:9D:37:78 (random), AD evt type 3, Tx Pwr: 127, RSSI -57  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000[DEVICE]: 1B:96:2D:AC:6B:19 (random), AD evt type 3, Tx Pwr: 127, RSSI -53  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
00> 
00> --- 10 messages dropped ---
00> [DEVICE]: FA:0D:AC:D8:7B:0D (public), AD evt type 0, Tx Pwr: 127, RSSI -86  C:1 S:1 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000[DEVICE]: 14:15:D3:3D:3E:52 (random), AD evt type 3, Tx Pwr: 127, RSSI -78  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
00> 
00> --- 12 messages dropped ---
00> [DEVICE]: 1B:96:2D:AC:6B:19 (random), AD evt type 3, Tx Pwr: 127, RSSI -55  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
00> 
00> [DEVICE]: E7:D0:A9:51:8B:6A (random), AD evt type 3, Tx Pwr: 127, RSSI -91  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
00> 
00> [DEVICE]: DE:86:9B:6D:43:F0 (random), AD evt type 0, Tx Pwr: 127, RSSI -35  C:1 S:1 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
00> 
00> [DEVICE]: DE:86:9B:6D:43:F0 (random), AD evt type 4, Tx Pwr: 127, RSSI -35 DF Conn App C:1 S:1 D[DEVICE]: DE:86:9B:6D:43:F0 (random), AD evt type 0, Tx Pwr: 127, RSSI -34  C:1 S:1 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
00> 
00> --- 15 messages dropped ---
00> [DEVICE]: DE:86:9B:6D:43:F0 (random), AD evt type 4, Tx Pwr: 127, RSSI -34 DF Conn App C:1 S:1 D:0 SR:1 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
00> 
00> [DEVICE]: E6:BA:B9:9D:37:78 (random), AD evt type 3, Tx Pwr: 127, RSSI -57  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
00> 
00> [DEVICE]: FA:0D:AC:D8:7B:0D (public), AD evt type 4, Tx Pwr: 127, RSSI -87  C:1 S:1 D:0 SR:1 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
00> 
00> [DEVICE]: D4:73:12:3A:9E:8E (random), AD evt type 0, Tx Pwr: 127, RSSI -61  C:1 S:1 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
00> 
00> [DEVICE]: 1B:96:2D:AC:6B:19 (random), AD evt type 3, Tx Pwr: 127, RSSI -57  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
00> 
00> [DEVICE]: 2A:DC:47:B4:68:5E (random), AD evt type 3, Tx Pwr: 127, RSSI -61  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
00> 
00> [DEVICE]: 34:5C:9E:BA:11:A1 (random), AD evt type 3, Tx Pwr: 127, RSSI -54  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, [DEVICE]: 6E:2A:15:B7:E6:1A (random), AD evt type 4, Tx Pwr: 127, RSSI -54  C:1 S:1 D:0 SR:1 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
00> 
00> --- 7 messages dropped ---
00> [DEVICE]: 07:70:87:63:82:1E (random), AD evt type 3, Tx Pwr: 127, RSSI -66  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
00> 
00> [DEVICE]: FA:0D:AC:D8:7B:0D (public), AD evt type 4, Tx Pwr: 127, RSSI -85  C:1 S:1 D:0 SR:1 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
00> 
00> [DEVICE]: 2E:94:E2:6F:B0:09 (random), AD evt type 3, Tx Pwr: 127, RSSI -70  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
00> 
00> [DEVICE]: 7C:1A:F7:A7:12:0F (random), AD evt type 0, Tx Pwr: 127, RSSI -74  C:1 S:1 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
00> 
00> [DEVICE]: 7C:1A:F7:A7:12:0F (random), AD evt type 4, Tx Pwr: 127, RSSI -73  C:1 S:1 D:0 SR:1 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
00> 
00> 5
00> 
00> [DEVICE]: 3A:22:E2:FF:55:2F (public), AD evt type 0, Tx Pwr: 127, RSSI -79  C:1 S:1 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
00> 
00> [DEVICE]: DE:86:9B:6D:43:F0 (random), AD evt type 0, Tx Pwr: 127, RSSI -38  C:1 S:1 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
00> 
00> --- 7 messages dropped ---
00> [DEVICE]: DE:86:9B:6D:43:F0 (random), AD evt type 4, Tx Pwr: 127, RSSI -37 DF Conn App C:1 S:1 D:0 SR:1 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
00> 
00> [DEVICE]: 51:DA:93:DC:BC:1F (random), AD evt type 3, Tx Pwr: 127, RSSI -57  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
00> 
00> [DEVICE]: 1B:96:2D:AC:6B:19 (random), AD evt type 3, Tx Pwr: 127, RSSI -56  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
00> 
00> [DEVICE]: 70:7F:98:CA:58:AC (random), AD evt type 3, Tx Pwr: 127, RSSI -54  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
00> 
00> [DEVICE]: FA:0D:AC:D8:7B:0D (public), AD evt type 0, Tx Pwr: 127, RSSI -82  C:1 S:1 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
00> 
00> [DEVICE]: 6E:2A:15:B7:E6:1A (random), AD evt type 0, Tx Pwr: 127, RSSI -56  C:1 5
00> 
00> [DEVICE]: 6E:2A:15:B7:E6:1A (random), AD evt type 4, Tx Pwr: 127, RSSI -56  C:1 S:1 D:0 SR:1 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
00> 
00> [DEVICE]: 07:70:87:63:82:1E (random), AD evt type 3, Tx Pwr: 127, RSSI -53  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
00> 
00> [DEVICE]: DE:86:9B:6D:43:F0 (random), AD evt type 4, Tx Pwr: 127, RSSI -35 DF Conn App C:1 S:1 D:0 SR:1 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
00> 
00> --- 15 messages dropped ---
00> [DEVICE]: CB:54:B9:46:AC:76 (random), AD evt type 3, Tx Pwr: 127, RSSI -70  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
00> 
00> [DEVICE]: 2D:D1:CF:4F:44:22 (random), AD evt type 3, Tx Pwr: 127, RSSI -86  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
00> 
00> [DEVICE]: 51:DA:93:DC:BC:1F (random), AD evt type 3, Tx Pwr: 127, RSSI -54  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
00> 
00> [DEVICE]: 1B:96:2D:AC:6B:19 (random), AD evt type 3, Tx Pwr: 127, RSSI -57  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
00> 
00> [DEVICE]: 7A:39:27:1B:CD:AB (random), AD evt type 0, Tx Pwr: 127, RSSI -89  C:1 S:1 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000
(Connection lost)

Peripheral is here.

00> *** Booting Zephyr OS build zephyr-v3.0.0-2055-g736520a4fef6  ***
00> 
00> [    0.383178] <inf> bt_hci_core: HW Platform: Nordic Semiconductor (0x0002)
00> [    0.383178] <inf> bt_hci_core: HW Variant: nRF52x (0x0002)
00> [    0.383209] <inf> bt_hci_core: Firmware: Standard Bluetooth controller (0x00) Version 3.0 Build 99
00> [    0.383972] <inf> bt_hci_core: Identity: DE:86:9B:6D:43:F0 (random)
00> [    0.383972] <inf> bt_hci_core: HCI: version 5.3 (0x0c) revision 0x0000, manufacturer 0x05f1
00> [    0.384002] <inf> bt_hci_core: LMP: version 5.3 (0x0c) subver 0xffff
00> Bluetooth initialized
00> 
00> Advertising successfully started
00> 

The four gpio are always zero by Logical Anylazey.

what is thia problem?

  • In general see:
    https://devzone.nordicsemi.com/f/nordic-q-a/79814/aoa-aod-using-nrf52833/330276#330276 

    In specific on how to control the gpios used for antenna array:
    https://devzone.nordicsemi.com/f/nordic-q-a/83857/ncs-1-8-direction_finding_connectionless_rx-aoa-can-t-work/348715#348715 

    My suggestion is to build the Direction finding connectionless locator as-is without any modifications first to ensure that gpios toggle as expected, after this you can start to do modifications one by one.

    Kenneth

  • ok,i try as you suggest.In the default setsetting,i can get the iq sample form my Tx.i only change the configuration about the antenna array.The antenna _num and antenna_partterns,because i use 16 antenna array.

    i only chnage the overlay file in nrf52833dk_nrf52833.overlay and change some configuration in main.c file.

    The overlay file have been changed as follow.

    /*
     * Copyright (c) 2022 Nordic Semiconductor ASA
     *
     * SPDX-License-Identifier: Apache-2.0
     */
    
    &radio {
    	status = "okay";
    	/* This is a number of antennas that are available on antenna matrix
    	 * designed by Nordic. For more information see README.rst.
    	 */
    	/*dfe-antenna-num = <12>;*/
    	dfe-antenna-num = <16>;
    	/* This is a setting that enables antenna 12 (in antenna matrix designed
    	 * by Nordic) for Rx PDU. For more information see README.rst.
    	 */
    	/*dfe-pdu-antenna = <0x0>;*/
     	dfe-pdu-antenna = <0x0>;
    
    	/* These are GPIO pin numbers that are provided to
    	 * Radio peripheral. The pins will be acquired by Radio to
    	 * drive antenna switching when AoA is enabled.
    	 * Pin numbers are selected to drive switches on antenna matrix
    	 * designed by Nordic. For more information see README.rst.
    	 */
    	dfegpio0-gpios = <&gpio0 3 0>;
    	dfegpio1-gpios = <&gpio0 4 0>;
    	dfegpio2-gpios = <&gpio0 28 0>;
    	dfegpio3-gpios = <&gpio0 29 0>;
    };

    The main.c file have been changed as here.

    #if defined(CONFIG_BT_DF_CTE_RX_AOA)
    /*切换顺序,1,2,3,4,5,6,7,8,9,10,11,12    12根天线  */
    /*static const uint8_t ant_patterns[] = { 0x1, 0x2, 0x3, 0x4, 0x5, 0x6, 0x7, 0x8, 0x9, 0xA };*/
    /*切换顺序,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16    16根天线  */
    static const uint8_t ant_patterns[] = { 0x0, 0x8, 0x4, 0xC, 0x2, 0xA, 0x6, 0xE,
    			           0x1, 0x9, 0x5, 0xD, 0x3, 0xB, 0x7, 0xF };
    #endif /* CONFIG_BT_DF_CTE_RX_AOA */

    but this problem i also meet in connection.so i think it is design problem.

    because it can't more than 16 antennae,so i do some test about both design.

    another problem in connectionless have err code -22.The link is here.

    i wait for your solution abot this,because i can get what this problem is.Thanks for your reply.

  • i use the default configuration,i can get the iq sample.i use the NCS 1.9.1.

    The next is my RTT log.

    The Central is here.

    [DEVICE]: 21:96:6C:1E:CB:69 (random), AD evt type 3, AD data len 29, RSSI -80
    
    [DEVICE]: 70:61:EE:22:88:0C (public), AD evt type 0, AD data len 21, RSSI -75
    
    [AD]: 1 data_len 1
    
    [AD]: 255 data_len 6
    
    [AD]: 3 data_len 4
    
    [AD]: 25 data_len 2
    
    [DEVICE]: 14:15:D3:3D:3E:52 (random), AD evt type 3, AD data len 30, RSSI -89
    
    [DEVICE]: 71:D1:E4:4C:43:A6 (random), AD evt type 3, AD data len 31, RSSI -57
    
    [DEVICE]: FA:0D:AC:D8:7B:0D (public), AD evt type 0, AD data len 29, RSSI -89
    
    [AD]: 1 data_len 1
    
    [AD]: 22 data_len 24
    
    [DEVICE]: 0D:21:6D:C2:DB:3D (random), AD evt type 3, AD data len 28, RSSI -57
    
    [DEVICE]: 70:61:EE:22:88:0C (public), AD evt type 0, AD data len 21, RSSI -74
    
    [AD]: 1 data_len 1
    
    [AD]: 255 data_len 6
    
    [AD]: 3 data_len 4
    
    [AD]: 25 data_len 2
    
    [DEVICE]: 70:61:EE:22:88:0C (public), AD evt type 4, AD data len 10, RSSI -74
    
    [DEVICE]: 47:E3:97:88:53:3F (random), AD evt type 3, AD data len 31, RSSI -53
    
    [DEVICE]: 14:15:D3:3D:3E:52 (random), AD evt type 3, AD data len 30, RSSI -80
    
    [DEVICE]: 70:61:EE:22:88:0C (public), AD evt type 0, AD data len 21, RSSI -70
    
    [AD]: 1 data_len 1
    
    [AD]: 255 data_len 6
    
    [AD]: 3 data_len 4
    
    [AD]: 25 data_len 2
    
    [DEVICE]: 64:6C:2F:8F:6E:A6 (random), AD evt type 0, AD data len 18, RSSI -64
    
    [AD]: 1 data_len 1
    
    [AD]: 10 data_len 1
    
    [AD]: 255 data_len 10
    
    [DEVICE]: 21:96:6C:1E:CB:69 (random), AD evt type 3, AD data len 29, RSSI -81
    
    [DEVICE]: 32:73:80:E1:71:49 (random), AD evt type 3, AD data len 31, RSSI -62
    
    [DEVICE]: 3C:B4:3F:6B:1D:76 (random), AD evt type 3, AD data len 31, RSSI -67
    
    [DEVICE]: 2B:66:26:D3:FB:E2 (random), AD evt type 3, AD data len 31, RSSI -55
    
    [DEVICE]: 2B:B7:DF:8D:D8:C5 (random), AD evt type 3, AD data len 31, RSSI -53
    
    [DEVICE]: 70:61:EE:22:88:0C (public), AD evt type 0, AD data len 21, RSSI -70
    
    [AD]: 1 data_len 1
    
    [AD]: 255 data_len 6
    
    [AD]: 3 data_len 4
    
    [AD]: 25 data_len 2
    
    [DEVICE]: 70:61:EE:22:88:0C (public), AD evt type 4, AD data len 10, RSSI -70
    
    [DEVICE]: 21:96:6C:1E:CB:69 (random), AD evt type 3, AD data len 29, RSSI -70
    
    [DEVICE]: 32:73:80:E1:71:49 (random), AD evt type 3, AD data len 31, RSSI -63
    
    [DEVICE]: 2B:66:26:D3:FB:E2 (random), AD evt type 3, AD data len 31, RSSI -64
    
    [DEVICE]: 2B:B7:DF:8D:D8:C5 (random), AD evt type 3, AD data len 31, RSSI -57
    
    [DEVICE]: 70:61:EE:22:88:0C (public), AD evt type 0, AD data len 21, RSSI -75
    
    [AD]: 1 data_len 1
    
    [AD]: 255 data_len 6
    
    [AD]: 3 data_len 4
    
    [AD]: 25 data_len 2
    
    [DEVICE]: 00:14:BE:60:20:C1 (public), AD evt type 0, AD data len 15, RSSI -53
    
    [AD]: 1 data_len 1
    
    [AD]: 2 data_len 2
    
    [AD]: 9 data_len 6
    
    [DEVICE]: 00:14:BE:60:20:C1 (public), AD evt type 4, AD data len 0, RSSI -53
    
    [DEVICE]: 14:15:D3:3D:3E:52 (random), AD evt type 3, AD data len 30, RSSI -76
    
    [DEVICE]: 47:E3:97:88:53:3F (random), AD evt type 3, AD data len 31, RSSI -55
    
    [DEVICE]: 2B:B7:DF:8D:D8:C5 (random), AD evt type 3, AD data len 31, RSSI -60
    
    [DEVICE]: 3A:22:E2:FF:55:2F (public), AD evt type 0, AD data len 29, RSSI -76
    
    [AD]: 1 data_len 1
    
    [AD]: 22 data_len 24
    
    [DEVICE]: 3A:22:E2:FF:55:2F (public), AD evt type 4, AD data len 11, RSSI -76
    
    [DEVICE]: 14:15:D3:3D:3E:52 (random), AD evt type 3, AD data len 30, RSSI -88
    
    [DEVICE]: 70:61:EE:22:88:0C (public), AD evt type 0, AD data len 21, RSSI -75
    
    [AD]: 1 data_len 1
    
    [AD]: 255 data_len 6
    
    [AD]: 3 data_len 4
    
    [AD]: 25 data_len 2
    
    [DEVICE]: 71:D1:E4:4C:43:A6 (random), AD evt type 3, AD data len 31, RSSI -57
    
    [DEVICE]: 47:E3:97:88:53:3F (random), AD evt type 3, AD data len 31, RSSI -61
    
    [DEVICE]: 21:96:6C:1E:CB:69 (random), AD evt type 3, AD data len 29, RSSI -70
    
    [DEVICE]: 70:61:EE:22:88:0C (public), AD evt type 0, AD data len 21, RSSI -70
    
    [AD]: 1 data_len 1
    
    [AD]: 255 data_len 6
    
    [AD]: 3 data_len 4
    
    [AD]: 25 data_len 2
    
    [DEVICE]: 70:61:EE:22:88:0C (public), AD evt type 4, AD data len 10, RSSI -69
    
    [DEVICE]: 2B:B7:DF:8D:D8:C5 (random), AD evt type 3, AD data len 31, RSSI -60
    
    [DEVICE]: 70:61:EE:22:88:0C (public), AD evt type 0, AD data len 21, RSSI -70
    
    [AD]: 1 data_len 1
    
    [AD]: 255 data_len 6
    
    [AD]: 3 data_len 4
    
    [AD]: 25 data_len 2
    
    [DEVICE]: 70:61:EE:22:88:0C (public), AD evt type 4, AD data len 10, RSSI -69
    
    [DEVICE]: 21:96:6C:1E:CB:69 (random), AD evt type 3, AD data len 29, RSSI -80
    
    [DEVICE]: 70:61:EE:22:88:0C (public), AD evt type 0, AD data len 21, RSSI -75
    
    [AD]: 1 data_len 1
    
    [AD]: 255 data_len 6
    
    [AD]: 3 data_len 4
    
    [AD]: 25 data_len 2
    
    [DEVICE]: 70:61:EE:22:88:0C (public), AD evt type 4, AD data len 10, RSSI -74
    
    [DEVICE]: 14:15:D3:3D:3E:52 (random), AD evt type 3, AD data len 30, RSSI -87
    
    [DEVICE]: 75:E1:45:66:48:EF (random), AD evt type 0, AD data len 17, RSSI -89
    
    [AD]: 1 data_len 1
    
    [AD]: 10 data_len 1
    
    [AD]: 255 data_len 9
    
    [DEVICE]: 2B:B7:DF:8D:D8:C5 (random), AD evt type 3, AD data len 31, RSSI -53
    
    [DEVICE]: 2B:66:26:D3:FB:E2 (random), AD evt type 3, AD data len 31, RSSI -56
    
    [DEVICE]: 3A:22:E2:FF:55:2F (public), AD evt type 0, AD data len 29, RSSI -72
    
    [AD]: 1 data_len 1
    
    [AD]: 22 data_len 24
    
    [DEVICE]: 3A:22:E2:FF:55:2F (public), AD evt type 4, AD data len 11, RSSI -71
    
    [DEVICE]: 70:61:EE:22:88:0C (public), AD evt type 0, AD data len 21, RSSI -70
    
    [AD]: 1 data_len 1
    
    [AD]: 255 data_len 6
    
    [AD]: 3 data_len 4
    
    [AD]: 25 data_len 2
    
    [DEVICE]: 70:61:EE:22:88:0C (public), AD evt type 4, AD data len 10, RSSI -69
    
    [DEVICE]: 71:D1:E4:4C:43:A6 (random), AD evt type 3, AD data len 31, RSSI -54
    
    [DEVICE]: 2B:66:26:D3:FB:E2 (random), AD evt type 3, AD data len 31, RSSI -64
    
    [DEVICE]: 3C:B4:3F:6B:1D:76 (random), AD evt type 3, AD data len 31, RSSI -64
    
    [DEVICE]: 3A:22:E2:FF:55:2F (public), AD evt type 0, AD data len 29, RSSI -84
    
    [AD]: 1 data_len 1
    
    [AD]: 22 data_len 24
    
    [DEVICE]: 3A:22:E2:FF:55:2F (public), AD evt type 4, AD data len 11, RSSI -83
    
    [DEVICE]: 70:61:EE:22:88:0C (public), AD evt type 0, AD data len 21, RSSI -75
    
    [AD]: 1 data_len 1
    
    [AD]: 255 data_len 6
    
    [AD]: 3 data_len 4
    
    [AD]: 25 data_len 2
    
    [DEVICE]: 64:6C:2F:8F:6E:A6 (random), AD evt type 0, AD data len 18, RSSI -61
    
    [AD]: 1 data_len 1
    
    [AD]: 10 data_len 1
    
    [AD]: 255 data_len 10
    
    [DEVICE]: 64:6C:2F:8F:6E:A6 (random), AD evt type 4, AD data len 0, RSSI -61
    
    [DEVICE]: 71:D1:E4:4C:43:A6 (random), AD evt type 3, AD data len 31, RSSI -59
    
    [DEVICE]: 47:E3:97:88:53:3F (random), AD evt type 3, AD data len 31, RSSI -57
    
    [DEVICE]: 21:96:6C:1E:CB:69 (random), AD evt type 3, AD data len 29, RSSI -70
    
    [DEVICE]: 47:E3:97:88:53:3F (random), AD evt type 3, AD data len 31, RSSI -60
    
    [DEVICE]: 2B:B7:DF:8D:D8:C5 (random), AD evt type 3, AD data len 31, RSSI -57
    
    [DEVICE]: 70:61:EE:22:88:0C (public), AD evt type 0, AD data len 21, RSSI -76
    
    [AD]: 1 data_len 1
    
    [AD]: 255 data_len 6
    
    [AD]: 3 data_len 4
    
    [AD]: 25 data_len 2
    
    [DEVICE]: 70:61:EE:22:88:0C (public), AD evt type 4, AD data len 10, RSSI -75
    
    [DEVICE]: 14:15:D3:3D:3E:52 (random), AD evt type 3, AD data len 30, RSSI -77
    
    [DEVICE]: 2B:B7:DF:8D:D8:C5 (random), AD evt type 3, AD data len 31, RSSI -61
    
    [DEVICE]: 2B:66:26:D3:FB:E2 (random), AD evt type 3, AD data len 31, RSSI -60
    
    [DEVICE]: 70:61:EE:22:88:0C (public), AD evt type 0, AD data len 21, RSSI -70
    
    [AD]: 1 data_len 1
    
    [AD]: 255 data_len 6
    
    [AD]: 3 data_len 4
    
    [AD]: 25 data_len 2
    
    [DEVICE]: 70:61:EE:22:88:0C (public), AD evt type 4, AD data len 10, RSSI -69
    
    [DEVICE]: 3A:22:E2:FF:55:2F (public), AD evt type 0, AD data len 29, RSSI -77
    
    [AD]: 1 data_len 1
    
    [AD]: 22 data_len 24
    
    [DEVICE]: 14:15:D3:3D:3E:52 (random), AD evt type 3, AD data len 30, RSSI -87
    
    [DEVICE]: 71:D1:E4:4C:43:A6 (random), AD evt type 3, AD data len 31, RSSI -57
    
    [DEVICE]: 2B:66:26:D3:FB:E2 (random), AD evt type 3, AD data len 31, RSSI -55
    
    [DEVICE]: 70:61:EE:22:88:0C (public), AD evt type 0, AD data len 21, RSSI -74
    
    [AD]: 1 data_len 1
    
    [AD]: 255 data_len 6
    
    [AD]: 3 data_len 4
    
    [AD]: 25 data_len 2
    
    [DEVICE]: 70:61:EE:22:88:0C (public), AD evt type 4, AD data len 10, RSSI -74
    
    [DEVICE]: 3A:22:E2:FF:55:2F (public), AD evt type 0, AD data len 29, RSSI -71
    
    [AD]: 1 data_len 1
    
    [AD]: 22 data_len 24
    
    [DEVICE]: 70:61:EE:22:88:0C (public), AD evt type 0, AD data len 21, RSSI -71
    
    [AD]: 1 data_len 1
    
    [AD]: 255 data_len 6
    
    [AD]: 3 data_len 4
    
    [AD]: 25 data_len 2
    
    [DEVICE]: 70:61:EE:22:88:0C (public), AD evt type 4, AD data len 10, RSSI -70
    
    [DEVICE]: 71:D1:E4:4C:43:A6 (random), AD evt type 3, AD data len 31, RSSI -54
    
    [DEVICE]: 47:E3:97:88:53:3F (random), AD evt type 3, AD data len 31, RSSI -53
    
    [DEVICE]: 4A:17:18:10:9A:87 (random), AD evt type 0, AD data len 18, RSSI -79
    
    [AD]: 1 data_len 1
    
    [AD]: 10 data_len 1
    
    [AD]: 255 data_len 10
    
    [DEVICE]: 4A:17:18:10:9A:87 (random), AD evt type 4, AD data len 21, RSSI -78
    
    [DEVICE]: 3C:B4:3F:6B:1D:76 (random), AD evt type 3, AD data len 31, RSSI -64
    
    [DEVICE]: 21:96:6C:1E:CB:69 (random), AD evt type 3, AD data len 29, RSSI -81
    
    [DEVICE]: 70:61:EE:22:88:0C (public), AD evt type 0, AD data len 21, RSSI -76
    
    [AD]: 1 data_len 1
    
    [AD]: 255 data_len 6
    
    [AD]: 3 data_len 4
    
    [AD]: 25 data_len 2
    
    [DEVICE]: 47:E3:97:88:53:3F (random), AD evt type 3, AD data len 31, RSSI -55
    
    [DEVICE]: 64:6C:2F:8F:6E:A6 (random), AD evt type 0, AD data len 18, RSSI -61
    
    [AD]: 1 data_len 1
    
    [AD]: 10 data_len 1
    
    [AD]: 255 data_len 10
    
    [DEVICE]: 64:6C:2F:8F:6E:A6 (random), AD evt type 4, AD data len 0, RSSI -61
    
    [DEVICE]: 2B:B7:DF:8D:D8:C5 (random), AD evt type 3, AD data len 31, RSSI -52
    
    [DEVICE]: 70:61:EE:22:88:0C (public), AD evt type 0, AD data len 21, RSSI -69
    
    [AD]: 1 data_len 1
    
    [AD]: 255 data_len 6
    
    [AD]: 3 data_len 4
    
    [AD]: 25 data_len 2
    
    [DEVICE]: 2B:B7:DF:8D:D8:C5 (random), AD evt type 3, AD data len 31, RSSI -56
    
    [DEVICE]: 4A:17:18:10:9A:87 (random), AD evt type 0, AD data len 18, RSSI -78
    
    [AD]: 1 data_len 1
    
    [AD]: 10 data_len 1
    
    [AD]: 255 data_len 10
    
    [DEVICE]: 4A:17:18:10:9A:87 (random), AD evt type 4, AD data len 21, RSSI -77
    
    [DEVICE]: 2B:66:26:D3:FB:E2 (random), AD evt type 3, AD data len 31, RSSI -63
    
    [DEVICE]: 14:15:D3:3D:3E:52 (random), AD evt type 3, AD data len 30, RSSI -76
    
    [DEVICE]: 71:D1:E4:4C:43:A6 (random), AD evt type 3, AD data len 31, RSSI -60
    
    [DEVICE]: 70:61:EE:22:88:0C (public), AD evt type 0, AD data len 21, RSSI -74
    
    [AD]: 1 data_len 1
    
    [AD]: 255 data_len 6
    
    [AD]: 3 data_len 4
    
    [AD]: 25 data_len 2
    
    [DEVICE]: 70:61:EE:22:88:0C (public), AD evt type 4, AD data len 10, RSSI -73
    
    [DEVICE]: 2B:66:26:D3:FB:E2 (random), AD evt type 3, AD data len 31, RSSI -60
    
    [DEVICE]: 9C:19:C2:41:F1:35 (public), AD evt type 0, AD data len 30, RSSI -91
    
    [AD]: 1 data_len 1
    
    [AD]: 2 data_len 4
    
    [AD]: 9 data_len 19
    
    [DEVICE]: 70:61:EE:22:88:0C (public), AD evt type 0, AD data len 21, RSSI -70
    
    [AD]: 1 data_len 1
    
    [AD]: 255 data_len 6
    
    [AD]: 3 data_len 4
    
    [AD]: 25 data_len 2
    
    [DEVICE]: 70:61:EE:22:88:0C (public), AD evt type 4, AD data len 10, RSSI -69
    
    [DEVICE]: 3C:B4:3F:6B:1D:76 (random), AD evt type 3, AD data len 31, RSSI -58
    
    [DEVICE]: 14:15:D3:3D:3E:52 (random), AD evt type 3, AD data len 30, RSSI -89
    
    [DEVICE]: 70:61:EE:22:88:0C (public), AD evt type 0, AD data len 21, RSSI -76
    
    [AD]: 1 data_len 1
    
    [AD]: 255 data_len 6
    
    [AD]: 3 data_len 4
    
    [AD]: 25 data_len 2
    
    [DEVICE]: 70:61:EE:22:88:0C (public), AD evt type 4, AD data len 10, RSSI -75
    
    [DEVICE]: 71:D1:E4:4C:43:A6 (random), AD evt type 3, AD data len 31, RSSI -57
    
    [DEVICE]: 3A:22:E2:FF:55:2F (public), AD evt type 0, AD data len 29, RSSI -71
    
    [AD]: 1 data_len 1
    
    [AD]: 22 data_len 24
    
    [DEVICE]: 3A:22:E2:FF:55:2F (public), AD evt type 4, AD data len 11, RSSI -71
    
    [DEVICE]: 3C:B4:3F:6B:1D:76 (random), AD evt type 3, AD data len 31, RSSI -65
    
    [DEVICE]: 21:96:6C:1E:CB:69 (random), AD evt type 3, AD data len 29, RSSI -70
    
    [DEVICE]: 47:E3:97:88:53:3F (random), AD evt type 3, AD data len 31, RSSI -53
    
    [DEVICE]: 70:61:EE:22:88:0C (public), AD evt type 0, AD data len 21, RSSI -70
    
    [AD]: 1 data_len 1
    
    [AD]: 255 data_len 6
    
    [AD]: 3 data_len 4
    
    [AD]: 25 data_len 2
    
    [DEVICE]: 70:61:EE:22:88:0C (public), AD evt type 4, AD data len 10, RSSI -70
    
    [DEVICE]: 2B:B7:DF:8D:D8:C5 (random), AD evt type 3, AD data len 31, RSSI -60
    
    [DEVICE]: 14:15:D3:3D:3E:52 (random), AD evt type 3, AD data len 30, RSSI -88
    
    [DEVICE]: 4A:17:18:10:9A:87 (random), AD evt type 0, AD data len 18, RSSI -79
    
    [AD]: 1 data_len 1
    
    [AD]: 10 data_len 1
    
    [AD]: 255 data_len 10
    
    [DEVICE]: 4A:17:18:10:9A:87 (random), AD evt type 4, AD data len 21, RSSI -78
    
    [DEVICE]: 2B:B7:DF:8D:D8:C5 (random), AD evt type 3, AD data len 31, RSSI -53
    
    [DEVICE]: DE:86:9B:6D:43:F0 (random), AD evt type 0, AD data len 8, RSSI -55
    
    [AD]: 1 data_len 1
    
    [AD]: 39 data_len 3
    
    Connected: DE:86:9B:6D:43:F0 (random)
    
    Enable receiving of CTE...
    
    success. CTE receive enabled.
    
    Request CTE from peer device...
    
    success. CTE request enabled.
    
    CTE[DE:86:9B:6D:43:F0 (random)]: samples count 4, cte type AOA, slot durations: 2 [us], packet status CRC not OK, CTE Info OK, RSSI -720
    
    IQ sample content :
    
    sample[0] = I:-5 Q:-32
    
    sample[1] = I:31 Q:-3
    
    sample[2] = I:0 Q:32
    
    sample[3] = I:-31 Q:-3
    
    CTE[DE:86:9B:6D:43:F0 (random)]: samples count 4, cte type AOA, slot durations: 2 [us], packet status CRC not OK, CTE Info OK, RSSI -730
    
    IQ sample content :
    
    sample[0] = I:4 Q:-32
    
    sample[1] = I:31 Q:5
    
    sample[2] = I:-10 Q:29
    
    sample[3] = I:-30 Q:-11
    
    CTE[DE:86:9B:6D:43:F0 (random)]: samples count 45, cte type AOA, slot durations: 2 [us], packet status CRC OK, RSSI -730
    
    IQ sample content :
    
    sample[0] = I:-22 Q:4
    
    sample[1] = I:-3 Q:-22
    
    sample[2] = I:21 Q:1
    
    sample[3] = I:-2 Q:21
    
    sample[4] = I:-22 Q:-4
    
    sample[5] = I:4 Q:-22
    
    sample[6] = I:20 Q:5
    
    sample[7] = I:-9 Q:19
    
    sample[8] = I:7 Q:2
    
    sample[9] = I:-16 Q:-2
    
    sample[10] = I:-35 Q:-20
    
    sample[11] = I:-33 Q:36
    
    sample[12] = I:27 Q:-8
    
    sample[13] = I:-7 Q:-1
    
    sample[14] = I:9 Q:17
    
    sample[15] = I:-4 Q:-5
    
    sample[16] = I:-2 Q:-5
    
    sample[17] = I:12 Q:-59
    
    sample[18] = I:13 Q:-15
    
    sample[19] = I:-5 Q:-8
    
    sample[20] = I:11 Q:9
    
    sample[21] = I:17 Q:34
    
    sample[22] = I:45 Q:-18
    
    sample[23] = I:-28 Q:-8
    
    sample[24] = I:4 Q:4
    
    sample[25] = I:-1 Q:-21
    
    sample[26] = I:0 Q:5
    
    sample[27] = I:-2 Q:6
    
    sample[28] = I:-42 Q:44
    
    sample[29] = I:-19 Q:6
    
    sample[30] = I:1 Q:9
    
    sample[31] = I:-4 Q:-16
    
    sample[32] = I:2 Q:-41
    
    sample[33] = I:-48 Q:-13
    
    sample[34] = I:18 Q:20
    
    sample[35] = I:-1 Q:-6
    
    sample[36] = I:-12 Q:16
    
    sample[37] = I:2 Q:-5
    
    sample[38] = I:3 Q:-5
    
    sample[39] = I:59 Q:-15
    
    sample[40] = I:19 Q:1
    
    sample[41] = I:4 Q:-8
    
    sample[42] = I:-4 Q:14
    
    sample[43] = I:-23 Q:32
    
    sample[44] = I:36 Q:34
    
    CTE[DE:86:9B:6D:43:F0 (random)]: samples count 45, cte type AOA, slot durations: 2 [us], packet status CRC OK, RSSI -640
    
    IQ sample content :
    
    sample[0] = I:15 Q:2
    
    sample[1] = I:-15 Q:-4
    
    sample[2] = I:15 Q:3
    
    sample[3] = I:-16 Q:-5
    
    sample[4] = I:16 Q:4
    
    sample[5] = I:-16 Q:-5
    
    sample[6] = I:15 Q:5
    
    sample[7] = I:-15 Q:-6
    
    sample[8] = I:-9 Q:2
    
    sample[9] = I:-9 Q:1
    
    sample[10] = I:-19 Q:-1
    
    sample[11] = I:-9 Q:24
    
    sample[12] = I:1 Q:-11
    
    sample[13] = I:-1 Q:2
    
    sample[14] = I:4 Q:-4
    
    sample[15] = I:-2 Q:1
    
    sample[16] = I:-2 Q:1
    
    sample[17] = I:-18 Q:12
    
    sample[18] = I:-15 Q:-7
    
    sample[19] = I:-7 Q:-7
    
    sample[20] = I:-6 Q:-8
    
    sample[21] = I:-10 Q:-16
    
    sample[22] = I:-25 Q:5
    
    sample[23] = I:9 Q:-3
    
    sample[24] = I:-2 Q:1
    
    sample[25] = I:5 Q:2
    
    sample[26] = I:-2 Q:0
    
    sample[27] = I:-3 Q:-1
    
    sample[28] = I:-21 Q:-9
    
    sample[29] = I:-1 Q:-18
    
    sample[30] = I:3 Q:-9
    
    sample[31] = I:2 Q:-8
    
    sample[32] = I:7 Q:-17
    
    sample[33] = I:-15 Q:-21
    
    sample[34] = I:7 Q:7
    
    sample[35] = I:-2 Q:-3
    
    sample[36] = I:-1 Q:5
    
    sample[37] = I:-1 Q:-2
    
    sample[38] = I:-1 Q:-2
    
    sample[39] = I:-2 Q:-22
    
    sample[40] = I:14 Q:-9
    
    sample[41] = I:9 Q:-2
    
    sample[42] = I:8 Q:-2
    
    sample[43] = I:17 Q:0
    
    sample[44] = I:9 Q:-25
    
    CTE[DE:86:9B:6D:43:F0 (random)]: samples count 45, cte type AOA, slot durations: 2 [us], packet status CRC OK, RSSI -770
    
    IQ sample content :
    
    sample[0] = I:-21 Q:7
    
    sample[1] = I:22 Q:-8
    
    sample[2] = I:-22 Q:7
    
    sample[3] = I:21 Q:-6
    
    sample[4] = I:-23 Q:5
    
    sample[5] = I:22 Q:-5
    
    sample[6] = I:-22 Q:6
    
    sample[7] = I:21 Q:-6
    
    sample[8] = I:-6 Q:-3
    
    sample[9] = I:9 Q:-11
    
    sample[10] = I:33 Q:-25
    
    sample[11] = I:-25 Q:-35
    
    sample[12] = I:8 Q:20
    
    sample[13] = I:0 Q:-5
    
    sample[14] = I:-5 Q:17
    
    sample[15] = I:0 Q:-4
    
    sample[16] = I:1 Q:-3
    
    sample[17] = I:18 Q:-44
    
    sample[18] = I:16 Q:-12
    
    sample[19] = I:-1 Q:-6
    
    sample[20] = I:14 Q:4
    
    sample[21] = I:38 Q:16
    
    sample[22] = I:17 Q:-38
    
    sample[23] = I:-14 Q:20
    
    sample[24] = I:4 Q:-1
    
    sample[25] = I:-18 Q:5
    
    sample[26] = I:3 Q:1
    
    sample[27] = I:3 Q:0
    
    sample[28] = I:47 Q:0
    
    sample[29] = I:17 Q:9
    
    sample[30] = I:4 Q:-4
    
    sample[31] = I:2 Q:14
    
    sample[32] = I:2 Q:42
    
    sample[33] = I:41 Q:-2
    
    sample[34] = I:-24 Q:-3
    
    sample[35] = I:2 Q:3
    
    sample[36] = I:-13 Q:-14
    
    sample[37] = I:1 Q:3
    
    sample[38] = I:1 Q:2
    
    sample[39] = I:22 Q:42
    
    sample[40] = I:0 Q:18
    
    sample[41] = I:3 Q:1
    
    sample[42] = I:-11 Q:9
    
    sample[43] = I:-34 Q:23
    
    sample[44] = I:23 Q:35
    
    CTE[DE:86:9B:6D:43:F0 (random)]: samples count 1, cte type AOA, slot durations: 2 [us], packet status CRC not OK, CTE Info OK, RSSI -630
    
    IQ sample content :
    
    sample[0] = I:-8 Q:-8
    
    CTE[DE:86:9B:6D:43:F0 (random)]: samples count 1, cte type AOA, slot durations: 2 [us], packet status CRC not OK, CTE Info OK, RSSI -630
    
    IQ sample content :
    
    sample[0] = I:-21 Q:7
    
    CTE[DE:86:9B:6D:43:F0 (random)]: samples count 1, cte type AOA, slot durations: 2 [us], packet status CRC not OK, CTE Info OK, RSSI -620
    
    IQ sample content :
    
    sample[0] = I:-8 Q:-8
    
    CTE[DE:86:9B:6D:43:F0 (random)]: samples count 45, cte type AOA, slot durations: 2 [us], packet status CRC OK, RSSI -620
    
    IQ sample content :
    
    sample[0] = I:0 Q:-5
    
    sample[1] = I:-1 Q:5
    
    sample[2] = I:0 Q:-6
    
    sample[3] = I:-1 Q:5
    
    sample[4] = I:0 Q:-6
    
    sample[5] = I:-1 Q:4
    
    sample[6] = I:0 Q:-6
    
    sample[7] = I:-1 Q:5
    
    sample[8] = I:-5 Q:8
    
    sample[9] = I:8 Q:-3
    
    sample[10] = I:13 Q:-5
    
    sample[11] = I:-4 Q:0
    
    sample[12] = I:-2 Q:6
    
    sample[13] = I:4 Q:-2
    
    sample[14] = I:-1 Q:2
    
    sample[15] = I:4 Q:-1
    
    sample[16] = I:4 Q:-1
    
    sample[17] = I:22 Q:-9
    
    sample[18] = I:-1 Q:3
    
    sample[19] = I:-11 Q:0
    
    sample[20] = I:6 Q:6
    
    sample[21] = I:9 Q:10
    
    sample[22] = I:-2 Q:-4
    
    sample[23] = I:-7 Q:2
    
    sample[24] = I:3 Q:2
    
    sample[25] = I:-2 Q:1
    
    sample[26] = I:2 Q:3
    
    sample[27] = I:2 Q:3
    
    sample[28] = I:17 Q:16
    
    sample[29] = I:-5 Q:0
    
    sample[30] = I:-6 Q:-9
    
    sample[31] = I:-3 Q:8
    
    sample[32] = I:-4 Q:13
    
    sample[33] = I:2 Q:-4
    
    sample[34] = I:-5 Q:-5
    
    sample[35] = I:-1 Q:4
    
    sample[36] = I:-3 Q:-2
    
    sample[37] = I:-2 Q:3
    
    sample[38] = I:-2 Q:3
    
    sample[39] = I:-5 Q:24
    
    sample[40] = I:-4 Q:-3
    
    sample[41] = I:5 Q:-9
    
    sample[42] = I:-9 Q:1
    
    sample[43] = I:-14 Q:5
    
    sample[44] = I:3 Q:0
    
    CTE[DE:86:9B:6D:43:F0 (random)]: samples count 1, cte type AOA, slot durations: 2 [us], packet status CRC not OK, CTE Info OK, RSSI -580
    
    IQ sample content :
    
    sample[0] = I:-9 Q:10
    
    CTE[DE:86:9B:6D:43:F0 (random)]: samples count 45, cte type AOA, slot durations: 2 [us], packet status CRC OK, RSSI -580
    
    IQ sample content :
    
    sample[0] = I:-2 Q:13
    
    sample[1] = I:0 Q:-14
    
    sample[2] = I:-2 Q:13
    
    sample[3] = I:1 Q:-14
    
    sample[4] = I:-3 Q:12
    
    sample[5] = I:2 Q:-14
    
    sample[6] = I:-3 Q:13
    
    sample[7] = I:2 Q:-14
    
    sample[8] = I:10 Q:-8
    
    sample[9] = I:-12 Q:-2
    
    sample[10] = I:-9 Q:-10
    
    sample[11] = I:0 Q:-3
    
    sample[12] = I:3 Q:-10
    
    sample[13] = I:-4 Q:5
    
    sample[14] = I:4 Q:7
    
    sample[15] = I:-5 Q:3
    
    sample[16] = I:-6 Q:3
    
    sample[17] = I:-28 Q:5
    
    sample[18] = I:2 Q:-4
    
    sample[19] = I:11 Q:3
    
    sample[20] = I:-2 Q:-13
    
    sample[21] = I:4 Q:-13
    
    sample[22] = I:1 Q:-1
    
    sample[23] = I:10 Q:-2
    
    sample[24] = I:-7 Q:-2
    
    sample[25] = I:-4 Q:7
    
    sample[26] = I:-6 Q:-3
    
    sample[27] = I:-6 Q:-4
    
    sample[28] = I:-18 Q:-24
    
    sample[29] = I:4 Q:-1
    
    sample[30] = I:1 Q:11
    
    sample[31] = I:8 Q:-9
    
    sample[32] = I:12 Q:-4
    
    sample[33] = I:1 Q:1
    
    sample[34] = I:6 Q:7
    
    sample[35] = I:-2 Q:-7
    
    sample[36] = I:-9 Q:0
    
    sample[37] = I:0 Q:-7
    
    sample[38] = I:-1 Q:-7
    
    sample[39] = I:11 Q:-27
    
    sample[40] = I:2 Q:2
    
    sample[41] = I:-10 Q:7
    
    sample[42] = I:12 Q:1
    
    sample[43] = I:9 Q:9
    
    sample[44] = I:-1 Q:1
    
    CTE[DE:86:9B:6D:43:F0 (random)]: samples count 1, cte type AOA, slot durations: 2 [us], packet status CRC not OK, CTE Info OK, RSSI -570
    
    IQ sample content :
    
    sample[0] = I:8 Q:-6
    
    CTE[DE:86:9B:6D:43:F0 (random)]: samples count 1, cte type AOA, slot durations: 2 [us], packet status CRC not OK, CTE Info OK, RSSI -570
    
    IQ sample content :
    
    sample[0] = I:-2 Q:13
    
    CTE[DE:86:9B:6D:43:F0 (random)]: samples count 1, cte type AOA, slot durations: 2 [us], packet status CRC not OK, CTE Info OK, RSSI -590
    
    IQ sample content :
    
    sample[0] = I:8 Q:-6
    
    CTE[DE:86:9B:6D:43:F0 (random)]: samples count 1, cte type AOA, slot durations: 2 [us], packet status CRC not OK, CTE Info OK, RSSI -600
    
    IQ sample content :
    
    sample[0] = I:-2 Q:13
    
    CTE[DE:86:9B:6D:43:F0 (random)]: samples count 1, cte type AOA, slot durations: 2 [us], packet status CRC not OK, CTE Info OK, RSSI -610
    
    IQ sample content :
    
    sample[0] = I:8 Q:-6
    
    CTE[DE:86:9B:6D:43:F0 (random)]: samples count 1, cte type AOA, slot durations: 2 [us], packet status CRC not OK, CTE Info OK, RSSI -610
    
    IQ sample content :
    
    sample[0] = I:-2 Q:13
    
    CTE[DE:86:9B:6D:43:F0 (random)]: samples count 1, cte type AOA, slot durations: 2 [us], packet status CRC not OK, CTE Info OK, RSSI -620
    
    IQ sample content :
    
    sample[0] = I:8 Q:-6
    
    CTE[DE:86:9B:6D:43:F0 (random)]: samples count 1, cte type AOA, slot durations: 2 [us], packet status CRC not OK, CTE Info OK, RSSI -620
    
    IQ sample content :
    
    sample[0] = I:-2 Q:13
    
    CTE[DE:86:9B:6D:43:F0 (random)]: samples count 1, cte type AOA, slot durations: 2 [us], packet status CRC not OK, CTE Info OK, RSSI -600
    
    IQ sample content :
    
    sample[0] = I:8 Q:-6
    
    CTE[DE:86:9B:6D:43:F0 (random)]: samples count 1, cte type AOA, slot durations: 2 [us], packet status CRC not OK, CTE Info OK, RSSI -600
    
    IQ sample content :
    
    sample[0] = I:-2 Q:13
    
    CTE[DE:86:9B:6D:43:F0 (random)]: samples count 1, cte type AOA, slot durations: 2 [us], packet status CRC not OK, CTE Info OK, RSSI -620
    
    IQ sample content :
    
    sample[0] = I:8 Q:-6
    
    CTE[DE:86:9B:6D:43:F0 (random)]: samples count 1, cte type AOA, slot durations: 2 [us], packet status CRC not OK, CTE Info OK, RSSI -620
    
    IQ sample content :
    
    sample[0] = I:-2 Q:13
    
    CTE[DE:86:9B:6D:43:F0 (random)]: samples count 1, cte type AOA, slot durations: 2 [us], packet status CRC not OK, CTE Info OK, RSSI -520
    
    IQ sample content :
    
    sample[0] = I:8 Q:-6
    
    CTE[DE:86:9B:6D:43:F0 (random)]: samples count 1, cte type AOA, slot durations: 2 [us], packet status CRC not OK, CTE Info OK, RSSI -520
    
    IQ sample content :
    
    sample[0] = I:-2 Q:13
    
    CTE[DE:86:9B:6D:43:F0 (random)]: samples count 45, cte type AOA, slot durations: 2 [us], packet status CRC OK, RSSI -520
    
    IQ sample content :
    
    sample[0] = I:-4 Q:-4
    
    sample[1] = I:4 Q:3
    
    sample[2] = I:-4 Q:-4
    
    sample[3] = I:3 Q:4
    
    sample[4] = I:-4 Q:-5
    
    sample[5] = I:3 Q:3
    
    sample[6] = I:-4 Q:-4
    
    sample[7] = I:3 Q:4
    
    sample[8] = I:2 Q:11
    
    sample[9] = I:4 Q:3
    
    sample[10] = I:1 Q:3
    
    sample[11] = I:2 Q:2
    
    sample[12] = I:-3 Q:5
    
    sample[13] = I:-3 Q:-2
    
    sample[14] = I:-10 Q:1
    
    sample[15] = I:-3 Q:-2
    
    sample[16] = I:-2 Q:-2
    
    sample[17] = I:1 Q:-12
    
    sample[18] = I:-4 Q:6
    
    sample[19] = I:-9 Q:6
    
    sample[20] = I:-2 Q:4
    
    sample[21] = I:-2 Q:3
    
    sample[22] = I:-1 Q:3
    
    sample[23] = I:-6 Q:0
    
    sample[24] = I:-1 Q:-3
    
    sample[25] = I:-6 Q:-9
    
    sample[26] = I:0 Q:-3
    
    sample[27] = I:0 Q:-3
    
    sample[28] = I:11 Q:-5
    
    sample[29] = I:-7 Q:0
    
    sample[30] = I:-11 Q:-4
    
    sample[31] = I:-5 Q:1
    
    sample[32] = I:-4 Q:0
    
    sample[33] = I:-4 Q:1
    
    sample[34] = I:-4 Q:-5
    
    sample[35] = I:2 Q:-2
    
    sample[36] = I:4 Q:-10
    
    sample[37] = I:2 Q:-2
    
    sample[38] = I:2 Q:-1
    
    sample[39] = I:8 Q:8
    
    sample[40] = I:-5 Q:-6
    
    sample[41] = I:-3 Q:-11
    
    sample[42] = I:-4 Q:-4
    
    sample[43] = I:-3 Q:-3
    
    sample[44] = I:-3 Q:-3
    
    CTE[DE:86:9B:6D:43:F0 (random)]: samples count 45, cte type AOA, slot durations: 2 [us], packet status CRC OK, RSSI -510
    
    IQ sample content :
    
    sample[0] = I:0 Q:-5
    
    sample[1] = I:-1 Q:4
    
    sample[2] = I:1 Q:-5
    
    sample[3] = I:-2 Q:3
    
    sample[4] = I:0 Q:-5
    
    sample[5] = I:-1 Q:4
    
    sample[6] = I:1 Q:-5
    
    sample[7] = I:-2 Q:4
    
    sample[8] = I:-8 Q:9
    
    sample[9] = I:-3 Q:5
    
    sample[10] = I:0 Q:5
    
    sample[11] = I:-2 Q:4
    
    sample[12] = I:-4 Q:2
    
    sample[13] = I:-1 Q:-3
    
    sample[14] = I:-7 Q:-8
    
    sample[15] = I:-1 Q:-3
    
    sample[16] = I:-1 Q:-3
    
    sample[17] = I:10 Q:-8
    
    sample[18] = I:-9 Q:3
    
    sample[19] = I:-13 Q:-4
    
    sample[20] = I:-6 Q:0
    
    sample[21] = I:-4 Q:2
    
    sample[22] = I:-4 Q:0
    
    sample[23] = I:-4 Q:-2
    
    sample[24] = I:1 Q:-2
    
    sample[25] = I:3 Q:-11
    
    sample[26] = I:1 Q:-2
    
    sample[27] = I:1 Q:-2
    
    sample[28] = I:10 Q:5
    
    sample[29] = I:-6 Q:-7
    
    sample[30] = I:-5 Q:-11
    
    sample[31] = I:-5 Q:-5
    
    sample[32] = I:-4 Q:-1
    
    sample[33] = I:-4 Q:-4
    
    sample[34] = I:-1 Q:-5
    
    sample[35] = I:2 Q:0
    
    sample[36] = I:9 Q:-2
    
    sample[37] = I:2 Q:0
    
    sample[38] = I:1 Q:1
    
    sample[39] = I:-2 Q:12
    
    sample[40] = I:1 Q:-9
    
    sample[41] = I:6 Q:-9
    
    sample[42] = I:1 Q:-6
    
    sample[43] = I:-1 Q:-5
    
    sample[44] = I:1 Q:-5
    
    CTE[DE:86:9B:6D:43:F0 (random)]: samples count 45, cte type AOA, slot durations: 2 [us], packet status CRC OK, RSSI -510
    
    IQ sample content :
    

    The Peripheral is here.

    *** Booting Zephyr OS build v2.7.99-ncs1-1  ***
    
    Bluetooth initialized
    
    Advertising successfully started
    
    [00:00:00.385,375] <inf> bt_hci_core: HW Platform: Nordic SemiconductoConnected
    
    Set CTE transmission params...success.
    
    Set CTE response enable...success.
    
    r (0x0002)
    
    [00:00:00.385,406] <inf> bt_hci_core: HW Variant: nRF52x (0x0002)
    
    [00:00:00.385,406] <inf> bt_hci_core: Firmware: Standard Bluetooth controller (0                                                                                                             x00) Version 2.7 Build 99
    
    [00:00:00.386,108] <inf> bt_hci_core: Identity: DE:86:9B:6D:43:F0 (random)
    
    [00:00:00.386,138] <inf> bt_hci_core: HCI: version 5.3 (0x0c) revision 0x0000, m                                                                                                             anufacturer 0x05f1
    
    [00:00:00.386,138] <inf> bt_hci_core: LMP: version 5.3 (0x0c) subver 0xffff
    
    Disconnected (reason 0x08)
    
    Connected
    
    Set CTE transmission params...success.
    
    Set CTE response enable...success.
    
    Disconnected (reason 0x08)
    
    Connected
    
    Set CTE transmission params...success.
    
    Set CTE response enable...success.
    
    Disconnected (reason 0x08)
    
    Connected
    
    Set CTE transmission params...success.
    
    Set CTE response enable...success.
    
    Disconnected (reason 0x08)
    
    Connected
    
    Set CTE transmission params...success.
    
    Set CTE response enable...success.
    
    Disconnected (reason 0x08)
    
    Connected
    
    Set CTE transmission params...success.
    
    Set CTE response enable...success.
    
    Disconnected (reason 0x08)
    
    Connected
    
    Set CTE transmission params...success.
    
    Set CTE response enable...success.
    
    Disconnected (reason 0x08)
    
    Connected
    
    Set CTE transmission params...success.
    
    Set CTE response enable...success.
    
    Disconnected (reason 0x08)
    
    Connected
    
    Set CTE transmission params...success.
    
    Set CTE response enable...success.
    
    Disconnected (reason 0x08)
    
    

    what else information do you want to get?it may be helpful for you.thanks.

Related