Andruino Free 1.9 Icon
4.2
21 Ratings
1K+
Downloads
1.9
version
Nov 23, 2015
release date
268.5 KB
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
11
(Nov 23, 2015)
Architecture
universal
Minimum OS
Android 4.0+
Screen DPI
120-320dpi
Variant
10
(Sep 10, 2015)
Architecture
universal
Minimum OS
Android 4.0+
Screen DPI
120-320dpi
Loading..