Hello,
I am a university student that is currently working on a project regarding an indoor RTLS proposed using BLE beacon system to track down an object.
After some research, i got my hands on the ptr9611 module with the NRF52811 Soc. Im thinking is it possible for me to interface with the module using the an arduino uno to extract RSSI value and AoD/AoA for distance and angle between devices as the PTR9611 actually includes an pcb antenna on board. Through triangulation method with location of multiple beacons known, eventually come out with a result for the location of the tracked device is applicable right? So how should i connect my arduino and the PTR9611 module so that i can make use of the SDK provided to configure it later?