Hello,
I am using the amarino-toolkit to send data from my Android phone to my Arduino.
On the Android, it is a simple program that watches a seekbar and sends the progress int values (as they change sliding the bar either direction) via bluetooth to my receiving bluetooth module. The Arduino takes the values and does a simple output to the serial monitor to show me what values it is receiving.
For some reason, it is displaying these values at a slow rate. Updating the output values every second or two. I know that the Android and Amarino toolkit API are fast enough to be able to handle this output. I would think that the receiving BT should be able to receive them quickly as well.
Any idea what could be causing this delay?
BT module: http://www.mdfly.com/index.php?main_pag ... cts_id=769
Amarino-toolkit.net for the API
Thanks in advance for any help
