I’m experimenting with nRF52850-DK and DWM3000EVB and both when I use the default Nearby Interaction .hex file and when I try to compile my own from Source, each ranging Session that I start with the default iOs Qorvo app doesn’t last more than 90 seconds. Is that a specific design or is it possible to code longer sessions somewhere?
Thanks for your help!
You need to change this line #define MIN_CONN_INTERVAL MSEC_TO_UNITS(25, UNIT_1_25_MS) in order to last longer than 90 seconds.
The value of 100 is not a valid configuration for iPhone and it will be rejected after a certain time. This is why changing this value will resolve the issue.
Hi @wassim, thank you very much for your reply. The parameter is the one stored in ble.c, correct? Which value do you suggest that works best with iPhones?