Andruino Free

Andruino Free Free App

Rated 4.24/5 (21) —  Free Android application by Leonardo Javier Russo

Advertisements

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

How to Download / Install

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

All Application Badges

Free
downl.
Android
4.0+
For everyone
Android app

App History & Updates

What's Changed
Privacy Policy.
Version update Andruino Free was updated to version 1.9.2
Version update Andruino Free was updated to version 1.9.1

What are users saying about Andruino Free

W70%
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.... :-(

V70%
by V####:

Doesnt do arduino nano clone to s4

S70%
by S####:

Great app

I70%
by I####:

Do you plan to release the android source so other developers can build off of your work?

C70%
by C####:

Unable to connect to HC-05. Sorry.


Share The Word!


Rating Distribution

RATING
4.25
21 users

5

4

3

2

1