I need to set the connection interval to 7.5 ms. The main.c has the corresponding macro: MIN_CONN_INTERVAL but it seems to me that it supports only integer values...
Please let me know how to handle that.
Thanks.
I need to set the connection interval to 7.5 ms. The main.c has the corresponding macro: MIN_CONN_INTERVAL but it seems to me that it supports only integer values...
Please let me know how to handle that.
Thanks.
I have. It seems to be fine but yet it is not obvious and compiler/preprocessor dependant which is wrong especially for example.
The MIN_CONN_INTERVAL macro typically supports integer values only, as you mentioned. However, some Bluetooth modules may support more precise connection intervals. You can refer to the documentation for your specific module or consult with the manufacturer to determine if more precise connection intervals are possible.
Please note that the actual connection interval used may not exactly match the desired value, as it also depends on the capabilities of the Bluetooth radio and the negotiated parameters during the connection setup process. However, setting the minimum connection interval as shown above should ensure that the connection interval is close to 7.5 ms. Bitlife
Im using SDK 15 ble pheripheral and central uart example on my custom nrf52832 board.
I would like to know how to set MIN_CONN_INTERVAL and MAX_CONN_INTERVAL for connection when im sending 20bytes
in frame every 8ms using timer for 60 seconds continously. How to calculate it? dinosaur game