About Andruino Free
Now you can use this Arduino USB SERIAL Communicator and connect to your Andruino board! NO ROOT REQUIRED. All you only need is an Android device with USB Host support.
-- THIS FREE VERSION HAS ADS IN ORDER TO SUPPORT DEVELOPMENT --
-----------------------------------------------------
Example SERIAL:
-----------------------------------------------------
void setup()
{
Serial.begin(9600);
Serial.println("Hello from Arduino!");
}
void loop()
{
int incomingByte = 0;
delay(500);
String content = "";
char character;
while(Serial.available())
{
character = Serial.read();
content.concat(character);
}
if (content != "")
{
Serial.println("Received data: " + content);
}
}
Download and install
Andruino Free version 1.9.2 on your
Android device!
Downloaded 1,000+ times, content rating: Everyone
Android package:
ar.com.lrusso.andruino.free, download Andruino Free.apk
by W####:
I hv connected my Xperia v, initially it was working thn it stops to work. what should i do.. ?? I will. e very helpful if u just figure it out.... :-(