03-24-2025, 09:46 PM
Unfortunately, there is currently just a solution if you correct the .phyphox file by hand. Find attached a version that works for me.
The only addition is changing the sleep interval of the analysis block to 0.1 seconds:
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…
The only addition is changing the sleep interval of the analysis block to 0.1 seconds:
Code:
<analysis sleep="0.1" onUserInput="false">
[…]
</analysis>
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…