Andruino

Andruino$1.13

Rated 5.00/5 (1) —  Free Android application by Leonardo Javier Russo

Advertisements

About Andruino

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.

-----------------------------------------------------
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 version 1.9.1 on your Android device!
Downloaded 10+ times, content rating: Everyone
Android package: ar.com.lrusso.andruino, download Andruino.apk

All Application Badges

Paid
app
Android
4.0+
For everyone
Android app

App History & Updates

Version update Andruino was updated to version 1.9.1
Price update  Price changed from $0.99 to $1.13.
Version update Andruino was updated to version 1.9
Version update Andruino was updated to version 1.8

Oh snap! No comments are available for Andruino at the moment. Be the first to leave one!

Share The Word!


Rating Distribution

RATING
5.05
1 users

5

4

3

2

1