Hi Nordic,
I am developing a distance measurement application between the nrf52840 and nrf52833 unit for the long distance mode.
for the nrf52840 as center which running the ble_app_uart_c_central example.
I am trying to let the nrf52833 run with the ble_app_uart_peripheral example.
1. Is the setup correct with the examples I am using?
2. Is there anyway to measure the distance between the two units?
3. how far the distance can be in the open area?
4. how frequently can I measure the distance? I try to measure the distance each 50ms or 100ms, is that possible
Thank you in advance