Hi all, I have 2 module NRF52832.
Module 1: I using BLE and ESB at the same time, so I request timeslot for ESB, mode RX
Module 2 : I not use BLE, so I can't request timeslot. So, I only use ESB mode TX
Now, I config timeslot as :
length_us = 10000
timeout_us = 50000
When I send message via ESB fail, I retry send again 5 time. If still fail, I remove message
But I press 50 time, I fail 3,4 message. So, I want increase % success . Please show me how to calculate params of timeslot for this.
Thank you !!!