Andruino Free 1.9.4.4 Icon
4.2
21 Ratings
1K+
Downloads
1.9.4.4
version
Feb 11, 2018
release date
2.0 MB
file size
Free
Download

What's New

Bug fixes and performance improvements.

About Andruino Free Android App

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);
}
}

Other Information:

Requires Android:
Android 4.0+
Other Sources:

Download

This version of Andruino Free Android App comes with one universal variant which will work on all the Android devices.

Variant
18
(Feb 11, 2018)
Architecture
universal
Minimum OS
Android 4.0+
Screen DPI
nodpi (all screens)
Loading..