how to sniffer in RX,in tx,i can get the name of TX,i can't get the derss of RX,what is it problem?

i study in derection of DOA.I now can get the iq sample from my Putty in COM PORT.i use NCS 1.9.1.I build and flash in my two  boards with nrf52833.i use the cammand line tool with west.

The bellow  picture are my Tx and Rx.left is Rx,right is Tx.

tx_rx

you can see the bluetooth derss of name  with random(DE:86:9B:6D:43:F0 ).but you can t get the derss with sniffer (wireshark sorftware ).but now i get the name with sniffer or app nrf connect.there is my tx(DF Connectionless Beacon App)sniffered .

 tx_nameI now want to  get the dress of Rx. because however in Tx or in Rx,you can get through prj.conf  file to have your name aout your Rx or Tx,but i can get the name about Rx(DF Connectionless Locator App).

T和 next are both prject's congiurations.i change the Rx device_name as Rx。

thism is Tx default coniguration.

#
# Copyright (c) 2021 Nordic Semiconductor ASA
#
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
#

CONFIG_BT=y
CONFIG_BT_DEVICE_NAME="DF Connectionless Beacon App"

CONFIG_BT_EXT_ADV=y
CONFIG_BT_PER_ADV=y

# Enable Direction Finding Feature including AoA and AoD
CONFIG_BT_DF=y

the Rx is here.

#
# Copyright (c) 2021 Nordic Semiconductor ASA
#
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
#

CONFIG_BT=y
#CONFIG_BT_DEVICE_NAME="DF Connectionless Locator App"
CONFIG_BT_DEVICE_NAME="Rx"

CONFIG_BT_EXT_ADV=y
CONFIG_BT_PER_ADV_SYNC=y
CONFIG_BT_OBSERVER=y

# Enable Direction Finding Feature including AoA and AoD
CONFIG_BT_DF=y
CONFIG_BT_DF_CONNECTIONLESS_CTE_RX=Y

whai is problem here?

L see that there LE seem  to have random deress because they aren't monitored by others.

Parents Reply Children
No Data
Related