HI I'm currently working on measuring distance between two points with two nrf52840 modules with the example "nRF52-ble-long-range-demo" (you can easily find it in github)
Both of my central and peripheral nrf52840 module have setup with Coded PHY & 8dbm
my research goal is to measure distance between two BLE modules with TOA & TDOA values.
So far I got two questions about my research
Q1) While one central BLE module is receiving an advertising packet from peripheral BLE module, I could check values of the RSSI and Channel of the advertising packet on J-Link RTT Viewer V6.60d.
Does the numbers on the left side means RTC(Real Time Clock)?
If yes, how can i convert this numbers to real time.
if not, What are those numbers?
This is a screenshot of the RTT Viewer when I connect central BLE module to my computer with RTT viewer application
Q2) Is there any specific way to check the time when the peripheral BLE beacon sends the advertising packet to the central BLE beacon?
I wanted to check it but when I tried to read information about peripheral beacon on RTT viewer, it shows nothing except the comment "connected".