Hi,
I am working on the nRF52832 ,If i want my data to be transmit every 7.5ms then what should I set the minimum connection interval and maximum connection interval ? please suggest me
Thanks & Regards
pspavi
Hi,
I am working on the nRF52832 ,If i want my data to be transmit every 7.5ms then what should I set the minimum connection interval and maximum connection interval ? please suggest me
Thanks & Regards
pspavi
What kind of device are you connecting to? Not all other devices support these low connection intervals. Android devices for instance, support a minimum connection interval of 15ms.
Also, how do you measure the connection interval? If you check over a terminal, the data stream likely won't be accurate, as it also takes some time to transfer the log data from the nRF52 to the computer/terminal.
Best regards,
Simon
What kind of device are you connecting to? Not all other devices support these low connection intervals. Android devices for instance, support a minimum connection interval of 15ms.
Also, how do you measure the connection interval? If you check over a terminal, the data stream likely won't be accurate, as it also takes some time to transfer the log data from the nRF52 to the computer/terminal.
Best regards,
Simon
nRF52832 acts as peripheral and mobile(android version 9)acts as central. peripheral will send the data to the central via BLE . I am measuring the connection interval using timestamp .
Thanks & Regards
pspavi