2024-10-30 06:22 AM
In vl53lx_platform.c functions VL53LX_WriteMulti() and VL53LX_ReadMulti() are taking care of the VL53LX_COMMS_CHUNK_SIZE which was set to 56.
So, data is send in telegram chunks if length exceeds this definition.
I'm wondering if this is due to VL53LX chip limitations or maybe the telegram length shouldn't be too long for safe transmission or lack of transmission buffer size?