Label keeps expanding with Bluetooth reading

Hello,
As shown the label box keeps expanding with the ultrasonic readings with out resting.



How can i solve that?

The problem is the buffer overflowing. You send too fast, you read too slowly.

Reduce the data sending frequency in Arduino by adding, for example, delay(80);

Decrease the clock interval in appinventor to e.g. 40.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.