BLE GATTC write perfomance



  • Hello everyone,

    I currently work on a little light project. I set the brightness via BLE with a WiPy 3 which runs as a Master (light is Peripheral).
    It works.
    However I noticed that the performance of the char.WRITE is very variable.
    The first ~50 writes have an average running time of 30ms (which is good), but then it suddenly drops down to around 80ms per WRITE request (and stays there). Why is that happening? Is there a way to improve the speed?
    For me it looks like an internal queue was running full. I couldn't find anything suspicious in the code tho:

    https://github.com/pycom/pycom-micropython-sigfox/blob/master/esp32/mods/modbt.c#L1697

    If anyone can help I would appreciate it!



Pycom on Twitter