Quote:(free) English translation:
The “getDataFromSmartphone example of the (latest) phyphoxBLE library does not change the blinking interval on input in the phyphox app. The serial monitor shows 100 no matter what is typed. The microcontroller is an ESP32, code find attached.
I can sort-of confirm your problem with a WEMOS LOLIN32 Lite: “blinkInterval” is changed, though, at some point, however, I have no idea how it is triggered…
Here is my device information.Thanks for your help, I want to control the motor speed via bluetooth with phyphox's edit function, found the example is not available, hope this can be solved.
phyphox.docx (Size: 4.5 KB / Downloads: 225)
On iOS, we understand the problem: the analysis block produces at about 100 Hz more data than could be send to the microcontroller (about 80 Hz). On Android, phyphox simply drops data if there is too much, however, not so on iOS. We are not yet sure what a working general fix should look like – and why it is not working for your Android like smartphone…