Hello,
I'm trying to optimize power consumption and latency on a remote with RemoteTI 1.1.
I'm sending sensor data at 100Hz but sending take too much time and I lose some data.
I have disabled acknowledge when calling RTI_SendDataReq, but time between RTI_SendDataReq and RTI_SendDataCnf is longer without acknowledge rather with.
How can I reduce RTI_SendDataReq latency?
Thanks