Does nRF52811 come with software which will handle multipath and interference for direction finding?

I am trying to create an application where two or more  transceivers can each be moving around with different people and each would know the location of the others relative to its own position.  Does nRF52811 have software which will handle interference or multipath in an indoor or outdoor environment?  I would prefer to use something off the shelf for this as opposed to creating my own solution so I can concentrate on building the application instead.  Thank you!

Parents
  • Hi

    None of our nRF52 devices come with software like this from the factory, and will have to be implemented as part of your application. Our sample applications in the nRFConnect SDK doesn't have much in terms of specifically handling interference/multipath fading, but the locator sample does handle as part of the CTE (constant tone extension) interference by implementing the guard period. This is mentioned in the sample's README.rst file. The multipath and interference handling would have to be part of the AoA/AoD algorithm that we don't deliver unfortunately.

    Regarding your use case there are a few other problems as well, as two moving units tracking each other like this is not what the BLE direction finding is designed for I'm afraid.

    Best regards,

    Simon

Reply
  • Hi

    None of our nRF52 devices come with software like this from the factory, and will have to be implemented as part of your application. Our sample applications in the nRFConnect SDK doesn't have much in terms of specifically handling interference/multipath fading, but the locator sample does handle as part of the CTE (constant tone extension) interference by implementing the guard period. This is mentioned in the sample's README.rst file. The multipath and interference handling would have to be part of the AoA/AoD algorithm that we don't deliver unfortunately.

    Regarding your use case there are a few other problems as well, as two moving units tracking each other like this is not what the BLE direction finding is designed for I'm afraid.

    Best regards,

    Simon

Children
No Data
Related