
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...
App info
Android 4.0+
Advertisement
App description
Android App Analysis and Review: Andruino Free, Developed by Leonardo Javier Russo. Listed in Productivity Category. Current Version Is 1.9.4.4, Updated On 04/10/2018 . According to users reviews on Google Play: Andruino Free. Achieved Over 2 thousand Installs. Andruino Free Currently Has 21 Reviews, Average Rating 4.2 Stars
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);
}
}
We are currently offering version 1.9.4.4. This is our latest, most optimized version. It is suitable for many different devices. Free download directly apk from the Google Play Store or other versions we're hosting. Moreover, you can download without registration and no login required.
We have more than 2000+ available devices for Samsung, Xiaomi, Huawei, Oppo, Vivo, Motorola, LG, Google, OnePlus, Sony, Tablet ... with so many options, it’s easy for you to choose games or software that fit your device.
It can come in handy if there are any country restrictions or any restrictions from the side of your device on the Google App Store.
What's New
Bug fixes and performance improvements.