BLE Latency
Posted: Mon Jun 11, 2018 11:32 am
I'm working on a project which needs to send messages with the shortest latency possible.
Each message is small enough to be sent in a single transmission, at the moment I'm just sending single bytes.
I'm setting a GPIO pin on one board, sending using esp_ble_gattc_write_char and setting a corresponding pin on a second board.
At the moment I'm getting latencies of ~130ms which seems a little slow.
Has anyone had a similar experience? Anyone have any idea what I could to minimise this latency (other than setting connection parameters)?
Each message is small enough to be sent in a single transmission, at the moment I'm just sending single bytes.
I'm setting a GPIO pin on one board, sending using esp_ble_gattc_write_char and setting a corresponding pin on a second board.
At the moment I'm getting latencies of ~130ms which seems a little slow.
Has anyone had a similar experience? Anyone have any idea what I could to minimise this latency (other than setting connection parameters)?