Hi,
I'm trying to stream 7 char packs (including "<" and ">" delimiters) at a slow 2 packs per second rate, withouth handshake, from AI2 app (Android) to HC-05/Arduino.
It works at first, but after a few packs of data it gets "clogged". AI2 starts running slower (which I know because I included a blinking button as watchdog in Android creen). Of course, it manifests in the Arduino side too, which I see in the LCD displaying the characters.
Since both Arduino and MIT AI2 are very high level languages, I don't know how to debug it at low level. I have a toy osciloscope with data caputre but it's too elementary to debug a long string of serial data that I can sample between HC-05 and Arduino UNO board.
Any idea what could be wrong or how I could debug it?
Thanks,
David.
LCD_BT_Servo.ino (3.12 KB)