“How can I determine the specific BLE advertising channel currently being used for Bluetooth CTE signals in my AOA positioning setup?”

Hello, the CTE signal for Bluetooth AoA (Angle of Arrival) positioning is primarily transmitted over BLE advertising channels (37, 38, 39), corresponding to frequencies of 2402 MHz, 2426 MHz, and 2480 MHz, respectively. 
Since calculating the angle of arrival is frequency-dependent, how can I determine which specific channel the Bluetooth CTE signal is currently using?
(I am using the direction_finding_connectionless_rx and direction_finding_connectionless_tx examples from the NCS SDK 3.0.1.)


Thank you very much for your reply!





Parents Reply Children
  • Based on my understanding, the Bluetooth transmitter emits the CTE (Constant Tone Extension) signal after GFSK (Gaussian Frequency Shift Keying) modulation. The resulting signal can be represented as shown in the diagram below, where fc is the carrier frequency (i.e., the frequency corresponding to the selected channel), and fdev is the frequency deviation (250kHz/500 kHz). Since the final calculation of the angle of arrival (AoA) depends on the original wavelength (frequency) of the transmitted signal, fc must be determined in advance as a critical parameter. This is why I am particularly concerned about which channel the CTE signal is transmitted on — because the channel directly defines fc, which fundamentally impacts the AoA computation accuracy.

    Regards,

    Ai Hu

  • So if you are to do this then you will need to look at the accuracy you can expect from the fcarrier on both the transmitter and the receiver as these will impact the demodulated signal (which is what the IQ data is taken from). You will also need to look at the frequency deviation accuracy allowed by the Bluetooth spec as this is not 250/500 but also +/- margin.

  • Thank you once again for your invaluable assistance. I will continue my research into Bluetooth AoA (Angle of Arrival), and your guidance has been critical to my progress. I deeply appreciate your support!

    Regards,

    Ai Hu

Related