hi everyone, I've an ESP32 and I connect to it using BLE.
I want to send data in a fast way to control a ws2812 RGB led strip... but seems to be not possible.. there is a sort of delay.
Just for testing I modified the original BLE Example by Erel to add a slider.
Take a look at the video, when I stop sliding the data are still arriving... is there something I can do to improve the speed?
I tried using "WriteData" instead of "WriteDataWithResponse" but in this way nothing is sent...
BTW what is the point of "WriteData"?
P.S. on ESP side there is only the simplest sample code with just the callback for incoming data... nothing else, what It get it prints
thanks in advance
I want to send data in a fast way to control a ws2812 RGB led strip... but seems to be not possible.. there is a sort of delay.
Just for testing I modified the original BLE Example by Erel to add a slider.
Take a look at the video, when I stop sliding the data are still arriving... is there something I can do to improve the speed?
I tried using "WriteData" instead of "WriteDataWithResponse" but in this way nothing is sent...
BTW what is the point of "WriteData"?
P.S. on ESP side there is only the simplest sample code with just the callback for incoming data... nothing else, what It get it prints
thanks in advance
Last edited: