Andruino Free 1.9.1 Icon
4.2
21 Ratings
1K+
Downloads
1.9.1
version
Jul 11, 2016
release date
2.1 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 release of Andruino Free Android App available in 2 variants. Please select the variant to download. Please read our FAQ to find out which variant is suitable for your Android device based on Screen DPI and Processor Architecture.

Variant
13
(Jul 11, 2016)
Architecture
universal
Minimum OS
Android 4.0+
Screen DPI
120-480dpi
Variant
12
(Jan 18, 2016)
Architecture
universal
Minimum OS
Android 4.0+
Screen DPI
120-320dpi
Loading..