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

Direction finding packet

Hi,
Considering the new Bluetooth spec. 5.1 and in particular the direction finding feature in the AoA architecture I am wondering if both the devices: the LE transmitter and the LE receiver, must have NRF52811 chip or the transmitter with single antenna can transmit classic BLE advertise (using older chips)?
I mean, will I be able to use my beacon already developed as tag.

Thank you very much

Best regards

Parents
  • Hi Lorenzo

    It is not possible to use older chips as AoA transmitters, as according to the Bluetooth specifications, you have to send special direction finding signals" that won't be possible to send from chips not supporting Bluetooth 5.1. It is possible to send AoA transmissions in other ways, but this will be out of the Bluetooth spec. and therefore proprietary. So to implement direction finding in nRF products, both transmitter and receiver must be nRF52811.

    This blog post is great for learning about how direction finding is implemented in the Bluetooth stack.

    Best regards,

    Simon

Reply
  • Hi Lorenzo

    It is not possible to use older chips as AoA transmitters, as according to the Bluetooth specifications, you have to send special direction finding signals" that won't be possible to send from chips not supporting Bluetooth 5.1. It is possible to send AoA transmissions in other ways, but this will be out of the Bluetooth spec. and therefore proprietary. So to implement direction finding in nRF products, both transmitter and receiver must be nRF52811.

    This blog post is great for learning about how direction finding is implemented in the Bluetooth stack.

    Best regards,

    Simon

Children
Related